File tree Expand file tree Collapse file tree 6 files changed +19
-7
lines changed
Expand file tree Collapse file tree 6 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 575575 <dependency >
576576 <groupId >com.azure</groupId >
577577 <artifactId >azure-digitaltwins-core</artifactId >
578- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
578+ <version >1.1.2 </version > <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
579579 </dependency >
580580 <dependency >
581581 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ com.azure:azure-data-schemaregistry;1.0.0-beta.5;1.0.0-beta.6
8585com.azure:azure-data-schemaregistry-avro;1.0.0-beta.5;1.0.0-beta.6
8686com.azure:azure-data-tables;12.1.2;12.2.0-beta.1
8787com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
88- com.azure:azure-digitaltwins-core;1.1.1;1.2.0-beta.1
88+ com.azure:azure-digitaltwins-core;1.1.1;1.1.2
8989com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
9090com.azure:azure-identity;1.3.6;1.4.0-beta.1
9191com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.2.0-beta.1 (Unreleased)
4-
3+ ## 1.1.2 (2021-09-10)
4+
5+ ### Bugs Fixed
6+ - Fixed the lack of separation between "per-call" and "per-retry" HttpPipeline policies (#22932 ).
7+
8+ ### Other Changes
9+ #### Dependency updates
10+ - Upgraded ` azure-core ` dependency from ` 1.16.0 ` to ` 1.20.0 ` .
11+ - [ azure-core changelog] ( https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core/CHANGELOG.md#1200-2021-09-07 )
12+ - Upgraded ` azure-core-http-netty ` dependency from ` 1.9.2 ` to ` 1.11.0 ` .
13+ - [ azure-core-http-netty changelog] ( https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty/CHANGELOG.md#1110-2021-09-07 )
14+ - Upgraded ` azure-core-serializer-json-jackson ` dependency from ` 1.2.3 ` to ` 1.2.7 ` .
15+ - [ azure-core-serializer-json-jackson changelog] ( https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-serializer-json-jackson/CHANGELOG.md#127-2021-09-07 )
16+ - Upgraded ` jackson-annotations ` dependency from ` 2.12.2 ` to ` 2.12.4 ` .
517
618## 1.1.1 (2021-05-19)
719
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ add the direct dependency to your project as follows.
5151<dependency >
5252 <groupId >com.azure</groupId >
5353 <artifactId >azure-digitaltwins-core</artifactId >
54- <version >1.1.0 </version >
54+ <version >1.1.2 </version >
5555</dependency >
5656```
5757
Original file line number Diff line number Diff line change 1313
1414 <groupId >com.azure</groupId >
1515 <artifactId >azure-digitaltwins-core</artifactId >
16- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
16+ <version >1.1.2 </version > <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
1717
1818 <name >Microsoft Azure client library for Digital Twins</name >
1919 <description >This package contains the Microsoft Azure DigitalTwins client library.</description >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >com.azure</groupId >
2525 <artifactId >azure-digitaltwins-core</artifactId >
26- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
26+ <version >1.1.2 </version > <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
2727 </dependency >
2828 </dependencies >
2929
You can’t perform that action at this time.
0 commit comments