Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.69 KB

CHANGELOG_FORK.md

File metadata and controls

39 lines (31 loc) · 2.69 KB

Changelog

This changelog documents specific changes added by go-graphite project members to this repo.

[0.5.2-gg] - 2021-11-17

  • Support cwhipser format by @bom-d-van in #11
  • fill: always enable flock when syncing whisper files by @bom-d-van in #12
  • Fix flock bug and vendor github.com/go-graphite/go-whisper by @bom-d-van in #13
  • Dep update go-whisper for bad point size fix by @bom-d-van in #14
  • Merge remote-tracking branch 'jjneely/master' into master by @iain-buclaw-sociomantic in #15
  • Update CHANGELOG.md by @deniszh in #16
  • Adding modify command documentation to README by @deniszh in #17
  • Fix package builds of go-graphite/buckytools by @iain-buclaw-sociomantic in #18
  • dep update github.com/go-graphite/go-whisper by @iain-buclaw-sociomantic in #19
  • Update go-whisper for fixing a old interval trimming bug by @bom-d-van in #20
  • buckyd/cwhipser spt by @bom-d-van in #23
  • make http timeout parameterizable by @dams in #24
  • Migrate to go module by @bom-d-van in #25
  • rebalance: new offload feature/flag to speed up rebalancing by @bom-d-van in #26
  • rebalance: introduce go-carbon health check with better sync rate control by @bom-d-van in #27
  • rebalance: use -metrics-per-second when resetting sync speed with health check by @bom-d-van in #29

[0.4.2-gg] - 2019-10-21

  • Dep update go-whisper for bad point size fix (reference: go-graphite/go-whisper#7) (#14, @bom-d-van)
  • Fix flock bug and vendor github.com/go-graphite/go-whisper (#13, @bom-d-van)
  • fill: always enable flock when syncing whisper files (#12, @bom-d-van)
  • Support cwhipser format (#11, @bom-d-van)
  • Adopt github.com/go-graphite/go-whisper library (#10, @bom-d-van)

[0.4.1-gg] - Unreleased

  • Added docker-compose config to setup 3-node cluster locally (#5, @grzkv)
  • Add modify command (#4, @bom-d-van)
  • Fix building from go-graphite (#3, @azhiltsov)
  • Having timeouts for http connections is a good idea. (#2, @azhiltsov)
  • Fix for fill bug jjneely/buckytools#19 (#1, @Civil)