Skip to content

leshan-1.0.0-M10

Compare
Choose a tag to compare
@sbernard31 sbernard31 released this 05 Dec 16:31
· 1373 commits to master since this release

Build artifacts are available on maven central.

Noteworthy

Add support of X509 for client, bootstrap server and all demos,
And some others bug fixes and little enhancement.

Change logs

4ad71b1: #625 : fix InMemoryReg..Store addr index issue on re-register and update
ec0fc8b: #624 : do not launch cleaningTask from registrationStore several time.
9b497b2: Fix #623 issue about observation reset by starting only one cleaningTask
3a565f8: #574: Add API to choose default content type as client side
9f54a26: #599: Deleting Bootstrap Server Account is not allowed.
63f159a: #599 : Deleting Device object (id 3) is not allowed.
3073e0e: Add complete support to bootstrap delete request at client side.
fe58a35: BootstrapDelete Request can target "none root" path.
8ba1354: upgrade to surefire 3.0.0-M1 because of openjdkbug.
3010832: #589: Use separate response for bootstrap finished request
05c3b0f: #589: fix race condition about bootstrap finished at client side.
9cab0aa: Move SendableResponse from leshan-server-core to leshan-core
1c680a1: Add icon to leshan-server-demo to see when a device is absent
3f6b794: Fix PresenceService issue where onSleeping could be interrupted
8582229: #431: add UI to bootstrap server demo for X509 support.
6b2fb2e: #431: add helper method to set X509 credential for bootstrap server
2f40576: Add X509 support to Leshan client demo
4fff2f7: Add a default certificate to server-demo and display it in security tab
f2748e3: Update Redis tests to be compatible with RPK and X509
a5a6e94: Add a script to generate keyStore
ff824d3: #436: Add X509 support to leshan client
877250c: Move from static SecurityCheck to Dynamic SecurityChecker
df0f0c0: #593: handle update/register timeout and retry with new handshake
fbc01b8: #575: fix public key downloading feature on servers demo