Releases: digipost/digipost-api-client-dotnet
Releases · digipost/digipost-api-client-dotnet
Directly to print
14.0.6
What's Changed
- Update docs dependencies by @eivinhb in #202
- Remove link to outdated, archived example project by @draperunner in #204
- Adds Shred as new NondeliverableHandling by @hermanwh in #205
New Contributors
- @draperunner made their first contribution in #204
Full Changelog: 14.0.5...14.0.6
Fix bug where SenderId is not set in XML
What's Changed
Full Changelog: 14.0.4...14.0.5
14.0.4
14.0.3
Newtonsoft.json mitigate DoS
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
Archive api
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
- Invoice domain has been removed. Please use Digipost datatypes. Please refer to http://digipost.github.io/digipost-api-client-dotnet/v13.0/#send-invoice-or-inkasso and https://github.com/digipost/digipost-data-types-dotnet/
Read archive document
12.1.0 Merge pull request #177 from digipost/dependabot/bundler/docs/address…