Skip to content

Commit 82c1a00

Browse files
authored
update CHANGELOG and bump version to 1.8.0 (#394)
1 parent beccbbf commit 82c1a00

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## v1.8.0
4+
5+
- Central configuration: make the OpAMP agent more robust against server restarts (#388)
6+
- Central configuration: suppress instrumentations for OpAMP client requests (#384)
7+
- Bump OpenTelemetry to 1.37.0/0.58b0 (#389)
8+
9+
Upstream changes:
10+
* https://github.com/open-telemetry/opentelemetry-python/discussions/4747
11+
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3750
12+
313
## v1.7.0
414

515
- distro: handle dynamic tracing sampling rate from central config (requires stack 9.2) (#367)

docs/release-notes/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@ 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.8.0 [edot-python-1.8.0-release-notes]
31+
32+
### Features and enhancements [edot-python-1.8.0-features-enhancements]
33+
34+
- Central configuration: make the OpAMP agent more robust against server restarts ([#388](https://github.com/elastic/elastic-otel-python/pull/388))
35+
- Bump OpenTelemetry to 1.37.0/0.58b0 ([#389](https://github.com/elastic/elastic-otel-python/pull/389))
36+
37+
Upstream changes:
38+
* [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/discussions/4747)
39+
* [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3750)
40+
41+
### Fixes [edot-python-1.8.0-fixes]
42+
43+
- Central configuration: suppress instrumentations for OpAMP client requests ([#384](https://github.com/elastic/elastic-otel-python/pull/384))
44+
3045
## 1.7.0 [edot-python-1.7.0-release-notes]
3146

3247
### Features and enhancements [edot-python-1.7.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.7.0"
17+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)