CloudRuntimes v1.12.RELEASE release
kevinten10
released this
12 Apr 11:28
·
26 commits
to master
since this release
Cloud Runtimes Specification for the JVM.
Release 1.12.RELEASE
version to maven.
Features
- feat: add rpc server api
- feat: add pubsub subscriber api
- feat: add adaptor to capa module
- feat: add adaptor to dapr module
- feat: add adaptor to layotto module
- refactor: optimize optional dependency
- release: release 1.12.RELEASE version
Get started
<!-- https://mvnrepository.com/artifact/group.rxcloud/cloud-runtimes-api -->
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>cloud-runtimes-api</artifactId>
<version>1.12.RELEASE</version>
</dependency>