You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove deprecated stability level
* change the earliest compatible version to 1.25.0
* deprecate deprecated stability, but keep it around
* fix build
* changelog
* fix merge issues
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file.
7
7
What's changed
8
8
9
9
* Add support for annotations on attributes and groups. ([#645](https://github.com/open-telemetry/weaver/pull/645) by @lquerel).
10
-
* 💥 BREAKING CHANGE 💥 - Upgrade to version 0.4.0 of regorus [requires all v0 policies to be modified](https://github.com/microsoft/regorus/pull/373). Policy upgrade instructions [here](https://www.openpolicyagent.org/docs/latest/v0-upgrade/#upgrading-rego) may help. ([#651](https://github.com/open-telemetry/weaver/pull/651) by @jerbly).
10
+
* 💥 BREAKING CHANGE 💥 - Upgrade to version 0.4.0 of regorus [requires all v0 policies to be modified](https://github.com/microsoft/regorus/pull/373). Policy upgrade instructions [here](https://www.openpolicyagent.org/docs/latest/v0-upgrade/#upgrading-rego) may help. ([#651](https://github.com/open-telemetry/weaver/pull/651) by @jerbly).
11
+
* Stability level `Deprecated` is deprecated. Conventions should be deprecated via `deprecated` field and should keep the original stability. ([#607](https://github.com/open-telemetry/weaver/pull/607) by @lmolkova).
11
12
12
13
## [0.13.2] - 2025-02-13
13
14
@@ -39,11 +40,11 @@ What's changed
39
40
40
41
41
42
42
-
* Improvement of comment generation: removal of `<p>` tags that precede `@` Javadoc tags.
43
+
* Improvement of comment generation: removal of `<p>` tags that precede `@` Javadoc tags.
43
44
([#574](https://github.com/open-telemetry/weaver/pull/574) by @trask).
44
45
* For Issue [#564](https://github.com/open-telemetry/weaver/issues/564) - Require attributes and event fields to have stability: Added warnings for missing stability
45
46
on: Attributes, Enum members in attributes, Event AnyValues, Enum members in AnyValues. ([#568](https://github.com/open-telemetry/weaver/pull/568) by @jerbly).
46
-
* For issue [#569](Add include_stability config into semconv_grouped_attributes): `is_experimental` returns `true` by default. ([#570](https://github.com/open-telemetry/weaver/pull/570) by @jerbly).
47
+
* For issue [#569](Add include_stability config into semconv_grouped_attributes): `is_experimental` returns `true` by default. ([#570](https://github.com/open-telemetry/weaver/pull/570) by @jerbly).
47
48
* Added an OTLP receiver to Weaver to prepare for the `weaver registry live-check` command. (see [#548](https://github.com/open-telemetry/weaver/pull/548) by @lquerel)
48
49
* Add is_array filter and test for AttributeType. ([#540](https://github.com/open-telemetry/weaver/pull/540) by @arthurDiff).
49
50
* Refactored CLI registry commands to remove some duplication. Resolving the registry with policy checks is common for
@@ -61,7 +62,7 @@ What's changed
61
62
`semconv_signal`, `semconv_grouped_attributes`, and other `semconv_*` JQ semconv helpers. When `stable_only` is set to `true`,
62
63
corresponding helper function returns stable conventions only. If the flag is not set or set to false, stability filtering does not apply.
63
64
It's recommended to use `stable_only` flag instead of `exclude_stability` parameter.
64
-
([#588](https://github.com/open-telemetry/weaver/pull/588) by @lmolkova)
65
+
([#588](https://github.com/open-telemetry/weaver/pull/588) by @lmolkova)
0 commit comments