Releases: sil-org/google-api-php-client-mock
Releases · sil-org/google-api-php-client-mock
Extend doesUserMatch for orgUnitPath
Fixed
- Fix separator logic to work with orgUnitPath=
Changed
- Upgraded Vagrantfile to use Focal, not Bionic
Security
- Upgraded dependencies
Add default value for agreedToTerms
Added
- Default agreedToTerms to false
Fixed
- Corrected to ISO-8601 format for creationTime and lastLoginTime
- Corrected published against main not develop
Add default value for agreedToTerms
Added
- Default agreedToTerms to false
Fixed
- Corrected to ISO-8601 format for creationTime and lastLoginTime
Fix missing fullName
Fixed
- Fix missing fullName on listUsers() using concatenation of given and family names.
Add delete() for mocked token
Added
- delete() for Google_Service_Directory_Token mock
Fixed
- Properly pass the mock database file name
- Code quality improvements including some refactoring, PSR12, and PHPDoc clean up
Expand UserSettingsForwardingAddresses with delete()
Add
- Skeleton delete() to UserSettingsForwardingAddresses mock
- Skeleton tests for listUserSettingsForwardingAddresses() and delete()
Change
- Revise
make cleanto remove only stopped containers, and not prune networks, images, and volumes too
Use version number for `google/apiclient` dependency
Changed
- Changed tag from a commit-based reference to a version tag (that refers to the same commit)
Removed
- Removed deprecated sqlite dependency in Docker image used for tests and composer updates
Update dependencies
Change
- Update to PHP 7.4 (from PHP 7.3)
- Update to apiclient-services 0.176 (from 0.83)
PHP 7.3, PHPUnit 9.5.4
Changed
- Switch from PHP 7.2 to 7.3
Fix
- Upgraded from PHPUnit 8.x to 9.5.4 at least
Release 0.9.0
Fix
- Corrected 'id' data type to string, as per Google Admin SDK Reference Page