You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.asciidoc
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,30 @@ endif::[]
19
19
////
20
20
21
21
=== Unreleased
22
-
[[release-notes-1.16.0]]
23
-
==== 1.16.0 - YYYY/MM/DD
22
+
23
+
[[release-notes-1.17.0]]
24
+
==== 1.17.0 - YYYY/MM/DD
24
25
25
26
[float]
26
27
===== Breaking changes
27
28
28
29
[float]
29
30
===== Features
30
31
32
+
[float]
33
+
===== Bug fixes
34
+
35
+
[[release-notes-1.x]]
36
+
=== Java Agent version 1.x
37
+
38
+
[[release-notes-1.16.0]]
39
+
==== 1.16.0 - 2020/05/13
40
+
41
+
[float]
42
+
===== Features
43
+
31
44
* The log correlation feature now adds `error.id` to the MDC. See <<supported-logging-frameworks>> for details. - {pull}1050[#1050]
32
-
* Deprecating the `incubating` tag in favour of the `experimental` tag.
33
-
This is not a breaking change, so former
45
+
* Deprecating the `incubating` tag in favour of the `experimental` tag. This is not a breaking change, so former
34
46
<<config-disable-instrumentations,`disable_instrumentation`>> configuration containing the `incubating` tag will still be respected - {pull}1123[#1123]
35
47
* Add a `--without-emulated-attach` option for runtime attachment to allow disabling this feature as a workaround.
36
48
* Add workaround for JDK bug JDK-8236039 with TLS 1.3 {pull}1149[#1149]
@@ -40,6 +52,7 @@ This is not a breaking change, so former
40
52
the higher threshold will determine which spans will be discarded.
41
53
* Automatically instrument quartz jobs from the quartz-jobs artifact {pull}1170[#1170]
42
54
* Perform re-parenting of regular spans to be a child of profiler-inferred spans. Requires APM Server and Kibana 7.8.0. {pull}1117[#1117]
55
+
* Upgrade Async Profiler version to 1.7.0
43
56
44
57
[float]
45
58
===== Bug fixes
@@ -55,10 +68,8 @@ This is not a breaking change, so former
55
68
* Due to a bug in the build we didn't include the gRPC plugin in the build so far
56
69
* `java.lang.ClassNotFoundException: Unable to load class 'jdk.internal...'` is thrown when tracing specific versions of Atlassian systems {pull}1168[#1168]
57
70
* Make sure spans are kept active during `AsyncHandler` methods in the `AsyncHttpClient`
58
-
59
-
60
-
[[release-notes-1.x]]
61
-
=== Java Agent version 1.x
71
+
* CPU and memory metrics are sometimes not reported properly when using IBM J9 {pull}1148[#1148]
72
+
* `NullPointerException` thrown by the agent on WebLogic {pull}1142[#1142]
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ For illustration purpose, `1.2.3` will be the target release version, and the gi
271
271
1. Move release notes from the `Unreleased` sub-heading to the correct `[[release-notes-{major}.x]]` sub-heading ([Example PR](https://github.com/elastic/apm-agent-java/pull/1027/files) for 1.13.0 release).
272
272
1. For major releases, update the EOL table in [`upgrading.asciidoc`](docs/upgrading.asciidoc).
273
273
1. Review Maven project version, you must have `${project.version}` equal to `1.2.3-SNAPSHOT`, `-SNAPSHOT` suffix will be removed during release process.
274
-
1. If needed, use following command to set version `mvn versions:set -DnewVersion=1.2.3-SNAPSHOT`, then commit and push changes.
274
+
1. If needed, use following command to update version - `mvn release:update-versions`, then commit and push changes.
275
275
1. Execute the release Jenkins job on the internal ci server. This job is same as the snapshot-build job, but it also:
276
276
1. Removes `-SNAPSHOT` from all `${project.version}` occurrences and makes a commit before build
277
277
1. Tags this new commit with the version name, e.g. `v1.2.3`.
0 commit comments