Releases: EvotecIT/WizCloud
Releases · EvotecIT/WizCloud
WizCloud-v1.0.0
What's Changed
- Fix duplicate Nullable directive by @PrzemyslawKlys in #1
- Add CI workflow for .NET tests by @PrzemyslawKlys in #2
- Validate null region in WizClient by @PrzemyslawKlys in #4
- Ensure Get-WizUser progress completes by @PrzemyslawKlys in #5
- Add WizRegionHelper and WizUser tests by @PrzemyslawKlys in #3
- Fix WizUser DeletedAt timezone by @PrzemyslawKlys in #6
- Add client credential auth samples by @PrzemyslawKlys in #7
- Refactor to single namespace by @PrzemyslawKlys in #8
- Convert to file-scoped namespaces by @PrzemyslawKlys in #9
- Fix nullability warning in WizClient tests by @PrzemyslawKlys in #10
- Switch WizUser.Type to enum by @PrzemyslawKlys in #11
- Add async enumerable user retrieval by @PrzemyslawKlys in #13
- Stream users by default in Get-WizUser by @PrzemyslawKlys in #14
- Share HttpClient across WizClient instances by @PrzemyslawKlys in #12
- Add WizProject retrieval API by @PrzemyslawKlys in #16
- Improve WizClient error handling by @PrzemyslawKlys in #17
- Add region query support by @PrzemyslawKlys in #15
- Add GraphQL query constants by @PrzemyslawKlys in #24
- Add safety checks when reading WizUser JSON by @PrzemyslawKlys in #23
- Improve WizRegionService concurrency by @PrzemyslawKlys in #22
- Fix ConfigureAwait for HttpClient by @PrzemyslawKlys in #21
- Update README with build and usage info by @PrzemyslawKlys in #20
- Add region parameter validation by @PrzemyslawKlys in #19
- Remove DomainDetective reference by @PrzemyslawKlys in #18
- Add async enumerator for projects by @PrzemyslawKlys in #25
- Add cloud account query to WizClient by @PrzemyslawKlys in #26
- Add automatic token refresh by @PrzemyslawKlys in #27
- Introduce typed enums for Wiz models by @PrzemyslawKlys in #29
- Update authentication flow by @PrzemyslawKlys in #30
- Improve authentication error handling by @PrzemyslawKlys in #32
- Fix token refresh for cloud accounts by @PrzemyslawKlys in #31
- Ensure cmdlet passes client credentials for token refresh by @PrzemyslawKlys in #33
- Add async interfaces package for older frameworks by @PrzemyslawKlys in #34
- Ensure csproj files are UTF-8 without BOM by @PrzemyslawKlys in #35
- Improve GetUsers async error handling by @PrzemyslawKlys in #36
- Fix assembly import block comment by @PrzemyslawKlys in #41
- Fix numbering in GetUsers example by @PrzemyslawKlys in #40
- Implement parameter set exclusivity for Connect-Wiz by @PrzemyslawKlys in #39
- Add Get-WizProject cmdlet by @PrzemyslawKlys in #37
- Add filtering for Get-WizUser and WizClient by @PrzemyslawKlys in #42
- Implement Get-WizIssue cmdlet and client functionality by @PrzemyslawKlys in #43
- Add WizResource querying support by @PrzemyslawKlys in #44
- Add vulnerability retrieval and cmdlet by @PrzemyslawKlys in #45
- Refactor WizClient into partial classes by @PrzemyslawKlys in #46
- Add configuration, network exposure, audit and compliance support by @PrzemyslawKlys in #47
- Add unit tests for models and cloud account cmdlet by @PrzemyslawKlys in #48
- refactor: rely on SendWithRefreshAsync for auth header by @PrzemyslawKlys in #49
- Add tests for Wiz cmdlets with mocked WizClient by @PrzemyslawKlys in #50
- Remove Region switch from Get-WizProject cmdlet by @PrzemyslawKlys in #51
- chore: remove outdated todo list by @PrzemyslawKlys in #52
- Document region selection via Connect-Wiz in Get-WizUser examples by @PrzemyslawKlys in #53
- feat: add async WizClient factory by @PrzemyslawKlys in #55
- refactor: remove unused variable in Connect-Wiz cmdlet by @PrzemyslawKlys in #56
- Use forward slashes for PowerShell project reference by @PrzemyslawKlys in #54
- Consolidate WizClient CreateAsync XML documentation by @PrzemyslawKlys in #57
- Remove redundant Authorization headers by @PrzemyslawKlys in #58
- refactor: centralize request handling by @PrzemyslawKlys in #59
- Enable pipeline input for Wiz cmdlets by @PrzemyslawKlys in #62
- Use JsonSerializer for audit log entry deserialization by @PrzemyslawKlys in #63
- Add user count query and method by @PrzemyslawKlys in #65
- Add total user count progress to Get-WizUser by @PrzemyslawKlys in #66
- Fix user type filter and add tests by @PrzemyslawKlys in #67
- feat: add parallel user retrieval by @PrzemyslawKlys in #68
- Add configurable HTTP retry logic to WizClient by @PrzemyslawKlys in #69
- Refactor user filter creation by @PrzemyslawKlys in #71
- Remove redundant preflight catch in GetUsersAsyncEnumerable by @PrzemyslawKlys in #70
- Document cmdlet parameters and WizClient methods by @PrzemyslawKlys in #72
- Fix user retrieval filter producing empty results by @PrzemyslawKlys in #73
- feat: prefetch user pages concurrently by @PrzemyslawKlys in #74
- Refactor Get-WizUser cmdlet to reuse C# helpers by @PrzemyslawKlys in #75
- docs: add xml help for cmdlets by @PrzemyslawKlys in #76
- Add NuGet package metadata to project files by @PrzemyslawKlys in #78
- Add Codecov upload to CI pipeline by @PrzemyslawKlys in #77
- Use GitHub-hosted runners for CI by @PrzemyslawKlys in #79
New Contributors
- @PrzemyslawKlys made their first contribution in #1
Full Changelog: https://github.com/EvotecIT/WizCloud/commits/WizCloud-v1.0.0
WizCloud-PowerShellModule.v1.0.0
What's Changed
- Fix duplicate Nullable directive by @PrzemyslawKlys in #1
- Add CI workflow for .NET tests by @PrzemyslawKlys in #2
- Validate null region in WizClient by @PrzemyslawKlys in #4
- Ensure Get-WizUser progress completes by @PrzemyslawKlys in #5
- Add WizRegionHelper and WizUser tests by @PrzemyslawKlys in #3
- Fix WizUser DeletedAt timezone by @PrzemyslawKlys in #6
- Add client credential auth samples by @PrzemyslawKlys in #7
- Refactor to single namespace by @PrzemyslawKlys in #8
- Convert to file-scoped namespaces by @PrzemyslawKlys in #9
- Fix nullability warning in WizClient tests by @PrzemyslawKlys in #10
- Switch WizUser.Type to enum by @PrzemyslawKlys in #11
- Add async enumerable user retrieval by @PrzemyslawKlys in #13
- Stream users by default in Get-WizUser by @PrzemyslawKlys in #14
- Share HttpClient across WizClient instances by @PrzemyslawKlys in #12
- Add WizProject retrieval API by @PrzemyslawKlys in #16
- Improve WizClient error handling by @PrzemyslawKlys in #17
- Add region query support by @PrzemyslawKlys in #15
- Add GraphQL query constants by @PrzemyslawKlys in #24
- Add safety checks when reading WizUser JSON by @PrzemyslawKlys in #23
- Improve WizRegionService concurrency by @PrzemyslawKlys in #22
- Fix ConfigureAwait for HttpClient by @PrzemyslawKlys in #21
- Update README with build and usage info by @PrzemyslawKlys in #20
- Add region parameter validation by @PrzemyslawKlys in #19
- Remove DomainDetective reference by @PrzemyslawKlys in #18
- Add async enumerator for projects by @PrzemyslawKlys in #25
- Add cloud account query to WizClient by @PrzemyslawKlys in #26
- Add automatic token refresh by @PrzemyslawKlys in #27
- Introduce typed enums for Wiz models by @PrzemyslawKlys in #29
- Update authentication flow by @PrzemyslawKlys in #30
- Improve authentication error handling by @PrzemyslawKlys in #32
- Fix token refresh for cloud accounts by @PrzemyslawKlys in #31
- Ensure cmdlet passes client credentials for token refresh by @PrzemyslawKlys in #33
- Add async interfaces package for older frameworks by @PrzemyslawKlys in #34
- Ensure csproj files are UTF-8 without BOM by @PrzemyslawKlys in #35
- Improve GetUsers async error handling by @PrzemyslawKlys in #36
- Fix assembly import block comment by @PrzemyslawKlys in #41
- Fix numbering in GetUsers example by @PrzemyslawKlys in #40
- Implement parameter set exclusivity for Connect-Wiz by @PrzemyslawKlys in #39
- Add Get-WizProject cmdlet by @PrzemyslawKlys in #37
- Add filtering for Get-WizUser and WizClient by @PrzemyslawKlys in #42
- Implement Get-WizIssue cmdlet and client functionality by @PrzemyslawKlys in #43
- Add WizResource querying support by @PrzemyslawKlys in #44
- Add vulnerability retrieval and cmdlet by @PrzemyslawKlys in #45
- Refactor WizClient into partial classes by @PrzemyslawKlys in #46
- Add configuration, network exposure, audit and compliance support by @PrzemyslawKlys in #47
- Add unit tests for models and cloud account cmdlet by @PrzemyslawKlys in #48
- refactor: rely on SendWithRefreshAsync for auth header by @PrzemyslawKlys in #49
- Add tests for Wiz cmdlets with mocked WizClient by @PrzemyslawKlys in #50
- Remove Region switch from Get-WizProject cmdlet by @PrzemyslawKlys in #51
- chore: remove outdated todo list by @PrzemyslawKlys in #52
- Document region selection via Connect-Wiz in Get-WizUser examples by @PrzemyslawKlys in #53
- feat: add async WizClient factory by @PrzemyslawKlys in #55
- refactor: remove unused variable in Connect-Wiz cmdlet by @PrzemyslawKlys in #56
- Use forward slashes for PowerShell project reference by @PrzemyslawKlys in #54
- Consolidate WizClient CreateAsync XML documentation by @PrzemyslawKlys in #57
- Remove redundant Authorization headers by @PrzemyslawKlys in #58
- refactor: centralize request handling by @PrzemyslawKlys in #59
- Enable pipeline input for Wiz cmdlets by @PrzemyslawKlys in #62
- Use JsonSerializer for audit log entry deserialization by @PrzemyslawKlys in #63
- Add user count query and method by @PrzemyslawKlys in #65
- Add total user count progress to Get-WizUser by @PrzemyslawKlys in #66
- Fix user type filter and add tests by @PrzemyslawKlys in #67
- feat: add parallel user retrieval by @PrzemyslawKlys in #68
- Add configurable HTTP retry logic to WizClient by @PrzemyslawKlys in #69
- Refactor user filter creation by @PrzemyslawKlys in #71
- Remove redundant preflight catch in GetUsersAsyncEnumerable by @PrzemyslawKlys in #70
- Document cmdlet parameters and WizClient methods by @PrzemyslawKlys in #72
- Fix user retrieval filter producing empty results by @PrzemyslawKlys in #73
- feat: prefetch user pages concurrently by @PrzemyslawKlys in #74
- Refactor Get-WizUser cmdlet to reuse C# helpers by @PrzemyslawKlys in #75
- docs: add xml help for cmdlets by @PrzemyslawKlys in #76
- Add NuGet package metadata to project files by @PrzemyslawKlys in #78
- Add Codecov upload to CI pipeline by @PrzemyslawKlys in #77
- Use GitHub-hosted runners for CI by @PrzemyslawKlys in #79
New Contributors
- @PrzemyslawKlys made their first contribution in #1
Full Changelog: https://github.com/EvotecIT/WizCloud/commits/WizCloud-v1.0.0