Skip to content

Commit 8358fb6

Browse files
Version: 3.5.0
Date: Apr-12-2019 Change: Added support of below methods in SDK - getContentTypes() in Stack class - fetch in ContentType class Below two support from the Config class has been removed permanently - public void setSSL(boolean isSSL)setSSL() - public boolean isSSL()
1 parent d44eeb6 commit 8358fb6

File tree

2 files changed

+389
-56
lines changed

2 files changed

+389
-56
lines changed

CHANGELOG.md

Lines changed: 374 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,374 @@
1+
## CHANGELOG
2+
3+
### Version: 3.5.0
4+
Date: Apr-12-2019
5+
Change: Added support of below methods in SDK
6+
```
7+
getContentTypes() in Stack class
8+
fetch in ContentType class
9+
```
10+
11+
Below two support from the Config class has been removed permanently
12+
- public void setSSL(boolean isSSL)setSSL()
13+
- public boolean isSSL()
14+
15+
====================================================================================
16+
17+
### Version: 3.4.1
18+
Date: Apr-05-2019
19+
Change:
20+
21+
- Removed support for unsafe (HTTP) request.
22+
- Below two breaking changes from Config class has been deprecated
23+
```
24+
@Deprecated
25+
public void setSSL(boolean isSSL)setSSL()
26+
27+
@Deprecated
28+
public boolean isSSL()
29+
```
30+
31+
32+
====================================================================================
33+
34+
35+
### Version: 3.4.0
36+
Date: Oct-22-2018
37+
Change:
38+
39+
New Features:
40+
*Stack
41+
– added method 'sync'
42+
43+
added method 'syncPaginationToken'
44+
added method 'syncToken'
45+
added method 'syncFromDate'
46+
added method 'syncContentType'
47+
added method 'syncLocale'
48+
added method 'syncPublishType'
49+
added method 'sync(contentType, from_date, language, publish_type,syncCallBack)'
50+
51+
SyncStack
52+
Added New Class
53+
54+
====================================================================================
55+
56+
57+
58+
59+
### Version:3.3.0
60+
Date 15-Dec-2017
61+
62+
New Features:
63+
64+
Entry
65+
added method ‘addParam’
66+
67+
Query
68+
added method 'addParam'
69+
70+
Asset
71+
added method ‘addParam'
72+
73+
74+
====================================================================================
75+
76+
### Version:3.2.0
77+
Date 10-Nov-2017
78+
79+
New Features:
80+
81+
Stack
82+
83+
added method 'ImageTransform'
84+
85+
Query
86+
87+
added method 'includeContentType'
88+
89+
QueryResult
90+
91+
added method 'content_type'
92+
93+
94+
API Modifications:
95+
96+
None
97+
98+
API deprecation:
99+
100+
Query
101+
Deprecated method 'includeSchema'
102+
103+
104+
Bug Fixes:
105+
106+
None
107+
108+
109+
====================================================================================
110+
111+
112+
### Version: 3.1.3
113+
Date: 28-July-2017
114+
115+
116+
New Features:
117+
118+
None
119+
120+
121+
API Modifications:
122+
123+
None
124+
125+
126+
API deprecation:
127+
128+
None
129+
130+
Bug Fixes:
131+
132+
1] Cache Policy bug fixed.
133+
1] Cache Policy timeout increased.
134+
135+
136+
137+
====================================================================================
138+
139+
140+
141+
142+
### Version: 3.1.2
143+
Date: 24-June-2017
144+
145+
146+
New Features:
147+
148+
None
149+
150+
151+
API Modifications:
152+
153+
None
154+
155+
API deprecation:
156+
157+
Asset
158+
1] Removed getPublishDetails() method.
159+
Entry
160+
1] Removed getPublishDetails() method.
161+
162+
Bug Fixes:
163+
164+
None.
165+
166+
====================================================================================
167+
168+
169+
170+
171+
### Version: 3.1.1
172+
Date: 17-May-2017
173+
174+
New Features:
175+
176+
None
177+
178+
179+
API Modifications:
180+
181+
None
182+
183+
184+
API deprecation:
185+
186+
None
187+
188+
189+
Bug Fixes:
190+
191+
Added TLSv1.2 support for older android versions.
192+
193+
194+
195+
196+
197+
198+
====================================================================================
199+
200+
### Version: 3.1.0
201+
Date: 19-December-2016
202+
203+
204+
New Features:
205+
206+
Added new class Group
207+
208+
Entry
209+
1] Added getAllEntries(String refKey, String refContentType) method.
210+
2] Added getGroups(String key) method.
211+
3] Added getGroup(String key) method.
212+
213+
Asset
214+
1] Added setCachePolicy(CachePolicy policy) method.
215+
2] Added getTags() method.
216+
217+
AssetLibrary
218+
1] Added setCachePolicy(CachePolicy policy) method.
219+
220+
221+
API Modifications:
222+
223+
Asset
224+
1] Renamed getContentType() to getFileType() method.
225+
2] Renamed getUploadUrl() to getUrl() method.
226+
227+
228+
229+
API deprecation:
230+
231+
None
232+
233+
234+
Bug Fixes:
235+
236+
None
237+
238+
239+
240+
241+
242+
243+
====================================================================================
244+
245+
### Version: 3.0.0
246+
Date: 27-October-2016
247+
248+
249+
New Features:
250+
251+
Added new class Config
252+
253+
Added new class Asset
254+
255+
Added new class AssetLibrary
256+
257+
Conetntstack
258+
1] Added stack(Context context, String stackApiKey, String accessToken, String environment, Config config) method.
259+
260+
Stack
261+
1] Added asset() method.
262+
2] Added assetLibrary() method.
263+
264+
Entry
265+
1] Added getPublishDetails() method.
266+
267+
268+
API Modifications:
269+
270+
None
271+
272+
273+
274+
API deprecation:
275+
276+
Conetntstack
277+
1] Removed stack(Context context, String stackApiKey, String accessToken, String environment, boolean isEnvironmentUid) method.
278+
279+
Stack
280+
1] Removed setVersion(String version) method.
281+
2] Removed setURL(String hostName, boolean isSSL) method.
282+
3] Removed setEnvironment(String environment, boolean isEnvironmentUid) method.
283+
4] Removed isEnvironmentUid() method.
284+
5] Removed getEnvironment() method.
285+
6] Removed getVersion() method.
286+
7] Removed getURL() method
287+
288+
Entry
289+
1] Removed getMetadata() method.
290+
291+
Query
292+
1] Removed afterUid() method.
293+
2] Removed beforeUid() method.
294+
295+
296+
Bug Fixes:
297+
298+
None
299+
300+
301+
302+
303+
304+
305+
====================================================================================
306+
307+
### Version: 1.0.2
308+
Date: 28-September-2016
309+
310+
311+
New Features:
312+
313+
None
314+
315+
API Modifications:
316+
317+
None
318+
319+
API deprecation:
320+
321+
None
322+
Bug Fixes:
323+
324+
Fixed API calls issue for Android 7.0 Nougat.
325+
326+
327+
328+
329+
330+
331+
====================================================================================
332+
### Version: 1.0.1
333+
Date: 22-September-2016
334+
335+
336+
New Features:
337+
338+
None
339+
340+
341+
342+
API Modifications:
343+
344+
None
345+
346+
347+
348+
API deprecation:
349+
350+
None
351+
352+
353+
Bug Fixes:
354+
355+
Query
356+
1] Fixed search method issue causing improper result.
357+
358+
Entry
359+
1] Fixed includeReference method issue causing improper result.
360+
2] Fixed fetch method which now return response as per environment.
361+
362+
363+
364+
365+
366+
367+
====================================================================================
368+
### Initial release Version: 1.0.0
369+
Date: 05-August-2015
370+
371+
Changes
372+
- Introduce content delivery API SDK for Android.
373+
- Points to [contentstack]([https://www.contentstack.com/](https://www.contentstack.com/))
374+

0 commit comments

Comments
 (0)