Skip to content

Releases: envelope-zero/backend

v0.9.0

08 Apr 17:05
dcbe333

Choose a tag to compare

What's Changed

When a reverse proxy is used and strips a prefix, it is now possible to generate correct relation URLs by setting that prefix in the HTTP header x-forwarded-prefix.

  • feat: use x-forwarded-prefix to generate links by @morremeyer in #87

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 Apr 21:17
821ed79

Choose a tag to compare

What's Changed

There’s now support for a currency symbol. This can be used to display your desired currency in the frontend.

Full Changelog: v0.7.0...v0.8.0

v0.7.0

02 Apr 20:36
c1a1a2a

Choose a tag to compare

What's Changed

Notable changes:

  • feat: add version endpoint by @morremeyer in #71
  • feat: use HTTP 405 responses for existing routes that don’t support a method by @morremeyer in #74
  • feat: add sum of reconciled transactions by @morremeyer in #75

Full Changelog: v0.6.0...v0.7.0

v0.6.0

02 Apr 13:32
07392c3

Choose a tag to compare

What's Changed

Request IDs are generated/used from the x-request-id header now and used in error logging and error messages.

  • feat: add request IDs to error returns and logs by @morremeyer in #70

Full Changelog: v0.5.0...v0.6.0

v0.5.0

01 Apr 23:57
b63b896

Choose a tag to compare

What's Changed

Structured logging support has been added. Check the configuration section of the README for more information.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

27 Mar 00:55
c9ecc13

Choose a tag to compare

What's Changed

This release improves the experience for outside contributors and gets rid of Cgo. With this, the Dockerfile has been updated to be distroless and only contain the built binary.

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Mar 21:24
ba58fe4

Choose a tag to compare

Now with support for postgresql, which is also the recommended database backend

Full Changelog: v0.2.1...v0.3.0

v0.2.1

20 Mar 19:52
3f9316f

Choose a tag to compare

Overview

Image builds now run on tags, too

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Mar 19:39
f9db56d

Choose a tag to compare

Overview

Now with dockerfile! sqlite database moved to data/gorm.db, please move yours accordingly.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Mar 22:20
a1f16e4

Choose a tag to compare

What's Changed

The core data models are implemented. It’s now technically possible to insert all data necessary for budgeting.

No computation except for the current balance for accounts is implemented yet, therefore actual budgeting is not yet possible.

Full Changelog: v0.0.1...v0.1.0