@prometheus-io/lezer-promql 0.54.0-rc.1 → 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 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 2.54.0-rc.1 / 2024-08-05
4
-
5
- * [BUGFIX] TSDB: Exclude OOO chunks mapped after compaction starts (introduced by #14396). #14584
6
-
7
- ## 2.54.0-rc.0 / 2024-07-19
3
+ ## 2.54.0 / 2024-08-09
8
4
 
9
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/).
10
6
  This is experimental at this time and may still change.
@@ -22,7 +18,7 @@ Remote-write v2 is enabled by default, but can be disabled via feature-flag `web
22
18
  * [ENHANCEMENT] TSDB: Optimise seek within index. #14393
23
19
  * [ENHANCEMENT] TSDB: Optimise deletion of stale series. #14307
24
20
  * [ENHANCEMENT] TSDB: Reduce locking to optimise adding and removing series. #13286,#14286
25
- * [ENHANCEMENT] TSDB: Small optimisation: streamline special handling for out-of-order data. #14396
21
+ * [ENHANCEMENT] TSDB: Small optimisation: streamline special handling for out-of-order data. #14396,#14584
26
22
  * [ENHANCEMENT] Regexps: Optimize patterns with multiple prefixes. #13843,#14368
27
23
  * [ENHANCEMENT] Regexps: Optimize patterns containing multiple literal strings. #14173
28
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.1",
3
+ "version": "0.54.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",