All notable changes to upstream repo will be documented in this file.
Please check CHANGELOG_FORK.md for specific changes added by go-graphite
project members' to this repo.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Install systemd configuration files for bucky-pickle-relay
-
Make Debian package depend on golang 1.8+ due to the use of
time.Until
-
Add missing percent symbol in
cmd/bucky/tar.go
to fix a printf statement where a literal percent symbol was intended. Fixes the following compile- time error:cmd/bucky/tar.go:167: Printf format % w has unknown verb w
- Fixed bug with backfilling metrics. See jjneely/buckytools#19 for more information
- Support for FNV1a hashing compatible with carbon-c-relay hash method
fnv1a_ch
. Issue #17 - Makefile to build everything with single 'make'
- Timeouts for bucky
- Buckyd now removes empty directories
- Server, Port, and Instance that uniquely identify a carbon-cache daemon
in the hash ring (and tune how the hashring works) are now always specified
by
SERVER[:PORT][=INSTANCE]
. This is backwards incompatible, but fixes issues where the port and instance values could be confused. Issue #17
- Support both Tuples and Lists which are now handled differently in the updated ogorek vendored package
- Unit tests for bucky-pickle-relay
- Inverted delete option in bucky rebalance. Delete is now off by default.
- Conform to Go best practices for repo layout
- Update vendored packages
- Fix tar/restore after Snappy changes
- Use Snappy framing format for Whisper data over the wire. This makes transfer of time series databases significantly faster.