Skip to content

Vrml v1.1.4

Latest
Compare
Choose a tag to compare
@kevinten10 kevinten10 released this 21 Nov 08:06
· 8 commits to master since this release
29b7bbc

Vrml is a high-level abstract API library for application runtime. The next goal of Vrml is to migrate to cloud-runtimes, become an implementation part of the standard API, and contribute functions to the standard API.

Feature list:

  • vrml-requests proxy add simple retry
  • vrml-switchs make json config mode work
  • optimize vrml-metrics and vrml-stopwatch

You can used by:

<dependency>
    <groupId>group.rxcloud</groupId>
    <artifactId>vrml</artifactId>
    <version>1.1.4</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>