Skip to content

Commit

Permalink
Merge pull request #843 from go-graphite/doc/changelog-for-0.17.0
Browse files Browse the repository at this point in the history
doc: changelog for version 0.17.0
  • Loading branch information
Civil authored Oct 4, 2024
2 parents bec3bf8 + 4e95a39 commit 10dd24d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,29 @@ Changes

CHANGELOG
---------

**0.17.0**

- [Feature] return error on partial targets fetch
- [Feature] add a config option to pass consolidateBy to the storage backend
- [Feature] add -exact-config command line argument
- [Improvement] :bangbang: refactor for avoid global evaluator usage
- [Improvement] Add movingWindow to list of functions that might adjust timerange
- [Improvement] tags/autoComplete: return detailed error code instead of 500
- [Improvement] MaxDataPoints consolidation: support nudging for consistent bucketing
- [Fix] incorrect positional parameters
- [Fix] transformNull name tag
- [Fix] Deadlock on uninitialized (nil) limiter
- [Fix] Check if query doesn't exceed allowed length limit
- [Fix] return code for render_handler
- [Fix] gracefully shutdown http servers
- [Fix] sortBy: substitute NaN values for negative infinity
- [Fix] validate consolidateBy arguments
- [Fix] fix `"name"` tag overrides in various functions
- [Fix] runtime error highest current
- [Fix] PromethizeTagValue panic on empty value


**0.16.1**
- [Build] Update build version of golang to 1.21.0
- [Improvement] Better error messages
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Golang compatibility matrix:
| 1.16 / 1.17 | 0.15.6 |
| 1.18 | 0.16.0-patch2 |
| 1.20 | 0.16.1 |
| 1.21 | 0.17.0 |

Overall rule of thumb is that carbonapi supports last 2 major go versions. E.x. at this moment Go 1.22 and 1.21 are supported.

Expand Down

0 comments on commit 10dd24d

Please sign in to comment.