Skip to content

CloudRuntimes v1.15.RELEASE release

Compare
Choose a tag to compare
@kevinten10 kevinten10 released this 13 Jun 15:53
· 15 commits to master since this release

Cloud Runtimes Specification for the JVM.

Release 1.15.RELEASE version to maven.

Features

  • feat: add sequencer api
  • feat: add environment api
  • feat: add ratelimit api
  • refactor: update file api return value
  • release: release 1.15.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.15.RELEASE</version>
</dependency>