Skip to content

v2.6.0

Compare
Choose a tag to compare
@yordadev yordadev released this 21 Jun 01:54
· 6 commits to main since this release
f101d84

What's Changed

  • Introduces LogRecordFactory class to which allows a Log Record to be built differently depending on mongolog version that host laravel application is running.
  • Introduces ContentProcessingStrategy as a Singleton to manage diverse content handlers
  • Implements StringContentHandler, ArrayContentHandler, and LogRecordContentHandler and register them with ContentProcessingStrategy singleton
  • Enhance test coverage for ContentProcessingStrategy & ScrubMessageTest
  • Updates Composer to upgrade to v3 mongolog for Illuminate\Contracts v10
  • Updates to Composer to sustain support for to v2 mongolog for Illuminate\Contracts v9
  • Exposes the regex repository through scrubber service to scrubber class.
  • Bug fixes
  • Remove support for illuminate\contracts 8
  • Updates README credit adding @majchrosoft && @lucaxue 🖖🏼 🖖🏼 🙏🏼 👏🏼
    Full Changelog: v2.5.0...v2.6.0