CHANGELOG.md in elastic-apm-2.6.1 vs CHANGELOG.md in elastic-apm-2.7.0

- old
+ new

@@ -2,10 +2,27 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 2.6.1 +## 2.7.0 (2019-05-07) + +### Added + +- Added `disable_start_message` for those wanting complete silence on boot ([#397](https://github.com/elastic/apm-agent-ruby/pull/397)) + +### Changed + +- Attempt to strip secrets from `request.env` ([#410](https://github.com/elastic/apm-agent-ruby/pull/410)) + +### Fixed + +- Rewritten most of the internal transport code, streaming events to APM Server ([#372](https://github.com/elastic/apm-agent-ruby/pull/372)) +- Re-added `default_tags` ([#395](https://github.com/elastic/apm-agent-ruby/pull/395)) +- A bug in the Faraday spy when disabling the Net::HTTP spy ([#396](https://github.com/elastic/apm-agent-ruby/pull/396)) +- Fix disabling the ActionDispatch spy ([#399](https://github.com/elastic/apm-agent-ruby/pull/399)) + +## 2.6.1 (2019-03-28) ### Fixed - Setting `config_file` via `ELASTIC_APM_CONFIG_FILE` ([#363(https://github.com/elastic/apm-agent-ruby/pull/363)) - Stopping the Metrics collector when it is disabled ([#357](https://github.com/elastic/apm-agent-ruby/pull/357))