Skip to content

Releases: digipost/digipost-api-client-dotnet

Directly to print

05 Jun 08:53
e299a59
Compare
Choose a tag to compare
  • Send directly to print
  • Better debug-logging

What's Changed

Full Changelog: 14.0.6...14.1.0

14.0.6

04 May 07:37
8d86bee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 14.0.5...14.0.6

Fix bug where SenderId is not set in XML

28 Mar 10:21
078f97b
Compare
Choose a tag to compare

What's Changed

  • Fix bug where SenderId is not set in XML by @eivinhb in #201

Full Changelog: 14.0.4...14.0.5

14.0.4

20 Mar 12:23
5572645
Compare
Choose a tag to compare

What's Changed

  • Update version of dependency to one that supports SEID2 certificates. by @eivinhb in #200

Full Changelog: 14.0.3...14.0.4

14.0.3

24 Feb 15:29
b1fce85
Compare
Choose a tag to compare

What's Changed

  • Add Test environment and update doc dependencies by @eivinhb in #199

Full Changelog: 14.0.2...14.0.3

Newtonsoft.json mitigate DoS

19 Dec 18:21
78c7337
Compare
Choose a tag to compare

Added mitigation for deeply nested json. Json is only read when reading the secrets.json that users craft themselves. The issue solved is not a big risk and we assume users of this client library has to add the same type of mitigation for their use of this code anyway.
(Digipost api is XML, not json.)

Bugfix

29 Nov 08:37
859cb1e
Compare
Choose a tag to compare

There was an error in the code with regards to fetching an archive document. The code expected the wrong type.

ref.: #195

Archive api

10 Nov 19:59
28aafaa
Compare
Choose a tag to compare

Use ArchiveApi in Digipost.

Breaking change:

  • Api-changes in InboxDocument. Use Uri from InboxDocument for fetch document and delete document

Full Changelog: 13.0.0...14.0.0

Use Digipost api v8

21 Mar 16:33
4abe6a3
Compare
Choose a tag to compare

Read archive document

23 Nov 07:12
469c7be
Compare
Choose a tag to compare
12.1.0

Merge pull request #177 from digipost/dependabot/bundler/docs/address…