Skip to content

Commit 5ce9c6b

Browse files
committed
update CHANGELOG and bump version to 2.1.0
1 parent d67f3c2 commit 5ce9c6b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,22 @@
77
== Changelog
88

99

10-
[[release-next]]
10+
//[[release-next]]
11+
//[float]
12+
//=== Unreleased
13+
//https://github.com/elastic/apm-agent-python/compare/v2.1.0\...master[Check the HEAD diff]
14+
15+
[[release-2.1.0]]
1116
[float]
12-
=== Unreleased
13-
https://github.com/elastic/apm-agent-python/compare/v2.0.1\...master[Check the HEAD diff]
17+
=== v2.1.0
1418

1519
* made skipping of initial `elasticapm` frames for span stack traces more generic ({pull}167[#167])
1620
* added `context.process.ppid` field (supported in apm-server 6.3+) ({pull}168[#168])
1721
* added option to disable stack frame collection for very short spans ({pull}142[#142])
22+
* several bug fixes:
23+
** fix an issue in boto3 instrumentation with nonstandard endpoint URLs ({pull}178[#178])
24+
** fix bug with OPTIONS requests and body capturing ({pull}174[#174])
25+
** fix issue when message has `%` character, but no params ({pull}175[#175])
1826

1927
[[release-2.0.1]]
2028
[float]

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = (2, 0, 1, 'post1')
1+
__version__ = (2, 1, 0,)
22
VERSION = '.'.join(map(str, __version__))

0 commit comments

Comments
 (0)