diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8fb1370 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,199 @@ +# CHANGELOG + +## v2.1.0 + +### Date: 06-Jun-2025 + +- โœ… SSL pinning implementation +- ๐Ÿ”ง Added support for Global Fields +- ๐Ÿ”„ Workflow fixes +- โš™๏ธ Updated `.talismanrc` to version 1.0 + +--- + +## v2.0.1 + +### Date: 13-May-2025 + +- ๐Ÿ”ง Minor internal fixes +- โœ… Updated testing support +- โš ๏ธ Note: Versions `v1.6.2` and `v2.0.0` are not recommended due to stability concerns. + Please use `v2.0.1` or later. + +--- + +## v2.0.0 + +### Date: 12-May-2025 + +- ๐Ÿงน Removed unused workspace configuration file +- ๐Ÿ“ฆ DX Release + +--- + +## v1.6.2 + +### Date: 07-Feb-2025 + +- ๐Ÿ“ฆ Dependencies updated +- ๐Ÿ”„ Workflow fixes +- โœ… Updated test cases + +--- + +## v1.6.1 + +### Date: 07-Oct-2024 + +- โœจ Added Early Access Header Support + +--- + +## v1.6.0 + +### Date: 23-Aug-2024 + +- ๐ŸŒฟ Added support for taxonomy + +--- + +## v1.5.3 + +### Date: 17-May-2024 + +- ๐ŸŒ Added GCP support +- ๐Ÿ›ก๏ธ Added privacy manifest file + +--- + +## v1.5.2 + +### Date: 21-Mar-2024 + +- ๐Ÿ”ง Fixed issues while switching stacks + +--- + +## v1.5.1 + +### Date: 02-Aug-2023 + +- ๐Ÿž Resolved URLCache issue + +--- + +## v1.5.0 + +### Date: 26-May-2023 + +- ๐ŸŒ Added Azure-EU region in `ContentstackRegion` +- โž• Included metadata in: + + - `AssetQuery` class + - `EntryQueriable` class +- ๐Ÿงฐ Fixed image transform initialization issue + +--- + +## v1.4.0 + +### Date: 09-Mar-2023 + +- โž• Added header support in: + - `Entry` + - `Asset` + - `Query` + +--- + +## v1.3.1 + +### Date: 11-Nov-2022 + +- ๐Ÿ› ๏ธ Resolved URL session default cache issue + +--- + +## v1.3.0 + +### Date: 18-Aug-2022 + +- ๐ŸŒ Added Azure-NA region in `ContentstackRegion` +- ๐Ÿ” Security details added + +--- + +## v1.2.6 + +### Date: 10-Aug-2021 + +- ๐Ÿ“ฆ Updated Utils SDK package + +--- + +## v1.2.5 + +### Date: 16-Jul-2021 + +- ๐Ÿ“ Added JSON RTE feature support +- ๐Ÿ“ฆ Updated Util SDK version + +--- + +## v1.2.4 + +### Date: 09-Apr-2021 + +- ๐Ÿ“ฆ Added CocoaPods dependency + +--- + +## v1.2.3 + +### Date: 09-Apr-2021 + +- โž• Added Utils SDK function support + +--- + +## v1.2.2 + +### Date: 06-Apr-2021 + +- ๐Ÿ› ๏ธ Resolved CocoaPods issue +- โž– Removed unnecessary dependency + +--- + +## v1.2.1 + +### Date: 06-Apr-2021 + +- ๐Ÿ“ Project file updated + +--- + +## v1.2.0 + +### Date: 06-Apr-2021 + +- โž• Added embedded items feature: +-`includeEmbeddedItems` in Entry and Query modules +- ๐Ÿ“ฆ Added Utils SDK support + +--- + +## v1.1.0 + +### Date: 05-Dec-2020 + +- ๐Ÿ”„ Added content fallback support in: +- `Asset`, `AssetLibrary`, `Entry`, `Query` modules + +--- + +## v1.0.0 + +### Date: 11-May-2020 + +- ๐Ÿš€ Initial release