Skip to content

Releases: GaloyMoney/cala

v0.3.22 Release

01 Apr 13:38
Compare
Choose a tag to compare

Documentation

  • Api reference and website examples update to 33d1ecc

Features

  • Introduce BTC and USD currency constants (#376)

Miscellaneous Tasks

  • Add 'get_persisted' to Nested (#375)
  • Bump darling from 0.20.10 to 0.20.11 (#374)

Refactor

  • Fn visibility in AccountSet

v0.3.21 Release

26 Mar 15:41
Compare
Choose a tag to compare

Documentation

  • Api reference and website examples update to 32de413

Features

  • Add 'expect' function to Idempotent (#368)
  • Account set members by external id query (#367)
  • Add metadata to entries (#366)

v0.3.20 Release

26 Mar 11:48
Compare
Choose a tag to compare

Bug Fixes

  • Missing , in macro
  • Idempotency_guard

Documentation

  • Api reference and website examples update to 49f33a1

Miscellaneous Tasks

  • Make idempotency_guard work in Result fns
  • Bump napi from 2.16.16 to 2.16.17 (#360)
  • Bump tokio from 1.42.0 to 1.44.1 (#361)
  • Bump async-trait from 0.1.83 to 0.1.88 (#362)
  • Bump thiserror from 1.0.69 to 2.0.12 (#363)
  • Bump rust_decimal from 1.37.0 to 1.37.1 (#364)
  • Bump sqlx
  • Bump prost from 0.13.3 to 0.13.5 (#354)
  • Bump async-graphql from 7.0.15 to 7.0.16 (#356)
  • Bump pluralizer from 0.4.0 to 0.5.0 (#358)
  • Bump serde_with from 3.11.0 to 3.12.0 (#355)

Refactor

  • Idempotent::AlreadyApplied -> Ignored
  • Notify_cala_outbox_events fn (#359)

Testing

  • Fix clippy in balance.rs

v0.3.19 Release

20 Mar 15:19
Compare
Choose a tag to compare

Bug Fixes

  • Sqlx-prepare

Documentation

  • Api reference and website examples update to 8458c52

Miscellaneous Tasks

  • Add entries.list_for_journal_id

v0.3.18 Release

19 Mar 19:01
Compare
Choose a tag to compare

Bug Fixes

  • Add id to 'AccountSetMembersCursor' (#353)

Documentation

  • Api reference and website examples update to 1b4cb3d

Miscellaneous Tasks

  • Bump rust_decimal from 1.36.0 to 1.37.0 (#348)
  • Bump rust_decimal_macros from 1.36.0 to 1.37.0 (#349)
  • Bump async-graphql-axum from 7.0.11 to 7.0.13 (#350)
  • Bump quote from 1.0.37 to 1.0.40 (#351)
  • Bump proc-macro2 from 1.0.92 to 1.0.94 (#352)
  • Bump napi from 2.16.14 to 2.16.16 (#346)
  • Bump async-graphql from 7.0.11 to 7.0.15 (#345)
  • Bump rand to 0.9 (#310)
  • Bump chrono from 0.4.38 to 0.4.40 (#344)
  • Bump anyhow from 1.0.95 to 1.0.97 (#343)
  • Bump serde_json from 1.0.138 to 1.0.140 (#339)
  • Bump convert_case from 0.6.0 to 0.8.0 (#341)
  • Bump serde from 1.0.217 to 1.0.219 (#342)
  • Bump clap from 4.5.26 to 4.5.32 (#340)
  • Bump uuid from 1.11.0 to 1.16.0 (#337)
  • Bump micromatch from 4.0.5 to 4.0.8 in /cala-nodejs (#224)

v0.3.17 Release

15 Mar 20:57
Compare
Choose a tag to compare

Documentation

  • Api reference and website examples update to 8e5419b

Miscellaneous Tasks

  • Parse debit or credit from str (#338)
  • Bump napi-derive from 2.16.12 to 2.16.13 (#299)
  • Bump napi-build from 2.1.3 to 2.1.5 (#327)
  • Bump syn from 2.0.90 to 2.0.100 (#332)

v0.3.16 Release

13 Mar 13:05
Compare
Choose a tag to compare

Bug Fixes

  • Clippy

Documentation

  • Api reference and website examples update to 4f7a935

Miscellaneous Tasks

  • Bump ring from 0.17.8 to 0.17.13 (#331)

Refactor

  • Conditionally add GQL impl to core-types for primitives

v0.3.15 Release

04 Mar 15:37
Compare
Choose a tag to compare

Bug Fixes

  • Create account when batch creating account sets

Documentation

  • Api reference and website examples update to b1547bf

Miscellaneous Tasks

  • AccountSets.create_all

v0.3.14 Release

20 Feb 12:49
Compare
Choose a tag to compare

Documentation

  • Api reference and website examples update to 13201ed

Miscellaneous Tasks

  • Entries.list_for_account_set_id (#325)

v0.3.13 Release

18 Feb 20:47
Compare
Choose a tag to compare

Documentation

  • Api reference and website examples update to 01be799

Miscellaneous Tasks

  • Bump flake

Testing

  • Add generic Repo test for es-entity (#323)