1
1
# CHANGELOG
2
2
3
+ ## Version 2.0.0
4
+
5
+ ### Date: 01-Nov-2021
6
+
7
+ - Added support for live preview
8
+ - Added support for branching
9
+ - Removed old version of jsoup dependency
10
+ - Code improved as per sonar vulnerability guidelines
11
+ - Removed deprecated code/Non-working code marked deprecated
12
+ - Few breaking changes added.
13
+
3
14
## Version 1.7.0
4
- ###### Date: 12-JUL-2021
15
+
16
+ ### Date: 12-JUL-2021
17
+
5
18
- Added support for utils function gql.jsonToHtml()
6
19
- Bug #32 issue resolved removed e.printStackTrace()
7
20
- Instead stacktrace used logger.error()
8
21
9
22
------------------------------------------------
10
23
11
24
## Version 1.6.0
12
- ###### Date: 05-APR-2021
25
+
26
+ ### Date: 05-APR-2021
27
+
13
28
- ** Query** : query.includeEmbeddedItems() method support added
14
29
- ** Entry** : entry.includeEmbeddedItems() method support added
15
30
16
31
------------------------------------------------
17
32
18
33
## Version 1.5.7
19
- ###### Date: 20-Feb-2021
34
+
35
+ ### Date: 20-Feb-2021
36
+
20
37
Document updated
21
38
22
39
------------------------------------------------
23
40
24
41
## Version 1.5.6
25
- ###### Date: 27-Jan-2021
26
- Document updated
42
+
43
+ ### Date: 27-Jan-2021
44
+
45
+ Document updated
27
46
28
47
New Features:
29
48
• None
30
49
31
50
------------------------------------------------
32
51
33
52
## Version 1.5.5
34
- ###### Date: 22-Jan-2021
35
- Bug fix: Error contains information like
53
+
54
+ ### Date: 22-Jan-2021
55
+
56
+ Bug fix: Error contains information like
57
+
36
58
- Error message
37
59
- Error code
38
60
- Error Details
39
61
40
62
Language Enum:
63
+
41
64
- GERMEN changed to GERMAN
42
65
- Deprecated Language Enum
43
66
- Deprecated LanguageCode Enum
@@ -48,7 +71,9 @@ New Features:
48
71
------------------------------------------------
49
72
50
73
## Version 1.5.4
51
- ###### Date: 08-DEC-2020
74
+
75
+ ### Date: 08-DEC-2020
76
+
52
77
Publish content fallback
53
78
New Features:
54
79
• [ Entry] - Publish fallback method added
@@ -59,132 +84,160 @@ New Features:
59
84
------------------------------------------------
60
85
61
86
## Version 1.5.3
62
- ###### Date: 28-July-2020
63
- - ** Build Issue** Build update issue fixed
87
+
88
+ ### Date: 28-July-2020
89
+
90
+ - ** Build Issue** Build update issue fixed
64
91
65
92
------------------------------------------------
66
93
67
94
## Version 1.5.2
68
- ###### Date: 23-July-2020
69
- - ** Bump Issue** : Bump Issue: log4j-core from 2.5 to 2.13.2
70
- - ** Query** : Query.locale() documentation
71
- - ** CSHttpConnection** : StandardCharsets.UTF_8 Support Added
72
95
96
+ ### Date: 23-July-2020
97
+
98
+ - ** Bump Issue** : Bump Issue: log4j-core from 2.5 to 2.13.2
99
+ - ** Query** : Query.locale() documentation
100
+ - ** CSHttpConnection** : StandardCharsets.UTF_8 Support Added
73
101
74
102
------------------------------------------------
75
103
76
104
## Version 1.5.1
77
- ###### Date: 13-Jan-2020
78
- - ** Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj
79
-
105
+
106
+ ### Date: 13-Jan-2020
107
+
108
+ - ** Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj
109
+
80
110
------------------------------------------------
81
111
82
112
## Version 1.5.0
83
- ###### Date: 15-Nov-2019
84
- - ** Stack** : Added support for function getContentType()
85
- - ** ContentType** : updated function fetch()
86
- - ** Query** : Updated support of whereIn(String KEY, Query queryObject)
87
- - ** Query** : Updated support of whereNotIn(String KEY, Query queryObject)
113
+
114
+ ### Date: 15-Nov-2019
115
+
116
+ - ** Stack** : Added support for function getContentType()
117
+ - ** ContentType** : updated function fetch()
118
+ - ** Query** : Updated support of whereIn(String KEY, Query queryObject)
119
+ - ** Query** : Updated support of whereNotIn(String KEY, Query queryObject)
88
120
89
121
------------------------------------------------
90
122
91
123
## Version 1.4.2
92
- ###### Date: 03-Sept-2019
93
- - ** Config** - Added support for Region in Config.
124
+
125
+ ### Date: 03-Sept-2019
126
+
127
+ - ** Config** - Added support for Region in Config.
94
128
95
129
------------------------------------------------
96
130
97
131
## Version 1.4.1
98
- ###### Date: 21-August-2019
99
- - ** Query** - Added support for whereIn(String key) and whereNotIn(String key) methods
100
- - ** CSAppConstants** - Removed google internet connection check from CSAppConstants
101
-
102
- ------------------------------------------------
103
132
133
+ ### Date: 21-August-2019
134
+
135
+ - ** Query** - Added support for whereIn(String key) and whereNotIn(String key) methods
136
+ - ** CSAppConstants** - Removed google internet connection check from CSAppConstants
104
137
105
- ## Version 1.4.0
106
- ###### Date: 26-July-2019
107
- - ** Entry** - Added support for includeReferenceContentTypeUid support in Entry.
108
- - ** Query** - Added support for includeReferenceContentTypeUid support in Query.
109
- - ** Entry** - setLanguage and getLanguage Deprecated in Entry.
110
- - ** Query** - language deprecated in Query
111
- - ** Entry** - Added method for getLocale and setLocale(String locale) in Entry
112
- - ** Query** - Added method for locale in Query.
113
- - ** Query** - Removed deprecated method for includeSchema in Query
114
-
115
138
------------------------------------------------
116
139
140
+ ## Version 1.4.0
141
+
142
+ ### Date: 26-July-2019
143
+
144
+ - ** Entry** - Added support for includeReferenceContentTypeUid support in Entry.
145
+ - ** Query** - Added support for includeReferenceContentTypeUid support in Query.
146
+ - ** Entry** - setLanguage and getLanguage Deprecated in Entry.
147
+ - ** Query** - language deprecated in Query
148
+ - ** Entry** - Added method for getLocale and setLocale(String locale) in Entry
149
+ - ** Query** - Added method for locale in Query.
150
+ - ** Query** - Removed deprecated method for includeSchema in Query
151
+
152
+ ------------------------------------------------
117
153
118
154
## Version 1.3.3
119
- ###### Date: 21-June-2019
120
- - ** HOTFIX** : Override response hot-fix
155
+
156
+ ### Date: 21-June-2019
157
+
158
+ - ** HOTFIX** : Override response hot-fix
121
159
122
160
------------------------------------------------
123
161
124
162
## Version 1.3.2
125
- ### Date: 13-May-2019
126
- - ** Code Improvement** Removed println
127
- - ** Code Improvement** Added support for Logger
163
+
164
+ ### Date: 13-May-2019
165
+
166
+ - ** Code Improvement** Removed println
167
+ - ** Code Improvement** Added support for Logger
128
168
129
169
------------------------------------------------
130
170
131
171
## Version 1.3.1
132
- ###### Date: May-02-2019
133
- - ** Change** : include reference bug fixed
134
- - ** Added testcase** report for v1.3.1
135
172
173
+ ### Date: May-02-2019
136
174
137
- ------------------------------------------------
175
+ - ** Change** : include reference bug fixed
176
+ - ** Added testcase** report for v1.3.1
138
177
178
+ ------------------------------------------------
139
179
140
180
## Version 1.3.0
141
- ###### Date: Apr-12-2019
142
- Change: Added support of below methods in SDK
181
+
182
+ ### Date: Apr-12-2019
183
+
184
+ Change: Added support of below methods in SDK
143
185
144
- ```
145
- getContentTypes() in Stack class
146
- fetch in ContentType class
147
- ```
186
+ ```
187
+ getContentTypes() in Stack class
188
+ fetch in ContentType class
189
+ ```
148
190
149
- Below two support from the Config class has been removed permanently
191
+ Below two support from the Config class has been removed permanently
192
+
150
193
- public void setSSL(boolean isSSL)setSSL()
151
194
- public boolean isSSL()
152
195
153
196
------------------------------------------------
154
197
155
- ## Version 1.2.1
156
- ###### Date: 14-Mar-2019
157
- - Note: Bug Fixes and code clean up:
158
-
159
- --------------------------------
198
+ ## Version 1.2.1
199
+
200
+ ### Date: 14-Mar-2019
201
+
202
+ - Note: Bug Fixes and code clean up:
160
203
161
- Date: 20-Feb-2019
204
+ Date: 20-Feb-2019
162
205
Maven integration
163
206
Folder structure modified.
164
207
165
208
------------------------------------------------
166
- ## Version 1.2.0
167
- ###### Date: 15-Dec-2017
209
+
210
+ ## Version 1.2.0
211
+
212
+ ### Date: 15-Dec-2017
213
+
168
214
- New Features:
169
- ```
170
- Entry- added method ‘addParam’
171
- Query- added method 'addParam'
172
- Asset- added method 'addParam'
173
- ```
215
+
216
+ ```
217
+ Entry- added method ‘addParam’
218
+ Query- added method 'addParam'
219
+ Asset- added method 'addParam'
220
+ ```
221
+
174
222
------------------------------------------------
175
223
176
- ## Version 1.1.0
177
- ###### Date: 10-Nov-2017
224
+ ## Version 1.1.0
225
+
226
+ ### Date: 10-Nov-2017
227
+
178
228
- New Features:
179
229
180
- ```
181
- Stack- added method 'ImageTransform'
182
- Query- added method 'includeContentType'
183
- QueryResult- added method 'contentType'
184
- ```
230
+ ```
231
+ Stack- added method 'ImageTransform'
232
+ Query- added method 'includeContentType'
233
+ QueryResult- added method 'contentType'
234
+ ```
235
+
185
236
------------------------------------------------
186
237
187
- #### API deprecation:
238
+ ### API deprecation
239
+
188
240
- Query
189
241
- Deprecated method 'includeSchema'
190
- ------------------------------------------------
242
+
243
+ ------------------------------------------------
0 commit comments