Skip to content

Releases: eclipse-californium/californium

2.6.2 Bugfix Release

23 Mar 10:14
Compare
Choose a tag to compare

Included bugfixes:

  • 5599691 2021-03-17 Fix removing handshake messages while iterating over list.
  • d974921 2021-03-15 Fix con-notify race-condition.
  • b8f9a01 2021-03-15 Suppress duplicates, if messages are not sent.
  • 6d4eb68 2021-03-15 Fix deduplication of notifies.
  • 8ce437c 2021-03-08 Update eclipse-jarsigner-plugin to 1.1.5.
  • 5789725 2021-02-27 Fix connection's expect cid.
  • e00f9c7 2021-02-09 Add Ed25519/Ed448 support for raw-public-key identities.
  • 74a262f 2021-02-09 Add null as return value for payload.
  • db56e8a 2021-02-04 Update sandbox URL to californium.eclipseprojects.io

2.6.1 Bugfix Release

04 Feb 07:20
Compare
Choose a tag to compare

00ab1d9 2021-02-01 Move certificate supported check to local field.
9421f99 2020-12-14 Remove jobs on cancel from ScheduledThreadPoolExecutor.
c7c0697 2020-12-31 Reduce and reorder sync section in blockwise layer.
14e0d3e 2020-12-16 Reduce synchronization in blockwise layer.

2.6.0 Minor Release

12 Dec 13:29
Compare
Choose a tag to compare

Scandium:

  • bugfix wrong certificate verify for empty client certificate.
  • use client-hello's version in hello-verify-request instead of 1.0 (differs from RFC6347 recommendation)

alifornium:

  • customize serializer

xamples:

  • Extend benchmark to support NON requests

2.5.0 Minor Release

18 Nov 12:01
Compare
Choose a tag to compare

Builtin CID cluster support

2.4.1 Bugfix Release

10 Sep 05:21
Compare
Choose a tag to compare
Release 2.4.1

2.3.0

24 Jun 19:41
Compare
Choose a tag to compare
Release 2.3.0

1.0.5

13 Jan 13:00
Compare
Choose a tag to compare

This bug-fix release addresses several small issues.
Users of Californium 1.0.x should be able to upgrade by simply replacing the 1.0.x artifacts with the corresponding 1.0.5 artifacts.

Changelog:
1fb61cc: [#180] Use System.lineSeparator for logging.
45e57d5: [#186] Buffer ChangeCipherSpec message received out-of-sequence.
6b9aea2: [#183] Fix Base64 encoding when using NO_PADDING option.
b0e9454: Do not automatically include Uri-Port (only for proxying)
8030887: Fix #58 NullPointerException on concurrent requests via async CoapClient#advanced
83d963e: [bug #53] Cipher suite negotiation now considers certificate type.
4c68c9b: [bug #54] Provide script for creating demo certificates.
555843b: [#41] Move code for fixing #36 to Blockwise layer

Build artifacts:
on Maven Central
on Eclipse Repo

NB Due to the Maven Central staging process it might take some time for the artifacts to be available from Maven Central.

1.0.4

06 May 08:45
Compare
Choose a tag to compare

This bug-fix release addresses several small issues.
Users of Californium 1.0.x should be able to upgrade by simply replacing the 1.0.x artifacts with the corresponding 1.0.4 artifacts.

Changelog:
#43 californium-osgi bundle artifact does not pass jarsigner verification
#36 Block2 request does not seem to notify CoapHandler#onError if exchange stucks on non-first request.

Build artifacts:
on Maven Central
on Eclipse Repo

NB Due to the Maven Central staging process it might take some time for the artifacts to be available from Maven Central.

1.0.3

15 Mar 10:55
Compare
Choose a tag to compare

This bug-fix release addresses issues about DTLSConnector start/stop .

Changelog:
#13 clear connection store on restart.

Build artifacts available on Maven Central.

1.0.2

11 Feb 13:58
Compare
Choose a tag to compare

This bug-fix release addresses issues about block-wise transfer over DTLS, and blocked DTLS session.
We highly recommend all 1.0.x users which use DTLS to upgrade to this release.

Changelog:
4d8fa8d - #9 : Start fresh handshake when we receive an CLIENT_HELLO (epoch=0)
744ca40 - #2 : Fix missing sender identity on blockwised message

Build artifacts available on Maven Central.