Skip to content

Releases: monetr/monetr

v0.17.10

09 Jul 23:48
c04b663
Compare
Choose a tag to compare

0.17.10 (2024-07-09)

Bug Fixes

  • api: Fix nil panic when a bad put is sent (73d0976)
  • plaid: Fixed marking account as active (e1a8c4f)

v0.17.9

06 Jul 20:06
daf83bf
Compare
Choose a tag to compare

0.17.9 (2024-07-06)

Features

  • csp: Allowing reporting CSP violations to Sentry. (#1823) (8c50b2f)
  • sentry: Improving sentry reporting of crons (243ab95)
  • ui: Link similar transactions (#1828) (21a1f24)

Dependencies

  • api: update module github.com/getsentry/sentry-go to v0.28.1 (#1778) (f714a62)
  • renovate: update jamesives/github-pages-deploy-action action to v4.6.1 (#1824) (834aebb)
  • ui: update dependency @react-email/components to v0.0.21 (#1819) (402fc2a)
  • ui: update react monorepo (#1723) (e38dd42)

Bug Fixes

  • api: Fixed not setting cookie on subpath properly (c8b3e1d)
  • cron: Fixed cron jobs being consumed by multiple workers (29b9a87)
  • forecast: Make the forecasting code return a proper error (#1822) (cca4257), closes #1793
  • plaid: Fixing plaid sync incorrectly marking accounts as inactive (#1831) (16a930b)
  • sentry: Clone hub before setting it for cron job (207ca07)
  • storage: Improved path validation in filesystem storage provider (#1820) (db992c6), closes #1798
  • ui: Fixed mobile transactions items not be clickable (#1832) (0ebd42b)

Miscellaneous

  • dev: Tweak nginx cloud config (b1b842c)

v0.17.8

04 Jul 16:21
23412f4
Compare
Choose a tag to compare

0.17.8 (2024-07-04)

Features

  • api: Adding QFX processing to import transactions (#1773) (09604d9)
  • kms: Adding vault transit support (#1791) (098e590)

Dependencies

  • api: update module github.com/fsnotify/fsnotify to v1.7.0 (#1592) (ed2c32d)
  • api: update module github.com/micahparks/keyfunc to v1.9.0 (#807) (b8fd048)
  • api: update module github.com/spf13/viper to v1.19.0 (#1807) (e931418)
  • api: update module github.com/stripe/stripe-go/v78 to v78.12.0 (#1808) (66676d0)
  • api: update module github.com/wneessen/go-mail to v0.4.2 (#1794) (3ea6670)
  • api: update module github.com/xlzd/gotp to v0.1.0 (#1303) (3d5934f)
  • db: Bumping to postgresql:16 (fab6fd2)
  • ui: update dependency @react-email/components to v0.0.20 (#1795) (c85db7e)
  • ui: update dependency @types/react-google-recaptcha to v2.1.9 (#1589) (1ec0d6d)
  • ui: update dependency eslint-plugin-no-relative-import-paths to v1.5.5 (#1796) (a496e39)
  • ui: update dependency input-otp to v1.2.4 (#1756) (f654f09)
  • ui: update dependency path-to-regexp to v6.2.2 (#1762) (6e972f7)
  • ui: update dependency postcss to v8.4.39 (#1797) (1bf93f7)
  • ui: update dependency react-email to v2.1.5 (#1801) (14e3b76)
  • ui: update dependency react-plaid-link to v3.5.2 (#1789) (98b7a44)

Bug Fixes

  • config: Fixed how the external URL and protocol was determined (#1816) (bafa1e9)
  • dev: Remove support for gitpod (8b2b517), closes #1639
  • gcs: Removed support for specifying a GCS url (2a1a103), closes #1799
  • plaid: Reduce number of Plaid API calls necessary for syncing (#1818) (f691158), closes #1809
  • staging: Staging can not use development credentials anymore (a033c9f), closes #1815
  • test: Fixed broken tests due to TOTP update (8a6b271)
  • test: Fixing more tests from TOTP update (b2cfe02)
  • ui: Don't show manual on setup page if its not enabled (394ceda)
  • ui: Don't show transaction upload button unless storage is enabled (4ac3561)
  • ui: Fix coming soon text on manual link setup (3464539)

Miscellaneous

  • container: Tweaking container build (d7c010e)
  • deps: bump github.com/hashicorp/go-retryablehttp (#1817) (91daac5)

v0.17.7

30 Jun 13:52
54d878c
Compare
Choose a tag to compare

0.17.7 (2024-06-29)

Bug Fixes

  • forecast: Fixed bug with forecasting excluded weekends (d9b1f39)
  • job: Improving funding schedule background job (d21e9c8)
  • ui: Only show manual as a link option if its enabled. (496001b)

v0.17.6

28 Jun 17:37
1ebeb11
Compare
Choose a tag to compare

0.17.6 (2024-06-25)

Features

  • api: Laying some minor groundwork about extending tokens (a7700b8)

Dependencies

  • api: update module github.com/alicebob/miniredis/v2 to v2.33.0 (#1777) (9b6192b)
  • api: update module github.com/aws/aws-sdk-go to v1.54.6 (#1779) (eff9e5f)
  • api: update module github.com/klauspost/cpuid/v2 to v2.2.8 (#1787) (a2b3fe1)
  • api: update module github.com/spf13/cobra to v1.8.1 (#1788) (3b801cb)
  • api: update module github.com/stripe/stripe-go/v78 to v78.11.0 (#1781) (eed2c76)
  • api: update module golang.org/x/crypto to v0.24.0 (#1782) (570b0f5)
  • api: update module google.golang.org/api to v0.185.0 (#1783) (76eb554)
  • ui: update dependency @react-email/components to v0.0.19 (#1750) (0e26aba)
  • ui: update dependency eslint-plugin-no-relative-import-paths to v1.5.4 (#1739) (1258b1b)
  • ui: update dependency react-email to v2.1.4 (#1776) (2dbba8e)
  • ui: update dependency tailwindcss to v3.4.4 (#1780) (0668cf0)

Bug Fixes

  • cron: Fixed bug that could cause duplicate cron jobs (cd64b9b), closes #1774
  • ui: Dont show manage subscription on setup page when not needed (9eedfc4)
  • ui: Fixed free to use not selecting properly, removed console.trace (47ecc56)

Miscellaneous

  • deps: Fix local development (10e0b81)
  • deps: Fix mailhog again (b5088b3)
  • encryption: Laying groundwork for vault transit (edfd400)

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)