CHANGELOG.md in roo_on_rails-1.19.0 vs CHANGELOG.md in roo_on_rails-1.20.0
- old
+ new
@@ -1,18 +1,24 @@
-# HEAD
+# v1.20.0 (2018-03-27)
-_A description of your awesome changes here!_
+Features:
-# v1.19.0 (2018-01-23)
+- Add Hopper compatibility for DataDog integration (#90)
Bug fix:
-- Avoid New Relic initialization warning by following Rails initializer behaviour
+- Set log level when instantiating logger; this avoids always outputting an initial "debug" line (#89)
+# v1.19.0 (2018-01-23)
+
+Bug fixes:
+
+- Avoid New Relic initialization warning by following Rails initializer behaviour (#88)
+
Features:
-- Allow disabling New Relic synchronous startup by setting `NEW_RELIC_SYNC_STARTUP=false`
+- Allow disabling New Relic synchronous startup by setting `NEW_RELIC_SYNC_STARTUP=false` (#88)
# v1.18.0 (2018-01-11)
Features:
@@ -25,28 +31,28 @@
- Forced publishing of lifecycle events to Routemaster without model checks. (#86)
# v1.16.2 (2017-12-15)
-Bug fix:
+Bug fixes:
- It's possible to set an invalid log level and crash on boot (#84)
- Do not disable ActiveRecord connection reaping by default; set default behaviour to Rails' default behaviour. (#85)
# v1.16.1 (2017-11-20)
-Bug fix:
+Bug fixes:
- Auto-load roo identity if configured, prevent failing in CI (#83)
# v1.16.0 (2017-11-17)
Features:
- Allow SSL enforcement to be disabled via `ROO_ON_RAILS_DISABLE_SSL_ENFORCEMENT` environment variable (#82)
-Bug fix:
+Bug fixes:
- Ensure we can distinguish between environments' identity services (#81)
# v1.15.0
@@ -61,21 +67,21 @@
- Routemaster Publisher was sending epoch seconds instead of milliseconds (#78)
# v1.13.1 (2017-10-18)
-Bug fix:
+Bug fixes:
- Fixes issue when `service_name` is null in `require_api_key` (#74)
# v1.13.0 (2017-10-12)
Features:
- Provide `ROUTEMASTER_VERIFY_SSL` environment variable to disable
routemaster-client's SSL verification. (#68)
-Bug fix:
+Bug fixes:
- Fixes issue with `fix` command of the service setup scripts for papertrail (#66)
- Fixes issue with API authentication concern where service name was incorrect (#71)
# v1.12.0 (2017-09-27)