Skip to content

Releases: ingenerator/php-utils

v1.19.2

27 Apr 14:32
3181bec
Compare
Choose a tag to compare

What's Changed

  • Add assertCapturedOneExactTimer helper. by @craig410 in #55

Full Changelog: v1.19.1...v1.19.2

v1.19.1

22 Mar 17:51
8f835c3
Compare
Choose a tag to compare

What's Changed

  • Fix the dockblock typehint for InitialisableSingletonTrait::instance() by @acoulton in #53
  • Fix ability to store & retrieve null values in UniqueMap by @acoulton in #54

Full Changelog: v1.19.0...v1.19.1

v1.19.0

17 Mar 10:58
430edeb
Compare
Choose a tag to compare

What's Changed

  • Drop support for PHP 8.0 by @acoulton in #50
  • Add light wrapper around native anonymous public key encryption #51
  • Add a UniqueMap data structure class, for a strict associative array that throws on attempt to overwrite a key.
  • Update readme now that this is in packagist

Full Changelog: v1.18.0...v1.19.0

v1.18.0

15 Dec 18:35
3aa5eea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.2...v1.18.0

Tweak JSON::decode null behaviour and deprecate StrictDate validators

31 Oct 12:59
f338cd5
Compare
Choose a tag to compare

What's Changed

  • Fix StrictDate::date_after tests & deprecate validating InvalidUserDateTime by @acoulton in #46
  • Update JSON::decode to throw on null instead of catching ErrorException by @acoulton in #47

Full Changelog: v1.17.1...v1.17.2

v1.17.1 PHP 8.1 compatibility fixes

28 Oct 12:46
4004813
Compare
Choose a tag to compare

What's Changed

  • Allow date validation to accept null by @craig410 in #44
  • Make DbBackedMutexWrapper locking type-safe with PDO_MYSQL by @acoulton in #45

Full Changelog: v1.17.0...v1.17.1

v1.17.0 Support PHP 8.2

14 Oct 20:58
96ad7a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.17.0

v1.16.0 Support PHP 8.1

10 Oct 07:46
530d881
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.16.0

Optionally report count of log entries

24 Nov 10:28
e79ee97
Compare
Choose a tag to compare

What's Changed

  • Optionally report the count of log entries to a MetricsAgent by @acoulton in #41

Full Changelog: v1.14.1...v1.15.0

Fix request memory logging

22 Nov 14:04
ed10733
Compare
Choose a tag to compare

What's Changed

  • Fix request memory logging to use the 'real' system memory used by @acoulton in #40

Full Changelog: v1.14.0...v1.14.1