Sign in
apache
/
avro-rs
/
HEAD
8000091
chore(deps): Bump syn from 2.0.119 to 3.0.2 (#606)
by dependabot[bot]
· 3 days ago
main
469203c
Add SECURITY.md + AGENTS.md pointing at the published security model (#614)
by Jarek Potiuk
· 4 days ago
006ac89
chore(deps): Bump serde_json from 1.0.150 to 1.0.151 (#613)
by dependabot[bot]
· 6 days ago
808cb6a
Update for 0.22.0
by Martin Tzvetanov Grigorov
· 6 days ago
ec5721c
chore(deps): Bump thiserror from 2.0.18 to 2.0.19 (#604)
by dependabot[bot]
· 7 days ago
rel/release-0.22.0-rc0
b946aa3
chore(deps): Bump quote from 1.0.46 to 1.0.47 (#605)
by dependabot[bot]
· 7 days ago
98fa1f4
chore(deps): Bump serde from 1.0.228 to 1.0.229 (#607)
by dependabot[bot]
· 7 days ago
49732c4
chore(ci): Bump the github-codeql group with 2 updates (#608)
by dependabot[bot]
· 7 days ago
73629eb
chore(ci): Bump shogo82148/actions-setup-perl from 1.41.1 to 1.42.0 (#609)
by dependabot[bot]
· 7 days ago
ed733ed
chore(ci): Bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 (#610)
by dependabot[bot]
· 7 days ago
1c11867
chore(ci): Bump actions/setup-java from 5.5.0 to 5.6.0 (#611)
by dependabot[bot]
· 7 days ago
6879d53
chore(ci): Bump taiki-e/install-action from 2.83.2 to 2.84.0 (#612)
by dependabot[bot]
· 7 days ago
e59778b
chore(deps): Bump proc-macro2 from 1.0.106 to 1.0.107 (#603)
by dependabot[bot]
· 7 days ago
784294d
fix: Allow serializing an enum inside a union (#591)
by Kriskras99
· 9 days ago
94ee44d
chore(deps): Bump snap from 1.1.1 to 1.1.2 (#602)
by dependabot[bot]
· 11 days ago
e574152
chore(deps): Bump syn from 2.0.118 to 2.0.119 (#601)
by dependabot[bot]
· 12 days ago
4b6793e
chore(deps): Bump uuid from 1.23.4 to 1.23.5 (#598)
by dependabot[bot]
· 2 weeks ago
f0ba139
chore(deps): Bump trybuild from 1.0.117 to 1.0.118 (#599)
by dependabot[bot]
· 2 weeks ago
460611e
chore(ci): Bump taiki-e/install-action from 2.83.1 to 2.83.2 (#600)
by dependabot[bot]
· 2 weeks ago
34c3d9f
chore(ci): Bump the github-codeql group with 2 updates (#593)
by dependabot[bot]
· 2 weeks ago
b53b839
chore(ci): Bump taiki-e/install-action from 2.82.9 to 2.83.1 (#595)
by dependabot[bot]
· 2 weeks ago
af6de71
chore(ci): Bump actions/setup-java from 5.4.0 to 5.5.0 (#594)
by dependabot[bot]
· 2 weeks ago
1b28a89
chore(ci): Directly use rustup to install toolchains (#596)
by Martin Grigorov
· 2 weeks ago
f8eebb2
fix: Group `github/codeql-action/*` updates (#592)
by Kriskras99
· 2 weeks ago
8155d08
feat: Allow to supply own names when using `Value::resolve` and `Value::Validate` (#579)
by Kriskras99
· 3 weeks ago
a88ad17
fix: bound array/map allocation by decoded element count (#581)
by Ismaël Mejía
· 3 weeks ago
661bbd9
fix: bound decompressed size to guard against decompression bombs (#582)
by Ismaël Mejía
· 3 weeks ago
974efd4
Validate negative OCF block size before conversion (#586)
by MitNarodia
· 3 weeks ago
a1fe69f
chore(deps): Bump rustversion from 1.0.22 to 1.0.23 (#588)
by dependabot[bot]
· 3 weeks ago
6cfbeec
feat: Full enum support (#569)
by Kriskras99
· 3 weeks ago
7ce2747
chore(ci): Bump github/codeql-action/init from 4.36.2 to 4.36.3 (#584)
by dependabot[bot]
· 3 weeks ago
08cac64
fix: accept JSON string defaults for decimal fields in union (#580)
by Vyacheslav Mayorov
· 4 weeks ago
3b742b9
chore(ci): Bump actions/setup-java from 5.2.0 to 5.4.0 (#578)
by dependabot[bot]
· 4 weeks ago
fd14693
fix: Pin `dtolnay/rust-toolchain` to the new allowed version (#577)
by Kriskras99
· 4 weeks ago
23ac764
chore(deps): Bump num-bigint from 0.5.0 to 0.5.1 (#576)
by dependabot[bot]
· 4 weeks ago
f39d509
chore(deps): Bump rand from 0.10.1 to 0.10.2 (#573)
by dependabot[bot]
· 4 weeks ago
0a10af6
chore(deps): Bump num-bigint from 0.4.6 to 0.5.0 (#572)
by dependabot[bot]
· 4 weeks ago
660c655
chore(deps): Bump liblzma from 0.4.6 to 0.4.7 (#570)
by dependabot[bot]
· 5 weeks ago
791e77f
refactor: Centralize generating the actual `impl` in the `Implementation` struct (#561)
by Kriskras99
· 5 weeks ago
f58e9e1
chore(deps): Bump env_logger from 0.11.10 to 0.11.11 (#568)
by dependabot[bot]
· 5 weeks ago
ff14c48
chore(deps): Bump uuid from 1.23.3 to 1.23.4 (#566)
by dependabot[bot]
· 6 weeks ago
9b374b1
chore(ci): Pin cargo-rdme to 1.x (#567)
by Martin Grigorov
· 6 weeks ago
77531c6
refactor: Improve code structure of the derive code (#560)
by Kriskras99
· 6 weeks ago
7349015
fix: Enable `#[serde(remote = "..")]` support (#564)
by Kriskras99
· 6 weeks ago
190e7b8
chore(deps): Bump quote from 1.0.45 to 1.0.46 (#565)
by dependabot[bot]
· 6 weeks ago
a71cd6e
chore: Fix some lints and move tests into a `#[cfg(tests)] mod tests` module (#559)
by Kriskras99
· 6 weeks ago
10d952f
chore(deps): Bump trybuild from 1.0.116 to 1.0.117 (#562)
by dependabot[bot]
· 6 weeks ago
9d4383b
chore(deps): Bump log from 0.4.32 to 0.4.33 (#563)
by dependabot[bot]
· 6 weeks ago
cd74a9f
feat: Namespace for named types defined by this library (#558)
by Kriskras99
· 7 weeks ago
40390dd
perf: Optimize `Alias::new()` and `Parser::fix_aliases_namespace` (#557)
by Kriskras99
· 7 weeks ago
9c6a390
chore(deps): Bump syn from 2.0.117 to 2.0.118 (#556)
by dependabot[bot]
· 7 weeks ago
bd30bbb
chore(deps): Bump bon from 3.9.2 to 3.9.3 (#555)
by dependabot[bot]
· 7 weeks ago
8078c06
chore(deps): Bump bon from 3.9.1 to 3.9.2 (#553)
by dependabot[bot]
· 8 weeks ago
b900fc5
chore(deps): Bump uuid from 1.23.2 to 1.23.3 (#552)
by dependabot[bot]
· 8 weeks ago
626f22d
fix(schema): return Err instead of panicking on invalid name/alias/type-ref (#547) (#548)
by youichi uda
· 8 weeks ago
7dd1d33
chore(deps): Bump log from 0.4.31 to 0.4.32 (#551)
by dependabot[bot]
· 8 weeks ago
38cb929
chore(deps): Bump log from 0.4.30 to 0.4.31 (#550)
by dependabot[bot]
· 9 weeks ago
19780d6
chore(deps): Bump uuid from 1.23.1 to 1.23.2 (#549)
by dependabot[bot]
· 9 weeks ago
4edb1ce
chore(deps): Bump log from 0.4.29 to 0.4.30 (#546)
by dependabot[bot]
· 10 weeks ago
fa40e21
chore(deps): Bump serde_json from 1.0.149 to 1.0.150 (#545)
by dependabot[bot]
· 2 months ago
bf83d63
Deserializer support for BigDecimal when using apache_avro::serde::bigdecimal (#543)
by jdarais
· 3 months ago
f8f87bc
Set up default protection ruleset for default and release branches (#544)
by The Apache Software Foundation
· 3 months ago
821f26a
Remove CHANGELOG.md (#541)
by Martin Grigorov
· 3 months ago
27af3cf
chore(deps): Bump digest from 0.11.2 to 0.11.3 (#540)
by dependabot[bot]
· 3 months ago
19e284c
chore(deps): Bump ctor from 0.10.1 to 0.11.1 (#539)
by dependabot[bot]
· 3 months ago
a682d05
chore(deps): Bump ctor from 0.10.0 to 0.10.1 (#538)
by dependabot[bot]
· 3 months ago
5fb7681
chore(deps): Bump uuid from 1.23.0 to 1.23.1 (#537)
by dependabot[bot]
· 3 months ago
b00cd1a
chore(deps): Bump ctor from 0.8.0 to 0.10.0 (#534)
by dependabot[bot]
· 4 months ago
e67c19d
chore(deps): Bump rand from 0.10.0 to 0.10.1 (#535)
by dependabot[bot]
· 4 months ago
016d0f6
feat!: Support enums and tuples in `SchemaAwareSerializer` and implement `SchemaAwareDeserializer` (#512)
by Kriskras99
· 4 months ago
e2901d3
chore: Apply some suggestions by -Dclippy::pedantic (#514)
by Martin Grigorov
· 4 months ago
e27e5ea
Do not use Dependabot to update Github Actions (#525)
by Martin Grigorov
· 4 months ago
57bae84
chore(deps): Bump sha2 from 0.10.9 to 0.11.0 (#520)
by dependabot[bot]
· 4 months ago
79cc884
Enable updating PR branches from Github UI (#527)
by Martin Grigorov
· 4 months ago
c0eec3a
Pin dtolnay/rust-toolchain to 29eef336d9b2848a0b548edc03f92a220660cdb8 (#526)
by Martin Grigorov
· 4 months ago
3628b5f
chore(deps): Bump ctor from 0.6.3 to 0.8.0 (#522)
by dependabot[bot]
· 4 months ago
48dfe5b
chore(deps): Bump uuid from 1.22.0 to 1.23.0 (#521)
by dependabot[bot]
· 4 months ago
78cd28e
chore(deps): Bump proptest from 1.10.0 to 1.11.0 (#516)
by dependabot[bot]
· 4 months ago
12e74b4
chore(deps): Bump env_logger from 0.11.9 to 0.11.10 (#515)
by dependabot[bot]
· 4 months ago
6e6da17
chore: Small fixes including one nightly Clippy lint (#513)
by Kriskras99
· 4 months ago
1452bf7
chore(deps): Bump bon from 3.9.0 to 3.9.1 (#511)
by dependabot[bot]
· 5 months ago
54a5529
chore(deps): Bump miniz_oxide from 0.9.0 to 0.9.1 (#510)
by dependabot[bot]
· 5 months ago
5506f64
fix: Remove `MapSchema` and `ArraySchema` `default` fields (#509)
by Kriskras99
· 5 months ago
b020ea7
ci: Add a CI step for `cargo doc` (#507)
by Martin Grigorov
· 5 months ago
a0f010b
fix: Fix links rustdoc (#505)
by Martin Grigorov
· 5 months ago
bc20898
chore(deps): Bump uuid from 1.21.0 to 1.22.0 (#506)
by dependabot[bot]
· 5 months ago
285f5c9
feat: Use `macrotest` to test the expanded macro code (#501)
by Kriskras99
· 5 months ago
927847a
feat: Replace `from_avro_datum*` functions with `GenericDatumReader` (#496)
by Kriskras99
· 5 months ago
2137b81
fix: Run tests on fewer targets (#503)
by Kriskras99
· 5 months ago
f18cf95
feat: Replace `to_datum*` functions with `GenericDatumWriter` (#499)
by Kriskras99
· 5 months ago
ae33647
chore(deps): Bump quote from 1.0.44 to 1.0.45 (#500)
by dependabot[bot]
· 5 months ago
cefc678
chore: Split `writer` module into several submodules (#498)
by Kriskras99
· 5 months ago
0671342
chore: Make `writer` module a directory module (#497)
by Kriskras99
· 5 months ago
9dba371
feat!: Rework `Name` to be more performant (#493)
by Kriskras99
· 5 months ago
6006444
fix!: Remove unused fields in `RecordField` (`order`, `position`) (#491)
by Kriskras99
· 5 months ago
75da892
chore: Update darling to 0.23, snap to 1.1.1, wasm-bindgen to 0.2.114 (#495)
by Martin Grigorov
· 5 months ago
cc27e5a
chore(deps): Bump wasm-bindgen-test from 0.3.63 to 0.3.64 (#494)
by dependabot[bot]
· 5 months ago
1933c43
feat!: Add a `UnionSchemaBuilder` (#489)
by Kriskras99
· 5 months ago
89403dc
chore: Move enum derive to `enums::plain` in `avro_derive` (#487)
by Kriskras99
· 5 months ago
92f879a
feat: Custom `Debug` implementation for `*Schema` types (#488)
by Kriskras99
· 5 months ago
Next »