@prometheus-io/lezer-promql 0.54.0-rc.0 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 2.54.0-rc.0 / 2024-07-19
3
+ ## 2.54.0 / 2024-08-09
4
4
 
5
5
  Release 2.54 brings a release candidate of a major new version of [Remote Write: 2.0](https://prometheus.io/docs/specs/remote_write_spec_2_0/).
6
6
  This is experimental at this time and may still change.
@@ -18,6 +18,7 @@ Remote-write v2 is enabled by default, but can be disabled via feature-flag `web
18
18
  * [ENHANCEMENT] TSDB: Optimise seek within index. #14393
19
19
  * [ENHANCEMENT] TSDB: Optimise deletion of stale series. #14307
20
20
  * [ENHANCEMENT] TSDB: Reduce locking to optimise adding and removing series. #13286,#14286
21
+ * [ENHANCEMENT] TSDB: Small optimisation: streamline special handling for out-of-order data. #14396,#14584
21
22
  * [ENHANCEMENT] Regexps: Optimize patterns with multiple prefixes. #13843,#14368
22
23
  * [ENHANCEMENT] Regexps: Optimize patterns containing multiple literal strings. #14173
23
24
  * [ENHANCEMENT] AWS SD: expose Primary IPv6 addresses as __meta_ec2_primary_ipv6_addresses. #14156
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.54.0-rc.0",
3
+ "version": "0.54.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",