Skip to content

Apache Avro Rust SDK 0.21.0 release

Latest

Choose a tag to compare

@martin-g martin-g released this 13 Nov 12:45
· 167 commits to main since this release
rel/release-0.21.0

What's Changed

  • chore(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #269
  • chore(deps): Bump syn from 2.0.105 to 2.0.106 by @dependabot[bot] in #270
  • chore(deps): Bump proc-macro2 from 1.0.97 to 1.0.101 by @dependabot[bot] in #271
  • chore(deps): Bump thiserror from 2.0.14 to 2.0.15 by @dependabot[bot] in #272
  • chore(deps): Bump serde_json from 1.0.142 to 1.0.143 by @dependabot[bot] in #273
  • chore(deps): Bump actions/setup-java from 4.7.1 to 5.0.0 by @dependabot[bot] in #277
  • chore(deps): Bump bon from 3.7.0 to 3.7.1 by @dependabot[bot] in #274
  • chore(deps): Bump thiserror from 2.0.15 to 2.0.16 by @dependabot[bot] in #275
  • chore(deps): Bump darling from 0.21.2 to 0.21.3 by @dependabot[bot] in #279
  • chore(deps): Bump regex-lite from 0.1.6 to 0.1.7 by @dependabot[bot] in #278
  • chore(deps): Bump bon to 3.7.2 by @Fokko in #280
  • chore(deps): Bump uuid from 1.18.0 to 1.18.1 by @dependabot[bot] in #281
  • chore(deps): Bump log from 0.4.27 to 0.4.28 by @dependabot[bot] in #282
  • chore(deps): Bump wasm-bindgen-test from 0.3.50 to 0.3.51 by @dependabot[bot] in #283
  • chore: switch dependency from xz2 to liblzma by @timsaucer in #284
  • chore(deps): Bump serde_bytes from 0.11.17 to 0.11.18 by @dependabot[bot] in #288
  • chore(deps): Bump serde_json from 1.0.143 to 1.0.145 by @dependabot[bot] in #286
  • chore(deps): Bump serde_bytes from 0.11.18 to 0.11.19 by @dependabot[bot] in #290
  • chore(deps): Bump serde from 1.0.223 to 1.0.225 by @dependabot[bot] in #289
  • chore(deps): Bump wasm-bindgen-test from 0.3.51 to 0.3.52 by @dependabot[bot] in #291
  • chore(deps): Bump wasm-bindgen-test from 0.3.52 to 0.3.53 by @dependabot[bot] in #294
  • chore(deps): Bump proptest from 1.7.0 to 1.8.0 by @dependabot[bot] in #297
  • chore(deps): Bump anyhow from 1.0.99 to 1.0.100 by @dependabot[bot] in #295
  • chore(deps): Bump serde from 1.0.225 to 1.0.226 by @dependabot[bot] in #296
  • ci: Set -o pipefail in CI by @Kriskras99 in #299
  • chore(deps): Bump wasm-bindgen-test from 0.3.53 to 0.3.54 by @dependabot[bot] in #300
  • chore(deps): Bump serde from 1.0.226 to 1.0.227 by @dependabot[bot] in #301
  • chore(deps): Bump liblzma from 0.4.4 to 0.4.5 by @dependabot[bot] in #302
  • chore(deps): Bump quote from 1.0.40 to 1.0.41 by @dependabot[bot] in #303
  • chore(deps): Bump thiserror from 2.0.16 to 2.0.17 by @dependabot[bot] in #304
  • chore(deps): Bump serde from 1.0.227 to 1.0.228 by @dependabot[bot] in #305
  • fix: Do not store "items" for Schema::Array and "values" for Schema::Map in custom_attributes by @martin-g in #306
  • chore(deps): Bump bon from 3.7.2 to 3.8.0 by @dependabot[bot] in #307
  • chore(deps): Bump ctor from 0.5.0 to 0.6.0 by @dependabot[bot] in #309
  • chore(deps): Bump bon from 3.8.0 to 3.8.1 by @dependabot[bot] in #308
  • fix: Change TestError from uninhabited enum to an empty struct by @martin-g in #313
  • chore(deps): Bump regex-lite from 0.1.7 to 0.1.8 by @dependabot[bot] in #312
  • chore(deps): Bump bzip2 from 0.6.0 to 0.6.1 by @dependabot[bot] in #314
  • chore(deps): Bump bigdecimal from 0.4.8 to 0.4.9 by @dependabot[bot] in #315
  • chore(deps): Bump syn from 2.0.106 to 2.0.107 by @dependabot[bot] in #316
  • chore(deps): Bump proc-macro2 from 1.0.101 to 1.0.102 by @dependabot[bot] in #318
  • chore(deps): Bump syn from 2.0.107 to 2.0.108 by @dependabot[bot] in #317
  • chore(deps): Bump proc-macro2 from 1.0.102 to 1.0.103 by @dependabot[bot] in #319
  • chore(deps): Bump proptest from 1.8.0 to 1.9.0 by @dependabot[bot] in #320
  • chore(deps): Bump wasm-bindgen-test from 0.3.54 to 0.3.55 by @dependabot[bot] in #321
  • chore: silence deprecation warning for generic-array by @Kriskras99 in #324
  • Commiting Unit Test with Failing Byte Array Deserialization by @roofdiver in #293
  • refactor: Replace Once with now stable OnceLock by @Kriskras99 in #259
  • Issue #252: Add an Option<String> field with a #[avro(default = "null")] by @martin-g in #260
  • feat!: Change default of is_human_readable to false by @Kriskras99 in #325
  • fix: documentation linked to private items by @Kriskras99 in #327

New Contributors

Full Changelog: rel/release-0.20.0...rel/release-0.21.0-rc0