Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] Californium 1.0.1 released

Hi,

yesterday we have released Californium 1.0.1 and published artifacts to Maven Central [1] and the Eclipse Release Repo [2].
 
This is a small bug-fix release only which mainly address some issues with interrupted DTLS handshakes in Scandium.See attached changelogs for details. Users of Californium 1.0.0 should be able to upgrade by simply replacing the 1.0.0 artifacts with the corresponding 1.0.1 artifacts. 

The Californium team is glad to announce that we have switched to using GitHub for reporting bugs, issues and improvement ideas instead of Bugzilla. So, if you want to report a bug or have an idea for improvement, please create an issue on the corresponding GitHub project(s) for the affected Californium components [3] or drop us a line on this mailing list.

[1] http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.californium%22
[2] https://repo.eclipse.org/content/groups/releases/
[3] https://github.com/eclipse/californium

Regards,
Kai

63fc6a2 Add CBOR type specification to the MediaTypeRegistry, as described in the official IANA registry at http://www.iana.org/assignments/core-parameters/core-parameters.xhtml#content-formats
6a4771c Fixed overflow in Option.getLongValue(). Added unit tests to show the bug.
f8eb082 Allow but ignore out-of-order blocks for blockwise notifications.
db74049 Bump parent version to 1.1.0-SNAPSHOT
8b5de7d Spelling mistake in REQUEST_CODE_UPPER_BOUND
1e5716c Introduce static SessionId.emptySessionId method.
b25d40d Copy extensions passed in via constructor.
b0a1f39 Remove obsolete CookieValidationException.
650a321 Fix typos
9670721 Explicitly ignore hello request received during ongoing handshake.
da55b7b Fix Bug 483371.
9a8832a Turn into utility class by making default constructor private.
b195c91 Change test category to medium.
5c80837 Do not throw checked exception from constructor anymore.
27b0d03 Throw HandshakeException when parsing malformed alert message.
bd2d788 Fix Bug 483559.
a1e1025 Fix JavaDoc for constructor.
a646f18 Add @Category annotation in order to run as part of Small test suite.
4229300 Replace some "magic numbers" with constants.
18e475a Add unchecked base exceptions intended to replace checked HandshakeException et al in the future.
4284a6c Add convenience method for checking if message contains a valid session ID.
5c9bd03 Add convenience methods for checking existence of ongoing handshake and established session.
68cd811 Only clear peerAddress field if session set using setSession() is not null.
943db8b Log failure to verify handshake hash.
2d3ea42 Remove obsolete properties, refine Eclipse repo definition.
6247cc1 Minor changes to improve code quality.
9e949e5 Abort handshake on receiving unsupported curve type in ServerKeyExchange message.
c1ba87e Updated RD and fixed Endpoint Type problem.

Back to the top