Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.72 KB

File metadata and controls

31 lines (23 loc) · 1.72 KB

Changelog

Version 1.3.0 (2024-01-03)

  • 🎉 redesign BPD handling: interface IBpdStore supports now use of different BPD storeand BPD version is now retrieved from cache and send when calling Synchronization
  • 🎉 change Use Microsoft.Extensions.Logging in FinTS (#34
  • 🚀 add FinTsVersion enumeration replacing class libfintx.FinTs.Version.HBCI
  • 🚀 avoiding duplicated synchronization calls by keepting the client class active as long as the connection details do not change
  • 🚀 change refactor message parsing (#35)

Version 1.2.0 (2024-07-25)

  • 🎉 add strong name for NuGet projects (#3)
  • 🚀 change move SWIFT message handling into separate library libfintx.Swift
  • 🚀 change Properly parse HIRMG/HIRMS messages in bank code result (see 8c25a6d)
  • 🚀 Update Commerzbank photo tan
  • 🚀 make use of library SixLabors.ImageSharp optional
  • 🚀 change rename InputDate to EntryDate in SwiftTransaction according to the MT940 specification
  • 🐛 fix HKTAB sending TAN medium type 0 (#28)

Version 1.1.0 (2024-04-01)

  • Bank database update: Switch FinTS URL fiducia.de to atruvia.de
  • Add .NET 8.0 to the target frameworks
  • upgrade depdencies (incl. security fixes)
  • upgrade SixLabors.ImageSharp to 3.1.x (from 1.0.2/-beta)
  • refactoring if MT940 parsing; functions renamed

Version 1.0.0

Versions with tag 1.0.0 do not have a changelog and are outdated. A upgrade to a higher version is strongly recommended.