Skip to content

Releases: envelope-zero/backend

v0.24.0

29 May 11:22
ce44ded

Choose a tag to compare

Changelog

  • 33d81dd chore(deps): update module gorm.io/driver/postgres to v1.3.7 (#182)
  • ce44ded feat: add filters for budget (#183)
  • 27ff555 fix: type of IDs in API docs (#184)

v0.23.0

23 May 21:54
350b013

Choose a tag to compare

Changelog

  • f4d5e24 chore(deps): update goreleaser/goreleaser-action action to v3 (#174)
  • 45e4671 chore(deps): update module github.com/glebarez/sqlite to v1.4.5 (#176)
  • a357325 chore(deps): update module gorm.io/driver/postgres to v1.3.6 (#175)
  • 350b013 feat: add balance field to budget (#180)
  • fe557ca feat: add transaction link to account (#179)

v0.22.2

21 May 21:51
a29348c

Choose a tag to compare

Changelog

v0.22.1

21 May 21:22
b300880

Choose a tag to compare

Changelog

  • b300880 fix: limit parallel connections to database to 1 (#172)

v0.22.0

21 May 13:41
0e8f00e

Choose a tag to compare

Changelog

v0.21.0

17 May 16:19
9f8212f

Choose a tag to compare

Changelog

  • 9f8212f feat: default prefix to /api if reverse proxy is used (#166)

v0.20.8

15 May 23:28
eac0a8b

Choose a tag to compare

Changelog

  • eac0a8b build: explicit login and GitHub token (#161)

v0.20.1

15 May 01:29
29e4b13

Choose a tag to compare

0.20.1 (2022-05-15)

Bug Fixes

v0.19.0

14 May 01:42
47a3134

Choose a tag to compare

What's Changed

Categories, envelopes and allocations now also use the new API layout. With this release, the rework of the API routes is done and all resources come with a self link!

All changes

  • feat!: categories, envelopes and allocations now in new API structure by @morremeyer in #147

Full Changelog: v0.18.0...v0.19.0

v0.18.0

12 May 20:11
c5541d7

Choose a tag to compare

What's Changed

Transactions now follow the new API layout and are available at /v1/transactions.

All changes

  • chore(deps): update module github.com/glebarez/sqlite to v1.4.4 by @renovate in #142
  • fix: defer is not called on os.Exit, wrap main test function by @morremeyer in #143
  • chore(deps): update dependency go to v1.18.2 by @renovate in #141
  • feat!: transactions now under API root and with links in data by @morremeyer in #144

Full Changelog: v0.17.0...v0.18.0