Releases: firefly-iii/data-importer
Development release for 2025-01-21
Weekly development release of the Firefly III Data Importer with the latest fixes, translations and features. Docker users can find this release under the develop
tag.
This release was created on 2025-01-21 and may contain unexpected bugs. Data loss is rare but is not impossible. The releases are signed, and you can verify them using the Firefly III releases PGP key.
- Please read the installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
v1.5.7
Added
- Add debug information for rate limits from GoCardless
- Pull request 686 (Add DB as Debit indicator) by @akhy
Changed
- Issue 9272 (Update data-importer to reflect aquisition of Nordigen by Gocardless) reported by @gene1wood
- Issue 9357 (Data Importer exits with error code 1 when no transactions are found) reported by @diogotcorreia
Fixed
- Better error catching for rate limits from GoCardless
- Fix link to documentation
- Issue 9180 (Data importer - gocardless EUA is expired - print clear message instead of 500 server error) reported by @Ovenlade
- Issue 9340 (Default transaction import without year to current year) reported by @mokkun
- Issue 9347 (Importing transaction with huge external id throws error) reported by @diogotcorreia
- Issue 9345 (data importer - error lines don't match to actual lines in csv) reported by @rel-thanu
Instructions
- Installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
- The releases are signed, and you can verify them using the Firefly III releases PGP key.
v1.5.6
Changed
- Improved GoCardless rate limiting handling
Fixed
- GoCardless rate limit could report negative time.
- Documentation links
Instructions
- Installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
- The releases are signed, and you can verify them using the Firefly III releases PGP key.
v1.5.5
Changed
- Better GoCardless rate limiting reporting
Fixed
- Issue 9194 (data importer via gocardless EU - details of the account is not imported anymore after last two versions) reported by @fate8383
Instructions
- Installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
- The releases are signed, and you can verify them using the Firefly III releases PGP key.
v1.5.4
Added
- Issue 9139 (Implement rate limiting for GoCardless) reported by @JC5
Instructions
- Installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
- The releases are signed, and you can verify them using the Firefly III releases PGP key.
v1.5.3
Added
- Support for another bank's debit indicator, by @0xjams
Fixed
- Case-sensitive matching on bank debit indicator, by @rajabilal555
- Discussion 9067 (Unable to automate: Data-importer doesn't remember which accounts spectre accounts map to.) started by @demiGod095
- Issue 9044 (Minor issue in AutoImport.php - does not catch a 'bad path' error) reported by @Terry-JF
Instructions
- Installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
- The releases are signed, and you can verify them using the Firefly III releases PGP key.
v1.5.2
Added
- Issue 8769 (Perform balance check after the import) reported by @dawid-czarnecki
Fixed
- Issue 8799 (Undefined index in CAMT role selection) reported by @beune
- Issue 8800 (Call to undefined function 'hasResponse') reported by @VanQz
Instructions
- Installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
- The releases are signed, and you can verify them using the Firefly III releases PGP key.
v1.5.1
⚠️ This release of the data importer has changed installation and upgrade instructions for self-managed servers. Please follow the links and check out the new instructions.
Fixed
- Issue 8798 (Undefined variable $version) reported by @JC5
- Fix an issue with default currency selection.
Instructions
- Installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
- The releases are signed, and you can verify them using the Firefly III releases PGP key.
v1.5.0
⚠️ This release of the data importer has changed installation and upgrade instructions for self-managed servers. Please follow the links and check out the new instructions.
Added
- The data importer has a release flow just like Firefly III, dropping generated JS files and other dependencies from the repository.
- Issue 8665 (API exception if transaction is deleted by rule) reported by @Medformatik
- Issue 8691 (Import gocardless "merchantCategoryCode") reported by @tboby
Changed
- Rewrote front-end layout to AlpineJS + Laravel Blade, moving away from Twig + Vue.
- Some rules in the PR template
Fixed
- Discussion 8709 (Data importer imports duplicates of deleted transactions when detection is set to external id) started by @kesot
- Issue 8736 (Error importing CAMT.053 XML with data-importer) reported by @Gamesh
- Issue 8771 (Typo on Data Importer log) reported by @jemtz-deleon
- PR 575 (Update
.env.example
,ASSET_URL
moved, example given) by @stevewasiura
Instructions
- Installation instructions for Docker, Portainer, Kubernetes or self-managed servers
- Or read the upgrade instructions for Docker, Kubernetes or self-managed servers
- The releases are signed, and you can verify them using the Firefly III releases PGP key.
v1.4.5
Added
- Added the option to add a "fallback" configuration file for directory imports, by @Call-Me-G-Now. See the documentation for more info.
- Client side file type validation by @Call-Me-G-Now
Changed
- Better list of currencies in the configuration screen, by @patricksindelka
Fixed
- Issue 8574 (Importing camt.053 file fails during conversion step ) reported by @laeckerv
- Issue 8582 (CSV importer uses "contains" to detect duplicates in External ID) reported by @RobinWeitzel
- Issue 8583 (Importing camt.053 file fails during conversion step when Statement Account IBAN is mapped) reported by @laeckerv
- Issue 8607 (Data Importer Vanity URL with Docker not being shown) reported by @Jademalo
- Typo in debug logs by @Call-Me-G-Now