Releases: anym001/pocketlog-importer
Releases · anym001/pocketlog-importer
Release list
v0.3.2
What's Changed
- build(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in #23
- Skip zero-amount rows in bank parsers instead of failing the file by @anym001 in #24
- Treat unmatched bookings as info, not a run problem by @anym001 in #25
- chore: extend dependabot coverage to pip and docker by @anym001 in #26
- build(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #27
- build(deps): bump the github-actions group with 3 updates by @dependabot[bot] in #28
- ci: add workflow to sync README to Docker Hub by @anym001 in #29
- Release v0.3.2 by @anym001 in #30
New Contributors
- @dependabot[bot] made their first contribution in #23
Full Changelog: v0.3.1...v0.3.2
What's Changed
- build(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in #23
- Skip zero-amount rows in bank parsers instead of failing the file by @anym001 in #24
- Treat unmatched bookings as info, not a run problem by @anym001 in #25
- chore: extend dependabot coverage to pip and docker by @anym001 in #26
- build(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #27
- build(deps): bump the github-actions group with 3 updates by @dependabot[bot] in #28
- ci: add workflow to sync README to Docker Hub by @anym001 in #29
- Release v0.3.2 by @anym001 in #30
New Contributors
- @dependabot[bot] made their first contribution in #23
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- ci: publish images to Docker Hub alongside GHCR by @anym001 in #20
- Release: publish images to Docker Hub alongside GHCR (dev → main) by @anym001 in #21
Full Changelog: https://github.com/anym001/pocketlog-importer/commits/v0.3.1
What's Changed
- ci: publish images to Docker Hub alongside GHCR by @anym001 in #20
- Release: publish images to Docker Hub alongside GHCR (dev → main) by @anym001 in #21
Full Changelog: https://github.com/anym001/pocketlog-importer/commits/v0.3.1
v0.3.0
What's Changed
- Notify/config logging, JSON logs, AGPL-3.0 license & README polish by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/9
- Rename project to pocketlog-importer by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/10
- Release: logging/config improvements, JSON logs, AGPL-3.0 license & rename to pocketlog-importer by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/11
- Single-source package version (fix pyproject 0.0.0 drift) by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/12
- Single-source package version (fix pyproject 0.0.0 drift) by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/13
Full Changelog: https://github.com/anym001/pocketlog-bank-importer/compare/v0.2.0...v0.3.0
What's Changed
- Notify/config logging, JSON logs, AGPL-3.0 license & README polish by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/9
- Rename project to pocketlog-importer by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/10
- Release: logging/config improvements, JSON logs, AGPL-3.0 license & rename to pocketlog-importer by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/11
- Single-source package version (fix pyproject 0.0.0 drift) by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/12
- Single-source package version (fix pyproject 0.0.0 drift) by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/13
Full Changelog: https://github.com/anym001/pocketlog-bank-importer/compare/v0.2.0...v0.3.0
v0.2.0
What's Changed
- test: pin the PocketLog import contract with integration tests by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/3
- Activate nightly PocketLog contract checks on main by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/4
- feat: retry transient PocketLog API failures with exponential backoff by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/5
- feat: push notifications for run outcomes via PushBits/Gotify by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/6
- feat: cron-aware container healthcheck via the run heartbeat by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/7
- Release v0.2.0: notifications, retry, healthcheck, contract tests by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/8
Full Changelog: https://github.com/anym001/pocketlog-bank-importer/compare/v0.1.0...v0.2.0
What's Changed
- test: pin the PocketLog import contract with integration tests by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/3
- Activate nightly PocketLog contract checks on main by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/4
- feat: retry transient PocketLog API failures with exponential backoff by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/5
- feat: push notifications for run outcomes via PushBits/Gotify by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/6
- feat: cron-aware container healthcheck via the run heartbeat by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/7
- Release v0.2.0: notifications, retry, healthcheck, contract tests by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/8
Full Changelog: https://github.com/anym001/pocketlog-bank-importer/compare/v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: bank filter per rule, archive subdirectories, timestamp fixes by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/1
- Release: bank filter, per-run archives, security hardening, CI pinning by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/2
New Contributors
- @anym001 made their first contribution in https://github.com/anym001/pocketlog-bank-importer/pull/1
Full Changelog: https://github.com/anym001/pocketlog-bank-importer/commits/v0.1.0
What's Changed
- feat: bank filter per rule, archive subdirectories, timestamp fixes by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/1
- Release: bank filter, per-run archives, security hardening, CI pinning by @anym001 in https://github.com/anym001/pocketlog-bank-importer/pull/2
New Contributors
- @anym001 made their first contribution in https://github.com/anym001/pocketlog-bank-importer/pull/1
Full Changelog: https://github.com/anym001/pocketlog-bank-importer/commits/v0.1.0