Skip to content

Releases: DKE-Data/agrirouter-sdk-dotnet-standard

v3.7.0

19 Jul 08:45
b8855c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.7.0

v3.6.0

27 Apr 20:45
9bd06f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.6.0

Release v3.5.0

23 Dec 09:00
Compare
Choose a tag to compare

Release v3.4.0

21 Jul 09:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.4.0

Release v3.3.1

06 May 13:48
Compare
Choose a tag to compare

What's Changed

  • Additional production environment.
  • Add request for verification

Full Changelog: v3.2.1...v3.3.1

Release 3.2.1

24 Mar 10:10
d3d044c
Compare
Choose a tag to compare

What's Changed

  • Use correct method for getting memoryStream contents by @oliverrahner in #109
    • Under certain circumstances (seen in .NET 6) message chunks might have been bigger than allowed

Full Changelog: v3.2.0...v3.2.1

Release 3.2.0

02 Mar 09:08
Compare
Choose a tag to compare

What's Changed

  • Fixes a bug for chunking - chunk sizes were not calculated correctly.
  • Removes abstract and useless parameter classes from the implementation.
  • Adaption of the test cases.
  • Reduce logging for test cases to reduce logs during the build process.
  • Test case for chunked messaging.

Full Changelog: v3.1.0...v3.2.0

Release 3.1.0

25 Feb 08:20
Compare
Choose a tag to compare

What's Changed

  • Make the current chunking implementation easier to use.
  • Additional test cases to show how chunking can be used.

Full Changelog: v3.0.0...v3.1.0

3.0.0

17 Jan 09:10
Compare
Choose a tag to compare

What's Changed

  • Remove automated chunking and adapt the implementation (#103).
  • Update of the release workflow to react on tags only and no longer on branches (#102).
  • Support for metadata within certain services (#101).
  • Add overload for parsing the response of the authorization service (#100).
  • Some minor fixes and clarifications for the comments on different classes.
  • Code cleanup and smaller fixes.
  • Adapt the release version and change the owner of the assembly.

Full Changelog: v2.4.0...v3.0.0

v2.4.0

16 Nov 10:23
Compare
Choose a tag to compare

What's Changed

  • Throw exception if we failed to send an MQTT message by @aparshin in #97
  • Feature/98 add standard exception handling by @saschadoemer in #99
  • Parse error details during onboarding and revoking processes by @aparshin in #96

Full Changelog: v2.3.0...v2.4.0