File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.0.0]
3
4
### Updated
4
5
- Update ` existsEntity ` to receive ` table ` as parameter
5
6
- Update API errors code
7
+ - Rename SlicingDice API endpoints
6
8
7
9
## [ 1.0.0]
8
10
### Added
Original file line number Diff line number Diff line change 1
- # SlicingDice Official Java Client (v1 .0)
1
+ # SlicingDice Official Java Client (v2.0 .0)
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 >1 .0.0</version >
72
+ <version >2 .0.0</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 >1 .0.0</version >
7
+ <version >2 .0.0</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