Skip to content

leshan-1.0.1

Compare
Choose a tag to compare
@sbernard31 sbernard31 released this 07 May 13:02
· 1060 commits to master since this release

❗☠️❗ Affected by security issue❗☠️❗

Build artifacts are available on maven central.

Noteworthy

  • Fix race condition in RedisLock, add log to detect unintended expiration.
  • Fix some toString().
  • Use last version of LWM2M models.
  • Executable resource model should not have a type: #833
  • Integration of Californium 2.2.3.
  • Some demos improvements mainly around credentials (RPK/x509): #842

Change logs

3c48c0f: add -cert -truststore option to bsserver-demo.
f374e34: add -cert -truststore option to server-demo (deprecate keystore options)
646837c: ignores srl files (openssl serial number files)
112dba1: Fix generate_credentials.sh comment in leshan-integration-tests
d334b30: Add pubk/prik option to bsserver-demo to set custom server RPK.
dd19562: Add pubk/prik option to server-demo to set custom server RPK.
4188820: wrap content identity/psk value in security tab of leshan-bsserver-demo
285fa10: wrap content identity/psk value in security tab of leshan-server-demo
45c0cfe: Use PublicKeyInfo(.der in Hexa) instead of x,y coord in server-demo UI.
92dc9fc: Fix some toString() and equals/hashcode() for some LWM2M requests
a51a33e: Fix OPAQUE value toString() for LwM2M Multiple and Single Resource.
330e444: Remove unused import introduced by ba072b6.
f5071e7: Fix 10260 model (executable resource should not have a )
529efa4: Fix a log configuration issue in leshan-server-demo.
1e1c49f: Use last ddf model version in leshan-server-demo.
940161e: Use last ddf model version in leshan-client-demo.
1b9bea8: Use last version of Core Model for LWM2M 1.0
8938fa4: #833 : Support that Executable resource model should not have a type.
76cac08: Fix race condition in RedisLock, add log to detect unintended expiration
5e9753a: Fix Typo on -cp option description of LeshanClientDemo.
ba072b6: Fix NPE in bsserver-demo with x509 auth mode
1af49e0: Add Leshan logo in svg format.
9048136: Activate revapi mvn plugin to monitor/check API break.
42ccc9f: Fix leshan-server-demo redis option description.