This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
Releases: okta/okta-sdk-php
Releases · okta/okta-sdk-php
Version 1.3.0
Version 1.2.1
Released June 11, 2020
Updates
- Allow for symfony/yaml ^3.2
- Fixes
scopes
parsing in clientBuilder
Version 1.2.0
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 ofvoid
to fix errors after updating phpunit - Modifies
operatorForWhere
to have a default operator ofnull
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
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
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
Released December 6, 2017
- Session management endpoints added
- Factor management endpoints added
Version 0.1.0
Released June 27, 2017
- Initial Release of the Okta PHP SDK
- User management endpoints added
- Group management endpoints added
- GroupRule management endpoints added