v1.12 (2016-04-20)
Fixed bugs:
- If you're using compression... #92
- When using the compression option the lines metric is fixed at 1. #91
v1.11 (2016-03-14)
Fixed bugs:
- Writing to a file should be atomic #88
- Atomic rename instead of truncate and write in place. #89 (darron)
v1.10 (2016-03-09)
Implemented enhancements:
- The SHA256 of a blank key is always the same. #87
- kvexpress can't currently make directories #86
- Makefile should insert platform rather than assuming OSX. #77
- Fix that ugliness with
fmt
width. #75 - Fix the wercker autotest. #72
Fixed bugs:
Closed issues:
- Update the docs. #71
v1.9 (2016-01-14)
Fixed bugs:
v1.8 (2016-01-06)
Implemented enhancements:
- Add ability to stop
out
process on a single node. #54 - Be able to deploy code to a subset of nodes. #53
Fixed bugs:
- Silly bug caused by me never just running 'kvexpress' by itself. #73
Merged pull requests:
v1.7 (2015-12-31)
Implemented enhancements:
- Does AutoEnable() work? #67
- When there's a Panic worthy event. #66
- Add Reason to written
.locked
file. #65 - Load Dogstatsd if dd-agent is installed. #64
- Check for leading
/
on lock and unlock operations. #63 - Add event for not long enough on input. #62
Closed issues:
- Is there a better way to deal with -v? #45
v1.6 (2015-12-11)
Implemented enhancements:
- Redirect logger to STDOUT. #61
Fixed bugs:
- If you add a leading slash when you specify the prefix it can't write and panics. #60
Closed issues:
v1.5 (2015-12-04)
Implemented enhancements:
- Can we have additional per node or per role configuration options? #55
- Add metric to throw at Datadog when a
panic
worthy event happens. #52 - Add compression? #21
Closed issues:
- Remove the additional
kvexpress
Golang package. #56 - Don't like how the permissions are output through syslog on OS X #1
Merged pull requests:
v1.4 (2015-11-23)
v1.3 (2015-11-16)
Implemented enhancements:
- Add
chown
command #49 - Strip the top 3 lines from the diff. #48
- Add
url
command. #47 - Do we add minimum length as the third key? #39
- Make diff output for
in
command better. #36
Fixed bugs:
- Add
chown
command #49
v1.2 (2015-11-10)
Fixed bugs:
- Something strange happening with CONSUL_TOKEN ENV variable. #43
v1.1 (2015-11-08)
Implemented enhancements:
- Would be nice to have a config file. #24
Closed issues:
- Update Docs - they aren't accurate right now. #46
v1.0 (2015-11-08)
Implemented enhancements:
- Time guage over length of kvexpress run. #40
Closed issues:
- Add logs with timer that shows elapsed time. #42
- Logging is too verbose. #35
- Profile and see where it's spending time. #16
v0.9 (2015-11-05)
Implemented enhancements:
- Refactor Consul connection logic. #22
- Don't write the file if the checksum matches. #9
- Add Datadog event logging? #5
Closed issues:
- Don't connect to Datadog if API and APP keys aren't set. #38
- Add Datadog event logging to
stop
command. #37 - Let's not log the token. That's a bit of a fail. #34
- Doesn't copy the file to .last if the checksum in the KV store matches. #33
- Add some tests. #3
v0.8 (2015-11-03)
Implemented enhancements:
- Add
kvexpress out --ignore-stop-command
#32 - Add ability to clear out local cache files via command. #31
- Add ability to set stop comment on the cli. #30
Closed issues:
- Remove file output from syslog #29
v0.7 (2015-10-30)
Closed issues:
- Blank lines are annoying. #28
- When there's a folder the path doesn't work right. #27
- Show
stop
message in syslog message. #17
v0.6 (2015-10-29)
Implemented enhancements:
- Add dogstatsd logging. #4
Closed issues:
- Add Makefile command to startup local Consul. #26
- Track the byte sizes of the config files we're putting in. #20
- Add
in
command. #12 - Detail how the keys are organized in Consul. #2
v0.5 (2015-10-27)
Closed issues:
- diff for
in
command doesn't seem to work. #15 - Make sure
out
command followsstop
key addition. #14 - consul api panics if it doesn't find the stop key #13
- Refactor functions to
kvexpress
package. #11
v0.4 (2015-10-26)
v0.3 (2015-10-25)
Implemented enhancements:
Closed issues:
- make version 0.1 #8
v0.2 (2015-10-24)
Implemented enhancements:
- --version #7
v0.1 (2015-10-23)
* This Change Log was automatically generated by github_changelog_generator