Skip to content

Commit 3ad3716

Browse files
committed
added change log && version bump up
1 parent 11f2860 commit 3ad3716

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
## main
3+
* Added support to the asynchronous protocol including:
4+
- `executeAsync`: runs an asynchronous request.
5+
- `executeAsyncWait`: runs an asynchronous request and wait of its completion.
6+
- `getTransaction`: gets information about transaction.
7+
- `getTransactions`: gets the list of transactions.
8+
- `getTransactionResults`: gets transaction execution results.
9+
- `getTransactionMetadata`: gets transaction metadata.
10+
- `getTransactionProblems`: gets transaction execution problems.
11+
* Added `ExecuteAsyncTest` test class
12+
13+
## v0.0.1
14+
* initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In order to use the `rai-sdk-java`, you need add this dependency to your project
8686
<dependency>
8787
<groupId>com.relationalai</groupId>
8888
<artifactId>rai-sdk</artifactId>
89-
<version>0.0.1</version>
89+
<version>0.0.2</version>
9090
</dependency>
9191

9292
You need also to point maven to the SDK GitHub packages repository in the project's POM:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<description>The RelationalAI Software Development Kit (SDK) for Java</description>
2222
<groupId>com.relationalai</groupId>
2323
<artifactId>rai-sdk-pom</artifactId>
24-
<version>0.0.1</version>
24+
<version>0.0.2</version>
2525
<packaging>pom</packaging>
2626
<url></url>
2727

rai-sdk-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.relationalai</groupId>
2222
<artifactId>rai-sdk-pom</artifactId>
23-
<version>0.0.1</version>
23+
<version>0.0.2</version>
2424
</parent>
2525

2626
<name>RelationalAI SDK for Java Examples</name>

rai-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.relationalai</groupId>
2222
<artifactId>rai-sdk-pom</artifactId>
23-
<version>0.0.1</version>
23+
<version>0.0.2</version>
2424
</parent>
2525

2626
<name>RelationalAI SDK for Java Package</name>

0 commit comments

Comments
 (0)