Skip to content

Releases: monetr/monetr

v0.17.5

27 May 23:52
0ff13d8
Compare
Choose a tag to compare

0.17.5 (2024-05-27)

Features

  • api: Building out more transaction upload functionality (284c582)
  • comms: Adding email for when a Plaid link is disconnected (5534ad1)
  • plaid: Migrating to personal finance categories (#1766) (1b9c953)

Dependencies

  • api: update module cloud.google.com/go/kms to v1.17.1 (#1767) (364b41c)
  • api: update module cloud.google.com/go/storage to v1.41.0 (#1768) (f3af448)
  • api: update module github.com/aws/aws-sdk-go to v1.53.10 (#1769) (37f612c)
  • api: update module github.com/go-pg/pg/v10 to v10.13.0 (#1770) (a1873e9)
  • api: update module github.com/labstack/echo/v4 to v4.12.0 (#1771) (e33bcae)

Bug Fixes

  • api: Fixed outdated context key (30ffc92)
  • api: Fixing file API routes. (fc5eb8f)
  • sync: Improved ID generation for Plaid transactions (eeb1a06)
  • test: Fixed failing test from code that was removed. (65d93c2)

Miscellaneous

  • api: Tweak routes (8bd71b4)
  • api: Tweaked similar transactions API endpoint (a6cbd22)

v0.17.4

27 May 16:16
761f65d
Compare
Choose a tag to compare

0.17.4 (2024-05-27)

Features

  • build: Improve helm toolchain (6f89f96)

Bug Fixes

  • billing: Added a way to manage subscription from setup screen (3952116), closes #1715
  • billing: Upgrade from stripe v76 to v78 (b8625b7)
  • billing: Upgraded to stripe v76 + fixed billing portal (f4b0460)
  • jobs: Fixed process funding schedules not running (eaecc96)

v0.17.3

26 May 18:07
fdcd748
Compare
Choose a tag to compare

0.17.3 (2024-05-26)

Dependencies

  • ui: update dependency tailwindcss to v3.4.3 (#1721) (accb8a2)

Bug Fixes

  • ui: Fixed mobile side bar not rendering (4b8fc4b), closes #1760

v0.17.2

24 May 01:12
cf9e046
Compare
Choose a tag to compare

0.17.2 (2024-05-24)

Bug Fixes

  • billing: Fixed subscription timestamp not being migrated (bc5da30), closes #1758

v0.17.1

24 May 00:49
1e09b1e
Compare
Choose a tag to compare

0.17.1 (2024-05-24)

Bug Fixes

  • helm: Fixed helm template error (1fe620a)

v0.17.0

24 May 00:30
08d9bb5
Compare
Choose a tag to compare

0.17.0 (2024-05-19)

⚠ BREAKING CHANGES

  • local: Removing teller.io from local development
  • Removing teller.io

Features

  • api: Migrating to ULID instead of 64-bit integer IDs (#1740) (8b673b6)

Dependencies

  • api: update module github.com/nyaruka/phonenumbers to v1.3.5 (#1754) (edb5ac3)
  • ui: update dependency @fontsource-variable/inter to v5.0.18 (#1747) (ab9d2ad)
  • ui: update dependency formik to v2.4.6 (#1755) (39e6fb9)
  • ui: update dependency next to v14.1.1 [security] (#1753) (1921942)
  • ui: update nextra monorepo to v2.13.4 (#1722) (81afe54)

Bug Fixes

  • ci: Fix GitLab deploy action (c0d1e48)
  • docs: Fix screenshot scaling on home page (b7344b0)
  • docs: Fixed documentation homepage (4992a7c)
  • ui: Don't update the lockfile unless a dependency is updated (89aac45)

Miscellaneous

  • deps: bump axios from 0.21.4 to 1.6.8 (#1748) (f8137bf)
  • local: Removing teller.io from local development (ce0e94f)
  • Pin helm version, dont use a container (2f404d2)
  • release 0.17.0 (9470a91)
  • Removing teller references in helm chart (0a23133)
  • Removing teller.io (9d3f24b)

v0.16.13

23 Apr 14:07
0d7ec25
Compare
Choose a tag to compare

0.16.13 (2024-04-23)

Bug Fixes

  • log: Reduce noisy log messages from cache (039f885)

v0.16.12

19 Apr 13:38
e7d2739
Compare
Choose a tag to compare

0.16.12 (2024-04-19)

Dependencies

  • go: Bump golang to 1.21.9 (a3af70e)

Miscellaneous

  • deps: bump golang.org/x/net from 0.21.0 to 0.23.0 (#1744) (de94fd5)

v0.16.11

19 Apr 01:26
a21f780
Compare
Choose a tag to compare

0.16.11 (2024-04-19)

Features

  • ui: Don't request all spending objects for transactions. (c72eb81)
  • ui: Show when the plaid link was last updated in the UI. (061115e)

Miscellaneous

  • deps: Bump local docker compose node version (6e19c00)
  • forecast: Change default forecast to 90 days (6dd9e3c)

v0.16.10

13 Apr 22:20
193eeb1
Compare
Choose a tag to compare

0.16.10 (2024-04-13)

Features

  • api: Allow more data to be requested via forecast endpoint. (84a7984)
  • api: Building out a sourcemap system for sentry (#1736) (807e455)
  • cli: Adding CLI tool to trigger transaction refresh. (8d6d757)

Bug Fixes

  • api: fixed some api source mapping issue (34aca84)
  • build: Fix generated mocks (cb7da55)