Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: apache/avro-rs

Apache Avro Rust SDK 0.21.0 release

13 Nov 12:45
rel/release-0.21.0

Choose a tag to compare

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

Apache Avro Rust SDK 0.20.0 release

25 Aug 06:19
rel/release-0.20.0
db44d32

Choose a tag to compare

What's Changed

  • chore: Fix the build with latest nightly compiler (06.06.2025) by @martin-g in #204
  • feat: Add support for rename of enum variants in AvroSchema macro by @Vaalla42 in #205
  • chore(deps): Bump proptest from 1.6.0 to 1.7.0 by @dependabot[bot] in #206
  • chore(deps): Bump bon from 3.6.3 to 3.6.4 by @dependabot[bot] in #208
  • chore(deps): Bump miniz_oxide from 0.8.8 to 0.8.9 by @dependabot[bot] in #209
  • chore(deps): Bump syn from 2.0.101 to 2.0.102 by @dependabot[bot] in #210
  • feat: Add support for rename_all in AvroSchema macro by @Vaalla42 in #207
  • feat: Add #[automatically_derived] attribute to the auto generated impls by @martin-g in #211
  • chore(deps): Bump syn from 2.0.102 to 2.0.103 by @dependabot[bot] in #212
  • chore(deps): Bump syn from 2.0.103 to 2.0.104 by @dependabot[bot] in #214
  • feat: Accept more inputs for Schema::independent_canonical_form by @Kriskras99 in #215
  • chore: Bump the Minimal Supported Rust Version from 1.74.0 to 1.85.0 by @martin-g in #217
  • chore(deps): Bump bzip2 from 0.5.2 to 0.6.0 by @dependabot[bot] in #213
  • chore: Bump hex-literal from 0.4.1 to 1.0.0 by @dependabot[bot] in #134
  • chore(deps): Bump criterion from 0.5.1 to 0.6.0 by @dependabot[bot] in #198
  • chore: Bump Rust edition to 2024 by @martin-g in #218
  • Fixes #219: Use serde as a feature for bigdecimal decimal by @martin-g in #221
  • fix: Also (maybe) write header on Writer::flush. by @Kriskras99 in #222
  • chore(deps): Bump darling from 0.20.11 to 0.21.0 by @dependabot[bot] in #223
  • chore(deps): Bump crc32fast from 1.4.2 to 1.5.0 by @dependabot[bot] in #224
  • fix: Improve the error message for unresolved union variant by @martin-g in #228
  • chore(deps): Bump serde_json from 1.0.140 to 1.0.141 by @dependabot[bot] in #233
  • chore(deps): Bump strum from 0.27.1 to 0.27.2 by @dependabot[bot] in #231
  • chore(deps): Bump rand from 0.9.1 to 0.9.2 by @dependabot[bot] in #234
  • chore(deps): Bump bon from 3.6.4 to 3.6.5 by @dependabot[bot] in #235
  • chore(deps): Bump strum_macros from 0.27.1 to 0.27.2 by @dependabot[bot] in #232
  • chore: Remove deprecated items in 0.11.0 and 0.15.0 by @martin-g in #236
  • feat: Wrap Error into a Box so it's size shrinks from 104 bytes to 8 bytes by @Kriskras99 in #230
  • feat: avro_derive: Allow providing a name other than the ident by @bryanburgers in #239
  • fix #226: Index-Out-Of-Bounds panic when using #[serde(skip_serializing_if=..)] by @elad-yosifon in #227
  • chore: Set the version to 0.20.0 by @martin-g in #240
  • chore: Delete rustfmt.toml by @martin-g in #241
  • doc: Document that the fields' order is important for "the serde way" by @martin-g in #242
  • chore(deps): Bump ctor from 0.4.2 to 0.4.3 by @dependabot[bot] in #244
  • chore(deps): Bump criterion from 0.6.0 to 0.7.0 by @dependabot[bot] in #243
  • chore(deps): Bump rstest from 0.25.0 to 0.26.1 by @dependabot[bot] in #245
  • chore(deps): Bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in #248
  • chore: AVRO-4170: Improve sync marker error message for block reads by @martin-g in #249
  • chore(deps): Bump darling from 0.21.0 to 0.21.1 by @dependabot[bot] in #250
  • chore: Fix clippy issues with Rust 1.89.0 by @martin-g in #251
  • chore(deps): Bump bon from 3.6.5 to 3.7.0 by @dependabot[bot] in #256
  • chore(deps): Bump proc-macro2 from 1.0.95 to 1.0.96 by @dependabot[bot] in #257
  • chore(deps): Bump ctor from 0.4.3 to 0.5.0 by @dependabot[bot] in #258
  • refactor: Simplify the UUID decoding logic by @Kriskras99 in #255
  • tests: Use pretty_assertions for avro_derive IT tests too by @martin-g in #261
  • chore(deps): Bump thiserror from 2.0.12 to 2.0.14 by @dependabot[bot] in #262
  • chore(deps): Bump proc-macro2 from 1.0.96 to 1.0.97 by @dependabot[bot] in #263
  • chore(deps): Bump uuid from 1.17.0 to 1.18.0 by @dependabot[bot] in #264
  • chore(deps): Bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #265
  • Include license and notice files in published crates by @ankane in #266
  • chore(deps): Bump syn from 2.0.104 to 2.0.105 by @dependabot[bot] in #267
  • chore(deps): Bump darling from 0.21.1 to 0.21.2 by @dependabot[bot] in #268

New Contributors

Full Changelog: rel/release-0.19.0...rel/release-0.20.0

Apache Avro Rust SDK 0.19.0 release

27 Jun 10:17
rel/release-0.19.0
37ff252

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rel/release-0.18.0...rel/release-0.19.0

rel/release-0.19.0-rc0

06 Jun 07:39
rel/release-0.19.0-rc0
37ff252

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: rel/release-0.18.0...rel/release-0.19.0-rc0

Apache Avro Rust SDK 0.18.0 release

14 Apr 12:17
rel/release-0.18.0
7a13eb1

Choose a tag to compare

What's Changed

Read more