We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a0700 commit ca37a0eCopy full SHA for ca37a0e
changelog.md
@@ -1,3 +1,9 @@
1
+* 2.11.0
2
+ - Deleted jsone as dependency.
3
+ When OTP release is 27 or later, the default JSON provider module is `json`, otherwise `jsone`.
4
+ For OTP release 26 or earlier version, you must add `jsone-1.8.1` or newer in your project dependency.
5
+ For OTP release 27 or later, you can choose to continue using jsone by calling `avro:set_json_provider(jsone)`.
6
+
7
* 2.10.3
8
- Allow union type to have zero member types.
9
* 2.10.2
0 commit comments