Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

74 lines (47 loc) · 2.11 KB

Changelog

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.

[Unreleased]

[0.4.2] - 2019-04-12

Added

  • Install systemd configuration files for bucky-pickle-relay

[0.4.1] - 2019-04-10

Changed

  • 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

[0.4.0] - 2017-08-17

Fixed

Added

  • 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

Changed

  • 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

[0.3.2] 2017-06-21

Fixed

  • Support both Tuples and Lists which are now handled differently in the updated ogorek vendored package

[0.3.1] 2017-06-21

Added

  • Unit tests for bucky-pickle-relay

Changed

  • Inverted delete option in bucky rebalance. Delete is now off by default.
  • Conform to Go best practices for repo layout
  • Update vendored packages

Fixed

  • Fix tar/restore after Snappy changes

[0.3.0] 2017-04-27

Added

  • Use Snappy framing format for Whisper data over the wire. This makes transfer of time series databases significantly faster.