Releases: firefly-iii/data-importer
Releases · firefly-iii/data-importer
v1.4.4
⚠️ Some changes in this release may unexpectedly lead to duplicate transactions. This is caused by changes in the data handling routines. This is unfortunate, but a result of new insights, changed APIs and other minor fixes. My apologies for any inconvenience. I try to avoid these kinds of changes, but it can't always be helped.
Fixed
v1.4.3
Changed
- The data importer can connect to nightly builds of Firefly III, which self-report as version
develop/YYYY-MM-DD
.
Fixed
v1.4.2
Added
Fixed
- Issue 8367 Bad type error, reported by @quotary
- Issue 8389 (Data Importer stops Autoimport of multiple Nordigen/GoCardless files if one has zero transactions) reported by @rerobade
- Issue 8404 (Data importer confuses thousands separator for decimal separator when decimal separator is missing.) reported by @nonsavant
- Issue 8408 (Importing camt.053 file fails during conversion step) reported by @ltouroumov
- Issue 8414 (Getting
Unexpected data found.
trying to import via GoCardless/Nordigen) reported by @dabeeeenster
v1.4.1
Added
- Nordigen supports "bookingDateTime"
Fixed
- Issue 8267 Fix reference to variable
- Issue 8294 issue 8355 Null pointer fixed
- Issue 8293 Don't stop importing when one connection has no transactions
- Issue 8344 The UI will report progress again
- Issue 8355 Foreign amounts would not be imported
- Fix log levels in papertrail configuration
- The UI will email reports again
v1.4.0
⚠️⚠️ This release required PHP 8.3.0 and will not work on earlier releases of PHP ⚠️⚠️
⚠️ Some changes in this release may unexpectedly lead to duplicate transactions. This is caused by changes in the data handling routines. This is unfortunate, but a result of new insights, changed APIs and other minor fixes. My apologies for any inconvenience. I try to avoid these kinds of changes, but it can't always be helped.
Added
- GoCardless-users are forwarded to refresh their agreement if necessary.
Changed
- ⚠️⚠️ Added support for PHP 8.3 ⚠️⚠️
- Requires Firefly III v6.1.0 or higher
Removed
- ⚠️⚠️ Removed support for PHP 8.2 ⚠️⚠️
Fixed
- Issue 8000 Inform user when there are no transactions found by the Nordigen Data Importer
- Issue 6500 Transactions with 0.0 amount are not imported
- Issue 6470 use the "ultimateCreditor"-field for Nordigen transactions
- Issue 5460 Add balance info in configuration screen
- Access token from
Authorization
-header is forwarded to Firefly III if necessary.
- All documentation links are fixed again.
- Improve text in configuration screen.
- Expand notifications so logging can be more easily parsed.
- Nordigen / GoCardless now saves the booked / pending tags as well.
v1.3.11
Changed
- Add some more explanation text to the date input
Fixed
v1.3.10
⚠️ Some changes in this release may unexpectedly lead to duplicate transactions. This is caused by changes in the data handling routines. This is unfortunate, but a result of new insights, changed APIs and other minor fixes. My apologies for any inconvenience. I try to avoid these kinds of changes but it can't always be helped.
Added
Changed
- Renamed Nordigen to GoCardless
Fixed
v1.3.9
⚠️ Some changes in this release may unexpectedly lead to duplicate transactions. This is caused by changes in the data handling routines. This is unfortunate, but a result of new insights, changed APIs and other minor fixes. My apologies for any inconvenience. I try to avoid these kinds of changes but it can't always be helped.
Added
- Fancy new security.txt file.
Changed
- Better safety catches for Nordigen and Spectre, in case they accidentally try to create deposits or withdrawals that should be transfers.
Fixed
- Issue 7948 Null pointer exception in CAMT processing.
- Issue 8005 Sometimes the importer does not recognize the importer account
- Issue 8045 Bad caching leads to unfixable authentication errors
- Issue 8052 Credit card transactions after a certain date are not imported while all other transactions are
- Issue 8207 Data Importer ignoring relevant Nordigen error.
v1.3.8
⚠️ This release may create duplicate transactions. Don't import large batches!
Fixed
- The POST import command and the CLI import routine will also stop working if the connected Firefly III is too old.
- Issue 7918 Make sure XML file are recognized by the POST importer
- Issue 7891 Importing from Spectre has improved, taking into account new API information. This may change the look and feel of your transactions.
- Some banks would return amount in scientific notation.
- Several CAMT fixes when the file is missing data.
- CAMT fix to verify the transaction type.
- Better flow for the onboarding of new users. Updated the documentation to match.