Skip to content

Commit 696105a

Browse files
committed
chore: update CHANGELOG for version 4.0.0 with breaking changes and new features
1 parent fc2440b commit 696105a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Version 4.0.0
4+
5+
### Breaking Changes
6+
7+
1. The default value for `transformationPosition` is now `query` instead of `path`. This change enables wildcard cache purging to remove CDN cache for all generated transformations.
8+
9+
**Action Required:**
10+
If you're using the `transformationPosition` parameter in the `url` method and want to apply transformations in the path, you must now explicitly set the value to `path`. The default is `query`.
11+
12+
2. Removed the following deprecated parameters:
13+
`effectSharpen`, `effectUSM`, `effectContrast`, `effectGray`, `effectShadow`, `effectGradient`, and `rotate`.
14+
15+
### Other Changes
16+
17+
1. Native support for overlays has been added. See the README for usage examples.
18+
2. New AI-powered transformations are now supported:
19+
`aiRemoveBackground`, `aiUpscale`, `aiVariation`, `aiDropShadow`, `aiChangeBackground`, and more.
20+
*(Introduced in version 3.1.0)*
21+
22+
---
23+
324
## SDK Version 3.0.0
425

526
### Breaking Changes

0 commit comments

Comments
 (0)