Skip to content

Commit

Permalink
(doc): Updated changelog and release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Mar 1, 2024
1 parent 40c6a11 commit abebacc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@
- Added `POST and PUT /mgmtconfig/v2/admin/customers/{customerId}/policySet/{policySetId}/rule` endpoints for access policy rule creation. This endpoint allows for larger payload submission. [PR #228](https://github.com/zscaler/zscaler-sdk-go/pull/228) - Added support to ZPA


# 2.3.11 (February 28, 2024)

## Notes
- Golang: **v1.19**

### Fixes

- [PR #230](https://github.com/zscaler/zscaler-sdk-go/pull/230) - Implemented centralized sweep for ZIA and ZPA packages.
- [PR #231](https://github.com/zscaler/zscaler-sdk-go/pull/231) - Fixed ZPA Application Segment PRA changed attribute change from `sraPortal` to `praApps`.

# 2.3.10 (February 22, 2024)

## Notes
- Golang: **v1.19**

### Fixes

- [PR #225](https://github.com/zscaler/zscaler-sdk-go/pull/225) - Fixed ZIA JSession authentication logic to use `after (now)` instead of `before (now)` to prevent specific JSessionID authentication edge cases.

# 2.3.9 (February 12, 2024)

## Notes
Expand Down
19 changes: 19 additions & 0 deletions docs/guides/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@ Track all Zscaler SDK GO releases. New resources, features, and bug fixes will b

- Added `POST and PUT /mgmtconfig/v2/admin/customers/{customerId}/policySet/{policySetId}/rule` endpoints for access policy rule creation. This endpoint allows for larger payload submission. [PR #228](https://github.com/zscaler/zscaler-sdk-go/pull/228) - Added support to ZPA

# 2.3.11 (February 28, 2024)

## Notes
- Golang: **v1.19**

### Fixes

- [PR #230](https://github.com/zscaler/zscaler-sdk-go/pull/230) - Implemented centralized sweep for ZIA and ZPA packages.
- [PR #231](https://github.com/zscaler/zscaler-sdk-go/pull/231) - Fixed ZPA Application Segment PRA changed attribute change from `sraPortal` to `praApps`.

# 2.3.10 (February 22, 2024)

## Notes
- Golang: **v1.19**

### Fixes

- [PR #225](https://github.com/zscaler/zscaler-sdk-go/pull/225) - Fixed ZIA JSession authentication logic to use `after (now)` instead of `before (now)` to prevent specific JSessionID authentication edge cases.

# 2.3.9 (February 12, 2024)

## Notes
Expand Down

0 comments on commit abebacc

Please sign in to comment.