Skip to content

Commit fc2f7d2

Browse files
authored
update CHANGELOG and bump version to 1.9.0 (#407)
1 parent 8e46467 commit fc2f7d2

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## v1.9.0
4+
5+
- Handle OTEL_LOG_LEVEL to tune OpenTelemetry SDK and EDOT SDK logging (#397)
6+
- Log OTel configuration variables at startup at info level (#398)
7+
- Make OpAMP client more robust (#401)
8+
39
## v1.8.0
410

511
- Central configuration: make the OpAMP agent more robust against server restarts (#388)

docs/release-notes/index.md

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

30+
31+
## 1.9.0 [edot-python-1.9.0-release-notes]
32+
33+
### Features and enhancements [edot-python-1.9.0-features-enhancements]
34+
35+
- Handle OTEL_LOG_LEVEL to tune OpenTelemetry SDK and EDOT SDK logging ([#397](https://github.com/elastic/elastic-otel-python/pull/397))
36+
- Log OTel configuration variables at startup at info level ([#398](https://github.com/elastic/elastic-otel-python/pull/398))
37+
38+
### Fixes [edot-python-1.9.0-fixes]
39+
40+
- Make OpAMP client more robust ([#401](https://github.com/elastic/elastic-otel-python/pull/401))
41+
3042
## 1.8.0 [edot-python-1.8.0-release-notes]
3143

3244
### Features and enhancements [edot-python-1.8.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.8.0"
17+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)