3.7.0
Minor release.
Add more function for custom options.
Add file based PSK store.
Bugfixes for the proxy and scandium.
- 92f7677d4 2022-09-08 Add message size to coap message.
- e7e45ee12 2022-09-17 Destroy multi-psk-file-store on password error.
- 5702d6f5e 2022-09-17 Dump cli arguments on error.
- b5e23ed8b 2022-09-17 Fix benchmark script.
- 87f8be151 2022-09-14 Fix javadoc in HttpClientFactory.
- b7539abd4 2022-09-08 Add optional checkMaxResourceBodySize to proxy resources.
- 49ae64f82 2022-09-07 Cross-proxy reduce payload of http error responses.
- f6fadb4e5 2022-09-07 Introduce a reflection based get application protocol.
- 855165240 2022-09-07 Update to apache http 5.1.3.
- 40345141b 2022-09-06 Add hint to coap-proxy-client, that 4.04 is the expected response.
- e5c56ca80 2022-09-06 Add support for default ports to proxy.
- a3c4ead71 2022-09-06 Add details for coap-to-http-proxy error responses.
- 6f587954d 2022-09-05 Add coap2http proxy server.
- 56819f33e 2022-09-05 Add some new content-type mappings.
- 0bc50f24f 2022-09-05 Add space in error text.
- 10d299b30 2022-09-07 Fix typo in javadoc.
- aeb8bed1e 2022-09-06 Throws OnResponseError in coap-client.
- 8db589c91 2022-09-02 Delete previous resource when adding a new resource with the same name.
- f45748019 2022-09-01 Add get and clear other options.
- b6132b027 2022-09-03 Fix content-type of resource diagnose.
- 7373a5ceb 2022-09-03 Change wording in javadoc for coap-server.
- b50e918e4 2022-08-30 Add WebLink functions to LinkFormat.
- 9c9a92cad 2022-08-30 Suppress expected error logging during unit tests.
- 2ba0150b9 2022-08-30 Remove obsolete null check.
- 56c7e4888 2022-08-25 Add verification unit-test for leshan keys.
- 9eb6077d8 2022-08-25 Add unit-tests for MultiPskFileStore.
- 66117f670 2022-08-24 Update versions in NOTICE.
- 4a5e937c1 2022-08-20 Add getSubTree and getTree of WebLinks.
- 510ceee28 2022-08-04 Adapt datagram parser to be more flexible for customization.
- b398e0320 2022-08-21 Add MalformedMessageInterceptor.
- 898134156 2022-08-21 Fix digitalocean deploy script.
- 569073b42 2022-08-04 Use simple file based PSK store for demos.
- b283747c6 2022-08-18 Introduce a simple file based PSK store.
- 26c02860f 2022-08-18 Split stream encryption into separate EncryptedStreamUtil.
- cc4a6d56d 2022-08-19 Add resource path to benchmark script.
- c32f73f21 2022-08-19 Add vnstat to README.
- 716d38ba5 2022-08-18 Fix javadoc of NetworkInterfacesUtil.
- a370b7c04 2022-08-17 Use server configuration on missing endpoint.
- a64ec0a6e 2022-08-08 Add inet address filter to network interfaces util.
- e9432e4af 2022-08-16 Remove logback config from cf-unix-health.
- d31304c8b 2022-08-05 Support pure certificate chains also for pem.
- 0c76939d1 2022-08-04 Test fix sending HelloVerifyRequest, if a fallback to a full-handshake is required.
- 9ffa2406f 2022-08-05 Add diagnose logging for available network interfaces.
- e27291b49 2022-08-05 Fix dtls-connector's getAddress(), if bind fails.
- 9a87c1bc3 2022-08-04 Use logger for warning on mismatching keys of key-pairs.
- 676ca44ee 2022-08-04 Fix logging message in JdkMonitorService.
- 4cb32e427 2022-08-04 Use CALIFORNIUM_BUILD_VERSION instead of CALIFORNIUM_VERSION for plugtest server.
- aed9f8c60 2022-07-27 Dump all plugtest server.
- ee7086577 2022-08-01 Update security.
- dc1fe149a 2022-07-22 Remove stale TODOs in BlockwiseLayer.
- d62f1f9ec 2022-07-22 blockwise test: add CONTINUE after cancel.