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 f752181 commit b9a5ba3Copy full SHA for b9a5ba3
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Changelog
2
3
-## Unreleased
+## v4.0.3
4
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.0.2...v4.0.3)
5
6
* implemented de-dotting of tag names and context keys (#353)
7
* wrote a quickfix for the boto3/botocore instrumentation (#367)
8
+ * fixed an issue with psycopg2 and encoded strings (#366)
9
10
## v4.0.2
11
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.0.1...v4.0.2)
elasticapm/version.py
@@ -1,2 +1,2 @@
-__version__ = (4, 0, 2)
+__version__ = (4, 0, 3)
VERSION = ".".join(map(str, __version__))
0 commit comments