github securo-finance/securo v0.12.7

latest releases: v0.13.10, v0.13.9, v0.13.8...
one month ago

⚠️ Errata (corrected after publish): This release does not include the Pluggy v2 transactions migration (#277). That fix was merged after the v0.12.7 tag was cut, so it is not present in the v0.12.7 code or Docker image. If you connect Pluggy and still hit the deprecated v1 /transactions endpoint (410 ENDPOINT_DEPRECATED), upgrade to v0.12.8, which is the first release to contain #277. This was a tag-timing issue, not a CI/image-publish problem — the v0.12.7 image faithfully matches the v0.12.7 tag.

What v0.12.7 actually contains: #273 (YTD reporting), #268 (multi-workspace Pluggy category fix), #269 (Enable Banking 429 rate-limit handling) — see below.


Features

  • Year-to-date (YTD) reporting period — added as a selectable period across reports and the dashboard. (#273) — first contribution by @z0diak, welcome! 🎉

Fixes

  • Pluggy sync no longer fails for users in multiple workspaces: the provider→category match is now scoped to the connection's workspace, so the same default category name existing in more than one workspace no longer aborts the sync with a 500. (#268)
  • Bank rate limits are now handled gracefully: a 429 ASPSP_RATE_LIMIT_EXCEEDED from Enable Banking is treated as transient — the sync skips that run and keeps the connection active instead of erroring it out and returning a 500. (#269)

Big thanks to @z0diak for their first contribution, and to @DanielSuhett and @sfrique for flagging Pluggy sync issues (#266) — the v2 fix ships in v0.12.8 💜

Full Changelog: v0.12.6...v0.12.7

Don't miss a new securo release

NewReleases is sending notifications on new releases.