Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 3.59 KB

Changelog

Upcoming version

Bugfixes

  • 7920 Fix issue with getting project root directory when we run as Phar archive

Major new features

  • Pluggable architecture (#107)

Minor changes

  • a154 Implement automatic composer autload reload on new plugin install via hooks
  • 382e Display loaded plugins on Buddy start: core, local and extra
  • c522 [Core] Improve TaskResult to be struct built with chaining
  • 5743 [Core] Add Docs generation with Doctum
  • 4389 [Core] Updated the handling of the Request-id header
  • c5b4 [Core] Use urlencode for all requests sending to the Manticore daemon

Version 0.4.2

Bugfixes

  • 0537 Fix unreachable arm PHPStan issue in match statement
  • 8e73 Fix issue with bin/query script that was implemented since latest core changes with cli tables feature

Major new features

  • dbee Added the processing of Elastic-like queries (#109)
  • 6a91 Add all logic to support mysqldump
  • ed09 Implemented a cli table formatting feature (#94)
  • 3297 Migrate to external build system from repo phar_builder

Minor changes

  • 9c9d Add crash detection logic and send metric on it
  • e2ac Remove deprecations of set-output in GitHub actions
  • 5f95 Make output of bin/query a little bit better with tables returned
  • 162b Update readme and add development instructions and building phar archive
  • 522b use PHP_OS_FAMILY instead PHP_OS
  • fba9 Proxy original error on invalid request received
  • db95 Allow spaces in backup path and add some magic to regexp to support single quotes also
  • 2276 Load variables into settings and increase post size for request body

Breaking changes

  • ce90 Added Buddy version to started output

Version 0.3.4

Initial release of the Buddy with basic functionality that was included into Manticore 6.0.0 release