Skip to content

Commit 54e0fa6

Browse files
authored
azure-monitor-opentelemetry-exporter 1.0.0b22 (#34105)
1 parent 85fe164 commit 54e0fa6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0b22 (Unreleased)
3+
## 1.0.0b22 (2024-02-01)
44

55
### Features Added
66

@@ -9,15 +9,16 @@
99
- Only create temporary folder if local storage is enabled without storage directory.
1010
([#34061](https://github.com/Azure/azure-sdk-for-python/pull/34061))
1111

12-
### Breaking Changes
13-
1412
### Bugs Fixed
1513

1614
- Update exception details messsage based on `LogRecord` body
1715
([#34020](https://github.com/Azure/azure-sdk-for-python/pull/34020))
1816

1917
### Other Changes
2018

19+
- Drop support for Python 3.7
20+
([#34105](https://github.com/Azure/azure-sdk-for-python/pull/34105))
21+
2122
## 1.0.0b21 (2024-01-16)
2223

2324
### Other Changes

sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"Development Status :: 4 - Beta",
6161
'Programming Language :: Python',
6262
'Programming Language :: Python :: 3',
63-
'Programming Language :: Python :: 3.7',
6463
'Programming Language :: Python :: 3.8',
6564
'Programming Language :: Python :: 3.9',
6665
'Programming Language :: Python :: 3.10',
@@ -80,7 +79,7 @@
8079
package_data={
8180
'pytyped': ['py.typed'],
8281
},
83-
python_requires=">=3.7",
82+
python_requires=">=3.8",
8483
install_requires=[
8584
"azure-core<2.0.0,>=1.23.0",
8685
"fixedint==0.1.6",

0 commit comments

Comments
 (0)