1. 08cac64 fix: accept JSON string defaults for decimal fields in union (#580) by Vyacheslav Mayorov · 6 days ago main
  2. 3b742b9 chore(ci): Bump actions/setup-java from 5.2.0 to 5.4.0 (#578) by dependabot[bot] · 7 days ago
  3. fd14693 fix: Pin `dtolnay/rust-toolchain` to the new allowed version (#577) by Kriskras99 · 7 days ago
  4. 23ac764 chore(deps): Bump num-bigint from 0.5.0 to 0.5.1 (#576) by dependabot[bot] · 7 days ago
  5. f39d509 chore(deps): Bump rand from 0.10.1 to 0.10.2 (#573) by dependabot[bot] · 10 days ago
  6. 0a10af6 chore(deps): Bump num-bigint from 0.4.6 to 0.5.0 (#572) by dependabot[bot] · 10 days ago
  7. 660c655 chore(deps): Bump liblzma from 0.4.6 to 0.4.7 (#570) by dependabot[bot] · 2 weeks ago
  8. 791e77f refactor: Centralize generating the actual `impl` in the `Implementation` struct (#561) by Kriskras99 · 2 weeks ago
  9. f58e9e1 chore(deps): Bump env_logger from 0.11.10 to 0.11.11 (#568) by dependabot[bot] · 2 weeks ago
  10. ff14c48 chore(deps): Bump uuid from 1.23.3 to 1.23.4 (#566) by dependabot[bot] · 3 weeks ago
  11. 9b374b1 chore(ci): Pin cargo-rdme to 1.x (#567) by Martin Grigorov · 3 weeks ago
  12. 77531c6 refactor: Improve code structure of the derive code (#560) by Kriskras99 · 3 weeks ago
  13. 7349015 fix: Enable `#[serde(remote = "..")]` support (#564) by Kriskras99 · 3 weeks ago
  14. 190e7b8 chore(deps): Bump quote from 1.0.45 to 1.0.46 (#565) by dependabot[bot] · 3 weeks ago
  15. a71cd6e chore: Fix some lints and move tests into a `#[cfg(tests)] mod tests` module (#559) by Kriskras99 · 3 weeks ago
  16. 10d952f chore(deps): Bump trybuild from 1.0.116 to 1.0.117 (#562) by dependabot[bot] · 3 weeks ago
  17. 9d4383b chore(deps): Bump log from 0.4.32 to 0.4.33 (#563) by dependabot[bot] · 3 weeks ago
  18. cd74a9f feat: Namespace for named types defined by this library (#558) by Kriskras99 · 4 weeks ago
  19. 40390dd perf: Optimize `Alias::new()` and `Parser::fix_aliases_namespace` (#557) by Kriskras99 · 4 weeks ago
  20. 9c6a390 chore(deps): Bump syn from 2.0.117 to 2.0.118 (#556) by dependabot[bot] · 4 weeks ago
  21. bd30bbb chore(deps): Bump bon from 3.9.2 to 3.9.3 (#555) by dependabot[bot] · 4 weeks ago
  22. 8078c06 chore(deps): Bump bon from 3.9.1 to 3.9.2 (#553) by dependabot[bot] · 5 weeks ago
  23. b900fc5 chore(deps): Bump uuid from 1.23.2 to 1.23.3 (#552) by dependabot[bot] · 5 weeks ago
  24. 626f22d fix(schema): return Err instead of panicking on invalid name/alias/type-ref (#547) (#548) by youichi uda · 5 weeks ago
  25. 7dd1d33 chore(deps): Bump log from 0.4.31 to 0.4.32 (#551) by dependabot[bot] · 5 weeks ago
  26. 38cb929 chore(deps): Bump log from 0.4.30 to 0.4.31 (#550) by dependabot[bot] · 6 weeks ago
  27. 19780d6 chore(deps): Bump uuid from 1.23.1 to 1.23.2 (#549) by dependabot[bot] · 6 weeks ago
  28. 4edb1ce chore(deps): Bump log from 0.4.29 to 0.4.30 (#546) by dependabot[bot] · 7 weeks ago
  29. fa40e21 chore(deps): Bump serde_json from 1.0.149 to 1.0.150 (#545) by dependabot[bot] · 7 weeks ago
  30. bf83d63 Deserializer support for BigDecimal when using apache_avro::serde::bigdecimal (#543) by jdarais · 8 weeks ago
  31. f8f87bc Set up default protection ruleset for default and release branches (#544) by The Apache Software Foundation · 8 weeks ago
  32. 821f26a Remove CHANGELOG.md (#541) by Martin Grigorov · 10 weeks ago
  33. 27af3cf chore(deps): Bump digest from 0.11.2 to 0.11.3 (#540) by dependabot[bot] · 2 months ago
  34. 19e284c chore(deps): Bump ctor from 0.10.1 to 0.11.1 (#539) by dependabot[bot] · 3 months ago
  35. a682d05 chore(deps): Bump ctor from 0.10.0 to 0.10.1 (#538) by dependabot[bot] · 3 months ago
  36. 5fb7681 chore(deps): Bump uuid from 1.23.0 to 1.23.1 (#537) by dependabot[bot] · 3 months ago
  37. b00cd1a chore(deps): Bump ctor from 0.8.0 to 0.10.0 (#534) by dependabot[bot] · 3 months ago
  38. e67c19d chore(deps): Bump rand from 0.10.0 to 0.10.1 (#535) by dependabot[bot] · 3 months ago
  39. 016d0f6 feat!: Support enums and tuples in `SchemaAwareSerializer` and implement `SchemaAwareDeserializer` (#512) by Kriskras99 · 3 months ago
  40. e2901d3 chore: Apply some suggestions by -Dclippy::pedantic (#514) by Martin Grigorov · 3 months ago
  41. e27e5ea Do not use Dependabot to update Github Actions (#525) by Martin Grigorov · 3 months ago
  42. 57bae84 chore(deps): Bump sha2 from 0.10.9 to 0.11.0 (#520) by dependabot[bot] · 4 months ago
  43. 79cc884 Enable updating PR branches from Github UI (#527) by Martin Grigorov · 4 months ago
  44. c0eec3a Pin dtolnay/rust-toolchain to 29eef336d9b2848a0b548edc03f92a220660cdb8 (#526) by Martin Grigorov · 4 months ago
  45. 3628b5f chore(deps): Bump ctor from 0.6.3 to 0.8.0 (#522) by dependabot[bot] · 4 months ago
  46. 48dfe5b chore(deps): Bump uuid from 1.22.0 to 1.23.0 (#521) by dependabot[bot] · 4 months ago
  47. 78cd28e chore(deps): Bump proptest from 1.10.0 to 1.11.0 (#516) by dependabot[bot] · 4 months ago
  48. 12e74b4 chore(deps): Bump env_logger from 0.11.9 to 0.11.10 (#515) by dependabot[bot] · 4 months ago
  49. 6e6da17 chore: Small fixes including one nightly Clippy lint (#513) by Kriskras99 · 4 months ago
  50. 1452bf7 chore(deps): Bump bon from 3.9.0 to 3.9.1 (#511) by dependabot[bot] · 4 months ago
  51. 54a5529 chore(deps): Bump miniz_oxide from 0.9.0 to 0.9.1 (#510) by dependabot[bot] · 4 months ago
  52. 5506f64 fix: Remove `MapSchema` and `ArraySchema` `default` fields (#509) by Kriskras99 · 4 months ago
  53. b020ea7 ci: Add a CI step for `cargo doc` (#507) by Martin Grigorov · 4 months ago
  54. a0f010b fix: Fix links rustdoc (#505) by Martin Grigorov · 4 months ago
  55. bc20898 chore(deps): Bump uuid from 1.21.0 to 1.22.0 (#506) by dependabot[bot] · 4 months ago
  56. 285f5c9 feat: Use `macrotest` to test the expanded macro code (#501) by Kriskras99 · 4 months ago
  57. 927847a feat: Replace `from_avro_datum*` functions with `GenericDatumReader` (#496) by Kriskras99 · 4 months ago
  58. 2137b81 fix: Run tests on fewer targets (#503) by Kriskras99 · 4 months ago
  59. f18cf95 feat: Replace `to_datum*` functions with `GenericDatumWriter` (#499) by Kriskras99 · 4 months ago
  60. ae33647 chore(deps): Bump quote from 1.0.44 to 1.0.45 (#500) by dependabot[bot] · 4 months ago
  61. cefc678 chore: Split `writer` module into several submodules (#498) by Kriskras99 · 4 months ago
  62. 0671342 chore: Make `writer` module a directory module (#497) by Kriskras99 · 4 months ago
  63. 9dba371 feat!: Rework `Name` to be more performant (#493) by Kriskras99 · 4 months ago
  64. 6006444 fix!: Remove unused fields in `RecordField` (`order`, `position`) (#491) by Kriskras99 · 4 months ago
  65. 75da892 chore: Update darling to 0.23, snap to 1.1.1, wasm-bindgen to 0.2.114 (#495) by Martin Grigorov · 4 months ago
  66. cc27e5a chore(deps): Bump wasm-bindgen-test from 0.3.63 to 0.3.64 (#494) by dependabot[bot] · 4 months ago
  67. 1933c43 feat!: Add a `UnionSchemaBuilder` (#489) by Kriskras99 · 5 months ago
  68. 89403dc chore: Move enum derive to `enums::plain` in `avro_derive` (#487) by Kriskras99 · 5 months ago
  69. 92f879a feat: Custom `Debug` implementation for `*Schema` types (#488) by Kriskras99 · 5 months ago
  70. d7f2ead fix!: Small things (#486) by Kriskras99 · 5 months ago
  71. 62ad6dd feat: Allow types to provide default values (#477) by Kriskras99 · 5 months ago
  72. 0a8f331 chore(deps): Bump wasm-bindgen-test from 0.3.62 to 0.3.63 (#485) by dependabot[bot] · 5 months ago
  73. 5dc46c0 fix!: Stricter schema parsing (#479) by Kriskras99 · 5 months ago
  74. 8028c11 chore(deps): Bump wasm-bindgen-test from 0.3.61 to 0.3.62 (#484) by dependabot[bot] · 5 months ago
  75. c91a5f1 chore: Replace `strum-macros` with `features = ["derive"` on `strum` and update to `0.28.0` (#483) by Kriskras99 · 5 months ago
  76. e13171c chore(deps): Bump wasm-bindgen-test from 0.3.58 to 0.3.61 (#481) by dependabot[bot] · 5 months ago
  77. 1d39dba chore: Extract Single Object encoding related structs from reader/mod.rs (#478) by Martin Grigorov · 5 months ago
  78. 4e186db chore: Extract Block from reader/mod.rs into reader/block.rs (#475) by Martin Grigorov · 5 months ago
  79. 4fd7c2c chore: Rename reader.rs to reader/mod.rs (#474) by Martin Grigorov · 5 months ago
  80. ec7abd8 feat!: Use bon builder style instead of several methods (#472) by Martin Grigorov · 5 months ago
  81. b179ca6 chore(deps): Bump syn from 2.0.116 to 2.0.117 (#473) by dependabot[bot] · 5 months ago
  82. 31b231d feat!: Use `HashSet` instead of `HashMap` for `AvroSchemaComponent` (#471) by Kriskras99 · 5 months ago
  83. f43ca47 feat: Make `Schema::denormalize` public (#470) by Kriskras99 · 5 months ago
  84. d57d3d4 feat: Add support for resetting a Writer back by a clearable buffer (#469) by Kriskras99 · 5 months ago
  85. a50c8cd feat!: Support `default` field for array and map (#467) by Kriskras99 · 5 months ago
  86. b3937c7 chore(deps): Bump liblzma from 0.4.5 to 0.4.6 (#468) by dependabot[bot] · 5 months ago
  87. af56163 fix!: Enum and Fixed would put `default` in `custom_attributes` (#460) by Kriskras99 · 5 months ago
  88. f397e85 chore(deps): Bump syn from 2.0.115 to 2.0.116 (#466) by dependabot[bot] · 5 months ago
  89. b506c25 chore(deps): Bump uuid from 1.20.0 to 1.21.0 (#465) by dependabot[bot] · 5 months ago
  90. 984cdfb chore(deps): Bump bon from 3.8.2 to 3.9.0 (#464) by dependabot[bot] · 5 months ago
  91. 2d9b4e6 chore(deps): Bump env_logger from 0.11.8 to 0.11.9 (#463) by dependabot[bot] · 5 months ago
  92. a071068 chore(deps): Bump syn from 2.0.114 to 2.0.115 (#462) by dependabot[bot] · 5 months ago
  93. 5164912 chore(deps): Bump trybuild from 1.0.115 to 1.0.116 (#461) by dependabot[bot] · 5 months ago
  94. 9475456 feat: Suggest `boolean` when `bool` is used (#459) by Kriskras99 · 5 months ago
  95. 60ea1bb chore(deps): Bump rand from 0.9.2 to 0.10.0 (#457) by dependabot[bot] · 5 months ago
  96. 957dbfb chore(deps): Bump proptest from 1.9.0 to 1.10.0 (#454) by dependabot[bot] · 5 months ago
  97. 7fb5cd4 chore(deps): Bump criterion from 0.8.1 to 0.8.2 (#455) by dependabot[bot] · 5 months ago
  98. 98d419e docs: Rework the documentation (#451) by Kriskras99 · 5 months ago
  99. 7c405fc chore(deps): Bump regex-lite from 0.1.8 to 0.1.9 (#453) by dependabot[bot] · 5 months ago
  100. 0f4ea8f chore(deps): Bump trybuild from 1.0.114 to 1.0.115 (#452) by dependabot[bot] · 5 months ago