Skip to content

Releases: okta/okta-powershell-cli

Okta.PowerShell v1.0.1

28 Mar 14:23
a185dfa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Okta.PowerShell v1.0.0

09 Feb 15:18
41ac3ac
Compare
Choose a tag to compare

What's Changed

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

04 Dec 21:06
5a23242
Compare
Choose a tag to compare
Pre-release

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 and RequestTimeout 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

11 Aug 17:08
17e4cb7
Compare
Choose a tag to compare
Pre-release

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.