Skip to content

Releases: GaloyMoney/cala

v0.2.17 Release

18 Jun 07:44
Compare
Choose a tag to compare

Features

  • Add sets query on account sets (#116)

Miscellaneous Tasks

  • Don't skip member from tracing (#118)

v0.2.16 Release

17 Jun 12:13
Compare
Choose a tag to compare

Features

  • Impl accountSetUpdate (#111)
  • Impl journalUpdate (#110)
  • AccountUpdate mutation (#106)

Miscellaneous Tasks

  • Read balance in op (#115)
  • Impl removeFromAccountSet (#114)
  • Add tx_template_id to transactions table (#113)
  • Move account set update test to account_set.rs (#112)
  • Bump async-graphql-axum from 7.0.5 to 7.0.6 (#102)
  • Bump clap from 4.5.6 to 4.5.7 (#101)
  • Bump cached from 0.51.3 to 0.51.4 (#109)

v0.2.15 Release

12 Jun 20:04
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Expose pool / sqlx

v0.2.14 Release

12 Jun 08:10
Compare
Choose a tag to compare

Bug Fixes

  • Prohibit job intiializers overwriting
  • Filter by data_source_id (#105)

Miscellaneous Tasks

  • Impl find_by_id for transaction (#108)
  • Expose find fn for jobs (#107)

v0.2.13 Release

12 Jun 04:48
Compare
Choose a tag to compare

Bug Fixes

  • Update some queries
  • Order by e.sequence (#104)

v0.2.12 Release

11 Jun 15:15
Compare
Choose a tag to compare

Features

  • Add accountByCode query (#103)

v0.2.11 Release

11 Jun 13:16
Compare
Choose a tag to compare
ci(release): release version 0.2.11

v0.2.10 Release

11 Jun 12:52
Compare
Choose a tag to compare

Bug Fixes

  • Lint

Miscellaneous Tasks

  • Setter(into) on journal status
  • Make more graphql mods public
  • Make JobRunner.run accept &mut self
  • From for rust_decimal::DEcimal

v0.2.9 Release

11 Jun 10:24
Compare
Choose a tag to compare

Refactor

  • Pass owned Job in init

v0.2.8 Release

11 Jun 09:30
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Add JobEvent::Updated