Skip to content

Releases: capa-cloud/capa-java

Capa v1.11.13.RELEASE release

29 Dec 07:48
Compare
Choose a tag to compare

Features

  • optimize rpc code

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.11.13.RELEASE</version>
</dependency>

Capa v1.10.12.2.RELEASE release

27 Dec 06:29
Compare
Choose a tag to compare

Features

  • optimize code

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.10.12.2.RELEASE</version>
</dependency>

Capa v1.10.11.RELEASE release

12 Dec 09:19
9e674b6
Compare
Choose a tag to compare

Features

  • update serializer
  • format release version

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.10.11.RELEASE</version>
</dependency>

Capa v1.0.9.RELEASE release

05 Dec 10:39
9bc627e
Compare
Choose a tag to compare

Features

  • release

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.0.9.RELEASE</version>
</dependency>

Capa v1.0.8.RELEASE release

02 Dec 20:34
f5f3481
Compare
Choose a tag to compare

Features

  • add Telemetry API
  • optimize code

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.0.8.RELEASE</version>
</dependency>

Capa v1.0.7.RELEASE release

30 Nov 13:34
f8c07ec
Compare
Choose a tag to compare

Features

  • add Telemetry API
  • client support multi-components
  • mixer hooks
  • optimize code

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.0.7.RELEASE</version>
</dependency>

Capa v1.0.6.RELEASE release

16 Nov 14:46
7ea19fe
Compare
Choose a tag to compare

Features

  • New SPI.
  • New API.

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.0.6.RELEASE</version>
</dependency>

Capa v1.0.4.RELEASE release

02 Nov 08:36
3edbe01
Compare
Choose a tag to compare

Features

  • Add metric to rpc header

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.0.4.RELEASE</version>
</dependency>

Capa v1.0.2.RELEASE release

10 Oct 15:04
Compare
Choose a tag to compare

Features

  • Add configuration component

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.0.2.RELEASE</version>
</dependency>

Capa v1.0.1.RELEASE release

15 Sep 01:11
Compare
Choose a tag to compare

Capa(cloud application api): To be the high-level api layer for all application runtime.

Define a common set of APIs to make sure that code once and run anywhere!

This is the Capa SDK for Java, including the following features:

  • Service Invocation(RPC)
  • Configuration Centor(Configuration)
  • Application Metrics(Metrics)
  • Publish/Subscribe(Pub/Sub)
  • State Management(State)
  • ...

Get started

<dependency>
  <groupId>group.rxcloud</groupId>
  <artifactId>capa-sdk</artifactId>
  <version>1.0.1.RELEASE</version>
</dependency>