1.1.10

05/23/2022

Graphite 1.1.10 is now available for usage. Please note that this is a bugfix release for the stable Graphite 1.1.x branch and it’s recommended for production usage. It also contains some improvements backported from the master branch.

Upgrading

Please upgrade graphite-web and carbonate - these components contain valuable bugfixes and improvements.

New features

Graphite-Web

  • maxStep in requestContext for Finder (#2724, @deniszh)
  • compressPeriodicGaps function (#2720, @deniszh)
  • Implement upper lower case functions (#2586, @replay)

Carbon

  • None

Whisper

  • whisper-update takes values from stdin (#318, @rowlap)

Carbonate

  • None

Bug Fixes

Graphite-Web

  • Replace another missed instance of Infinity in JSON (#2737, @bobemoe)
  • Fix pyparsing > 3.0 compatibility issue. (#2727, @parrotpock)
  • Fix dependency issue for usage as Grafana data source (#2722, @henkf)
  • backporting “html-encode text passed to Ext.Msg” (#2719, @DanCech)
  • Depend on third-party scandir only for Python < 3.5 (#2706, @neirbowj)
  • fix shifting of moving* datapoints by one step into the future (#2682, @zivillian)

Carbon

  • Fixing git url in tests (#933, @deniszh)
  • Don’t use git protocol for dependency (#929, @tomdcc)

Whisper

  • None

Carbonate

  • Refactor log lines to use native interpolation (#129, @drawks)
  • Resolves issue #127 - python3 safe stdout handling (#128, @drawks)
  • Changed mutable default argument in test_fill.py and test_sync.py (#126, @aastha12)