Skip to content

Releases: DKE-Data/agrirouter-sdk-java

3.2.1

25 Jul 09:55
3.2.1
570c238
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

21 Jul 18:40
3.2.0
296ffd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

Release 3.1.0

21 May 11:54
3.1.0
f781eaa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

Release 3.0.0

21 May 11:53
ca24abb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...3.0.0

Release 2.2.0

21 May 11:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.2.0

Release 2.1.3

21 May 11:53
Compare
Choose a tag to compare

This minor release contains a bug fix for the invalid type URLs.

Full Changelog: 2.1.2...2.1.3

Release 2.1.2

21 May 11:53
Compare
Choose a tag to compare

This minor release contains a bug fix for chunking large messages while communicating with the agrirouter©.


  • Fixes the problem, that single chunks are not transferred correctly.

Full Changelog: 2.1.1...2.1.2

Release 2.1.1

21 May 11:52
Compare
Choose a tag to compare

This minor release contains a bug fix for chunking large messages while communicating with the agrirouter©.


  • Fixes the problem, that bytes are cut off while chunking large messages.

Full Changelog: 2.1.0...2.1.1

Release 2.1.0

21 May 11:52
Compare
Choose a tag to compare

This minor release contains some bug fixes and functions to use while communicating with the agrirouter©.


  • Fixes an invalid URL within the documentation.
  • Removes functionality to avoid mishandling of the agrirouter© response.
  • Add default functions to fetch all messages from the feed.
  • Add default functions to list all endpoints.
  • Add default functions to remove all messages from the feed.
  • Fixes invalid log messages.
  • Adds missing message decoding for endpoints lists.
  • Fixes problems when parsing the authorization result.
  • Fixes a major bug while sending chunked messages.
  • Adapts the interface of the cancellation token.

Full Changelog: 2.0.0...2.1.0

Release 2.0.0

21 May 11:52
Compare
Choose a tag to compare

This major release contains several new functions to use while communicating with the agrirouter.


  • Added an implementation to use a cancellation token when fetching messages via HTTP.

  • Add asynchronous message sending for each service.

  • Renaming the classes and namespaces to get rid of the old "API" namespace.

  • Refactoring for the technical message types, split into system messages and content messages.

  • Add the type URL to the technical message types.

  • Implementation for the chunking of large messages.

  • Update the logo within the documentation to match the new design of the product.

  • Update of the whole release process to maintain older release versions.

  • Update of the continuous integration process.

  • Enhancement of the documentation

  • Enhancement of the test cases.


Full Changelog: 1.4.2....2.0.0