We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895c21e commit f600230Copy full SHA for f600230
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
## v4.0.0
4
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v3.0.2...v4.0.0)
5
6
**BREAKING** Version 4 of the agent implements a new wire protocol for communicating with
-the APM Server. This format is only supported in APM Server 6.5+.
7
+the APM Server. This format is only supported in *APM Server 6.5+*.
8
9
Further breaking changes:
10
elasticapm/version.py
@@ -1,2 +1,2 @@
-__version__ = (3, 0, 2)
+__version__ = (4, 0, 0)
VERSION = ".".join(map(str, __version__))
0 commit comments