(Please note: the 4.0.0-M1 failed to assemble the jars with dependencies, therefore it's replaced by 4.0.0-M2)
The milestone release 4.0.0-M2 is the first release which moves from java 7 to java 8 as minimum requirement for the runtime. That enables to update several dependencies to newer versions.
The API is cleaned up from deprecation. The support for the not maintained ed25519-java is removed. See https://github.com/eclipse-californium/californium/blob/main/MIGRATION_HINTS_4.md for details.
The CoAP-S3-Proxy is extended by devices specific http-forwarding configuration and the a first java-service is also added to enable users to full customize the forwarding.
The javadocs are cleaned up from using deprecated html elements.
- 17197ca4e 2024-12-12 Fix assembly missing dependencies.
- 35fed9085 2024-12-11 Update s3-proxy readme.
- eb94fd5da 2024-12-11 js: move marker selection to chart-config.
- 0ade02f6a 2024-12-05 Remove obsolete S3 series function.
- ddfef356e 2024-11-21 Add device specific forwarding and forwarding service.
- dbac6a09e 2024-12-09 Fix web access for cloud-demo-server.
- 58fdf1acd 2024-12-03 Fix javadoc in demo-apps.
- a97f3644e 2024-12-11 Add mycontext to README.
- d8f503b6c 2024-12-10 Remove ResponseConsumer.
- 28edcf67a 2024-10-18 Fix deduplication for OSCORE.
- 83d015807 2024-11-28 Fixes javadoc issues.
- 496ac97d2 2024-11-28 Fix/update javadoc, add new methods.
- ffaa2b17d 2024-11-28 Fix deprecated html in javadoc.
- 027b9692f 2024-11-26 Use bouncy castle key-types also for client aliases.
- e97c74e1a 2024-11-25 Remove support for not maintained ed25519-java.
- 945617ebe 2024-11-10 Add ProtectedCoapResource.
- 2a78f7920 2024-11-11 Add write indicator to CoAP.Code.
- 3265008ca 2024-10-31 Add x509 support.
- 00bf296c0 2024-10-31 Reduce synchronization in auto provisioning.
- 61f3969a2 2024-08-11 Add key dump function to encryption utility.
- c2a93bdd7 2024-11-18 Add calculated dew point.
- a5869a4ed 2024-11-06 Remove Californium's Base64.
- 438e4632b 2024-11-06 s3proxy: fix javadoc in S3Login.
- 7cc9d12cf 2024-11-04 Remove crop-rotation deduplicator.
- f8ac463c6 2024-10-30 Remove Filter.
- 73aa1f0b9 2024-10-30 Remove java 7 support for StandardCharsets.
- 25ed41eb0 2024-10-16 Update cloud install scripts and READMEs.
- 1952d1902 2024-10-29 s3proxy: use appv2 as default.
- 9f95e9ea4 2024-10-23 s3proxy: fix and extend cli documentation.
- ce0790ba3 2024-10-21 s3proxy: fix payload for http-forward.
- 62d610391 2024-10-16 s3proxy: fix cli single domain http setup.
- d2eeaf454 2024-10-15 s3proxy: fix cli single domain setup.
- 150ec41b8 2024-10-14 Add cache-mode to S3 proxy write access.
- 237a09993 2024-10-14 Fix usage of special characters in S3 keys.
- 6f091aa08 2024-10-25 Enable DTLS 1.2 CID by default.
- f3c49d552 2024-10-11 Make options read only.
- 0059a9285 2024-10-15 Update proxy2 according the new apache-http version.
- 754d9c568 2024-10-20 Use default MAX_AGE instead of literal 60.
- 9d62cc574 2024-10-15 Remove StringUtil.toHostString().
- 6b90d66ea 2024-10-10 Remove TODO, use assume on failing secp256r1.
- a999ebf19 2024-10-10 Remove TODO, HandshakerTest usage of serverPublicKey checked.
- f5ce74392 2024-10-10 Remove TODO from ObserveClientSideTest.testCancelledWhileBlock2Notification.
- 1a082cfbf 2024-10-10 Change scope of DTLSFlight.wrapMessage to private.
- fdaa64998 2024-10-10 Rename ExtendedCoapStackFactory into CoapStackFactory.
- abc8b1294 2024-10-10 Move functions of ExtendedCoapStack into CoapStack.
- d60a15b95 2024-10-10 Move functions of DatagramFilterExtended into DatagramFilter.
- 82d7c7692 2024-10-10 Move functions of DtlsHealthExtended and DtlsHealthExtended2 into DtlsHealth.
- 9b8e2235c 2024-10-10 Remove reducing the HelloVerifyRequests for specific cases.
- afc8014f5 2024-10-09 Remove support for deprecated CID.
- 7bab85734 2024-10-09 Update maven build configuration.
- 5ca456a94 2024-10-09 Remove deprecation from element-connector.
- b41900c94 2024-10-09 Remove deprecation from scandium.
- 776441d84 2024-10-09 Remove deprecation from k8s.
- b972a93c4 2024-10-09 Remove deprecation from proxy2.
- 2d3d41dcf 2024-10-09 Remove deprecation from unixhealth.
- a928ff5d5 2024-10-09 Remove deprecation from element-connector-tcp-netty.
- f93cf11ba 2024-10-09 Remove deprecated scandium configuration from californium-tests.
- 929a7d493 2024-10-09 Remove deprecated API from californium-core.
- 25826ad41 2024-10-11 Fix build failure with JDK 21.
- f4848034d 2024-10-10 Web App: fix whitespace in apn.
- aad3579c6 2024-10-11 Update READMEs and scripts.