⚠️ Errata (corrected after publish): This release does not include the Pluggy v2 transactions migration (#277). That fix was merged after the
v0.12.7tag was cut, so it is not present in thev0.12.7code or Docker image. If you connect Pluggy and still hit the deprecated v1/transactionsendpoint (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 — thev0.12.7image faithfully matches thev0.12.7tag.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_EXCEEDEDfrom Enable Banking is treated as transient — the sync skips that run and keeps the connectionactiveinstead 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