We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90e3d1 commit f0aeb95Copy full SHA for f0aeb95
CHANGES.txt
@@ -1,3 +1,7 @@
1
+Release 1.0.0 - 2023-01-24
2
+ - Upgrade to Guava 31.1
3
+ - Breaking: Use Java Optional instead of Guava Optional
4
+
5
Release 0.9.7 - 2023-01-19
6
- Support showDatabase API
7
pom.xml
@@ -5,7 +5,7 @@
<artifactId>td-client</artifactId>
<name>Treasure Data Client for Java</name>
<description>Treasure Data Client for Java.</description>
8
- <version>0.9.8-SNAPSHOT</version>
+ <version>1.0.0</version>
9
<packaging>jar</packaging>
10
<url>https://github.com/treasure-data/td-client-java</url>
11
0 commit comments