Update firefly-iii-importer to v2.2.3 (#5324)

This commit is contained in:
Alexander L. 2026-04-14 15:28:43 +02:00 committed by GitHub
parent e769f1f960
commit 9704ebc669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
importer:
image: fireflyiii/data-importer:version-2.2.2@sha256:7cfbd579a13ebd4d5183bf8d2c7d835262e6f412a4d24db7f3c2ad1db427edbb
image: fireflyiii/data-importer:version-2.2.3@sha256:ab52bf9325466431af8b311e9879f0a271b1b555b34cb0e1115d0d10a4ef9665
restart: on-failure
environment:
# firefly-iii container:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: firefly-iii-importer
category: finance
name: Firefly III Importer
version: "2.2.2"
version: "2.2.3"
tagline: Import your transactions into Firefly III
description: >-
Firefly III is a manager for your personal finances. The data importer is built to help you import transactions into Firefly III. It is separated from Firefly III for security and maintenance reasons.
@ -33,13 +33,10 @@ releaseNotes: >-
⚠️ Some changes in this release may lead to duplicate transactions due to changes in data handling routines.
This release improves Enable Banking imports and fixes several issues:
- Added support for Enable Banking private key as a raw PEM string
- Fixed Enable Banking continuation key not being used
- Fixed positive transactions in CAMT files failing to import
- Fixed broken auto-import when using an import configuration with no flow key
- Fixed Enable Banking not finding duplicate transactions when changing status
- Fixed SimpleFIN using the wrong field for transaction date
This release fixes various import issues:
- Fixed duplicate transactions not being ignored correctly
- Fixed Enable Banking duplicate detection failing due to session-scoped account IDs
- Clarified support for file-based environment variables in importer configuration
Full release notes can be found at https://github.com/firefly-iii/data-importer/releases