Skip to content

Releases: dvankley/firefly-plaid-connector-2

v1.2.0

16 Jul 01:54
Compare
Choose a tag to compare

What's Changed

  • Remove customization from Plaid client code by @nprzy in #96
  • enums as well as properties by @bmschwa in #105
  • Hopefully permanent fix for #107 and its ilk
  • Various dependency updates

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

22 Jun 18:14
Compare
Choose a tag to compare

What's Changed

  • Dependabot stuff
  • Create plaidfireflyrulecreator.sh by @514amir in #83
  • Add hostname to dockerfile by @Kvan7 in #89
  • Upgrade gradle-wrapper to v8.8 by @nprzy in #95
  • feat: Add configuration allowItemToFail to poll mode, and add a gate… by @dkichler in #92

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

08 Mar 01:01
Compare
Choose a tag to compare

What's Changed

  • Fix for #71 (Fix wrong foreign amount type by @AmineI in #72)
  • Dependabot updates
  • Minor tweak to handle a weird combination of finance category values from Plaid

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Feb 15:26
Compare
Choose a tag to compare

What's Changed

  • Fix for #59
  • Firefly version validation added
  • Various dependabot updates

This version requires Firefly version 6.1.2 or greater.

And yes, I know 1.1.0 does not come after 1.0.9 in semver. The minor version bump was due to the new Firefly version validation.

Full Changelog: v1.0.9...v1.1.0

v1.0.9

28 Dec 23:30
Compare
Choose a tag to compare
  • Try to fix #50 by better handling Firefly transaction types
  • Various dependabot updates

v1.0.8

01 Oct 19:34
Compare
Choose a tag to compare

Fix #33 by ignoring unknown properties in Plaid API JSON

v1.0.7

31 Aug 02:04
Compare
Choose a tag to compare

Try once again to fix #15, this time by adding a missing JSON parameter.

v1.0.6

26 Aug 01:41
Compare
Choose a tag to compare
  • Fix #15 by filtering out reconciliation transactions from transfer logic.
  • Dependabot updates and fixes for their breaking changes.

v1.0.5

26 May 22:03
Compare
Choose a tag to compare

Fix Products enum by adding new value

v1.0.4

06 May 01:06
Compare
Choose a tag to compare

Fix missing application config property and default from last release.