Skip to content

Commit 71247dc

Browse files
authored
update CHANGELOG and bump version to 1.7.0 (#375)
1 parent 4c7c89c commit 71247dc

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

3+
## v1.7.0
4+
5+
- distro: handle dynamic tracing sampling rate from central config (requires stack 9.2) (#367)
6+
- Bump OpenTelemetry to 1.36.0/0.57b0 (#373)
7+
8+
Upstream changes:
9+
* https://github.com/open-telemetry/opentelemetry-python/discussions/4706
10+
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3710
11+
312
## v1.6.0
413

514
- Prepend our own User agent to the OpenTelemetry SDK one (#363)

docs/release-notes/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ 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.7.0 [edot-python-1.7.0-release-notes]
31+
32+
### Features and enhancements [edot-python-1.7.0-features-enhancements]
33+
34+
- distro: handle dynamic tracing sampling rate from central config (Tech Preview, requires stack 9.2) ([#367](https://github.com/elastic/elastic-otel-python/pull/367))
35+
- Bump OpenTelemetry to 1.36.0/0.57b0 ([#373](https://github.com/elastic/elastic-otel-python/pull/373))
36+
37+
Upstream changes:
38+
* [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/discussions/4706)
39+
* [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3710)
40+
3041
## 1.6.0 [edot-python-1.6.0-release-notes]
3142

3243
### Features and enhancements [edot-python-1.6.0-features-enhancements]
@@ -41,7 +52,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
4152
* [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/discussions/4682)
4253
* [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3634)
4354

44-
4555
### Fixes [edot-python-1.6.0-fixes]
4656

4757
- Silence harmless warning about trace sampler rate not set ([#356](https://github.com/elastic/elastic-otel-python/pull/356))

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.6.0"
17+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)