|
1 |
| -## Changelog |
2 |
| ------------------------------------------------- |
| 1 | + |
| 2 | +## CHANGELOG |
| 3 | + |
| 4 | +## Version 1.3.0 |
| 5 | + ### Date: Apr-12-2019 |
| 6 | + Change: Added support of below methods in SDK |
| 7 | + |
| 8 | +``` |
| 9 | + getContentTypes() in Stack class |
| 10 | + fetch in ContentType class |
| 11 | +``` |
| 12 | + |
| 13 | +Below two support from the Config class has been removed permanently |
| 14 | +- public void setSSL(boolean isSSL)setSSL() |
| 15 | +- public boolean isSSL() |
| 16 | + |
| 17 | +------------------------------------------------ |
| 18 | + |
| 19 | +## Version 1.2.1 |
3 | 20 | ### Date: 14-Mar-2019
|
4 |
| -#### v1.2.1 Bug Fixes and code clean up: |
5 |
| ------------------------------------------------- |
6 |
| -### Date: 20-Feb-2019 |
7 |
| -#### Maven integration |
8 |
| -#### Folder structure modified. |
9 |
| ------------------------------------------------- |
10 |
| -### Date: 15-Dec-2017 |
11 |
| -#### v1.2.0 New Features: |
12 |
| -- Entry- added method ‘addParam’ |
13 |
| -- Query- added method 'addParam' |
14 |
| -- Asset- added method 'addParam' |
15 |
| ------------------------------------------------- |
16 |
| -### Date: 10-Nov-2017 |
17 |
| -#### v1.1.0 New Features: |
18 |
| -- Stack- added method 'ImageTransform' |
19 |
| -- Query- added method 'includeContentType' |
20 |
| -- QueryResult- added method 'contentType' |
21 |
| ------------------------------------------------- |
22 |
| -#### API deprecation: |
23 |
| -- Query |
24 |
| -- Deprecated method 'includeSchema' |
| 21 | +- Note: Bug Fixes and code clean up: |
| 22 | + |
| 23 | +-------------------------------- |
| 24 | + |
| 25 | +Date: 20-Feb-2019 |
| 26 | +Maven integration |
| 27 | +Folder structure modified. |
| 28 | + |
| 29 | +------------------------------------------------ |
| 30 | +## Version 1.2.0 |
| 31 | +### Date: 15-Dec-2017 |
| 32 | +- New Features: |
| 33 | +``` |
| 34 | +Entry- added method ‘addParam’ |
| 35 | +Query- added method 'addParam' |
| 36 | +Asset- added method 'addParam' |
| 37 | + ``` |
| 38 | +------------------------------------------------ |
| 39 | + |
| 40 | +## Version 1.1.0 |
| 41 | +### Date: 10-Nov-2017 |
| 42 | +- New Features: |
| 43 | +``` |
| 44 | +Stack- added method 'ImageTransform' |
| 45 | +Query- added method 'includeContentType' |
| 46 | +QueryResult- added method 'contentType' |
| 47 | +``` |
| 48 | +------------------------------------------------ |
| 49 | + |
| 50 | +#### API deprecation: |
| 51 | +- Query |
| 52 | +- Deprecated method 'includeSchema' |
25 | 53 | ------------------------------------------------
|
0 commit comments