Skip to content

0.3.0

Compare
Choose a tag to compare
@norberttech norberttech released this 02 Oct 11:05
· 1341 commits to 1.x since this release

[0.3.0] - 2023-10-02

Added

Changed

  • #492 - Add Google services cleanup tasks to composer - @stloyd
  • #472 - Allow to use Symfony UID for UUID generation - @stloyd
  • #482 - Move rector to the tools - @stloyd
  • #481 - Update GH actions to the latest - @stloyd
  • #478 - Remove unnecessary template overwrite in ChartJS adapter - @stloyd
  • #479 - Updated cs-fixer to latest and bump min version - @stloyd
  • #479 - Run the latest cs-fixer against codebase - @stloyd
  • #474 - XMLReaderExtractor is now returning XMLEntry type instead of casting XML's to array - @norberttech
  • #445 - Allow usage of psr/log v2 & v3` - @stloyd
  • #438 - Mark methods on DataFrame api as lazy or trigger - @norberttech
  • #436 - Moved limit functionality into LimitingPipeline - @norberttech
  • #430 - Caching mechanism was moved to dedicated CachingPipeline - @norberttech
  • #428 - ArrayCollectionGetTransformer into ArrayGetCollection expression - @owsiakl
  • #428 - ArrayCollectionMergeTransformer into ArrayMergeCollection expression - @owsiakl
  • #428 - ArrayDotRenameTransformer into ArrayKeyRename expression - @owsiakl
  • #425 - Simplify setting limit in monitoring configuration - @stloyd
  • #420 - Skip phpstan analyse in Sanitize extension - @stloyd
  • #419 - Modify StrReplace expression to work with arrays - @stloyd
  • #418 - Adjust string value extraction in ASCIIValue to match PHP docs - @stloyd
  • 7a676d - default array sort to asort from ksort - @norberttech
  • #404 - Simplify cache usage - @norberttech
  • #397 - sha256 to xxh128 default hashing algorithm - @norberttech
  • #391 - Update PHPUnit to version ^10 - @stloyd
  • #391 - Replace deprecated PHPUnit code - @stloyd
  • #388 - Replaced usage of md5() with xxh128 hash algorithm - @stloyd
  • #387 - Reorganized testsuite - @norberttech

Fixed

Updated

Removed

  • #489 - Remove deprecated Sort class - @stloyd
  • #446 - Drop non-stable version of halaxa/json-machine - @stloyd
  • #445 - Remove Monolog v2 from allowed dependencies - @stloyd
  • #424 - Remove support for not maintained Symfony & Doctrine dependencies - @stloyd
  • #424 - Remove BC code from Doctrine adapter - @stloyd
  • #423 - deprecated transformers that are replaced by Entry Expressions - @norberttech
  • #390 - Remove impure psalm suppress leftovers - @stloyd

Deprecated

  • #388 - Deprecated Sha1IdFactory in favor of HashIdFactory - @stloyd

Generated by Automation

@stloyd, @owsiakl, @norberttech