Skip to content

Release 2.1

Latest

Choose a tag to compare

@brentscheffler brentscheffler released this 16 Dec 17:34

Updates

  • You can now pass in a file name to the JsonSchemaValidator constructor when mapping schemas.
  • Adding test coverage for PHP 8.4
  • Upgrading to Psalm 6
  • Moving to PHPUnit's #[CoversClass] attribute in tests instead of legacy @covers.
  • Adding attribute flag on Consume to only allow it on methods.
  • JsonSchemaValidator will first check if the message has already been parsed instead of always JSON decoding the message payload.

Fixes

  • Fixed issue where handler classes were not being autowired with dependencies from container.