Releases: upmind/provision-provider-base
Releases · upmind/provision-provider-base
v4.2.1
- Fix
certificate_pem
validation rule to also work with 76 character lines of base64
v3.7.2
- Fix
certificate_pem
validation rule to also work with 76 character lines of base64
v4.2.0
- Dispatch event upon registry cache if content has changed
v4.1.0
- Ignore and deprecate
$debugLog
argument in BaseCategory::getGuzzleHandlerStack()
v4.0.1
- Fix RuleParser issue with Rule expected to be a string, while a class or callback might be provided, when a Laravel application is loaded
v3.7.1
- Fix PHPStan issues for PHP 7.4
- Fix RuleParser issue with Rule expected to be a string, while a class or callback
might be provided, when a Laravel application is loaded
v4.0
- Update minimum PHP version to 8.1 and minimum Laravel version to 10.0
- Update dependencies accordingly
- Improve various return types + constructor safety accordingly
- Remove Provider Storage filesystem adapter + related code
- Remove deprecated HtmlField + related code
- Deprecate AttributeQuery classes
v3.7.0
- Add SystemInfo dataset to contain system/environment/runtime metadata e.g.,
outgoing_ips
and inject into all Provider instances in ProviderFactory (closes #8)
v3.6.1
- Update OptionData rules allow empty label
v3.6
- Add new Helper methods
- Helper::buildUrl()
- Helper::urlAppendQuery()