Releases: neeckeloo/NewRelic
Releases · neeckeloo/NewRelic
v2.5.0
- Drop PHP 7.1 support
- Fix value type provided to ini_set function
v2.4.0
- Allow usage of Monolog 2.0
- Add PHP 7.4 support
- Add transaction name providers in order to change the way transaction names are defined
v2.3.0
- Drop PHP 5.6 and 7.0 support
- Create log message for exceptions and all internal PHP errors
v2.2.0
- Allow to use
NEW_RELIC_APP_NAME
and NEW_RELIC_LICENSE_KEY
environment variables to configure module
v2.1.0
- Fix ZF2 compatibility
- Fix listener registration error with zend-eventmanager v3
v2.0.0
- ZF3 compatibility
- Remove initializers
- Use Monolog instead of Zend log
v1.2.0
- Bump PHP version to at least 5.5
v1.1.5
- Allow chaining methods on NewRelic\Client
- Exclude HTTP requests in background job listener
- Some other minor fixes
v1.1.4
- Use interface injection
- Test if exception logging is enabled in error listener
- Use response listener only for non-ajax http requests
- Ignoring apdex metrics