Skip to content

Changes

#3 (Nov 23, 2023, 8:24:38 AM)

  1. Bump version to 2.0.0-M13 — Leshan Bot / githubweb
  2. Bump version to 2.0.0-SNAPSHOT — Leshan Bot / githubweb
  3. Update Security.md — Simon Bernard / githubweb
  4. Fix ClientServlet which doesn't parse write attributes correctly. — Simon Bernard / githubweb
  5. Fix No serializer found for class Version in EventServlet. — Simon Bernard / githubweb
  6. Fix typo : LwM2mParhTest => LwM2mPathTest — Simon Bernard / githubweb
  7. Add test about equals/hashcode for LwM2mPath (using EqualsVerifier) — Simon Bernard / githubweb
  8. Fix LwM2mPath hashcode NPE. — Simon Bernard / githubweb
  9. GH-1421: Add leshanServerBuilder.setUpdateRegistrationOnSend — Simon Bernard / githubweb
  10. DefaultObjectModelValidator should accept object in Test Category. — Simon Bernard / githubweb
  11. Add a way to access to CoapServer of Californium endpoint provider — Simon Bernard / githubweb
  12. Integration of Californium 3.9.1 — Simon Bernard / githubweb
  13. validate object are registered in Send Request. — Simon Bernard / githubweb
  14. Upgrade slf4j from 2.0.7 to 2.0.9. — Simon Bernard / githubweb
  15. GH-1524: Error handling improvement in SendHandler. — Simon Bernard / githubweb
  16. Add support of multiple endpoint provider at server side. — Simon Bernard / githubweb
  17. Add support of multiple endpoint provider at client side. — Simon Bernard / githubweb
  18. Add support of multiple endpoint provider at bootstrap server side. — Simon Bernard / githubweb
  19. Add description to LwM2mServerEndpoint — Simon Bernard / githubweb
  20. Add description to LwM2mClientEndpoint — Simon Bernard / githubweb
  21. Add description to LwM2mBootstrapServerEndpoint — Simon Bernard / githubweb
  22. UI demos get (bootstrap) server endpoints dynamically. — Simon Bernard / githubweb
  23. Fix DynamicIPObserveTest name. — Simon Bernard / githubweb
  24. Add some test combinations in ReadCompositeTest. — Simon Bernard / githubweb
  25. Move some integration tests in Server/Client Only class. — Simon Bernard / githubweb
  26. Fix possible NPE in client BootstrapHandler. — Simon Bernard / githubweb
  27. GH-1461: Fix X.509 tests issue happening on some execution environment. — Simon Bernard / githubweb
  28. Add ErrorHandler to XML Parser in DDFFileParser — Simon Bernard / githubweb
  29. Add CoAP endpoint provider based on java-coap at Server side — Simon Bernard / githubweb
  30. Test Server CoAP endpoint based on java-coap in integration tests. — Simon Bernard / githubweb
  31. Add CoAP endpoint based on java-coap to leshan-server-demo — Simon Bernard / githubweb
  32. Fix JavaCoapServerEndpoint description. — Simon Bernard / githubweb
  33. Move log from Cali...ClientEndpointsProvider to DefaultEndpointsManager — Simon Bernard / githubweb
  34. Add CoAP endpoint provider based on java-coap at client side — Simon Bernard / githubweb
  35. Test Client CoAP endpoint based on java-coap in integration tests. — Simon Bernard / githubweb
  36. Add option to use java-coap for COAP protocol with leshan-client-demo. — Simon Bernard / githubweb
  37. Rename SecureBootstrapTest method to use snake case — Simon Bernard / githubweb
  38. Add test about bootstrap with x509 — Simon Bernard / githubweb
  39. Some cleaning about x509 integations tests. — Simon Bernard / githubweb
  40. Fix -jh(--java-coap-host) option behavior of server-demo. — Simon Bernard / githubweb
  41. Use java-coap provider in DeleteClientOnlyTest — Simon Bernard / githubweb
  42. Move register_with_invalid_request from RegistrationTest to LockStepTest — Simon Bernard / githubweb
  43. GH-1482: Add --factory-bootstrap command to client-demo. — Simon Bernard / githubweb
  44. GH-1532: Some Fix/Enhancement about Version class — Simon Bernard / githubweb
  45. Fix Version constructor from string — Simon Bernard / githubweb
  46. Fix some bug in DefaultLwM2mAttributeParser which was too permissive — Simon Bernard / githubweb
  47. GH-1451: Support Negative value for GT and LT attributes — Simon Bernard / githubweb
  48. Add more tests about Attribute Parsing. — Simon Bernard / githubweb
  49. GH-1533: server-demo REST API should return bad_request for invalid path — Simon Bernard / githubweb
  50. Fix CoreLink SingleResource and ResourceInstance hashcode/equals — Simon Bernard / githubweb
  51. Add test about CoreLink SingleResource and ResourceInstance equals — Simon Bernard / githubweb
  52. Most attributes are assignable to Resource Instance since LWM2M v1.1 — Simon Bernard / githubweb
  53. Enhance servers demos frontend error handling. — Simon Bernard / githubweb
  54. Fix exception message typo in LwM2mIncompletePath.toObjectInstancePath() — Simon Bernard / githubweb
  55. Add LwM2mChildNode class to prepare addition of LwM2mRootNode — Simon Bernard / githubweb
  56. Add LwM2mRoot class and corresponding visit method in visitors — Simon Bernard / githubweb
  57. Add support to "/" for Read-Composite — Simon Bernard / githubweb
  58. Add integration tests about Read-Composite on "/" — Simon Bernard / githubweb
  59. Add support of "/" for Read-Composite to server-demo. — Simon Bernard / githubweb
  60. github-actions: Do not launch actions on fork — Simon Bernard / githubweb
  61. github-actions: Add transitive dependency to dependabot analysis — Simon Bernard / githubweb
  62. Update Java libraries dependencies — Simon Bernard / githubweb
  63. Integration of java-coap 6.19.0 — Simon Bernard / githubweb
  64. Update leshan-server-demos front-end dependencies — Simon Bernard / githubweb
  65. Update leshan-bsserver-demos front-end dependencies — Simon Bernard / githubweb
  66. Update maven plugins dependencies — Simon Bernard / githubweb
  67. Fix some InvalidLwM2mException/InvalidRequestException error message — Simon Bernard / githubweb
  68. fix icon size of observe composite indicator in server-demo — Simon Bernard / githubweb
  69. remove unwanted log in CompositeObjectControl in server demo — Simon Bernard / githubweb
  70. Enhance error display message in server-demo — Simon Bernard / githubweb
  71. GH-1538: Add server demo API for Observe Active Cancel — Simon Bernard / githubweb
  72. GH-1542: Fix regression about creating attributes with null value. — Simon Bernard / githubweb