Recent Releases of https://github.com/graphite-project/graphite-web

https://github.com/graphite-project/graphite-web - 1.2.1-pre1

That's not an official release, more a milestone for master branch if someone want to avoid CVE checks in 1.1.x You can discuss current state of Graphite in https://github.com/graphite-project/graphite-web/issues/2418

- JavaScript
Published by deniszh 9 months ago

https://github.com/graphite-project/graphite-web - 1.1.10

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/1110.html or changelog https://github.com/graphite-project/graphite-web/blob/master/CHANGELOG.md

- JavaScript
Published by deniszh about 4 years ago

https://github.com/graphite-project/graphite-web - 1.1.8

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/118.html or changelog https://github.com/graphite-project/graphite-web/blob/master/CHANGELOG.md

- JavaScript
Published by deniszh about 5 years ago

https://github.com/graphite-project/graphite-web - 1.1.7

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/117.html or changelog https://github.com/graphite-project/graphite-web/blob/master/CHANGELOG.md

- JavaScript
Published by deniszh about 6 years ago

https://github.com/graphite-project/graphite-web - 1.1.6

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 ENFORCEINPUTVALIDATION 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/116.html

- JavaScript
Published by deniszh over 6 years ago

https://github.com/graphite-project/graphite-web - 1.1.5

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
  • REMOTEBUFFERSIZE = 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/115.html

- JavaScript
Published by deniszh over 7 years ago

https://github.com/graphite-project/graphite-web - 1.1.4

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 DESTINATIONSPOOLREPLICAS, MAXRECEIVERCONNECTIONS for carbon
  • Improving performance for big responses from cluster hosts (see REMOTEBUFFERSIZE 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/114.html

- JavaScript
Published by deniszh over 7 years ago

https://github.com/graphite-project/graphite-web - 1.1.3

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/113.html

- JavaScript
Published by deniszh about 8 years ago

https://github.com/graphite-project/graphite-web - 1.1.2

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
  • fnv1ach and mmh3ch hashes support for carbon
  • Percentile aggregation methods in aggregator

and more.

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

- JavaScript
Published by deniszh over 8 years ago

https://github.com/graphite-project/graphite-web - 1.1.1

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/111.html

- JavaScript
Published by deniszh over 8 years ago

https://github.com/graphite-project/graphite-web - 1.1.0-rc

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.

- JavaScript
Published by deniszh over 8 years ago

https://github.com/graphite-project/graphite-web - 1.1.0-pre5

The 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.

- JavaScript
Published by deniszh over 8 years ago

https://github.com/graphite-project/graphite-web - 1.1.0-pre4

The release candidate for next major release.

Detailed release notes and changelog will follow.

Some high-level items:

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

Please check and report any issues.

- JavaScript
Published by deniszh over 8 years ago

https://github.com/graphite-project/graphite-web - 1.1.0-pre3

The release candidate for next major release.

Detailed release notes and changelog will follow.

Some high-level items: * Tag support * Updated cluster request handling * "pipe" function chaining syntax * xFilesFactor support * overhauled aggregation functions * msgpack support

Please check and report any issues.

- JavaScript
Published by deniszh over 8 years ago

https://github.com/graphite-project/graphite-web - 1.1.0-pre1

The release candidate for next major release.

Release notes and changelog will follow.

- JavaScript
Published by deniszh over 8 years ago

https://github.com/graphite-project/graphite-web -

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

It's a bugfix release for stable Graphite 1.0.0 branch and it’s recommended for production usage. It also contains some improvements backported from master branch.

- JavaScript
Published by deniszh almost 9 years ago

https://github.com/graphite-project/graphite-web - 1.0.1

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

Graphite-web 1.0.1 is compatible with carbon 1.0.0 and whisper 1.0.0, so, you can upgrade only graphite-web package.

Also, 2 of 3 patches in this release are connected with Graphite clustering, so, you can skip this update if not using it.

- JavaScript
Published by deniszh about 9 years ago

https://github.com/graphite-project/graphite-web - 1.0.0

See release notes https://graphite.readthedocs.io/en/latest/releases/100.html

- JavaScript
Published by deniszh about 9 years ago

https://github.com/graphite-project/graphite-web - 0.9.16

See release notes https://graphite.readthedocs.io/en/latest/releases/0916.html

- JavaScript
Published by deniszh about 9 years ago