Skip to content

Commit 514109f

Browse files
committed
update CHANGELOG and bump version to 5.2.0
1 parent 7337ab1 commit 514109f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
## Unreleased
4-
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.1.2...master)
3+
## v5.2.0
4+
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.1.2...v5.2.0)
55

66
### New Features
77
* added automatic tagging of LogRecord objects with transaction, trace, and span IDs via a LogRecordFactory (Python 3.2+) (#520, #586)
@@ -11,6 +11,7 @@
1111
* added support for chained exceptions in Python 3 (#596).
1212
Note that chained exceptions will be captured and stored in Elasticsearch, but not yet
1313
visualized in the APM UI. The UI component will be released in an upcoming Kibana release (7.5 or later).
14+
* added support for using `structlog` for agent logging (#591)
1415

1516
### Bugfixes
1617
* drop events immediately if a processor returns a falsy value (#585)

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
__version__ = (5, 1, 2)
31+
__version__ = (5, 2, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)