Releases: spaze/mysql-session-handler
Releases · spaze/mysql-session-handler
Support PHP 8.5
23 Nov 17:22
Compare
Sorry, something went wrong.
No results found
Internal changes and improvements:
Run tests on PHP 8.5 too (#19 )
README updates (#20 )
Remove the dependency on nette/utils, PHPStan++, README updates
22 Aug 18:26
Compare
Sorry, something went wrong.
No results found
Remove the dependency on nette/utils (#16 ) It is still required as a transitive dependency, though.
PHPStan level max (#17 )
README updates (#18 )
Always call onBeforeDataWrite handlers
22 Aug 00:25
Compare
Sorry, something went wrong.
No results found
What's Changed
Always call onBeforeDataWrite handlers, even if the session data does not change (#15 )
Support PHP 8.4, officially
27 Jul 17:07
Compare
Sorry, something went wrong.
No results found
Support PHP 8.4 (#13 ), even though it has been supported for quite some time, this makes it official by running tests on 8.4 as well
Require newer dependencies (#14 )
v3: require PHP 8.2 & spaze/encryption v2.0
19 Jan 23:49
Compare
Sorry, something went wrong.
No results found
Require PHP 8.2 (#11 )
Use spaze/encryption v2.0 (#12 )
PHP 8.3 support
05 Nov 20:25
Compare
Sorry, something went wrong.
No results found
Rename parameters to what's used on the interface for open(), destroy(), read(), write(), gc(), these are used internally by PHP so the rename shouldn't be considered a backwards compatibility break, also some more doctypes (#9 )
Support PHP 8.3 (#10 )
Support nette/utils 4.0
05 Mar 19:32
Compare
Sorry, something went wrong.
No results found
This just adds support for nette/utils 4.0 (#8 )
PHP 8.2 supported
27 Nov 02:13
Compare
Sorry, something went wrong.
No results found
Tests now run on PHP 8.2, too (#7 )
Internal code changes to avoid a deprecated Nette\DI\Statement class, using constructor promoted properties and updated dev dependencies (#6 )
Requires & supports PHP 8.1
30 Nov 13:26
Compare
Sorry, something went wrong.
No results found
PHP 8.1 is now supported & required. However you can still use older version, no major changes in this release.
Requires Nette\Database\Explorer, PHP 7.4+, Nette Database 3.1+, DI 3.0+, Utils 3.2+
11 Oct 14:23
Compare
Sorry, something went wrong.
No results found
Requires Nette\Database\Explorer instead of Context which has been renamed to Explorer in Nette Database 3.1 and has been deprecated since and while Explorer is still aliased to Context, it has been causing some issues (#4 )
These are the new requirements (#2 ):
"php": "^7.4 || ^8.0",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/utils": "^3.2"
I've dropped PHP 7.3 support for the current version because it will stop receiving all fixes in a few months anyway
This release also adds some tests (PHPStan, code style, linter, #3 )