1
1
# CHANGELOG
2
2
3
+ ## Version 1.10.0
4
+
5
+ ### Date: 16-May-2022
6
+
7
+ - High increase in memory consumption & thread count when updated to the 1.9.0 version
8
+ - Setting Proxy in config [ #52 ] ( https://github.com/contentstack/contentstack-java/issues/52 )
9
+ - Adding query parameter for the Live Preview
10
+ - Enhancement in logger for the different class ( Suggested through a pull request ) [ #51 ] ( https://github.com/contentstack/contentstack-java/pull/51 )
11
+
12
+ ---
13
+
14
+ ## Version 1.9.0
15
+
16
+ ### Date: 16-Mar-2022
17
+
18
+ - Entry uid bug fixed #45
19
+ - Static logger implemented #43
20
+ - Scope based dependencies
21
+
22
+ ---
3
23
4
24
## Version 1.8.1
5
25
9
29
- Static logger implemented #43
10
30
- Scope based dependencies
11
31
12
- ------------------------------------------------
32
+ ---
13
33
14
34
## Version 1.8.0
15
35
22
42
- Removed deprecated code/Non-working code marked deprecated
23
43
- Few breaking changes added.
24
44
25
- ------------------------------------------------
45
+ ---
26
46
27
47
## Version 1.7.0
28
48
32
52
- Bug #32 issue resolved removed e.printStackTrace()
33
53
- Instead stacktrace used logger.error()
34
54
35
- ------------------------------------------------
55
+ ---
36
56
37
57
## Version 1.6.0
38
58
39
59
### Date: 05-APR-2021
40
60
41
61
- ** Query** : query.includeEmbeddedItems() method support added
42
- - ** Entry** : entry.includeEmbeddedItems() method support added
62
+ - ** Entry** : entry.includeEmbeddedItems() method support added
43
63
44
- ------------------------------------------------
64
+ ---
45
65
46
66
## Version 1.5.7
47
67
48
68
### Date: 20-Feb-2021
49
69
50
70
Document updated
51
71
52
- ------------------------------------------------
72
+ ---
53
73
54
74
## Version 1.5.6
55
75
@@ -60,7 +80,7 @@ Document updated
60
80
New Features:
61
81
• None
62
82
63
- ------------------------------------------------
83
+ ---
64
84
65
85
## Version 1.5.5
66
86
@@ -81,7 +101,7 @@ Language Enum:
81
101
New Features:
82
102
• None
83
103
84
- ------------------------------------------------
104
+ ---
85
105
86
106
## Version 1.5.4
87
107
@@ -94,15 +114,15 @@ New Features:
94
114
• [ Asset] - Publish fallback method added, includeDimension method added
95
115
• [ Assets] - Publish fallback method added
96
116
97
- ------------------------------------------------
117
+ ---
98
118
99
119
## Version 1.5.3
100
120
101
121
### Date: 28-July-2020
102
122
103
- - ** Build Issue** Build update issue fixed
123
+ - ** Build Issue** Build update issue fixed
104
124
105
- ------------------------------------------------
125
+ ---
106
126
107
127
## Version 1.5.2
108
128
@@ -112,15 +132,15 @@ New Features:
112
132
- ** Query** : Query.locale() documentation
113
133
- ** CSHttpConnection** : StandardCharsets.UTF_8 Support Added
114
134
115
- ------------------------------------------------
135
+ ---
116
136
117
137
## Version 1.5.1
118
138
119
139
### Date: 13-Jan-2020
120
140
121
- - ** Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj
141
+ - ** Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj
122
142
123
- ------------------------------------------------
143
+ ---
124
144
125
145
## Version 1.5.0
126
146
@@ -131,15 +151,15 @@ New Features:
131
151
- ** Query** : Updated support of whereIn(String KEY, Query queryObject)
132
152
- ** Query** : Updated support of whereNotIn(String KEY, Query queryObject)
133
153
134
- ------------------------------------------------
154
+ ---
135
155
136
156
## Version 1.4.2
137
157
138
158
### Date: 03-Sept-2019
139
159
140
160
- ** Config** - Added support for Region in Config.
141
161
142
- ------------------------------------------------
162
+ ---
143
163
144
164
## Version 1.4.1
145
165
@@ -148,7 +168,7 @@ New Features:
148
168
- ** Query** - Added support for whereIn(String key) and whereNotIn(String key) methods
149
169
- ** CSAppConstants** - Removed google internet connection check from CSAppConstants
150
170
151
- ------------------------------------------------
171
+ ---
152
172
153
173
## Version 1.4.0
154
174
@@ -162,15 +182,15 @@ New Features:
162
182
- ** Query** - Added method for locale in Query.
163
183
- ** Query** - Removed deprecated method for includeSchema in Query
164
184
165
- ------------------------------------------------
185
+ ---
166
186
167
187
## Version 1.3.3
168
188
169
189
### Date: 21-June-2019
170
190
171
191
- ** HOTFIX** : Override response hot-fix
172
192
173
- ------------------------------------------------
193
+ ---
174
194
175
195
## Version 1.3.2
176
196
@@ -179,7 +199,7 @@ New Features:
179
199
- ** Code Improvement** Removed println
180
200
- ** Code Improvement** Added support for Logger
181
201
182
- ------------------------------------------------
202
+ ---
183
203
184
204
## Version 1.3.1
185
205
@@ -188,69 +208,69 @@ New Features:
188
208
- ** Change** : include reference bug fixed
189
209
- ** Added testcase** report for v1.3.1
190
210
191
- ------------------------------------------------
211
+ ---
212
+
213
+ ## Version 1.3.0
192
214
193
- ## Version 1.3.0
215
+ ### Date: Apr-12-2019
194
216
195
- ### Date: Apr-12-2019
217
+ Change: Added support of below methods in SDK
218
+
219
+ ```
220
+ getContentTypes() in Stack class
221
+ fetch in ContentType class
222
+ ```
196
223
197
- Change: Added support of below methods in SDK
198
-
199
- ```
200
- getContentTypes() in Stack class
201
- fetch in ContentType class
202
- ```
203
-
204
224
Below two support from the Config class has been removed permanently
205
225
206
- - public void setSSL(boolean isSSL)setSSL()
207
- - public boolean isSSL()
208
-
209
- ------------------------------------------------
226
+ - public void setSSL(boolean isSSL)setSSL()
227
+ - public boolean isSSL()
228
+
229
+ ---
210
230
211
231
## Version 1.2.1
212
232
213
233
### Date: 14-Mar-2019
214
234
215
235
- Note: Bug Fixes and code clean up:
216
-
236
+
217
237
Date: 20-Feb-2019
218
238
Maven integration
219
- Folder structure modified.
220
-
221
- ------------------------------------------------
239
+ Folder structure modified.
240
+
241
+ ---
222
242
223
243
## Version 1.2.0
224
244
225
- ### Date: 15-Dec-2017
245
+ ### Date: 15-Dec-2017
226
246
227
247
- New Features:
228
248
229
249
```
230
- Entry- added method ‘addParam’
231
- Query- added method 'addParam'
250
+ Entry- added method ‘addParam’
251
+ Query- added method 'addParam'
232
252
Asset- added method 'addParam'
233
- ```
253
+ ```
254
+
255
+ ---
234
256
235
- ------------------------------------------------
236
-
237
257
## Version 1.1.0
238
258
239
- ### Date: 10-Nov-2017
259
+ ### Date: 10-Nov-2017
240
260
241
261
- New Features:
242
262
243
- ```
244
- Stack- added method 'ImageTransform'
245
- Query- added method 'includeContentType'
246
- QueryResult- added method 'contentType'
247
263
```
264
+ Stack- added method 'ImageTransform'
265
+ Query- added method 'includeContentType'
266
+ QueryResult- added method 'contentType'
267
+ ```
268
+
269
+ ---
248
270
249
- ------------------------------------------------
250
-
251
- ### API deprecation
271
+ ### API deprecation
252
272
253
- - Query
254
- - Deprecated method 'includeSchema'
273
+ - Query
274
+ - Deprecated method 'includeSchema'
255
275
256
- ------------------------------------------------
276
+ ---
0 commit comments