Releases: XRPLF/xrpl-py
Releases · XRPLF/xrpl-py
v4.6.0b0
What's Changed
- ConfidentialMPT support (beta) by @pdp2121
- Set dependabot version update frequency to quarterly by @Patel-Raj11 in #898
- Release pipeline by @shichengripple001 in #876
- Fix number serialization by @ckeshava in #900
- Updates to the Lending-Protocol transactions by @ckeshava in #901
- refactor: improve int32 integration by @mvadari in #902
New Contributors
- @shichengripple001 made their first contribution in #876
Full Changelog: v4.4.0...v4.6.0b0
v4.5.0
What's Changed
- Set dependabot version update frequency to quarterly by @Patel-Raj11 in #898
- Release pipeline by @shichengripple001 in #876
- Fix number serialization by @ckeshava in #900
- Updates to the Lending-Protocol transactions by @ckeshava in #901
- refactor: improve int32 integration by @mvadari in #902
New Contributors
- @shichengripple001 made their first contribution in #876
Full Changelog: v4.4.0...v4.5.0
v4.5.0b0
What's Changed
- remove snippets files by @ckeshava in #857
- fix: remove # type: ignore after each REQUIRED by @mvadari in #765
- chore: run prettier on everything by @mvadari in #868
- fix: rectify
STIssuecodec (MPTCurrencycase only) by @ckeshava in #870 - chore(deps-dev): bump flake8-black from 0.3.6 to 0.3.7 by @dependabot[bot] in #871
- ci: add Python 3.14 by @mvadari in #874
- Add encode_mptoken_metadata and decode_mptoken_metadata utility functions by @Patel-Raj11 in #880
- Fix failing Integration Test workflow by @ckeshava in #883
- release 4.3.1: update the patch version of the xrpl-py package by @ckeshava in #884
- chore(deps): bump deprecated from 1.2.18 to 1.3.1 by @dependabot[bot] in #881
- fix: better formatting handling in definitions script by @mvadari in #879
- Support for Lending Protocol (XLS-66d) by @ckeshava in #866
- VoD request - fix example typo by @achowdhry-ripple in #887
- release-4.4.0 by @ckeshava in #890
- Set dependabot version update frequency to quarterly by @Patel-Raj11 in #898
- Release pipeline by @shichengripple001 in #876
- Fix number serialization by @ckeshava in #900
- Updates to the Lending-Protocol transactions by @ckeshava in #901
- refactor: improve int32 integration by @mvadari in #902
New Contributors
- @shichengripple001 made their first contribution in #876
Full Changelog: v4.4.0b0...v4.5.0b0
v4.4.0
What's Changed
- chore(deps): bump deprecated from 1.2.18 to 1.3.1 by @dependabot[bot] in #881
- fix: better formatting handling in definitions script by @mvadari in #879
- Support for Lending Protocol (XLS-66d) by @ckeshava in #866
- VoD request - fix example typo by @achowdhry-ripple in #887
Full Changelog: v4.3.1...v4.4.0
v4.3.1
What's Changed
- remove snippets files by @ckeshava in #857
- fix: remove # type: ignore after each REQUIRED by @mvadari in #765
- chore: run prettier on everything by @mvadari in #868
- fix: rectify
STIssuecodec (MPTCurrencycase only) by @ckeshava in #870 - ci: add Python 3.14 by @mvadari in #874
- Add encode_mptoken_metadata and decode_mptoken_metadata utility functions by @Patel-Raj11 in #880
- ci: Fix failing Integration Test workflow by @ckeshava in #883
Full Changelog: v4.3.0...v4.3.1
v4.4.0b0-smartescrow
What's Changed
- Add support for Token Escrow - XLS-85d by @Patel-Raj11 in #853
- Support NFTokenMintOffer by @tequdev in #851
- Fix snippets by @Patel-Raj11 in #855
- feat: add support for Permissioned DEX (XLS-81) by @khancode in #854
- Add warnings for MPTokenMetadata - XLS-89d by @Patel-Raj11 in #856
- 4.3.0 release by @ckeshava in #858
New Contributors
Full Changelog: v4.3.0b0...v4.4.0b0
v4.3.0
What's Changed
- chore(deps): bump h11 from 0.14.0 to 0.16.0 by @dependabot[bot] in #838
- chore(deps-dev): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #848
- update the lock file with newer dependency versions by @ckeshava in #852
- Single Asset Vault XLS-65d by @ckeshava in #814
- Add support for Token Escrow - XLS-85d by @Patel-Raj11 in #853
- Support NFTokenMintOffer by @tequdev in #851
- Fix snippets by @Patel-Raj11 in #855
- feat: add support for Permissioned DEX (XLS-81) by @khancode in #854
- Add warnings for MPTokenMetadata - XLS-89d by @Patel-Raj11 in #856
- 4.3.0 release by @ckeshava in #858
New Contributors
Full Changelog: v4.2.0...v4.3.0
v4.3.0b0-smartescrow
What's Changed
- chore(deps): bump pycryptodome from 3.21.0 to 3.23.0 by @dependabot[bot] in #841
- expect tecNO_DELEGATE_PERMISSION error code instead of tecNO_PERMISSION by @Patel-Raj11 in #842
- refactor: improve
Request.from_dictto have fewer exceptions to the rule by @mvadari in #726 - Revert "fix: Update default cryptographic algorithm in
Walletclass methods" by @Patel-Raj11 in #843 - execute faucet tests separately by @Patel-Raj11 in #844
- Fix faucet test - Github actions by @Patel-Raj11 in #845
- feat: add support for Batch amendment by @mvadari in #757
- 4.2.0 release by @khancode in #847
- chore(deps): bump h11 from 0.14.0 to 0.16.0 by @dependabot[bot] in #838
- chore(deps-dev): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #848
- update the lock file with newer dependency versions by @ckeshava in #852
- Single Asset Vault XLS-65d by @ckeshava in #814
Full Changelog: v4.2.0b3...v4.3.0b0
v4.2.0
What's Changed
- Implement account permission delegation - XLS-74d and XLS-75d amendments by @Patel-Raj11 in #840
- feat: add support for Batch amendment by @mvadari in #757
- feat: add model validation for types by @mvadari in #708
- fix: Update default cryptographic algorithm in
Walletclass methods by @ckeshava in #770 - fix: add
MPTAmountsupport inIssuemodel by @khancode in #809 - fix: update error msg for MPT float inputs; fix #796 by @ckeshava in #813
- fix #805: Upgrade pyproject config file to Poetry v2 by @ckeshava in #819
- Fix the get_latest_open_ledger_sequence method by @ckeshava in #820
- fix: add
MPTCurrencytype instead ofMPTAmountforIssues by @mvadari in #822 - fix: increase websocket payload default max size by @rikublock in #795
- ci: fix flakiness of snippet tests (hopefully) by @mvadari in #823
- dev: add definitions.json generation script by @mvadari in #772
- Fix: default flags field for transaction frozen class should be None by @AvbrehtLuka in #821
- refactor: improve
Request.from_dictto have fewer exceptions to the rule by @mvadari in #726 - Revert "fix: Update default cryptographic algorithm in
Walletclass methods" by @Patel-Raj11 in #843 - execute faucet tests separately by @Patel-Raj11 in #844
- Fix faucet test - Github actions by @Patel-Raj11 in #845
New Contributors
- @AvbrehtLuka made their first contribution in #821
- @Patel-Raj11 made their first contribution in #840
Full Changelog: v4.1.0...v4.2.0
v4.2.0b3-smartescrow
Full Changelog: v4.2.0b2-smartescrow...v4.2.0b3