File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
sdk/monitor/azure-monitor-opentelemetry-exporter Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b28 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
3
+ ## 1.0.0b28 (2024-07-29)
10
4
11
5
### Other Changes
12
6
7
+ - Support for Python 3.12
8
+ ([ #36481 ] ( https://github.com/Azure/azure-sdk-for-python/pull/36481 ) )
9
+
13
10
## 1.0.0b27 (2024-06-21)
14
11
15
12
### Features Added
Original file line number Diff line number Diff line change 65
65
'Programming Language :: Python :: 3.9' ,
66
66
'Programming Language :: Python :: 3.10' ,
67
67
'Programming Language :: Python :: 3.11' ,
68
+ 'Programming Language :: Python :: 3.12' ,
68
69
'License :: OSI Approved :: MIT License' ,
69
70
],
70
71
zip_safe = False ,
85
86
"azure-core<2.0.0,>=1.28.0" ,
86
87
"fixedint==0.1.6" ,
87
88
"msrest>=0.6.10" ,
88
- "opentelemetry-api~=1.21 " ,
89
- "opentelemetry-sdk~=1.21 " ,
89
+ "opentelemetry-api~=1.26 " ,
90
+ "opentelemetry-sdk~=1.26 " ,
90
91
"psutil~=5.9" ,
91
92
],
92
93
entry_points = {
You can’t perform that action at this time.
0 commit comments