What's Changed
- feat: add Laravel 13 support by @BJTheCod3r in #96
- PHP 8.5 support
- Drop Laravel 10.x and 11.x support
- Add cache ttl support
context_serializeris now defaulted to theKeyValueContextSerializerinstead of theContextSerializerclass.key_generatoris now defaulted to theReadableKeyGeneratorinstead of theMd5KeyGeneratorclass.value_serializeris now defaulted to theJsonValueSerializerinstead of theValueSerializerclass.- Rename
DotNotationContextSerializertoKeyValueContextSerializer - No longer bind the Setting service as a singleton
- Remove
$teamForeignKeyproperty from Setting model - Remove
$defaultparameters fromget()methods in drivers - Deprecate
Md5KeyGenerator - Deprecate
settings()->setTeamId()method
New Contributors
- @BJTheCod3r made their first contribution in #96
Full Changelog: v3.4.1...v4.0.0