Skip to content

leshan-0.1.11-M11

Compare
Choose a tag to compare
@jvermillard jvermillard released this 30 Jun 08:32
· 1928 commits to master since this release

Build artifacts are available on maven central.

Change logs:

  • 4ebc105 - Added notion of a BootstrapSession
  • 8e60821 - Move redis implementation to a new leshan-server-cluster module
  • 6690a5c - Added Redis URL command line option support with authentication
  • 4831d3e - Raise unregister notification when registration expired.
  • 4aa7512 - Redis-based implementation of the observation registry
  • 23e1893 - Reimplement observe based on experimental Californium observe impl.
  • a79a50f - Serialize in redis using minimal json
  • fad05de - removed deprecated linkobject methods
  • 117f192 - Added Redis based stores (security & clients)
  • 86c9f9f - Use unsigned byte string representation for bootstrap REST API
  • a06ff2b - fix #141 null raw public key in X.509 mode
  • f87250b - Fix QueueModeIntegrationTestHelper (do not use Standard NetworkConfig)
  • c2ca1f7 - (fix-bs-json-api) Fix broken link to Scandium readme
  • d275f53 - Add Queue Mode interfaces and first in memory implementation.
  • f5e5517 - Move Bootstrap logic from BootstrapResource to BootstrapHandler
  • a0ef125 - Extract RequestObserver from RequestSender & remove 'Client' dependency
  • d413abf - (origin/pr/135) #133: Clear DTLS connection on timeout
  • 6d3e548 - #131: Add Registration life cycle client observer
  • d4abac8 - (origin/pr/136) Add a way to choose content format in LeshanServerDemo
  • 06d4883 - Fix string path constructor of CreateRequest
  • 998335d - (origin/pr/118) Fix JSON encoding/decoding for Create Request
  • 28c3ddf - Refactor LwM2mPath to handle root path and Resource instance path
  • 7f1b743 - Fix JSON Single Resource encoding
  • 92708d2 - ContentFormat on Write and Create request is mandatory.
  • d84b141 - Handle Accept Content format option for Read/Observe request
  • bc3fb53 - OPAQUE format only for single binary resource
  • a1a4684 - Fix float encoding.
  • 413f49f - Add write tests for single resources
  • 70cad9a - Allow TLV for single resource and use it as default format
  • c2879f1 - #134: start leshan server after configuration in leshan server demo