File tree Expand file tree Collapse file tree 6 files changed +8
-22
lines changed
search/azure-search-documents Expand file tree Collapse file tree 6 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.2.0b2 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
3
+ ## 1.2.0 (2024-10-08)
10
4
11
5
### Other Changes
12
6
7
+ - Stable release for the Proof-of-Possession (PoP) token support to ` InteractiveBrowserBrokerCredential ` .
8
+
13
9
## 1.2.0b1 (2024-09-20)
14
10
15
11
### Features Added
Original file line number Diff line number Diff line change 2
2
# Copyright (c) Microsoft Corporation.
3
3
# Licensed under the MIT License.
4
4
# ------------------------------------
5
- VERSION = "1.2.0b2 "
5
+ VERSION = "1.2.0 "
Original file line number Diff line number Diff line change 41
41
url = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity-broker" ,
42
42
keywords = "azure, azure sdk" ,
43
43
classifiers = [
44
- "Development Status :: 4 - Beta " ,
44
+ "Development Status :: 5 - Production/Stable " ,
45
45
"Programming Language :: Python" ,
46
46
"Programming Language :: Python :: 3 :: Only" ,
47
47
"Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.18.1 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
3
+ ## 1.19.0 (2024-10-08)
8
4
9
5
### Bugs Fixed
10
6
Original file line number Diff line number Diff line change 2
2
# Copyright (c) Microsoft Corporation.
3
3
# Licensed under the MIT License.
4
4
# ------------------------------------
5
- VERSION = "1.18.1 "
5
+ VERSION = "1.19.0 "
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 11.6.0b6 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
3
+ ## 11.6.0b6 (2024-10-08)
8
4
9
5
### Bugs Fixed
10
6
11
7
- Fixed the issue that ` encryptionKey ` in ` SearchIndexer ` was lost during serialization. #37521
12
8
13
- ### Other Changes
14
-
15
9
## 11.6.0b5 (2024-09-19)
16
10
17
11
### Features Added
You can’t perform that action at this time.
0 commit comments