File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Next Release
2
2
3
+ ### Agorapulse AWS SDK 3.3.0
4
+
5
+ ## What's Changed
6
+ * DynamoDb Converters v2 Improvements by @musketyr in https://github.com/agorapulse/micronaut-aws-sdk/pull/263
7
+ * automatic replacing empty string sets with ` null `
8
+ * new ` @ConvertedJson ` annotation as a successor of ` DynamoDBTypeConvertedJson `
9
+
10
+
11
+ ** Full Changelog** : https://github.com/agorapulse/micronaut-aws-sdk/compare/3.2.0...3.3.0
12
+
3
13
### Micronaut Facebook SDK 1.0.2
4
14
5
15
## What's Changed
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ micronaut.facebook.sdk.version = 1.0.2
35
35
micronaut.libraries.version = 1.2.6.1
36
36
agorapulse.checks.version = 0.9.1
37
37
micronaut.grails.version = 3.3.0-micronaut-1.0
38
- micronaut.aws.sdk.version = 2.1.12-micronaut-1 .0
38
+ micronaut.aws.sdk.version = 3.3 .0
39
39
micronaut.rethrow.version = 2.0.0
40
40
micronaut.segment.version = 2.0.0-micronaut-1.0
41
41
micronaut.snitch.version = 2.0.0
You can’t perform that action at this time.
0 commit comments