Skip to content

Releases: firefly-iii/data-importer

0.8.0

06 Feb 08:21
@JC5 JC5

Choose a tag to compare

  • ⚠️ Using Nordigen? This release WILL create duplicate transactions. Don't import large batches.

Added

  • Collect more Nordigen information for future debug.
  • Collect IBAN from secondary source if possible.
  • Add value date as "payment date" whenever possible.

Fixed

  • Issue 5590 500 error when attempting to add bank account from Nordigen
  • Issue 5650 Better error catching for timeouts
  • Issue 5700 Missing route for Nordigen (experimental fix)
  • Clean up some logging.
  • Better check on session states
  • Better check on messages to report
  • Will not email if not configured to

0.7.0

21 Jan 05:25
@JC5 JC5

Choose a tag to compare

⚠️ Using Nordigen? This release WILL create duplicate transactions. Don't import large batches.

A special thanks to the excellent folks over at @nordigen for some quick debugging and fixing.

Added

  • A special 500 page so you can see what's happening.
  • Nordigen will now import transaction details in notes.
  • If you have no Firefly III accounts, the importer will warn you.
  • Extra account details debug information.

Fixed

  • A missing method broke navigation.
  • Sometimes session details would get lost in translation.

0.6.5

14 Jan 19:49
@JC5 JC5

Choose a tag to compare

Fixed

  • Catch error in balanceAfterTransaction field.

0.6.4

14 Jan 05:22
@JC5 JC5

Choose a tag to compare

Fixed

  • ownerAddressUnstructured could unexpectedly be unset.

0.6.3

11 Jan 18:02
@JC5 JC5

Choose a tag to compare

Fixed

  • Nordigen reports the ownerAddressUnstructured both as string and array, thanks @dawid-czarnecki
  • Issue 5507 ownerAddressUnstructured field is of the wrong data type.
  • Version 0.6.1 also reports as 0.6.0.

0.6.2

11 Jan 04:53
@JC5 JC5

Choose a tag to compare

Fixed

  • Issue 5507 ownerAddressUnstructured field is of the wrong data type.
  • Version 0.6.1 also reports as 0.6.0.

0.6.1

07 Jan 20:21
@JC5 JC5

Choose a tag to compare

  • ⚠️ Duplicate detection could be broken, due to changes in the way transactions are handled. Be careful importing large batches.
  • 💡 Some people have reported running into loops when trying to start importing CSV files. Please open an issue if this happens to you.

Added

  • The Spectre import checks more fields for payee information, thanks @ddelbondio!

Changed

  • The importer can stop warning you about duplicate transactions, making for a cleaner import. Check out .env.example.
  • If there is nothing to report, there will be no email message.
  • The import tag will not be created until the first transaction is successfully imported.
  • The configuration file export will mention the data importer version.

Fixed

  • Various issues where people would end up in a redirect loop.
  • In some cases, the "mapping" feature was hidden.
  • The debug page could add newlines, breaking the table.
  • The autoupload endpoint would require CSV files, even when using Nordigen or Spectre.
  • Issue 5502 Sloppy copy/paste bug leads to confusion between the base URL and the vanity URL.
  • Missing continue statement in transaction processor

0.6.0

07 Jan 14:29
@JC5 JC5

Choose a tag to compare

  • ⚠️ Duplicate detection could be broken, due to changes in the way transactions are handled. Be careful importing large batches.
  • 💡 Some people have reported running into loops when trying to start importing CSV files. Please open an issue if this happens to you.

Added

  • The Spectre import checks more fields for payee information, thanks @ddelbondio!

Changed

  • The importer can stop warning you about duplicate transactions, making for a cleaner import. Check out .env.example.
  • If there is nothing to report, there will be no email message.
  • The import tag will not be created until the first transaction is successfully imported.
  • The configuration file export will mention the data importer version.

Fixed

  • Various issues where people would end up in a redirect loop.
  • In some cases, the "mapping" feature was hidden.
  • The debug page could add newlines, breaking the table.
  • The autoupload endpoint would require CSV files, even when using Nordigen or Spectre.
  • Issue 5502 Sloppy copy/paste bug leads to confusion between the base URL and the vanity URL.

0.5.0

01 Jan 20:34
@JC5 JC5

Choose a tag to compare

  • ⚠️ Duplicate detection could be broken, due to changes in the way transactions are handled. Be careful importing large batches.
  • 💡 Some people have reported running into loops when trying to start importing CSV files. Please open an issue if this happens to you.

Added

Changed

  • Issue 5453 Different text for button
  • Importer will complain about bad environment variables.
  • Only create the import tag when necessary.

Fixed

  • Issue 5354 Fix edge case when importing CSV files.
  • Issue 5440 Can now handle amounts formatted 0,xxxxx
  • Issue 5452 Bad vanity URL in reports
  • Issue 5459 Fix issue when skipping configuration page.
  • Filter spaces from IBANs

0.4.1

22 Dec 18:17
@JC5 JC5

Choose a tag to compare

Known issues

  • ⚠️ Duplicate detection could be broken, due to changes in the way transactions are handled. Be careful importing large batches.
  • 💡 Some people have reported running into loops when trying to start importing CSV files. Please open an issue if this happens to you.

Changed

  • The importer will search for, and match account numbers as well as IBANs.
  • The importer will prefer 'bookDate' over 'valueDate'

Added

  • POST import and import via upload is now possible. Several mandatory security measures are listed in .env.example.
  • Dark mode. Responds to your browser or OS.

Fixed