Skip to content

Commit f522783

Browse files
jaydelucaCopilotbreedx-splk
authored
Update changelog for release 1.56.0 (#2786)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com>
1 parent fe679da commit f522783

3 files changed

Lines changed: 41 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33
## Unreleased
44

5+
### Dynamic control
6+
7+
- Add SourceFormat string to enum conversion
8+
([#2737](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2737))
9+
- Add policy config model classes (record-style structure)
10+
([#2736](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2736))
11+
- Add config parsing for both JSON and YAML
12+
([#2738](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2738))
13+
- Add OpampPolicyProvider for the policy pipeline
14+
([#2748](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2748))
15+
- Create providers from SourceKind
16+
([#2749](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2749))
17+
- Use composable samplers and add sampler initialization
18+
([#2752](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2752))
19+
- Add PolicyTypeInitializer interface for better readability
20+
([#2754](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2754))
21+
22+
### GCP resources
23+
24+
- Unify gcp resource detector
25+
([#2747](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2747))
26+
27+
### JMX scraper
28+
29+
- Pin bouncycastle to 1.84 to fix CVE-2026-0636, CVE-2026-5588, CVE-2026-5598
30+
([#2783](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2783))
31+
32+
### OpAMP client
33+
34+
- Improve error handling
35+
([#2778](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2778))
36+
### Processors
37+
38+
- Add FilteringSpanExporter with composable SpanFilter and TraceFilter interfaces
39+
([#2745](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2745))
40+
41+
542
## Version 1.55.0 (2026-03-31)
643

744
### Disk buffering

RELEASING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ the second Monday of the month (roughly a couple of days after the monthly minor
2828
* Merge a pull request to `main` updating the `CHANGELOG.md`.
2929
* The heading for the unreleased entries should be `## Unreleased`.
3030
* Use `.github/scripts/draft-change-log-entries.sh` as a starting point for writing the change log.
31+
The script requires the previous release tag to be present locally. If you get an error like
32+
`fatal: ambiguous argument 'vX.Y.0..HEAD'`, sync tags from the canonical remote first (for
33+
example, `upstream` if configured, otherwise `origin`):
34+
`git fetch upstream --tags` or, if your canonical remote is named origin `git fetch origin --tags`
3135
* Run the [Prepare release branch workflow](https://github.com/open-telemetry/opentelemetry-java-contrib/actions/workflows/prepare-release-branch.yml).
3236
* Press the "Run workflow" button, and leave the default branch `main` selected.
3337
* Review and merge the two pull requests that it creates

mise.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use_file_shell_for_executable_tasks = true
1919

2020
[tasks.lint]
2121
description = "Run markdown and link linting"
22-
raw_args = true
2322
run = "flint run"
2423

2524
[tasks."lint:fix"]

0 commit comments

Comments
 (0)