File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
sdk/monitor/azure-monitor-opentelemetry-exporter Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b22 (Unreleased )
3
+ ## 1.0.0b22 (2024-02-01 )
4
4
5
5
### Features Added
6
6
9
9
- Only create temporary folder if local storage is enabled without storage directory.
10
10
([ #34061 ] ( https://github.com/Azure/azure-sdk-for-python/pull/34061 ) )
11
11
12
- ### Breaking Changes
13
-
14
12
### Bugs Fixed
15
13
16
14
- Update exception details messsage based on ` LogRecord ` body
17
15
([ #34020 ] ( https://github.com/Azure/azure-sdk-for-python/pull/34020 ) )
18
16
19
17
### Other Changes
20
18
19
+ - Drop support for Python 3.7
20
+ ([ #34105 ] ( https://github.com/Azure/azure-sdk-for-python/pull/34105 ) )
21
+
21
22
## 1.0.0b21 (2024-01-16)
22
23
23
24
### Other Changes
Original file line number Diff line number Diff line change 60
60
"Development Status :: 4 - Beta" ,
61
61
'Programming Language :: Python' ,
62
62
'Programming Language :: Python :: 3' ,
63
- 'Programming Language :: Python :: 3.7' ,
64
63
'Programming Language :: Python :: 3.8' ,
65
64
'Programming Language :: Python :: 3.9' ,
66
65
'Programming Language :: Python :: 3.10' ,
80
79
package_data = {
81
80
'pytyped' : ['py.typed' ],
82
81
},
83
- python_requires = ">=3.7 " ,
82
+ python_requires = ">=3.8 " ,
84
83
install_requires = [
85
84
"azure-core<2.0.0,>=1.23.0" ,
86
85
"fixedint==0.1.6" ,
You can’t perform that action at this time.
0 commit comments