Skip to content

Commit

Permalink
📦 release 1.3.7
Browse files Browse the repository at this point in the history
Removed filtering on sources since CC API is decommissioned
  • Loading branch information
yannick-beot-sp committed Oct 18, 2024
1 parent a0aedc9 commit 02af7ca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ This changelog is following the recommended format by [keepachangelog](https://k

### Removed

## [1.3.7] - 2024-10-18

### Fixed

- Removed filtering on sources since CC API is decommissioned

## [1.3.6] - 2024-10-15

### Fixed
Expand Down Expand Up @@ -68,7 +74,7 @@ This changelog is following the recommended format by [keepachangelog](https://k

### Changed

- Updated schema for lifefycle state (`identityState`)
- Updated schema for lifecycle state (`identityState`)
- Filtering server-side for uncorrelated accounts

### Fixed
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,11 @@ The patterns defined above use the following tokens:

## Release Notes

### 1.3.6
### 1.3.7

- Removed filtering on sources since CC API is decommissioned

### 1.3.6

- Restore command to add new Search Attribute Configuration

Expand All @@ -329,7 +333,7 @@ The patterns defined above use the following tokens:

### 1.3.2

- Updated schema for lifefycle state (`identityState`)
- Updated schema for lifecycle state (`identityState`)
- Filtering server-side for uncorrelated accounts
- Added transforms "RFC5646" and "Display Name" (cf. [#87](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/87))
- Add validation of read-only during SP-Config import
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-sailpoint-identitynow",
"displayName": "SailPoint Identity Security Cloud",
"description": "Customize SailPoint Identity Security Cloud",
"version": "1.3.6",
"version": "1.3.7",
"publisher": "yannick-beot-sp",
"icon": "resources/isc.png",
"bugs": {
Expand Down

0 comments on commit 02af7ca

Please sign in to comment.