We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee0768 commit 85c443fCopy full SHA for 85c443f
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## Version 1.49.0 (2025-08-22)
6
+
7
### Consistent sampling
8
9
- Add updateable threshold sampler for dynamic sampling configuration
version.gradle.kts
@@ -1,5 +1,5 @@
1
-val stableVersion = "1.49.0-SNAPSHOT"
-val alphaVersion = "1.49.0-alpha-SNAPSHOT"
+val stableVersion = "1.50.0-SNAPSHOT"
+val alphaVersion = "1.50.0-alpha-SNAPSHOT"
allprojects {
if (findProperty("otel.stable") != "true") {
0 commit comments