Skip to content

Releases: envelope-zero/backend

v0.38.0

07 Aug 20:07
1cd0ebe

Choose a tag to compare

Changelog

  • 1cd0ebe feat: enable filtering of transactions by any account (#288)

v0.37.0

07 Aug 15:38
9de60dd

Choose a tag to compare

Changelog

  • 5811440 feat: add graceful shutdown (#285)
  • 9de60dd fix: allow transactions to be updated without an Envelope (#286)

v0.36.1

05 Aug 23:25
b86f2f1

Choose a tag to compare

Changelog

  • b86f2f1 fix: make category and envelope names uniqe per budget/category (#284)

v0.36.0

05 Aug 22:30
c105241

Choose a tag to compare

Changelog

  • 615d7a2 feat: add query filters for allocations (#276)
  • f387f0c feat: add query filters for categories (#278)
  • 1528040 feat: add query filters for envelopes (#281)
  • c105241 feat: add query filters for transactions (#282)
  • ca35350 fix: allocations need to be uniqe for (month, envelope), not only the month (#275)
  • f93aef9 fix: enable zero value filtering for budgets (#277)

v0.35.0

05 Aug 12:19
d3fd74e

Choose a tag to compare

Changelog

  • d3fd74e feat!: allocations now use RFC3339 timestamps instead of a Month and a Year (u)int (#274)

v0.34.0

05 Aug 10:50
6e9f109

Choose a tag to compare

Changelog

  • db1e124 chore(deps): update dependency swaggo/swag to v1.8.4 (#272)
  • 055ae77 chore(deps): update module github.com/glebarez/go-sqlite to v1.18.0 (#264)
  • 91962ec chore: add golangci go version to go group (#269)
  • 930ee08 chore: fix Makefile fileMatch (#271)
  • 7b58307 chore: remove extractVersion for .golangci.yml (#270)
  • bcbbd8c chore: remove unneeded spaces for gofumpt, go.mod go version (#268)
  • b9181aa chore: upgrade go version everywhere at once (#266)
  • 6e9f109 feat: allow transactions to be created without an Envelope (#273)

v0.33.0

01 Aug 20:21
41dc85a

Choose a tag to compare

Changelog

v0.32.0

01 Aug 18:27
cfabbf4

Choose a tag to compare

Changelog

  • cfabbf4 feat: sort transactions from newest to oldest (#262)

v0.31.6

29 Jul 23:21
8d51e27

Choose a tag to compare

Changelog

  • 8d51e27 fix: requests with method OPTIONS now return 404 if the resource does not exist (#260)

v0.31.5

29 Jul 21:56
50af40b

Choose a tag to compare

Changelog

  • 3a91b79 chore(deps): update github.com/swaggo/files digest to 551d4a0 (#256)
  • 50af40b fix: ensure envelope can only be set to nil for transfers (#259)