File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed
azure-communication-common-perf
azure-communication-common
azure-communication-identity Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
7070com.azure:azure-communication-callautomation;1.2.4;1.3.0-beta.1
7171com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
7272com.azure:azure-communication-chat;1.5.4;1.6.0-beta.1
73- com.azure:azure-communication-common;1.3.6;1.4.0-beta.1
73+ com.azure:azure-communication-common;1.3.6;1.3.7
7474com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
7575com.azure:azure-communication-email;1.0.16;1.1.0-beta.1
76- com.azure:azure-communication-identity;1.5.8;1.6.0-beta.1
76+ com.azure:azure-communication-identity;1.5.8;1.6.0
7777com.azure:azure-communication-jobrouter;1.1.7;2.0.0-beta.1
7878com.azure:azure-communication-messages;1.0.6;1.1.0-beta.1
7979com.azure:azure-communication-phonenumbers;1.1.16;1.2.0-beta.4
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.azure</groupId >
3030 <artifactId >azure-communication-common</artifactId >
31- <version >1.4.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
31+ <version >1.3.7 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
3232 </dependency >
3333 <dependency >
3434 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.4.0-beta.1 (Unreleased)
4-
5- ### Features Added
6-
7- ### Breaking Changes
8-
9- ### Bugs Fixed
3+ ## 1.3.7 (2024-09-17)
104
115### Other Changes
126
7+ #### Dependency Updates
8+
9+ - Upgraded ` azure-core-http-netty ` from ` 1.15.3 ` to version ` 1.15.4 ` .
10+ - Upgraded ` azure-core ` from ` 1.51.0 ` to version ` 1.52.0 ` .
1311
1412## 1.3.5 (2024-07-26)
1513
Original file line number Diff line number Diff line change 1313 <groupId >com.azure</groupId >
1414 <artifactId >azure-communication-common</artifactId >
1515 <packaging >jar</packaging >
16- <version >1.4.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
16+ <version >1.3.7 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
1717
1818 <name >Microsoft Azure common library for communication service client</name >
1919 <description >
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.6.0-beta.1 (Unreleased )
3+ ## 1.6.0 (2024-09-17 )
44
5- ### Features Added
5+ ### Other Changes
66
7- ### Breaking Changes
7+ - Removed remaining ` jackson-databind ` usages and dependency from the project.
88
9- ### Bugs Fixed
9+ #### Dependency Updates
1010
11- ### Other Changes
11+ - Upgraded ` azure-core ` from ` 1.51.0 ` to version ` 1.52.0 ` .
12+ - Upgraded ` azure-core-http-netty ` from ` 1.15.3 ` to version ` 1.15.4 ` .
13+ - Upgraded ` azure-communication-common ` from ` 1.3.6 ` to version ` 1.3.7 ` .
1214
1315## 1.5.7 (2024-07-26)
1416
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
5555<dependency >
5656 <groupId >com.azure</groupId >
5757 <artifactId >azure-communication-identity</artifactId >
58- <version >1.5 .0</version >
58+ <version >1.6 .0</version >
5959</dependency >
6060```
6161
Original file line number Diff line number Diff line change 1616 <groupId >com.azure</groupId >
1717 <artifactId >azure-communication-identity</artifactId >
1818 <packaging >jar</packaging >
19- <version >1.6.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
19+ <version >1.6.0</version > <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
2020
2121 <name >Microsoft Azure identity client library for communication</name >
2222 <description >
You can’t perform that action at this time.
0 commit comments