Skip to content

Releases: kommitters/stellar_sdk

v0.22.0

16 Aug 23:31
61ad061
Compare
Choose a tag to compare

0.22.0 (16.08.2024)

  • Add hash to handle transaction timeout response. See PR #374
  • Add new async transaction submission endpoint. See PR #373

v0.21.2

23 Jul 20:35
30270d6
Compare
Choose a tag to compare

0.21.2 (23.07.2024)

  • Update stellar base dependency.

v0.21.1

25 Apr 21:18
3a7c505
Compare
Choose a tag to compare

0.21.1 (25.04.2024)

  • Add stale issues policy. See PR #363

v0.21.0

04 Mar 22:44
d0ad69c
Compare
Choose a tag to compare

0.21.0 (04.03.2024)

  • Add Dynamic network configuration: Now you should provide Horizon URL and Network Passphrase. See Issue #352.
  • Update all dependencies. See PR #332.
  • Update scorecards allowed endpoints and Security Policy. See PR #355.
  • Delete config from mix.exs file. See PR #358.
  • Bump Elixir version to 1.12. See PR #360.

v0.20.0

20 Dec 19:44
bb6a289
Compare
Choose a tag to compare

0.20.0 (20.12.2023)

  • Add Soroban stable Protocol 20 Support.
  • Add allowed endpoints for CI, CD, and Scorecards workflows.

v0.19.0

27 Oct 20:04
2e85785
Compare
Choose a tag to compare

0.19.0 (27.10.2023)

  • Add support for SCAddress type in the SCVal to obtain the Elixir native value.

v0.18.1

11 Oct 16:02
e2d3d49
Compare
Choose a tag to compare

0.18.1 (11.10.2023)

  • Add remaining changes for Protocol 20: Soroban.
    • Add function to be able to obtain native value from a SCVal.
    • Fix Horizon API responses related to Effects, Assets, and Soroban Operations.

v0.18.0

20 Sep 21:24
a203ad2
Compare
Choose a tag to compare

0.18.0 (20.09.2023)

  • Add Soroban Preview 11 support.

v0.17.1

08 Aug 15:04
ab4a688
Compare
Choose a tag to compare

0.17.1 (08.08.2023)

  • Allow contract_data key to be any type of SCVal

v0.17.0

04 Aug 19:48
9fed6c7
Compare
Choose a tag to compare

0.17.0 (04.08.2023)

  • Finish Soroban Preview 10 Support:
    • Support authorized invocation with different accounts.
    • Support Upload Contract WASM.
    • Support Create Contract.
    • Support RestoreFootprint operation.
    • Support BumpFootprintExpiration operation.