Skip to content

Commit 5a5ab8c

Browse files
committed
Add CHANGELOG for version 2.1.0 with new features and updates
1 parent 9e8d2c5 commit 5a5ab8c

1 file changed

Lines changed: 199 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
# CHANGELOG
2+
3+
## v2.1.0
4+
5+
### Date: 06-Jun-2025
6+
7+
- ✅ SSL pinning implementation
8+
- 🔧 Added support for Global Fields
9+
- 🔄 Workflow fixes
10+
- ⚙️ Updated `.talismanrc` to version 1.0
11+
12+
---
13+
14+
## v2.0.1
15+
16+
### Date: 13-May-2025
17+
18+
- 🔧 Minor internal fixes
19+
- ✅ Updated testing support
20+
- ⚠️ Note: Versions `v1.6.2` and `v2.0.0` are not recommended due to stability concerns.
21+
Please use `v2.0.1` or later.
22+
23+
---
24+
25+
## v2.0.0
26+
27+
### Date: 12-May-2025
28+
29+
- 🧹 Removed unused workspace configuration file
30+
- 📦 DX Release
31+
32+
---
33+
34+
## v1.6.2
35+
36+
### Date: 07-Feb-2025
37+
38+
- 📦 Dependencies updated
39+
- 🔄 Workflow fixes
40+
- ✅ Updated test cases
41+
42+
---
43+
44+
## v1.6.1
45+
46+
### Date: 07-Oct-2024
47+
48+
- ✨ Added Early Access Header Support
49+
50+
---
51+
52+
## v1.6.0
53+
54+
### Date: 23-Aug-2024
55+
56+
- 🌿 Added support for taxonomy
57+
58+
---
59+
60+
## v1.5.3
61+
62+
### Date: 17-May-2024
63+
64+
- 🌐 Added GCP support
65+
- 🛡️ Added privacy manifest file
66+
67+
---
68+
69+
## v1.5.2
70+
71+
### Date: 21-Mar-2024
72+
73+
- 🔧 Fixed issues while switching stacks
74+
75+
---
76+
77+
## v1.5.1
78+
79+
### Date: 02-Aug-2023
80+
81+
- 🐞 Resolved URLCache issue
82+
83+
---
84+
85+
## v1.5.0
86+
87+
### Date: 26-May-2023
88+
89+
- 🌍 Added Azure-EU region in `ContentstackRegion`
90+
- ➕ Included metadata in:
91+
92+
- `AssetQuery` class
93+
- `EntryQueriable` class
94+
- 🧰 Fixed image transform initialization issue
95+
96+
---
97+
98+
## v1.4.0
99+
100+
### Date: 09-Mar-2023
101+
102+
- ➕ Added header support in:
103+
- `Entry`
104+
- `Asset`
105+
- `Query`
106+
107+
---
108+
109+
## v1.3.1
110+
111+
### Date: 11-Nov-2022
112+
113+
- 🛠️ Resolved URL session default cache issue
114+
115+
---
116+
117+
## v1.3.0
118+
119+
### Date: 18-Aug-2022
120+
121+
- 🌐 Added Azure-NA region in `ContentstackRegion`
122+
- 🔐 Security details added
123+
124+
---
125+
126+
## v1.2.6
127+
128+
### Date: 10-Aug-2021
129+
130+
- 📦 Updated Utils SDK package
131+
132+
---
133+
134+
## v1.2.5
135+
136+
### Date: 16-Jul-2021
137+
138+
- 📝 Added JSON RTE feature support
139+
- 📦 Updated Util SDK version
140+
141+
---
142+
143+
## v1.2.4
144+
145+
### Date: 09-Apr-2021
146+
147+
- 📦 Added CocoaPods dependency
148+
149+
---
150+
151+
## v1.2.3
152+
153+
### Date: 09-Apr-2021
154+
155+
- ➕ Added Utils SDK function support
156+
157+
---
158+
159+
## v1.2.2
160+
161+
### Date: 06-Apr-2021
162+
163+
- 🛠️ Resolved CocoaPods issue
164+
- ➖ Removed unnecessary dependency
165+
166+
---
167+
168+
## v1.2.1
169+
170+
### Date: 06-Apr-2021
171+
172+
- 📁 Project file updated
173+
174+
---
175+
176+
## v1.2.0
177+
178+
### Date: 06-Apr-2021
179+
180+
- ➕ Added embedded items feature:
181+
-`includeEmbeddedItems` in Entry and Query modules
182+
- 📦 Added Utils SDK support
183+
184+
---
185+
186+
## v1.1.0
187+
188+
### Date: 05-Dec-2020
189+
190+
- 🔄 Added content fallback support in:
191+
- `Asset`, `AssetLibrary`, `Entry`, `Query` modules
192+
193+
---
194+
195+
## v1.0.0
196+
197+
### Date: 11-May-2020
198+
199+
- 🚀 Initial release

0 commit comments

Comments
 (0)