Skip to content

Releases: eclipse-ditto/ditto-clients

3.5.0

27 Jan 09:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...3.5.0

3.4.0

17 Oct 12:51
Compare
Choose a tag to compare

Release notes can be found here: https://eclipse.dev/ditto/release_notes_340.html

3.3.3

07 Jul 09:26
Compare
Choose a tag to compare

Release notes can be found here: https://eclipse.dev/ditto/release_notes_333.html

Full Changelog: 3.3.0...3.3.3

3.3.0

23 Jun 12:39
Compare
Choose a tag to compare

Release notes can be found here: https://www.eclipse.org/ditto/release_notes_330.html

Full Changelog: 3.2.0...3.3.0

3.2.0

08 Mar 12:46
066b6f4
Compare
Choose a tag to compare

Release notes can be found here: https://www.eclipse.org/ditto/release_notes_320.html

What's Changed

  • Add options for live message conditions by @DerSchwilk in #210
  • Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/api by @dependabot in #211
  • Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/node by @dependabot in #212
  • Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/dom by @dependabot in #213
  • Bump json5 from 1.0.1 to 1.0.2 in /javascript by @dependabot in #214
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 in /javascript by @dependabot in #216
  • added merge functionality to javascript client sdk by @PJGitLan in #217
  • Prepare Ditto 3.2.0 release for JS client by @thjaeckle in #218

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.1

05 Jan 13:05
Compare
Choose a tag to compare

Release notes can be found here: https://www.eclipse.org/ditto/release_notes_311.html

Full Changelog: 3.1.0...3.1.1

3.1.0

16 Dec 09:14
Compare
Choose a tag to compare

What's Changed

  • Adds a ClientReconnectingException which is thrown if the client is attempting a reconnect while a message should be sent. by @kalinkostashki in #201
  • Declare id field as abstract by @vhdirk in #203
  • [JS] Add support for cursor pagination to JS clients by @vavido in #208
  • prepare Ditto-Clients 3.1.0 release by @thjaeckle in #209

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0

28 Sep 09:43
Compare
Choose a tag to compare

Release notes can be found here: https://www.eclipse.org/ditto/release_notes_300.html

What's Changed

  • Adjustments to Ditto java client after elimination of concierge service in Ditto by @thjaeckle in #190
  • Bugfix/search thread leak by @yufei-cai in #191
  • Move creation of single threaded executor back into ThingSearchSubscription for spec conformance (Rule 1.03) by @yufei-cai in #192
  • Ditto 3.0 release preparation by @thjaeckle in #194
  • [#193] fixed responding to messages in JS client did not preserve the message "headers" by @thjaeckle in #195
  • [#169] Improve JS client error responses by @thjaeckle in #196
  • update lerna and node versions to test against to 14, 16, 18 by @thjaeckle in #200

Full Changelog: 2.4.0...3.0.0

2.4.0

14 Apr 14:01
f566c9b
Compare
Choose a tag to compare

Release notes can be found here: https://www.eclipse.org/ditto/release_notes_240.html

What's Changed

  • upgrade dependencies by @Yannic92 in #178
  • Set revision to policy when it can be derived from the entity tag contained in the response headers by @Yannic92 in #182
  • Add option for field selectors and options to RetrievePolicy API by @DerSchwilk in #188
  • prepare Ditto-clients release 2.4.0 by @thjaeckle in #189

Full Changelog: 2.3.0...2.4.0

2.4.0-M1

27 Mar 09:25
25e449f
Compare
Choose a tag to compare
2.4.0-M1 Pre-release
Pre-release

Pre release for upcoming Ditto 2.4.0

What's Changed

  • upgrade dependencies by @Yannic92 in #178
  • Set revision to policy when it can be derived from the entity tag contained in the response headers by @Yannic92 in #182

Full Changelog: 2.3.0...2.4.0-M1