Releases: stellar/rs-stellar-xdr
Releases · stellar/rs-stellar-xdr
25.0.1
What's Changed
- Fix StringM::from_str max length validation by @leighmcculloch in #500 GHSA-x57h-xx53-v53w
Full Changelog: v25.0.0...v25.0.1
25.0.0
What's Changed
- Generate xdr for bn254 cost types by @sisuresh in #473
- CAP-0075 - Poseidon xdr by @sisuresh in #474
- Bump version to 24.0.0 by @github-actions[bot] in #475
- Change doc_auto_cfg feature to doc_cfg by @leighmcculloch in #477
- Bump version to 24.0.1 by @github-actions[bot] in #478
- Issue/480 panic on broken pipe by @mootz12 in #481
- Bump for v25 by @sisuresh in #484
- Bump version to 25.0.0-rc.1 by @github-actions[bot] in #485
- Bump version to 25.0.0 by @github-actions[bot] in #486
New Contributors
Full Changelog: v23.0.0...v25.0.0
25.0.0-rc.1
What's Changed
- Generate xdr for bn254 cost types by @sisuresh in #473
- CAP-0075 - Poseidon xdr by @sisuresh in #474
- Change doc_auto_cfg feature to doc_cfg by @leighmcculloch in #477
- Issue/480 panic on broken pipe by @mootz12 in #481
- Bump for v25 by @sisuresh in #484
- Bump version to 25.0.0-rc.1 by @github-actions[bot] in #485
New Contributors
Full Changelog: v23.0.0...v25.0.0-rc.1
24.0.1
What's Changed
- Change doc_auto_cfg feature to doc_cfg by @leighmcculloch in #477
- Bump version to 24.0.1 by @github-actions[bot] in #479
Full Changelog: v24.0.0...v24.0.1
24.0.0
23.0.0
What's Changed
- Bump vnext XDR branch by @dmkozh in #405
- Bump vnext XDR version to pick up CAP-64 changes. by @dmkozh in #410
- feat(CLI): make schema command public by @willemneal in #409
- Regenerate Rust XDR by @dmkozh in #411
- Add support decoding/encoding strings/files as arguments by @ifropc in #407
- Add support of strings/files as arguments to guess + refactoring by @ifropc in #412
- Regenerate rust XDR to pick up CAP-66 changes. by @dmkozh in #414
- Regenerate XDR for reverted CAP-64 XDR changes. by @dmkozh in #416
- Add generated xdr-json schema files by @leighmcculloch in #418
- Regenerate XDR to pick up CAP-67 changes. by @dmkozh in #419
- Add LedgerEntry to LedgerKey conversion by @leighmcculloch in #421
- Add support for LP/CB strkeys. by @dmkozh in #423
guess: exit 1 when there are no guesses by @ifropc in #425- Regenerate for CAP-0067 change that removes op-level diagnostics vector by @sisuresh in #426
- Adapt to wasm32v1-none by @graydon in #428
- Regenerate XDR to pick up MuxedAddress contract spec. by @dmkozh in #429
- Add ContractID typedef for improved XDR-JSON by @leighmcculloch in #427
- Re-generate XDR to pick up p23 changes in curr. by @dmkozh in #431
- Update xdrgen to get iter_mut to VecM by @leighmcculloch in #434
- Upgrade actions/upload-artifact github action to v4 by @leighmcculloch in #436
- Regen xdr to pick up transaction event stage by @jayz22 in #438
- Update xdr (config settings, contract spec events, exporter) by @leighmcculloch in #437
- Convert ScVal i128/u128/i256/u256 to strings in XDR-JSON by @leighmcculloch in #441
- Update xdrgen to serialize 64-bit integers in the Rust XDR-JSON impl as strings by @leighmcculloch in #443
- Allow $schema in the generated JSON schemas by @leighmcculloch in #442
- Add transaction auth entry traversal methods by @leighmcculloch in #444
- Update xdrgen to skip whitespace in base64 by @leighmcculloch in #440
- Fix string deser bug with i64 and streaming JSON by @leighmcculloch in #445
- Add arbitrary and default commands to CLI by @leighmcculloch in #424
- Regenerate XDR to pick up most recent p23 changes. by @dmkozh in #446
- Bump XDR to pick up the config setting rename. by @dmkozh in #448
- Bump version to 23.0.0-rc.1 by @github-actions[bot] in #451
- Rollback unintentional changes to the lock file. by @dmkozh in #452
- Move xdrgen Rust generator into this repository by @leighmcculloch in #449
- Add hash functions to transaction and transaction envelope types by @leighmcculloch in #455
- Bump version to 23.0.0-rc.2 by @github-actions[bot] in #461
- Fix Error trait impl by @leighmcculloch in #450
- Move schemars settings from CLI to lib module by @leighmcculloch in #463
- Bump version to 23.0.0-rc.3 by @github-actions[bot] in #465
- Bump version to 23.0.0 by @github-actions[bot] in #466
New Contributors
Full Changelog: v22.2.0...v23.0.0
23.0.0-rc.3
What's Changed
- Bump vnext XDR branch by @dmkozh in #405
- Bump vnext XDR version to pick up CAP-64 changes. by @dmkozh in #410
- feat(CLI): make schema command public by @willemneal in #409
- Regenerate Rust XDR by @dmkozh in #411
- Add support decoding/encoding strings/files as arguments by @ifropc in #407
- Add support of strings/files as arguments to guess + refactoring by @ifropc in #412
- Regenerate rust XDR to pick up CAP-66 changes. by @dmkozh in #414
- Regenerate XDR for reverted CAP-64 XDR changes. by @dmkozh in #416
- Add generated xdr-json schema files by @leighmcculloch in #418
- Regenerate XDR to pick up CAP-67 changes. by @dmkozh in #419
- Add LedgerEntry to LedgerKey conversion by @leighmcculloch in #421
- Add support for LP/CB strkeys. by @dmkozh in #423
guess: exit 1 when there are no guesses by @ifropc in #425- Regenerate for CAP-0067 change that removes op-level diagnostics vector by @sisuresh in #426
- Adapt to wasm32v1-none by @graydon in #428
- Regenerate XDR to pick up MuxedAddress contract spec. by @dmkozh in #429
- Add ContractID typedef for improved XDR-JSON by @leighmcculloch in #427
- Re-generate XDR to pick up p23 changes in curr. by @dmkozh in #431
- Update xdrgen to get iter_mut to VecM by @leighmcculloch in #434
- Upgrade actions/upload-artifact github action to v4 by @leighmcculloch in #436
- Regen xdr to pick up transaction event stage by @jayz22 in #438
- Update xdr (config settings, contract spec events, exporter) by @leighmcculloch in #437
- Convert ScVal i128/u128/i256/u256 to strings in XDR-JSON by @leighmcculloch in #441
- Update xdrgen to serialize 64-bit integers in the Rust XDR-JSON impl as strings by @leighmcculloch in #443
- Allow $schema in the generated JSON schemas by @leighmcculloch in #442
- Add transaction auth entry traversal methods by @leighmcculloch in #444
- Update xdrgen to skip whitespace in base64 by @leighmcculloch in #440
- Fix string deser bug with i64 and streaming JSON by @leighmcculloch in #445
- Add arbitrary and default commands to CLI by @leighmcculloch in #424
- Regenerate XDR to pick up most recent p23 changes. by @dmkozh in #446
- Bump XDR to pick up the config setting rename. by @dmkozh in #448
- Bump version to 23.0.0-rc.1 by @github-actions[bot] in #451
- Rollback unintentional changes to the lock file. by @dmkozh in #452
- Move xdrgen Rust generator into this repository by @leighmcculloch in #449
- Add hash functions to transaction and transaction envelope types by @leighmcculloch in #455
- Bump version to 23.0.0-rc.2 by @github-actions[bot] in #461
- Fix Error trait impl by @leighmcculloch in #450
- Move schemars settings from CLI to lib module by @leighmcculloch in #463
- Bump version to 23.0.0-rc.3 by @github-actions[bot] in #465
New Contributors
Full Changelog: v22.2.0...v23.0.0-rc.3
23.0.0-rc.2
What's Changed
- Bump vnext XDR branch by @dmkozh in #405
- Bump vnext XDR version to pick up CAP-64 changes. by @dmkozh in #410
- feat(CLI): make schema command public by @willemneal in #409
- Regenerate Rust XDR by @dmkozh in #411
- Add support decoding/encoding strings/files as arguments by @ifropc in #407
- Add support of strings/files as arguments to guess + refactoring by @ifropc in #412
- Regenerate rust XDR to pick up CAP-66 changes. by @dmkozh in #414
- Regenerate XDR for reverted CAP-64 XDR changes. by @dmkozh in #416
- Add generated xdr-json schema files by @leighmcculloch in #418
- Regenerate XDR to pick up CAP-67 changes. by @dmkozh in #419
- Add LedgerEntry to LedgerKey conversion by @leighmcculloch in #421
- Add support for LP/CB strkeys. by @dmkozh in #423
guess: exit 1 when there are no guesses by @ifropc in #425- Regenerate for CAP-0067 change that removes op-level diagnostics vector by @sisuresh in #426
- Adapt to wasm32v1-none by @graydon in #428
- Regenerate XDR to pick up MuxedAddress contract spec. by @dmkozh in #429
- Add ContractID typedef for improved XDR-JSON by @leighmcculloch in #427
- Re-generate XDR to pick up p23 changes in curr. by @dmkozh in #431
- Update xdrgen to get iter_mut to VecM by @leighmcculloch in #434
- Upgrade actions/upload-artifact github action to v4 by @leighmcculloch in #436
- Regen xdr to pick up transaction event stage by @jayz22 in #438
- Update xdr (config settings, contract spec events, exporter) by @leighmcculloch in #437
- Convert ScVal i128/u128/i256/u256 to strings in XDR-JSON by @leighmcculloch in #441
- Update xdrgen to serialize 64-bit integers in the Rust XDR-JSON impl as strings by @leighmcculloch in #443
- Allow $schema in the generated JSON schemas by @leighmcculloch in #442
- Add transaction auth entry traversal methods by @leighmcculloch in #444
- Update xdrgen to skip whitespace in base64 by @leighmcculloch in #440
- Fix string deser bug with i64 and streaming JSON by @leighmcculloch in #445
- Add arbitrary and default commands to CLI by @leighmcculloch in #424
- Regenerate XDR to pick up most recent p23 changes. by @dmkozh in #446
- Bump XDR to pick up the config setting rename. by @dmkozh in #448
- Bump version to 23.0.0-rc.1 by @github-actions in #451
- Rollback unintentional changes to the lock file. by @dmkozh in #452
- Move xdrgen Rust generator into this repository by @leighmcculloch in #449
- Add hash functions to transaction and transaction envelope types by @leighmcculloch in #455
- Bump version to 23.0.0-rc.2 by @github-actions in #461
New Contributors
Full Changelog: v22.2.0...v23.0.0-rc.2
23.0.0-rc.1
What's Changed
- Bump vnext XDR branch by @dmkozh in #405
- Bump vnext XDR version to pick up CAP-64 changes. by @dmkozh in #410
- feat(CLI): make schema command public by @willemneal in #409
- Regenerate Rust XDR by @dmkozh in #411
- Add support decoding/encoding strings/files as arguments by @ifropc in #407
- Add support of strings/files as arguments to guess + refactoring by @ifropc in #412
- Regenerate rust XDR to pick up CAP-66 changes. by @dmkozh in #414
- Regenerate XDR for reverted CAP-64 XDR changes. by @dmkozh in #416
- Add generated xdr-json schema files by @leighmcculloch in #418
- Regenerate XDR to pick up CAP-67 changes. by @dmkozh in #419
- Add LedgerEntry to LedgerKey conversion by @leighmcculloch in #421
- Add support for LP/CB strkeys. by @dmkozh in #423
guess: exit 1 when there are no guesses by @ifropc in #425- Regenerate for CAP-0067 change that removes op-level diagnostics vector by @sisuresh in #426
- Adapt to wasm32v1-none by @graydon in #428
- Regenerate XDR to pick up MuxedAddress contract spec. by @dmkozh in #429
- Add ContractID typedef for improved XDR-JSON by @leighmcculloch in #427
- Re-generate XDR to pick up p23 changes in curr. by @dmkozh in #431
- Update xdrgen to get iter_mut to VecM by @leighmcculloch in #434
- Upgrade actions/upload-artifact github action to v4 by @leighmcculloch in #436
- Regen xdr to pick up transaction event stage by @jayz22 in #438
- Update xdr (config settings, contract spec events, exporter) by @leighmcculloch in #437
- Convert ScVal i128/u128/i256/u256 to strings in XDR-JSON by @leighmcculloch in #441
- Update xdrgen to serialize 64-bit integers in the Rust XDR-JSON impl as strings by @leighmcculloch in #443
- Allow $schema in the generated JSON schemas by @leighmcculloch in #442
- Add transaction auth entry traversal methods by @leighmcculloch in #444
- Update xdrgen to skip whitespace in base64 by @leighmcculloch in #440
- Fix string deser bug with i64 and streaming JSON by @leighmcculloch in #445
- Add arbitrary and default commands to CLI by @leighmcculloch in #424
- Regenerate XDR to pick up most recent p23 changes. by @dmkozh in #446
- Bump XDR to pick up the config setting rename. by @dmkozh in #448
- Bump version to 23.0.0-rc.1 by @github-actions in #451
New Contributors
Full Changelog: v22.1.0...v23.0.0-rc.1
22.2.0
What's Changed
- Update xdrgen to get iter_mut to VecM by @leighmcculloch in #434 #435
Full Changelog: v22.1.0...v22.2.0