All Versions
32
Latest Version
Avg Release Cycle
76 days
Latest Release
-

Changelog History
Page 1

  • v1.2.0 Changes

    🌐 graphite-web

    πŸ› Bug Fixes

    • ensure that all tag values are strings (#2572, @DanCech)
    • Attempt to convert parameter types in validator (#2574, @replay)
    • accept deprecated params for bc (#2579, @replay)
    • Remote render fixes (#2582, @piotr1212)
    • render: only encodeHeader() for svg output (#2584, @ploxiln)
    • fix composer saved graphs target escaping (#2587, @ploxiln)
    • fix dashboard metric completion on backspace in Firefox (#2589, @ploxiln)
    • seriesList type validation was too permissive (#2593, @replay)
    • asPercent may be used as an aggregator (#2594, @replay)
    • Make nodes in group by nodes optional (#2597, @replay)
    • privatize linearRegressionAnalysis so it will not show in documentation (#2602, @piotr1212)
    • Revert symlink fix (#2604, @piotrt1212)
    • Lock whitenoise dependency version (#2606, @Carles-Figuerola)
    • Prevent xss (#2620, @StephenDsouza90)
    • fix & improve docs for *WithWildcards functions (#2625, @Dieterbe)
    • Fix multi-threading issue in render endpoint by making grammar a thread-safe object (fixes #2626) (#2627, @romanek-adam)
    • Patch /static/ directory in Apache docs (#2635, @djmetzle)
    • Backport unicode fix from piotr1212/graphite-web@17e23ef (#2643, @piotr1212 / @deniszh)
    • Update whisper.rst with Python 3 fix (#2649, @cdeil)
    • utf-8 fix in unpickle (#2660, @piotr1212 / @ploxlin)
    • Fix expand braces (#2661, Aleksandr Cupacenko / @deniszh )
    • Fix paths not matching description (@thedoc31)
    • Amend web install docs (#2677, @deniszh)
    • Resolves #2692 can't unpickle Interval/IntervalSet (#2693, @drawks)

    πŸ”‹ Features / Enhancements

    • Better logs on invalid input (#2590, @replay)
    • [Settings] Allow pickle protocol to be configurable for carbonlink requests. (#2591, @alikhtag)
    • List Promitor as a collector tool (#2605, @tomkerkhove)
    • REsynthesize: New script forked from Synthesize to install Graphite on CentOS (#2631, @deividgdt)
    • weightedAverage: raise an InputParameterError exception if the number of series passed for the values is different to the number passed for the weights (#2636, @fkaleo)
    • Find api documentation (Fixing #2616) (#2646, @deniszh)
    • Add aggregateSeriesLists() and aliases for diffSeriesLists(), sumSeriesLists(), multiplySeriesLists() (#2647, @alikhtag)
    • Optionally resolve right hand dip in sums because of lack of current minute in caches (#2659, @cbowman0)
    • You can disable info.log now (fixing #1860) (#2691, @deniszh)

    carbon

    πŸ› Bug fixes

    • remove carbon-client.py, is broken for 4 years (#890, @piotr1212)
    • spelling (#893, @jsoref)
    • Update storage-aggregation.conf.example for #768 (#899, @antonsoroko)
    • Provide more complete list of aggregation options (#901, @neul)
    • Fixes #908 (PTC-W0016) Unnecessary comprehension (#909, @rohankhanna)
    • Fixes #906 (BAN-B101) Assert statement used outside of tests (#907, @rohankhanna)

    πŸ”‹ Features / Enhancements

    • add config option to turn off logging of lost connections (#900, @tbenz9)
    • Improve carbon performance for non-tagged series (#903, @deniszh)

    whisper

    πŸ› Bug fixes

    • fix reisze whisper from low retention to high retention will lose some data (#293, @Xu-Wentao)
    • Fixing test for python 2.7 (#295, @deniszh)

    carbonate

    πŸ”‹ Features / Enhancements

    • Support for Aggregated-Consistent Hash (#121 / #56, @deniszh / @klynch)
    • Handle transient network failures and support custom staging dir path (#122, @ryangsteele)
  • v1.1.10 Changes

    🌐 graphite-web

    πŸ› Bug Fixes

    • 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)

    πŸ”‹ Features / Enhancements

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

    carbon

    πŸ› Bug Fixes

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

    whisper

    πŸ”‹ Features / Enhancements

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

    carbonate

    πŸ› Bug Fixes

    • πŸ”¨ 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)
  • v1.1.8 Changes

    🌐 graphite-web

    πŸ› Bug Fixes

    • ensure that all tag values are strings (#2572, @DanCech)
    • Attempt to convert parameter types in validator (#2574, @replay)
    • accept deprecated params for bc (#2579, @replay)
    • Remote render fixes (#2582, @piotr1212)
    • render: only encodeHeader() for svg output (#2584, @ploxiln)
    • fix composer saved graphs target escaping (#2587, @ploxiln)
    • fix dashboard metric completion on backspace in Firefox (#2589, @ploxiln)
    • seriesList type validation was too permissive (#2593, @replay)
    • asPercent may be used as an aggregator (#2594, @replay)
    • Make nodes in group by nodes optional (#2597, @replay)
    • privatize linearRegressionAnalysis so it will not show in documentation (#2602, @piotr1212)
    • Revert symlink fix (#2604, @piotrt1212)
    • Lock whitenoise dependency version (#2606, @Carles-Figuerola)
    • Prevent xss (#2620, @StephenDsouza90)
    • fix & improve docs for *WithWildcards functions (#2625, @Dieterbe)
    • Fix multi-threading issue in render endpoint by making grammar a thread-safe object (fixes #2626) (#2627, @romanek-adam)
    • Patch /static/ directory in Apache docs (#2635, @djmetzle)
    • Backport unicode fix from piotr1212/graphite-web@17e23ef (#2643, @piotr1212 / @deniszh)
    • Update whisper.rst with Python 3 fix (#2649, @cdeil)
    • utf-8 fix in unpickle (#2660, @piotr1212 / @ploxlin)
    • Fix expand braces (#2661, Aleksandr Cupacenko / @deniszh )
    • Fix paths not matching description (@thedoc31)
    • Amend web install docs (#2677, @deniszh)
    • Resolves #2692 can't unpickle Interval/IntervalSet (#2693, @drawks)

    πŸ”‹ Features / Enhancements

    • Better logs on invalid input (#2590, @replay)
    • [Settings] Allow pickle protocol to be configurable for carbonlink requests. (#2591, @alikhtag)
    • List Promitor as a collector tool (#2605, @tomkerkhove)
    • REsynthesize: New script forked from Synthesize to install Graphite on CentOS (#2631, @deividgdt)
    • weightedAverage: raise an InputParameterError exception if the number of series passed for the values is different to the number passed for the weights (#2636, @fkaleo)
    • Find api documentation (Fixing #2616) (#2646, @deniszh)
    • Add aggregateSeriesLists() and aliases for diffSeriesLists(), sumSeriesLists(), multiplySeriesLists() (#2647, @alikhtag)
    • Optionally resolve right hand dip in sums because of lack of current minute in caches (#2659, @cbowman0)
    • You can disable info.log now (fixing #1860) (#2691, @deniszh)

    carbon

    πŸ› Bug fixes

    • remove carbon-client.py, is broken for 4 years (#890, @piotr1212)
    • spelling (#893, @jsoref)
    • Update storage-aggregation.conf.example for #768 (#899, @antonsoroko)
    • Provide more complete list of aggregation options (#901, @neul)
    • Fixes #908 (PTC-W0016) Unnecessary comprehension (#909, @rohankhanna)
    • Fixes #906 (BAN-B101) Assert statement used outside of tests (#907, @rohankhanna)

    πŸ”‹ Features / Enhancements

    • add config option to turn off logging of lost connections (#900, @tbenz9)
    • Improve carbon performance for non-tagged series (#903, @deniszh)

    whisper

    πŸ› Bug fixes

    • fix reisze whisper from low retention to high retention will lose some data (#293, @Xu-Wentao)
    • Fixing test for python 2.7 (#295, @deniszh)

    carbonate

    πŸ”‹ Features / Enhancements

    • Support for Aggregated-Consistent Hash (#121 / #56, @deniszh / @klynch)
    • Handle transient network failures and support custom staging dir path (#122, @ryangsteele)
  • v1.1.7 Changes

    March 16, 2020

    🌐 graphite-web

    πŸ› Bug Fixes

    • Fix AttributeError if parameter validation fails (#2510, @PhilippWendler)
    • Taming lint (#2512, @deniszh)
    • relax enforcement of options sets in validation (#2513, @replay)
    • Fix tests (#2525, @replay)
    • Trying to fix tests (#2530, @deniszh)
    • simplify travis-ci config (#2532, @ploxiln)
    • fix function parameter types (#2536, @replay)
    • fixes #2541 (#2542, @replay)
    • prune flake8 ignore list (#2552, @ploxlin)
    • flake8: re-enable F841 (local variable assigned but not used) (#2559, @ploxiln)
    • flake8: re-enable E122,E124 (indent of continuation and closing bracket) (#2558, @ploxiln)
    • Fix validator when default value is used (#2555, @replay)
    • flake8: include contrib/ subdir, re-enable rule E713 (#2554, @ploxiln)

    πŸ”‹ Features / Enhancements

    • Merge prefetched data. (#2507. @liyichao)
    • introduce paramtype for agg or series func (#2523, @replay)
    • Mark series functions to use as aggregators (#2528, @replay)
    • Python 3.9 support: remove deprecated U option to open (#2529, @piotr1212)
    • remove leading ~ from name when indexing metric names (#2458, @replay)
    • add graphite-dl4j and carbon-proxy (#2521, @jdbranham)
    • test docs on Python3 (#2535, @piotr1212)
    • Django 3.0 compatibility (#2534, @piotr1212)
    • Parameter type int or inf (#2538, @replay)
    • Interpret inf (#2539, @replay)
    • better error messages (#2543, @replay)
    • Adding Hisser and Go-graphite buckytools in tools documentation (#2549, @deniszh)
    • make consolidation func avg alias for average (#2556, @replay)
    • move all validation into Param.validateValue (#2557, @replay)
    • handle exceptions if params cannot be type converted (#2547, @replay)
    • better error messages with type indications (#2543, @replay)
    • log grafana dashboard/panel id headers (#2564, @replay)
    • Allow floats in scaleToSeconds() (#2565, @replay)

    carbon

    πŸ› Bug Fixes

    • Fix #871: Adjust aggregator-rules input_pattern match greediness to support numeric matching after captured field (#872 @hessu)
    • Another test fix try (#874, @deniszh)
    • Fixing tests for S390 (#880, @sangitanalkar)
    • Trying to fix tests (#881, @deniszh)
    • Fix the manhole for Twisted > 16 and Python 3 (#882, @piotr1212)
    • Fix missing encoding for line protocol (#885, @pkruk)

    πŸ”‹ Features / Enhancements

    • Bucketmax write strategy (#879, @piotr1212)
    • s390x support for travis (#869, @sangitanalkar)
    • sanitize names when using them as tag value (#858, @replay)
    • simplify travis-ci config (#875, @ploxiln)

    carbonate

    πŸ› Bug Fixes

    • fixes python3 TypeError (#113, @l4r-s)
    • Change write mode to non-binary. (#111, @hdost)

    πŸ”‹ Features / Enhancements

    • Add python3 testing (#110, @hdost)
    • add codecov (#112, @piotr1212)
  • v1.1.6 Changes

    October 24, 2019

    🌐 graphite-web

    πŸ› Bug Fixes

    • fix dashboard graph metric list icon paths with URL_PREFIX (#2424, @ploxiln)
    • docs: for sql db migration to 1.1 recommend –fake-initial (#2425, @ploxiln)
    • Fix dashboard template loading from URL (#2431, @cbowman0)
    • Dashboard render urls missing document.body.dataset.baseUrl (#2433, @cbowman0)
    • fixed small errors in docs (#2443, 0xflotus)
    • Copy requestContext() and empty prefetch (#2450, @cbowman0)
    • Fix a broken link to structured_metrics in doc (#2463, @izeye)
    • added space before (#2487, @saikek)
    • Fix for CVE-2017-18638 (#2499, @deniszh)
    • Upgrading minimal Django version (#2502, @deniszh)

    πŸ”‹ Features / Enhancements

    • set package long description (#2407, @YevhenLukomskyi)
    • add tag formatting docs (#2426, @replay)
    • Accept IPv6 addresses in CARBONLINK_HOSTS (#2436, @RoEdAl)
    • update aggregation function docs for aggregate and groupbytags (#2451, @Dieterbe)
    • Add Statusengine to list of integrations (Forwarding) (#2452, @nook24)
    • Django22 compatibility (#2462, @piotr1212)
    • Python 3.8 support (#2464, @piotr1212)
    • New functions: add, sigmoid, logit, exp (#2466, @piotr1212)
    • Better error handling (return 4XX instead of 5XX in case of wrong function parameters) (#2467, @replay)
    • Pass maxDataPoints to the requestContext for Finder (#2479, @Felixoid)
    • Add redis password support for tagdb (#2483, @ahmet2mir)
    • Created issue template (#2488, @bigpythonimish)
    • docs: add netdata to β€˜tools that work with graphite’ (#2490, @sbasgall)
    • Updated minimumBelow() docstring (#2493, @bigpythonimish)
    • xFilesFactor is an optional parameter for removeEmptySeries (#2495, @DanCech)
    • fix functions that aggregate to include the aliases in their params (#2496, @Dieterbe)
    • the callback parameter for groupByNode is optional (#2497, @DanCech)

    carbon

    πŸ› Bug Fixes

    • set package long description (#834, @YevhenLukomskyi)
    • Remove pidfile on ValueError exception (#853, @albang)

    πŸ”‹ Features / Enhancements

    • Add testing for Python 3.8 (#859, @piotr1212)

    whisper

    πŸ› Bug Fixes

    • Switch to setuptools (#272, @piotr1212)
    • adding appropriate β€˜type’ to sleep variable (#273, @piotr1212)
    • Add testing for Python 3.8, remove 3.4 (eol)(#277, @piotr1212)
    • Altering rrd2whisper.py for py3 compatibility (#280, @FliesLikeABrick)

    πŸ”‹ Features / Enhancements

    • set package long description (#271, @YevhenLukomskyi)
    • Dump as raw values (#282, @Glandos)

    carbonate

    πŸ› Bug Fixes

    • fix lint errors (PR#105, @YevhenLukomskyi)
    • specify long_description_content_type, so that package description is properly rendered on pypi.org (PR#104, @YevhenLukomskyi)

    πŸ”‹ Features / Enhancements

    • Python 3 support (PR#107, @piotr1212)
    • Use –copy-dest, enabling the rsync algorithm when copying from remote to staging (PR#106, @luke-heberling)
  • v1.1.5 Changes

    December 23, 2018

    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

  • v1.1.4 Changes

    September 03, 2018

    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

  • v1.1.3 Changes

    April 04, 2018

    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

  • v1.1.2 Changes

    February 13, 2018

    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

  • v1.1.1 Changes

    December 19, 2017

    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