Releases: okta/okta-powershell-cli
Okta.PowerShell v1.0.3
What's Changed
- Includes and verifies @edunham's contribution by @laura-rodriguez and @edunham in #59 - Thanks @edunham 🎉
- Fix "Remove-NullProperties function in JsonHelper.ps1 causes error that the request body was not well-formed" by @laura-rodriguez and @TriggerAu in #58 - Thanks @TriggerAu 🎉
Full Changelog: v1.0.2...v1.0.3
Okta.PowerShell v1.0.2
What's Changed
- Update README with Choco and PSGallery installation steps by @laura-rodriguez in #37
- Create SECURITY.md by @laura-rodriguez in #15
- Update readme by @laura-rodriguez in #42
- Update README.md by @gabrielsroka in #36
- OKTA-789927: Move away from orb by @rlepage-okta in #44
- Erik Manor's PR (#45) + Add a 5 mins timeout for polling token in Establish-OktaAccessToken function by @laura-rodriguez in #46
- Update nuspec for 1.0.2 release by @laura-rodriguez in #47
New Contributors
- @gabrielsroka made their first contribution in #36
- @rlepage-okta made their first contribution in #44
Full Changelog: v1.0.1...v1.0.2
Okta.PowerShell v1.0.1
What's Changed
- Update manifest file with package info by @laura-rodriguez in #30
- Remove spaces from tags in manifest by @laura-rodriguez in #31
- Add Chocolatey files by @laura-rodriguez in #32
- Fix arrays converted to object after calling remove-null command by @laura-rodriguez in #35
- Update templates and regenerate to avoid errors when parsing 204 responses by @laura-rodriguez in #34
Full Changelog: v1.0.0...v1.0.1
Okta.PowerShell v1.0.0
What's Changed
- Add schema's unit tests by @laura-rodriguez in #25
- Update user agent to follow the "okta-powershell-cli" pattern by @laura-rodriguez in #26
- Remove null values from payload by default to avoid bad request errors by @laura-rodriguez in #28
- Bug fixes and 1.0.0 GA prep by @laura-rodriguez in #27
- 1.0.0 GA Prep - Minor changes by @laura-rodriguez in #29
New Features
A new switch parameter called IncludeNullValues
has been added to all functions that indicates if the object should include null values. The IncludeNullValues
is optional, and its value is false
by default. (#28)
Bug Fixes
Fix "ApiClient fails parsing 204 responses with no content" (#27)
Notice
Attached you can find a zip file called okta-powershell-1.0.0_signed.zip
which contains all the scripts cryptographically signed. You can verify the signature by running the following command:
> Get-ChildItem ./ -File -Recurse -Include *.ps1, *.ps1xml, *.psd1, *.psm1, *.pssc, *.psrc, *.cdxml | Get-AuthenticodeSignature
Full Changelog: v1.0.0-beta...v1.0.0
Okta.PowerShell v1.0.0-beta
We're excited to drop the 1.x series prerelease version of the new Okta PowerShell module! 🎉
Prerelease warning
This version is beta-quality. We'd love for you to play with it and give us your thoughts, but we don't recommend using it in production applications just yet. We'll be iterating it towards a stable 1.0 release over the next few weeks, based on the feedback we receive. There may be minor interface breaking changes before we stabilize at 1.0.
What's included today
-
Allow developers to paginate large results in a dev-friendly way (no crazy links parsing!)
$Page = Invoke-OktaListGroups -Uri $LastPageResponse.NextPageUri :new_flash:
-
Allow developers to retry 429 responses by setting up
MexRetries
andRequestTimeout
in the configuration
$Config.MaxRetries = 2
$Config.RequestTimeout = 3000 #ms
$Response = Invoke-OktaListGroups
- Allow developers to remove the established access token from the inner configuration by executing
Invoke-OktaRemoveAccessToken
What's next?
Over the next few weeks, we'll be stabilizing features, and working on code-signed scripts and distribution via PowerShell Gallery and Chocolatey.
Okta.PowerShell v0.1.0-beta
We're excited to drop the first prerelease version of the new Okta PowerShell CLI! 🎉
Prerelease warning
This version is beta-quality. We'd love for you to play with it and give us your thoughts, but we don't recommend using it in production applications just yet. We'll be iterating it towards a stable 1.0 release over the next few weeks, based on the feedback we receive. There may be minor interface breaking changes before we stabilize at 1.0.
What's included today
- Support for Okta management APIs, such as Users, Groups, Applications, Policies, and many more!
- Support for the device authentication flow
What's next?
Over the next few weeks, we'll be adding additional features, such as pagination and rate limit, and working on distribution via PowerShell Gallery and Chocolatey.