Skip to content

Releases: mitch000001/go-hbci

v0.4.1

02 Mar 17:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v.0.5.0

03 Mar 10:23
Compare
Choose a tag to compare

Leveraging the library

It is now possible to provide a custom product name and version in regards to talking to bank institutes. Anyone who is using this as a library in another product should register the product at https://www.hbci-zka.de/ using this link.

To do so the client config needs to get the product name and version set here. This will set those to all requests from the client.

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 by @dependabot in #40
  • Make it possible to send the productName by @pkern in #24

Full Changelog: v0.4.1...v.0.5.0

v0.4.0

25 May 12:01
Compare
Choose a tag to compare

This version introduces PSD2 compatibility and a ready to use product name.

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.4.0-beta.1

24 May 13:02
Compare
Choose a tag to compare
v0.4.0-beta.1 Pre-release
Pre-release

This version introduces PSD2 compatibility and a ready to use product name.

v0.3.2

28 Apr 11:25
Compare
Choose a tag to compare

Fixes

Bugfix for nil pointer on User parameter data

v0.3.1

09 Dec 13:47
Compare
Choose a tag to compare

Changes

The client now always initializes the underlying dialog.

v0.3.0

09 Dec 11:18
Compare
Choose a tag to compare

Changes

Add CLI for easy access

v0.2.0

09 Dec 10:46
Compare
Choose a tag to compare

Breaking changes

The swift.CustomFieldTag type has slightly changed to allow low level access to purpose field values. Before, all these values in the Purpose and Purpose2 field were joined together for convenience. Now they are stored as string slice. The higher order APIs did not change. They will still contain a joined string as value.

Changes

  • Updated the bank institute data as of 2018-06-18

v0.1.5

30 Apr 16:55
Compare
Choose a tag to compare

This release makes swift tag parsing more strict. Now the lexer detects tag boundaries correct.

v0.1.4

10 Apr 13:06
Compare
Choose a tag to compare

This version includes some fixes in the S.W.I.F.T. parsing. Also, some more fields are now propagated through the domain package.

This release should fix some issues concerning malformed purpose fields within Account transactions where the S.W.I.F.T. fields were not unmarshaled correctly and remained in the purpose fields.
Also, the S.W.I.F.T. transaction ID and the name of the transaction receiver/sender are now exposed.