Skip to content

Commit

Permalink
chore: release v12.8.0 (#2769)
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <[email protected]>
Co-authored-by: mrickard <[email protected]>
Co-authored-by: mrickard <[email protected]>
Co-authored-by: James Sumners <[email protected]>
  • Loading branch information
4 people authored Nov 19, 2024
1 parent a8eef8b commit f0f6f23
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
42 changes: 42 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
### v12.8.0 (2024-11-19)

#### Features

* Added `labels.enabled` and `labels.exclude` to config defaults ([#2727](https://github.com/newrelic/node-newrelic/pull/2727)) ([36adb13](https://github.com/newrelic/node-newrelic/commit/36adb13caad41a5df5a5fa9345b9dcb9061db969))
* Added new configuration options to add custom tags (labels) to logs ([#2743](https://github.com/newrelic/node-newrelic/pull/2743)) ([d20c874](https://github.com/newrelic/node-newrelic/commit/d20c874638ebb19f8888003d4402bce17e56360f))
* With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the [documentation](https://docs.newrelic.com/docs/logs/logs-context/custom-tags-agent-forwarder-logs/)
* Added support for Bedrock Claude 3.5 invoke model user request ([#2721](https://github.com/newrelic/node-newrelic/pull/2721)) ([a901a24](https://github.com/newrelic/node-newrelic/commit/a901a2499e73e0f1142054ead53e7b99df94b201))

* Moved `entity.guid`, `entity.name`, `entity.type`, and `hostname` to `common.attributes` on logs payload instead of in every log message ([#2736](https://github.com/newrelic/node-newrelic/pull/2736)) ([a7f14de](https://github.com/newrelic/node-newrelic/commit/a7f14def489000ab7492b01155069b1a084eeb36))

#### Bug fixes

* Corrected expected shape of user input in get Prompt() ([#2741](https://github.com/newrelic/node-newrelic/pull/2741)) ([a8eef8b](https://github.com/newrelic/node-newrelic/commit/a8eef8b0f80ec2b0db5834a722a69f58a32b5676))

#### Documentation

* Updated compatibility report ([#2755](https://github.com/newrelic/node-newrelic/pull/2755)) ([459a3f1](https://github.com/newrelic/node-newrelic/commit/459a3f19ee080a3a2e560636ce087f9e91bc529e))
* Updated compatibility report ([#2748](https://github.com/newrelic/node-newrelic/pull/2748)) ([ccfc950](https://github.com/newrelic/node-newrelic/commit/ccfc950b550e3d4f7acd2dd8ac20eb27ec177deb))
* Updated compatibility report ([#2740](https://github.com/newrelic/node-newrelic/pull/2740)) ([7b1357d](https://github.com/newrelic/node-newrelic/commit/7b1357d8a944e083afcd89d58ebdbf2bbf99740e))
* Updated compatibility report ([#2724](https://github.com/newrelic/node-newrelic/pull/2724)) ([64fb1dc](https://github.com/newrelic/node-newrelic/commit/64fb1dcdd61c3980a7a63c5133961bd8dd6947fc))
* Updated compatibility report ([#2720](https://github.com/newrelic/node-newrelic/pull/2720)) ([a158bde](https://github.com/newrelic/node-newrelic/commit/a158bde58f6fe0c50d83f781b21d0c352ed269ee))

#### Miscellaneous chores

* Fixed test reporter ([#2751](https://github.com/newrelic/node-newrelic/pull/2751)) ([5878ef9](https://github.com/newrelic/node-newrelic/commit/5878ef9844fd56038d08e3b2f8cd9e26ba8c4c92))
* Improved unit test speed ([#2728](https://github.com/newrelic/node-newrelic/pull/2728)) ([9640030](https://github.com/newrelic/node-newrelic/commit/96400304e451502ce2f09b569b46eaff271fd9ab))
* Removed unused code ([#2742](https://github.com/newrelic/node-newrelic/pull/2742)) ([004fd12](https://github.com/newrelic/node-newrelic/commit/004fd12c21360abb0bb19deaeb2a5c3d5107dfe7))
* Updated hapi tests to node:test ([#2722](https://github.com/newrelic/node-newrelic/pull/2722)) ([636899b](https://github.com/newrelic/node-newrelic/commit/636899b487e196572a3bc0970e7338d0c9f113cf))
* Updated kafkajs, langchain, & openai tests to node:test ([#2723](https://github.com/newrelic/node-newrelic/pull/2723)) ([b6e4c5d](https://github.com/newrelic/node-newrelic/commit/b6e4c5d4c59032a615fea6d12623a881a6211917))
* Updated koa tests to node:test ([#2744](https://github.com/newrelic/node-newrelic/pull/2744)) ([86c22a4](https://github.com/newrelic/node-newrelic/commit/86c22a4813ec5a63ae8bd04f7d9d013979ac34ed))
* Updated mongodb tests to node:test ([#2738](https://github.com/newrelic/node-newrelic/pull/2738)) ([295e7e6](https://github.com/newrelic/node-newrelic/commit/295e7e6441b7220022ce4fcaaf33054945a678b0))
* Updated pg and pg-esm tests to node:test ([#2750](https://github.com/newrelic/node-newrelic/pull/2750)) ([40aea36](https://github.com/newrelic/node-newrelic/commit/40aea36320d15b201800431268be2c3d4c794a7b))

#### Tests

* Fixed two assertions to work against older versions of `openai` ([#2726](https://github.com/newrelic/node-newrelic/pull/2726)) ([8996fc3](https://github.com/newrelic/node-newrelic/commit/8996fc3538735d7ad2d447bc7c4221b08c6c2be5))
* Migrated `ioredis`, `prisma` and `undici` versioned tests to `node:test` ([#2746](https://github.com/newrelic/node-newrelic/pull/2746)) ([449ae03](https://github.com/newrelic/node-newrelic/commit/449ae03883d2a5e92d11590372993eedc976ab99))
* Migrated `memcached`, `nestjs`, and `restify` versioned tests to `node:test` ([#2752](https://github.com/newrelic/node-newrelic/pull/2752)) ([653f614](https://github.com/newrelic/node-newrelic/commit/653f61410a0258683ac104cd8b8b2e7ae7c61043))
* Migrated `nextjs` versioned tests to `node:test` ([#2749](https://github.com/newrelic/node-newrelic/pull/2749)) ([d385af6](https://github.com/newrelic/node-newrelic/commit/d385af69c84a5425cee9ff19eaeadcba9e63a761))
* Migrated `redis` versioned tests to `node:test` ([#2725](https://github.com/newrelic/node-newrelic/pull/2725)) ([9752827](https://github.com/newrelic/node-newrelic/commit/97528270c70ecaac9161f4eb0cc78ffcc482be36))

### v12.7.0 (2024-11-11)

#### Features
Expand Down
15 changes: 15 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"repository": "newrelic/node-newrelic",
"entries": [
{
"version": "12.8.0",
"changes": {
"security": [],
"bugfixes": [
"Corrected expected shape of user input in get Prompt()"
],
"features": [
"Added new configuration options to add custom tags (labels) to logs",
"Moved `entity.guid`, `entity.name`, `entity.type`, and `hostname` to `common.attributes` on logs payload instead of in every log message",
"Added `labels.enabled` and `labels.exclude` to config defaults",
"Added support for Bedrock Claude 3.5 invoke model user request"
]
}
},
{
"version": "12.7.0",
"changes": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic",
"version": "12.7.0",
"version": "12.8.0",
"author": "New Relic Node.js agent team <[email protected]>",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit f0f6f23

Please sign in to comment.