11# CHANGELOG
22
3+ ## Version 3.12.0
4+
5+ ### Date: 02-May-2023
6+
7+ - Added support for include metadata in asset, entry and query class
8+ - Added support of Region for Azure-EU
9+ - General code and API document improvements
10+ - Breaking changes : PublishType Enums are updated to all CAPS
11+ - Kotlin support removed due to build issue
12+ - EntryModel publish_details parsing issue fixed #30
13+
14+ ---
15+
316## Version 3.11.0
417
518### Date: 08-Feb-2023
@@ -131,15 +144,8 @@ Below two support from the Config class has been removed permanently
131144Change:
132145
133146- Removed support for unsafe (HTTP) request.
134- - Below two breaking changes from Config class has been deprecated
135-
136- ``` java
137- @Deprecated
138- public void setSSL(boolean isSSL)setSSL()
139-
140- @Deprecated
141- public boolean isSSL()
142- ```
147+ - Deprecated setSSL(boolean isSSL)setSSL() from config class
148+ - Deprecated isSSL() from config class
143149
144150---
145151
@@ -172,11 +178,11 @@ Added below function support for sync in Stack class
172178New Features:
173179
174180- Entry
175- - added method ‘addParam’
181+ - added method ‘addParam’
176182- Query
177- - added method 'addParam'
183+ - added method 'addParam'
178184- Asset
179- - added method ‘addParam'
185+ - added method ‘addParam'
180186
181187---
182188
@@ -187,21 +193,21 @@ New Features:
187193New Features:
188194
189195- Stack
190- - added method 'ImageTransform'
196+ - added method 'ImageTransform'
191197- Query
192- - added method 'includeContentType'
198+ - added method 'includeContentType'
193199- QueryResult
194- - added method 'content_type'
200+ - added method 'content_type'
195201- API Modifications:
196- - None
202+ - None
197203
198204API deprecation:
199205
200206- Query
201- - Deprecated method 'includeSchema'
207+ - Deprecated method 'includeSchema'
202208
203209- Bug Fixes:
204- - None
210+ - None
205211
206212---
207213
@@ -210,18 +216,18 @@ API deprecation:
210216### Date: 28-July-2017
211217
212218- New Features:
213- - None
219+ - None
214220
215221- API Modifications:
216- - None
222+ - None
217223
218224API deprecation:
219225
220226None
221227
222228- Bug Fixes:
223- - Cache Policy bug fixed.
224- - Cache Policy timeout increased.
229+ - Cache Policy bug fixed.
230+ - Cache Policy timeout increased.
225231
226232---
227233
@@ -234,15 +240,18 @@ New Features:
234240- None
235241
236242API Modifications:
237- - None
243+
244+ - None
238245
239246API deprecation:
240- - Asset
247+
248+ - Asset
241249
2422501] Removed getPublishDetails() method. Entry 1] Removed getPublishDetails() method.
243251
244252Bug Fixes:
245- - None.
253+
254+ - None.
246255
247256---
248257
@@ -251,10 +260,12 @@ Bug Fixes:
251260### Date: 17-May-2017
252261
253262New Features:
254- - None
263+
264+ - None
255265
256266API Modifications:
257- - None
267+
268+ - None
258269
259270API deprecation:
260271
@@ -275,16 +286,16 @@ New Features:
275286Added new class Group
276287
277288Entry
278- 1] Added getAllEntries(String refKey, String refContentType) method.
279- 2] Added getGroups(String key) method.
280- 3] Added getGroup(String key) method.
289+ 1] Added getAllEntries(String refKey, String refContentType) method.
290+ 2] Added getGroups(String key) method.
291+ 3] Added getGroup(String key) method.
281292
282293Asset
283- 1] Added setCachePolicy(CachePolicy policy) method.
284- 2] Added getTags() method.
294+ 1] Added setCachePolicy(CachePolicy policy) method.
295+ 2] Added getTags() method.
285296
286297AssetLibrary
287- 1] Added setCachePolicy(CachePolicy policy) method.
298+ 1] Added setCachePolicy(CachePolicy policy) method.
288299
289300API Modifications:
290301
@@ -320,7 +331,7 @@ environment, Config config) method.
320331Stack 1] Added asset() method. 2] Added assetLibrary() method.
321332
322333Entry
323- 1] Added getPublishDetails() method.
334+ 1] Added getPublishDetails() method.
324335
325336API Modifications:
326337
@@ -332,20 +343,20 @@ Conetntstack 1] Removed stack(Context context, String stackApiKey, String access
332343environment, boolean isEnvironmentUid) method.
333344
334345Stack
335- 1] Removed setVersion(String version) method.
336- 2] Removed setURL(String hostName, boolean isSSL) method.
337- 3] Removed setEnvironment(String environment, boolean isEnvironmentUid) method.
338- 4] Removed isEnvironmentUid() method.
339- 5] Removed getEnvironment() method.
340- 6] Removed getVersion() method.
341- 7] Removed getURL() method
346+ 1] Removed setVersion(String version) method.
347+ 2] Removed setURL(String hostName, boolean isSSL) method.
348+ 3] Removed setEnvironment(String environment, boolean isEnvironmentUid) method.
349+ 4] Removed isEnvironmentUid() method.
350+ 5] Removed getEnvironment() method.
351+ 6] Removed getVersion() method.
352+ 7] Removed getURL() method
342353
343354Entry
344- 1] Removed getMetadata() method.
355+ 1] Removed getMetadata() method.
345356
346357Query
347- 1] Removed afterUid() method.
348- 2] Removed beforeUid() method.
358+ 1] Removed afterUid() method.
359+ 2] Removed beforeUid() method.
349360
350361Bug Fixes:
351362
@@ -379,17 +390,20 @@ Fixed API calls issue for Android 7.0 Nougat.
379390### Date: 22-September-2016
380391
381392New Features:
382- - None
383- API Modifications:
384- - None
393+
394+ - None
395+ API Modifications:
396+ - None
385397
386398API deprecation:
387- - None
399+
400+ - None
388401
389402Bug Fixes:
390- - Query 1] Fixed search method issue causing improper result.
391- - Entry 1] Fixed includeReference method issue causing improper result. 2] Fixed fetch method which
392- now return response as per environment.
403+
404+ - Query 1] Fixed search method issue causing improper result.
405+ - Entry 1] Fixed includeReference method issue causing improper result. 2] Fixed fetch method which
406+ now return response as per environment.
393407
394408---
395409
0 commit comments