Skip to content

Commit 1bb645d

Browse files
authored
fix: Fixed ZIA Legacy Client v2_client to reuse cached JSESSIONID (#413)
1 parent 5a25529 commit 1bb645d

File tree

5 files changed

+52
-537
lines changed

5 files changed

+52
-537
lines changed

CHANGELOG.md

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

3+
# 3.8.23 (February 24, 2026)
4+
5+
## Notes
6+
- Golang: **v1.24**
7+
8+
### Bug Fixes
9+
10+
- [PR #413](https://github.com/zscaler/zscaler-sdk-go/pull/413) - Fixed ZIA legacy client (`v2_client`) to reuse the cached `JSESSIONID` via `GetOrCreateClient` and to invalidate parent collection cache keys on child resource mutations.
11+
312
# 3.8.22 (February 20, 2026)
413

514
## Notes

docs/guides/release-notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,20 @@ Track all Zscaler SDK GO releases. New resources, features, and bug fixes will b
1313

1414
---
1515

16-
``Last updated: v3.8.22``
16+
``Last updated: v3.8.23``
1717

1818
---
1919

20+
# 3.8.23 (February 24, 2026)
21+
22+
## Notes
23+
- Golang: **v1.24**
24+
25+
### Bug Fixes
26+
27+
- [PR #413](https://github.com/zscaler/zscaler-sdk-go/pull/413) - Fixed ZIA legacy client (`v2_client`) to reuse the cached `JSESSIONID` via `GetOrCreateClient` and to invalidate parent collection cache keys on child resource mutations.
28+
29+
2030
# 3.8.22 (February 20, 2026)
2131

2232
## Notes

0 commit comments

Comments
 (0)