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 6d9aa5d commit 15ea820Copy full SHA for 15ea820
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [2.0.3]
4
+### Updated
5
+- Change SQL endpoint from `/query/sql` to `sql`
6
+- Improve client tests
7
+
8
## [2.0.2]
9
### Updated
10
- Correct data extraction validator to accept columns: all
README.md
@@ -1,4 +1,4 @@
-# SlicingDice Official Java Client (v2.0.2)
+# SlicingDice Official Java Client (v2.0.3)
Official Java client for [SlicingDice - Data Warehouse and Analytics Database as a Service](http://www.slicingdice.com/).
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.slicingdice</groupId>
<artifactId>jslicer</artifactId>
- <version>2.0.2</version>
+ <version>2.0.3</version>
<name>jslicer</name>
<url>http://www.slicingdice.com</url>
0 commit comments