Skip to content

Commit

Permalink
azure-monitor-opentelemetry-exporter 1.0.0b22 (#34105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss authored Feb 6, 2024
1 parent 85fe164 commit 54e0fa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0b22 (Unreleased)
## 1.0.0b22 (2024-02-01)

### Features Added

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

### Breaking Changes

### Bugs Fixed

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

### Other Changes

- Drop support for Python 3.7
([#34105](https://github.com/Azure/azure-sdk-for-python/pull/34105))

## 1.0.0b21 (2024-01-16)

### Other Changes
Expand Down
3 changes: 1 addition & 2 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"Development Status :: 4 - Beta",
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -80,7 +79,7 @@
package_data={
'pytyped': ['py.typed'],
},
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"azure-core<2.0.0,>=1.23.0",
"fixedint==0.1.6",
Expand Down

0 comments on commit 54e0fa6

Please sign in to comment.