Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 20:47

⚠️⚠️ This release required PHP 8.4.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.

Changed

Due to changes in the Docker image, the commands that use WEB_SERVER=false to automatically import data need another docker container. You can read more about it in the documentation.

  • Better rate limit reporting for Nordigen
  • Better exit codes
  • Data is cached, should make the importer slightly faster

Fixed

Added

  • Support for PHP 8.4
  • Discussion 9626 (Allow newlines in description/Add hook points to Data importer process) started by @Sobuno

Removed

  • Support for < PHP 8.4

Instructions