File tree Expand file tree Collapse file tree 8 files changed +19
-21
lines changed
azure-data-schemaregistry-apacheavro
azure-data-schemaregistry Expand file tree Collapse file tree 8 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 198
198
<dependency >
199
199
<groupId >com.azure</groupId >
200
200
<artifactId >azure-data-schemaregistry</artifactId >
201
- <version >1.3.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
201
+ <version >1.2.4 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
202
202
</dependency >
203
203
<dependency >
204
204
<groupId >com.azure</groupId >
205
205
<artifactId >azure-data-schemaregistry-apacheavro</artifactId >
206
- <version >1.1.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
206
+ <version >1.0.4 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
207
207
</dependency >
208
208
<dependency >
209
209
<groupId >com.azure</groupId >
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.12.2;4.13.0-beta.1
96
96
com.azure:azure-cosmos-encryption;1.5.0;1.6.0-beta.1
97
97
com.azure:azure-data-appconfiguration;1.3.7;1.4.0-beta.1
98
98
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
99
- com.azure:azure-data-schemaregistry;1.2.3;1.3.0-beta.1
100
- com.azure:azure-data-schemaregistry-apacheavro;1.0.3;1.1.0-beta.1
99
+ com.azure:azure-data-schemaregistry;1.2.3;1.2.4
100
+ com.azure:azure-data-schemaregistry-apacheavro;1.0.3;1.0.4
101
101
com.azure:azure-data-tables;12.3.4;12.4.0-beta.1
102
102
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
103
103
com.azure:azure-digitaltwins-core;1.3.2;1.4.0-beta.1
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.1.0-beta.1 (Unreleased )
3
+ ## 1.0.4 (2022-09-12 )
4
4
5
- ### Features Added
6
-
7
- ### Breaking Changes
5
+ ### Other Changes
8
6
9
- ### Bugs Fixed
7
+ #### Dependency Updates
10
8
11
- ### Other Changes
9
+ - Update ` azure-core ` dependency to ` 1.32.0 ` .
10
+ - Update ` azure-data-schemaregistry ` dependency to ` 1.2.4 ` .
12
11
13
12
## 1.0.3 (2022-08-10)
14
13
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ and deserialization.
23
23
<dependency >
24
24
<groupId >com.azure</groupId >
25
25
<artifactId >azure-data-schemaregistry-apacheavro</artifactId >
26
- <version >1.0.3 </version >
26
+ <version >1.0.4 </version >
27
27
</dependency >
28
28
```
29
29
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 16
16
17
17
<groupId >com.azure</groupId >
18
18
<artifactId >azure-data-schemaregistry-apacheavro</artifactId >
19
- <version >1.1.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
19
+ <version >1.0.4 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
20
20
21
21
<name >Microsoft Azure client library for Schema Registry Apache Avro Serializer</name >
22
22
<description >Apache Avro-specific serializer for Azure Schema Registry client library</description >
52
52
<dependency >
53
53
<groupId >com.azure</groupId >
54
54
<artifactId >azure-data-schemaregistry</artifactId >
55
- <version >1.3.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
55
+ <version >1.2.4 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >org.apache.avro</groupId >
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.3.0-beta.1 (Unreleased )
3
+ ## 1.2.4 (2022-09-12 )
4
4
5
- ### Features Added
6
-
7
- ### Breaking Changes
5
+ ### Other Changes
8
6
9
- ### Bugs Fixed
7
+ #### Dependency Updates
10
8
11
- ### Other Changes
9
+ - Update ` azure-core ` dependency to ` 1.32.0 ` .
10
+ - Update ` azure-core-http-netty ` dependency to ` 1.12.5 ` .
12
11
13
12
## 1.2.3 (2022-08-10)
14
13
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ add the direct dependency to your project as follows.
54
54
<dependency >
55
55
<groupId >com.azure</groupId >
56
56
<artifactId >azure-data-schemaregistry</artifactId >
57
- <version >1.2.3 </version >
57
+ <version >1.2.4 </version >
58
58
</dependency >
59
59
```
60
60
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 17
17
<groupId >com.azure</groupId >
18
18
<artifactId >azure-data-schemaregistry</artifactId >
19
19
<packaging >jar</packaging >
20
- <version >1.3.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
20
+ <version >1.2.4 </version > <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
21
21
22
22
<name >Microsoft Azure client library for Schema Registry</name >
23
23
<description >This package contains the Microsoft Azure Schema Registry client library</description >
You can’t perform that action at this time.
0 commit comments