Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Releases: engvik/sbanken-go

v1.3.0

04 Apr 08:14
5ecad53
Compare
Choose a tag to compare

Fixes

  • To deal with sbanken's bug in their API where they return an int instead of a string, a custom unmarshal function has been implemented to deal with the fields being either a string or a int.

Features

  • Implements the Mailbox API.

Other

  • Uses v2 of sbankens API.

v1.2.0

08 May 09:47
Compare
Choose a tag to compare

Changes due to changes in the Sbanken API.

Deprecated

  • CustomerID is deprecated but still available to not break the API in a minor version bump. Will log a deprecation warning.

Features

  • ListArchivedTransaction - lists archived (norwegian: bokført) transactions *
  • TransactionID is a new field in Transaction
  • OwnerCustomerID is a new field in Account
  • AddressLine4 is a new field in Address
  • AccountOwner and CustomerID are new fields in Card

*(note: currently a bug in the Sbanken API, returns int instead of string for the Source field on ListArchivedTransactions)

Other

  • Underlying base URL has changed.

v1.1.0

31 Jan 15:55
Compare
Choose a tag to compare

Features

  • Implements the Customers API
  • Sets default User-Agent
  • Optionally override the default User-Agent

v1.0.2

08 Oct 20:11
5e24e80
Compare
Choose a tag to compare

Bug fixes

  • Fix bug with ListCards json unmarshaling
  • Fix bug with ReadEfaktura json unmarshaling
  • Format timestamps as RFC3339

v1.0.1

24 Sep 15:57
0901462
Compare
Choose a tag to compare

Bug fixes

  • Fix issues with Transfer and PayEfaktura.

v1.0.0

24 Sep 15:34
0901462
Compare
Choose a tag to compare

Initial release

Support for all current endpoints.