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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
# Changelog
2
2
3
-
# 3.8.1 (November 5, 2025)
3
+
# 3.8.3 (November 6, 2025)
4
+
5
+
## Notes
6
+
- Golang: **v1.24**
7
+
8
+
### Bug Fixes
9
+
10
+
-[PR #381](https://github.com/zscaler/zscaler-sdk-go/pull/381) - Fixed SCIM and SAML attribute endpoints to use plain search strings instead of filter format, and improved URL encoding for ZPA endpoints to use `%20` for spaces instead of `+` to match API requirements
Copy file name to clipboardExpand all lines: docs/guides/release-notes.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,29 @@ Track all Zscaler SDK GO releases. New resources, features, and bug fixes will b
13
13
14
14
---
15
15
16
-
``Last updated: v3.8.1``
16
+
``Last updated: v3.8.3``
17
17
18
18
---
19
19
20
+
# 3.8.3 (November 6, 2025)
21
+
22
+
## Notes
23
+
- Golang: **v1.24**
24
+
25
+
### Bug Fixes
26
+
27
+
-[PR #381](https://github.com/zscaler/zscaler-sdk-go/pull/381) - Fixed SCIM and SAML attribute endpoints to use plain search strings instead of filter format, and improved URL encoding for ZPA endpoints to use `%20` for spaces instead of `+` to match API requirements
28
+
29
+
# 3.8.2 (November 5, 2025)
30
+
31
+
## Notes
32
+
- Golang: **v1.24**
33
+
34
+
### Bug Fixes
35
+
36
+
-[PR #380](https://github.com/zscaler/zscaler-sdk-go/pull/380) - Fixed ZPA search functionality to automatically convert simple search strings to API filter format (`name+EQ+<value>`) to prevent `filtering.input.invalid.operand` errors when searching for resources with multi-word names
0 commit comments