Skip to content

Commit 171f30a

Browse files
Upgraded to Micronaut Newrelic Library 2.0.4
1 parent 35c22db commit 171f30a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Next Release
22

3+
### Micronaut Newrelic Library 2.0.4
4+
5+
## What's Changed
6+
* [sc133681] Allow dynamic fields in NR events when using payload extra… by @DKarim in https://github.com/agorapulse/micronaut-newrelic/pull/34
7+
* Truncate all fields to comply with NR transport limitations by @DKarim in https://github.com/agorapulse/micronaut-newrelic/pull/35
8+
9+
10+
**Full Changelog**: https://github.com/agorapulse/micronaut-newrelic/compare/2.0.3...2.0.4
11+
312
### Micronaut Facebook SDK 1.0.2
413

514
## What's Changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ micronaut.rethrow.version = 2.0.0
4040
micronaut.segment.version = 2.0.0-micronaut-1.0
4141
micronaut.snitch.version = 2.0.0
4242
micronaut.log4aws.version = 4.0.0
43-
micronaut.newrelic.version = 2.0.0
43+
micronaut.newrelic.version = 2.0.4
4444
micronaut.bigquery.version = 0.2.6
4545
micronaut.recurly.version = 1.1.2-micronaut-1.0
4646
remember.version = 0.4.2

0 commit comments

Comments
 (0)