Skip to content

Releases: contributte/newrelic

v9.0.1

07 Jan 07:43

Choose a tag to compare

Bumped! 📊

Diff: v9.0.0...v9.0.1

Changes:

v9.0.0

04 Jan 17:26

Choose a tag to compare

Bumped! 🚀

Diff: v8.1.0...v9.0.0

Changes:

Maintenance:

9.0.0-alpha1

08 Mar 03:23

Choose a tag to compare

9.0.0-alpha1 Pre-release
Pre-release

New features

  • Added support for contributte/console (thanks to @RiKap)
  • Improved console action name when not using contributte/console (thanks to @RiKap)
  • Added Agent class for smarter work with NewRelic extension. NewRelic functions aren't called directly now.
  • Added tests for major things
  • Added PHPStan static analysis
  • Use nette/schema for extension config validation
  • Added WebTransactionNameFormatter and CliTransactionNameFormatter interfaces which you can implement to format transaction names using your own style.
  • Added RUMControlFactory and RUMControlTrait for easier registration of HeaderControl and FooterControl

Changes

  • Dropped PHP 7.1 support
  • Minimum nette/application version is now ^3.1
  • Transaction name is now created using DefaultWebTransactionNameFormatter which appends Presenter::DEFAULT_ACTION value when action is not present in presenter parameters [BC break]
  • Removed Bootstrap class [BC break]
  • Removed custom Metrics, Parameters, Tracers classees [BC break]
  • Removed RUM User class [BC break]
  • Removed actionKey config option, extension is now using Presenter::ACTION_KEY
  • Classes HeaderControl and FooterControl are no longer registered as services [BC break]

8.1.0

10 Jan 18:14

Choose a tag to compare

  • DI: Added config schema validation
  • Added basic tests
  • Removed AppName to presenter mapping feature
  • Removed deprecated Logger log level feature

8.0.0

31 Oct 15:54

Choose a tag to compare

  • Updated to Nette 3.0. Nette 2.4 will be supported only in 7.x releases.
  • Dropped PHP 5.6 and 7.0 support.
  • Added PHP 7.3 support.

7.0.0

26 Mar 12:50

Choose a tag to compare

  • dropped Nette 2.3 support
  • dropped PHP 5.5 support
  • Removed dependency on Nette\Object
  • added PHP 7.1 and 7.2 support

6.1.0

25 May 13:09
v6.1.0

Choose a tag to compare

  • added support for Throwable

6.0.0

19 May 23:20
v6.0.0

Choose a tag to compare

  • added Tracy 2.4.x support
  • added Nette 2.4.x support
  • removed Tracy 2.2.x support
  • removed PHP 5.4.x support
  • removed ratio support (both global and RUM)
  • fixed PHP 7.0 compatability
  • improve CS

5.0

06 Mar 14:43

Choose a tag to compare

5.0
  • added Nette 2.3.x support
  • removed PHP 5.3.x support
  • added Travis with lint & CS

v4.0.2

30 Dec 18:16

Choose a tag to compare

Bumped! 📥

Diff: v4.0.1...v4.0.2

Changes: