Skip to content

Releases: ericmann/sessionz

v0.5.1

14 Apr 20:01
b2b99f9

Choose a tag to compare

What's Changed

Changed

  • Rewrote README.md: dropped dead Travis and Coveralls badges, documented the supported PHP 7.4–8.5 matrix, added Installation / Development / Contributing / License sections, and fixed a missing semicolon in the Quick Start example
  • Dropped php-coveralls/php-coveralls dev dependency and the Coveralls upload step from CI (we weren't actually publishing coverage anywhere)
  • Switched CI coverage setup to none since we no longer emit clover output

Full Changelog: 0.5.0...0.5.1

v0.5.0

14 Apr 19:53
3238c2f

Choose a tag to compare

What's Changed

Changed

  • Bumped minimum PHP version to 7.4
  • Upgraded defuse/php-encryption to ^2.4
  • Upgraded PHPUnit to ^9.6 (replaces abandoned ^5.6)
  • Replaced abandoned satooshi/php-coveralls with php-coveralls/php-coveralls ^2.7
  • Rewrote CI as a PHP 7.4–8.5 matrix using shivammathur/setup-php; CI now actually runs PHPUnit in addition to PHPStan
  • Annotated Manager session-handler methods with #[\ReturnTypeWillChange] to silence PHP 8.1+ tentative-return-type deprecations

Added

  • Committed composer.lock so Dependabot can raise dependency PRs
  • composer test / composer test-coverage scripts

Removed

  • .travis.yml (superseded by GitHub Actions)
  • version field from composer.json (versions are defined by git tags)

Full Changelog: 0.4.0...0.5.0

Pre-Beta

27 Nov 00:04
e6e2d56

Choose a tag to compare

Pre-Beta Pre-release
Pre-release

First-ever release of Sessionz to prove out the implementation. Take it, play with it, break it, and help make it better.