You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***client:** add compatibility aliases for old type names ([b238a42](https://github.com/imagekit-developer/imagekit-go/commit/b238a423928c3f00584a4894bc1759e21bafb33d))
12
+
***go:** add default http client with timeout ([f4d5e6b](https://github.com/imagekit-developer/imagekit-go/commit/f4d5e6bc9096d5e51368b2aa8810c22352900643))
13
+
***helper:** add colorize transformation support and update tests ([53b441a](https://github.com/imagekit-developer/imagekit-go/commit/53b441a512d73384714df827ad202fb678d73a5e))
14
+
* support setting headers via env ([3872a5e](https://github.com/imagekit-developer/imagekit-go/commit/3872a5eb58f1c091b8be08183dd4c972e8a68f75))
***go:** avoid panic when http.DefaultTransport is wrapped ([c762867](https://github.com/imagekit-developer/imagekit-go/commit/c7628672829b9037cdae1851a93bb8f1304a9c86))
21
+
22
+
23
+
### Chores
24
+
25
+
* avoid embedding reflect.Type for dead code elimination ([a8ce4c3](https://github.com/imagekit-developer/imagekit-go/commit/a8ce4c343ff55b3f698e96438167f340cddfc4c2))
26
+
* configure new SDK language ([0951290](https://github.com/imagekit-developer/imagekit-go/commit/0951290e27f1568894dd90e717fc49612e24bedd))
27
+
***internal:** codegen related update ([1622f80](https://github.com/imagekit-developer/imagekit-go/commit/1622f80e1bae58177eae2b260e269e5b1b32de9a))
28
+
***internal:** codegen related update ([56516d9](https://github.com/imagekit-developer/imagekit-go/commit/56516d9f70279d35c597800d8c580ed18650e6d7))
29
+
***internal:** codegen related update ([14d3582](https://github.com/imagekit-developer/imagekit-go/commit/14d3582a90625f39b54ffb31000db0e35a849027))
30
+
***internal:** codegen related update ([904d9f3](https://github.com/imagekit-developer/imagekit-go/commit/904d9f3ebf4291f4142dcd99db48b832761fba7f))
31
+
***internal:** more robust bootstrap script ([5888120](https://github.com/imagekit-developer/imagekit-go/commit/5888120dc9032b1826cc0b7018f53f34db89666e))
* redact api-key headers in debug logs ([add677a](https://github.com/imagekit-developer/imagekit-go/commit/add677afd39e072a7f0ef313f2a0f7d6ceff1f19))
34
+
35
+
36
+
### Documentation
37
+
38
+
* remove example code for verifying webhook signatures ([799e47c](https://github.com/imagekit-developer/imagekit-go/commit/799e47c306c5f681891804c6e3ca738b0b2c053c))
39
+
3
40
## 2.4.0 (2026-04-13)
4
41
5
42
Full Changelog: [v2.3.0...v2.4.0](https://github.com/imagekit-developer/imagekit-go/compare/v2.3.0...v2.4.0)
Copy file name to clipboardExpand all lines: README.md
+3-93Lines changed: 3 additions & 93 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Or to pin the version:
59
59
<!-- x-release-please-start-version -->
60
60
61
61
```sh
62
-
go get -u 'github.com/imagekit-developer/imagekit-go/v2@v2.4.0'
62
+
go get -u 'github.com/imagekit-developer/imagekit-go/v2@v2.5.0'
63
63
```
64
64
65
65
<!-- x-release-please-end -->
@@ -759,100 +759,10 @@ These authentication parameters can be used in client-side upload forms to secur
759
759
760
760
The ImageKit SDK provides utilities to verify webhook signatures for secure event handling. This ensures that webhook requests are actually coming from ImageKit and haven't been tampered with.
For detailed information about webhook setup, signature verification, and handling different webhook events, refer to the [ImageKit webhook documentation](https://imagekit.io/docs/webhooks#verify-webhook-signature).
855
763
764
+
## Advanced Usage
765
+
856
766
### Errors
857
767
858
768
When the API returns a non-success status code, we return an error with type
0 commit comments