Skip to content

Commit

Permalink
Update changelog to 7.11 (#4561)
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt authored Dec 28, 2020
1 parent d8792d8 commit 813f2be
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include::./changelogs/head.asciidoc[]
include::./changelogs/7.11.asciidoc[]
include::./changelogs/7.10.asciidoc[]
include::./changelogs/7.9.asciidoc[]
include::./changelogs/7.8.asciidoc[]
Expand Down
35 changes: 35 additions & 0 deletions changelogs/7.11.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[[release-notes-7.11]]
== APM Server version 7.11

https://github.com/elastic/apm-server/compare/7.10\...7.11[View commits]

* <<release-notes-7.11.0>>

[float]
[[release-notes-7.11.0]]
=== APM Server version 7.11.0

[float]
==== Bug fixes
* JSON schema metricset: nest type and subtype under span {pull}4329[4329]
* JSON schema metricset: nest type and name under transaction {pull}4329[4329]
* Carriage returns are now stripped from source-mapped context source lines {pull}4348[4348]
* Remove config defaults from `apm-server export config` {pull}4458[4458]

[float]
==== Intake API Changes
* Intake RUM v3: Changed error messages for invalid events due to internal changes of decoder logic {pull}4358[4358]
* Auto-generate JSON schemas for Intake API v2 and v3/rum {pull}4393[4393]

[float]
==== Added
* Monitoring for aggregation of transaction metrics {pull}4287[4287]
* Log warnings in aggregation of transaction metrics when grouping limit is reached {pull}4313[4313]
* Configurable tail-based sampling policies {pull}4320[4320]
* Monitoring and telemetry for tail-based sampling {pull}4346[4346] {pull}4360[4360]
* Experimental support for data streams {pull}4409[4409]
* Label/custom/mark keys are now sanitized (rather than validated and rejected) by the server {pull}4465[4465]
* Upgrade Go to 1.14.12 {pull}4478[4478]
* Added apm-server.response_headers config {pull}4523[4523]
* Switch logging format to be ECS compliant where possible {pull}3829[3829]
* Switch from `keyword` to `wildcard` in alignment with ECS 1.7 {pull}4577[4577]
18 changes: 1 addition & 17 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
@@ -1,32 +1,16 @@
[[release-notes-head]]
== APM Server version HEAD

https://github.com/elastic/apm-server/compare/7.10\...master[View commits]
https://github.com/elastic/apm-server/compare/7.11\...master[View commits]

[float]
==== Breaking Changes

[float]
==== Bug fixes
* JSON schema metricset: nest type and subtype under span {pull}4329[4329]
* JSON schema metricset: nest type and name under transaction {pull}4329[4329]
* Carriage returns are now stripped from source-mapped context source lines {pull}4348[4348]
* Remove config defaults from `apm-server export config` {pull}4458[4458]

[float]
==== Intake API Changes
* Intake RUM v3: Changed error messages for invalid events due to internal changes of decoder logic {pull}4358[4358]
* Auto-generate JSON schemas for Intake API v2 and v3/rum {pull}4393[4393]

[float]
==== Added
* Monitoring for aggregation of transaction metrics {pull}4287[4287]
* Log warnings in aggregation of transaction metrics when grouping limit is reached {pull}4313[4313]
* Configurable tail-based sampling policies {pull}4320[4320]
* Monitoring and telemetry for tail-based sampling {pull}4346[4346] {pull}4360[4360]
* Experimental support for data streams {pull}4409[4409]
* Label/custom/mark keys are now sanitized (rather than validated and rejected) by the server {pull}4465[4465]
* Upgrade Go to 1.14.12 {pull}4478[4478]
* Added apm-server.response_headers config {pull}4523[4523]
* Switch logging format to be ECS compliant where possible {pull}3829[3829]
* Switch from `keyword` to `wildcard` in alignment with ECS 1.7 {pull}4577[4577]

0 comments on commit 813f2be

Please sign in to comment.