Skip to content

Commit 03bd7f0

Browse files
authored
Merge pull request #502 from newrelic/vince/release-1.32.0
Release version 1.32.0
2 parents 26d59ca + f807679 commit 03bd7f0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## CHANGELOG
22

3+
### `v1.32.0`
4+
5+
#### Features
6+
* Improved Phoenix LiveView instrumentation [#500](https://github.com/newrelic/elixir_agent/pull/500)
7+
* Support connecting an Other Transaction to a Distributed Trace [#503](https://github.com/newrelic/elixir_agent/pull/503)
8+
* Support for native JSON library [#494](https://github.com/newrelic/elixir_agent/pull/494) Thanks @TylerWitt!
9+
10+
#### Fixes
11+
* Fix incomplete bandit response time metrics [#498](https://github.com/newrelic/elixir_agent/pull/498)
12+
* Fix another bug with missing bandit conn [#497](https://github.com/newrelic/elixir_agent/pull/497)
13+
* Fix double reported segments in TTs for bandit [#491](https://github.com/newrelic/elixir_agent/pull/491)
14+
15+
#### Tweaks
16+
* Add transaction.name to Spansaction [#492](https://github.com/newrelic/elixir_agent/pull/492)
17+
18+
------
19+
320
### `v1.31.1`
421

522
#### Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.31.1
1+
1.32.0

0 commit comments

Comments
 (0)