File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.0.1]
4
+ ### Updated
5
+ - Improve exception throwing in case of JSON parsing error.
6
+
3
7
## [ 2.0.0]
4
8
### Updated
5
9
- Update ` existsEntity ` to receive ` table ` as parameter
Original file line number Diff line number Diff line change 1
- # SlicingDice Official Java Client (v2.0.0 )
1
+ # SlicingDice Official Java Client (v2.0.1 )
2
2
### Build Status: [ ![ CircleCI] ( https://circleci.com/gh/SlicingDice/slicingdice-java.svg?style=svg )] ( https://circleci.com/gh/SlicingDice/slicingdice-java )
3
3
4
4
Official Java client for [ SlicingDice] ( http://www.slicingdice.com/ ) , Data Warehouse and Analytics Database as a Service.
@@ -69,7 +69,7 @@ from which to download the package and the second one sets the package itself.
69
69
<dependency >
70
70
<groupId >com.slicingdice</groupId >
71
71
<artifactId >jslicer</artifactId >
72
- <version >2.0.0 </version >
72
+ <version >2.0.1 </version >
73
73
</dependency >
74
74
```
75
75
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.slicingdice</groupId >
6
6
<artifactId >jslicer</artifactId >
7
- <version >2.0.0 </version >
7
+ <version >2.0.1 </version >
8
8
9
9
<name >jslicer</name >
10
10
<url >http://www.slicingdice.com</url >
You can’t perform that action at this time.
0 commit comments