Skip to content

Commit 9a2b802

Browse files
xrmxtheletterf
andauthored
update CHANGELOG and bump version to 1.5.0 (#352)
* update CHANGELOG and bump version to 1.5.0 * Update index.md * Update index.md --------- Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
1 parent a55f5f9 commit 9a2b802

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v1.5.0
4+
5+
- Switch default sampler to `parentbased_traceidratio` (#351)
6+
- Acknowledge OpAMP remote config status changes (#340)
7+
38
## v1.4.0
49

510
- Introduce OpAMP agent for Central configuration. Central configuration will be available in Elastic Stack 9.1 (#320)

docs/release-notes/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ To check for security updates, go to [Security announcements for the Elastic sta
2727
% ### Fixes [edot-python-X.X.X-fixes]
2828
% *
2929

30+
## 1.5.0 [edot-python-1.5.0-release-notes]
31+
32+
### Features and enhancements [edot-python-1.5.0-features-enhancements]
33+
34+
- Switch default Tracing Sampler to `parentbased_traceidratio` ([#351](https://github.com/elastic/elastic-otel-python/pull/351))
35+
- Acknowledge OpAMP remote config status changes ([#340](https://github.com/elastic/elastic-otel-python/pull/340))
36+
3037
## 1.4.0 [edot-python-1.4.0-release-notes]
3138

3239
### Features and enhancements [edot-python-1.4.0-features-enhancements]

src/elasticotel/distro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "1.4.0"
17+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)