Skip to content

Tags: martinohansen/ynabber

Tags

v0.8.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
refactor(ynabber): channels for fan out to writers

Use channels to batch transactions and fan out to writers. This is
prep work for allowing multiple "pipelines" of readers and writers and
potentially multiple instances of Ynabber running concurrently.

commit-id:d118ecdf

v0.8.1

Verified

This commit was signed with the committer’s verified signature.
martinohansen Martin Hansen
dep(nordigen): bump nordigen-go-lib

Fixes 401 invalid token error

v0.8.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs: slightly easier README

commit-id:6e1d2694

Verified

This tag was signed with the committer’s verified signature.
martinohansen Martin Hansen

v0.7.6

Verified

This commit was signed with the committer’s verified signature.
martinohansen Martin Hansen
fix: new gocardless rate limits

GoCardless is going to add establish a limit of 4 requests per day.
Increase the interval to every 6 hours to avoid hitting the limit by
default.

v0.7.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #74 from martinohansen/martin/check-date

fix(YNAB): date must not be in the future

v0.7.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #70 from martinohansen/martin/fix-69

fix(Nordigen): bring back file override

v0.7.3

Verified

This commit was signed with the committer’s verified signature.
martinohansen Martin Hansen
dep: update nordigen lib

Fixes #61 by using the version with reworked round tripper.

v0.7.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #65 from martinohansen/martin/revert-tid

fix(nordigen): bring back transaction ID option

v0.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #63 from martinohansen/martin/fix-61

fix(nordigen): add HTTP timeout