Skip to content

Releases: graphite-project/graphite-web

1.1.10

22 May 18:12
6d5d845
Compare
Choose a tag to compare

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

Highlights:

  • Multiple bugfixes, especially for Graphite-web (see full list in changelog)
  • Couple of new functions

Please see full Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_10.html or changelog https://github.com/graphite-project/graphite-web/blob/master/CHANGELOG.md

1.1.8

19 Apr 05:32
8d79525
Compare
Choose a tag to compare

Graphite 1.1.8 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.

Highlights:

  • Excessive logging can be disabled (in graphite-web and carbon)
  • Tagging can be disabled if not used in carbon (improves performance)
  • New function aggregateSeriesLists() and aliases for diffSeriesLists(), sumSeriesLists(), multiplySeriesLists()
  • Support for Aggregated-Consistent Hash in carbonate
  • Multiple bugfixes, especially for Graphite-web (see full list below)

Please see full Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_8.html or changelog https://github.com/graphite-project/graphite-web/blob/master/CHANGELOG.md

1.1.7

16 Mar 15:58
3e5b9f6
Compare
Choose a tag to compare

Graphite 1.1.7 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.

Highlights:

  • New experimental Bucketmax write strategy (see #879 for details)
  • Fixes for function parameters validation
  • More fixes for better error handling
  • Python 3.9 and Django 3.x support
  • Python 3 fixes Carbon, Carbonate and Graphite-web
  • Many flake8 fixes for Graphite-web

Please see full Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_7.html or changelog https://github.com/graphite-project/graphite-web/blob/master/CHANGELOG.md

1.1.6

24 Oct 21:23
912ef50
Compare
Choose a tag to compare

Graphite 1.1.6 is now available for usage.

Please note that this is a bugfix / securityfix release for the stable Graphite 1.1.x branch and it's recommended for production usage.

Highlights:
* Function parameters validation (disabled by default, can be enabled through ENFORCE_INPUT_VALIDATION variable)
* Better error handling (return 4XX instead of 5XX in case of wrong function parameters) if input validation enabled
* Python 3.8 and Django 2.x support
* New functions: add, sigmoid, logit, exp
* Python 3 fixes for Whisper and Carbon
* Carbonate have Python 3 support now
* Many improvements for Docker image, check its release page for details

Please see full Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_6.html

1.1.5

23 Dec 19:13
53d9643
Compare
Choose a tag to compare

Graphite 1.1.5 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.

Main features

  • Python 3.x support fixes for whisper, carbon and graphite-web
  • REMOTE_BUFFER_SIZE = 0 now works properly
  • Multi-instance settings support (see #2358)
  • Increase performance of localdatabase tag db
  • avg_zero consolidation function fully supported now
  • Carbonlink queries working now for tagged series
  • Docker image migrated to Alpine, reducing the image size from ~530MB to 188MB

Please see full Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_5.html

1.1.4

03 Sep 22:23
c830046
Compare
Choose a tag to compare

Graphite 1.1.4 is now available!

This is a bugfix release for stable Graphite 1.1.x branch and it’s recommended for production usage.

Including:

  • Django 2 and Python 3.7 support for carbon and graphite-web
  • SSL transport for carbon (carbon-c-relay compatible)
  • New parameters DESTINATIONS_POOL_REPLICAS, MAX_RECEIVER_CONNECTIONS for carbon
  • Improving performance for big responses from cluster hosts (see REMOTE_BUFFER_SIZE in config) for graphite-web
  • Many other improvements and bug fixes, please see full list in Release Notes (with PR number and contributor name)

Thanks a lot for all Graphite contributors and users! You are the best!

Please see Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_4.html

1.1.3

04 Apr 08:16
496b2aa
Compare
Choose a tag to compare

Graphite 1.1.3 is now available!

This is a bugfix release for stable Graphite 1.1.x branch and it’s recommended for production usage.

Including:

  • Important bugfixes
  • Support for storing tagged series in hashed filenames

and more.

Please see Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_3.html

1.1.2

13 Feb 11:37
7ac4586
Compare
Choose a tag to compare

Graphite 1.1.2 is now available!

This is a bugfix release for stable Graphite 1.1.x branch and it’s recommended for production usage.

Including:

  • Important bugfixes
  • Optional Sentry support
  • TCP_KEEPALIVE support for carbon
  • fnv1a_ch and mmh3_ch hashes support for carbon
  • Percentile aggregation methods in aggregator

and more.

Please see Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_2.html

1.1.1

19 Dec 13:08
0456360
Compare
Choose a tag to compare

Graphite 1.1.1 is now available!

Including:

  • Tag support
  • Python 3 support
  • Custom (user-defined) functions
  • Updated cluster request handling
  • "pipe" function chaining syntax
  • xFilesFactor support for functions
  • overhauled aggregation functions
  • msgpack support

Please see Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_1.html

1.1.0-rc

08 Dec 13:25
Compare
Choose a tag to compare
1.1.0-rc Pre-release
Pre-release

The final release candidate for next major release.

Detailed release notes and changelog will follow.

Some high-level items:

  • Tag support
  • Python 3 support
  • Updated cluster request handling
  • "pipe" function chaining syntax
  • xFilesFactor support
  • overhauled aggregation functions
  • msgpack support

Please check and report any issues.