Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Releases: okta/okta-sdk-php

Version 1.3.0

03 Mar 22:07
bd1dc57
Compare
Choose a tag to compare

Released March 3, 2021

Updates

  • Updates dependencies to latest possible versions
  • Support PHP 7.3+ AND PHP 8.0

Changes

  • Swaps tightenco/collect with illuminate/collections

Fixes

  • Test bugs
  • Fix Sami build

Version 1.2.1

11 Jun 20:48
f0a595a
Compare
Choose a tag to compare

Released June 11, 2020

Updates

  • Allow for symfony/yaml ^3.2
  • Fixes scopes parsing in clientBuilder

Version 1.2.0

09 Aug 19:29
Compare
Choose a tag to compare

Released Aug 9, 2019

Updates

  • Updates travis.yaml to test only php 7.2 - php 7.3
  • Updates required version of to be php 7.2
  • Updates package tightenco/collect to v5.8.31 ( Resolves #63 )
  • Updates package phpunit/phpunit to ^8.0
  • Updates symfony/yaml to ^4.3 (Resolves #62 )
  • Updates symfony/var-dumper to ^4.3 (Resolves #62 )
  • Updates nesbot/carbon to ^2.0 ( Resolves #64 )

Changes

  • Modifies all tests for setUp setUpBeforeClass tearDownAfterClass to have return type of void to fix errors after updating phpunit
  • Modifies operatorForWhere to have a default operator of null in the collect object as required from update to tightenco/collect
  • changes tests to use assertStringContainsStringIgnoreCase due to update of phpunit and deprecated methods
  • some whitespace changes for cleanup

Version 1.1.0

21 Aug 23:22
b4d6d1f
Compare
Choose a tag to compare

Released August 21, 2018

  • Updates 3rd Party Notices
  • Now strips + from the cache key generation
  • Updates readme to remove alpha warning
  • Adds cron for travis to run integration tests
  • Merges IT's into release

Version 1.0.0

06 Feb 14:54
02e3621
Compare
Choose a tag to compare

Released February 6, 2018

  • Stable Version Release
  • Removes application key endpoint due to some restrictions in the API
  • Adds /logs endpoints
  • Adds Caching (psr-6 compliant) and flysystem/memory cache by default.
  • Updates to okta/openapi spec 0.13.0

Version 0.2.0

06 Dec 17:40
b9d0242
Compare
Choose a tag to compare

Released December 6, 2017

  • Session management endpoints added
  • Factor management endpoints added

Version 0.1.0

27 Jun 16:16
Compare
Choose a tag to compare

Released June 27, 2017

  • Initial Release of the Okta PHP SDK
  • User management endpoints added
  • Group management endpoints added
  • GroupRule management endpoints added