CHANGELOG.md in elastic-apm-2.5.0 vs CHANGELOG.md in elastic-apm-2.6.0
- old
+ new
@@ -2,9 +2,32 @@
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.0 (2019-03-19)
+
+### Deprecated
+
+- `ElasticAPM.build_context` now takes two keyword arguments instead of a single, normal argument. [Docs](https://www.elastic.co/guide/en/apm/agent/ruby/2.x/api.html#api-agent-build-context).
+- The option `capture_body` has a string value instead of boolean. [Docs](https://www.elastic.co/guide/en/apm/agent/ruby/2.x/configuration.html#config-capture-body).
+
+Both APIs are backwards compatible with fallbacks and deprecation warnings, scheduled for removal in next major release.
+
+### Added
+
+- Configuration options to use an HTTP proxy ([#352](https://github.com/elastic/apm-agent-ruby/pull/352))
+
+### Changed
+
+- Errors get their own contexts, perhaps leading to slightly different (but more correct) results. ([#335](https://github.com/elastic/apm-agent-ruby/pull/335))
+- The agent no longer starts automatically inside Rails' console ([#343](https://github.com/elastic/apm-agent-ruby/pull/343))
+
+### Fixed
+
+- Fixed reading available memory on older Linux kernels ([#351](https://github.com/elastic/apm-agent-ruby/pull/351))
+- Don't apply filters to original response headers ([#354](https://github.com/elastic/apm-agent-ruby/pull/354))
+
## 2.5.0 (2019-03-01)
### Added
- Added the option `active` that will prevent the agent from starting if set to `false` ([#338](https://github.com/elastic/apm-agent-ruby/pull/338))