Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump newrelic from 11.5.0 to 11.6.0 #284

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps newrelic from 11.5.0 to 11.6.0.

Release notes

Sourced from newrelic's releases.

v11.6.0 (2023-11-29)

Features

  • Added instrumentation for openai.
    • This feature is in limited preview and will be off by default.
    • Aside from creating spans for chat completions and embeddings, it will create custom events that drive the New Relic AI Monitoring.
    • Added instrumentation for chat completion streams (#1884) (404e317)
    • Added instrumentation for openai chat completion creation (#1862) (34dcd70)
    • Added instrumentation for openai embedding creation (#1872) (1c62321)
    • Added ai_monitoring.enabled configuration.(#1873) (52bf9f3)
    • Added Nodejs/ML/OpenAI/<version> metric every time a chat completion or embedding occurs.(#1886) (d11d100)
    • Added setLlmMetadata API to allow users to specify metadata for LLM events (#1863) (85979d7)
    • Ensure API errors are tracked (#1880) (289c2a2)
    • Added getLlmMessageIds and recordLlmFeedbackEvent API methods for tracking LLM feedback (#1868) (1681e4b)
    • Added openai LLM events. (#1857) (a7786f3)
  • Added pkgVersion to shim instances to facilitate semver checking without having to re-parse the package.json (#1883) (4ddfd81)

Bug fixes

  • Updated isSimpleObject util to only check plain objects not arrays (#1865) (8baa5bc)

Security improvements

  • Set log file permissions to read/write for Node process only (#1854) (1b93ec9)

Code refactoring

  • Improved custom event attributes checking when using api.recordCustomEvent (#1870) (20e7f1d)

Miscellaneous chores

  • dep: Updated @​newrelic/security-agent to v0.5.0 (#1877) (2882236)
  • dev-deps: bump axios and @​slack/bolt (#1871) (2d00b02)
  • docs: Updated links in documentation to https (#1888) (f1913ea)
  • Fixed bool -> boolean in jsdoc (#1853) (3c00e55)

Tests

  • Added streaming responses to mock OpenAI sever (#1881) (86d83f2)
  • Added unit tests for LLM API methods (#1878) (3d8b987)
  • Added a mock server for openai testing (#1858) (3b1f5e6)
  • Fixed shadowed variable lint error in pino versioned tests (#1859) (e1b21eb)
  • Updated openai versioned tests to properly work with the legacy context manager (#1876) (a879700)

Continuous integration

  • Made release note date always in pacific time (#1855) (6d7dc69)
  • Remove updating staging with newly release agent version (#1887) (9d38faa)

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "11.6.0", "changes": { "security": [ "Set log file permissions to read/write for Node process only" ], "bugfixes": [ "Updated isSimpleObject util to only check plain objects not arrays" ], "features": [ "Added version tracking metric on OpenAI events", "Added instrumentation for chat completion streams", "Added pkgVersion to shim instances to facilitate semver checking without having to re-parse the package.json", "Ensure openai errors are tracked", "Added ai_monitoring configuration", "Added instrumentation for openai embedding creation", "Added API for tracking LLM feedback", "Added instrumentation for openai chat completion creation", "Added setLlmMetadata API to allow users to specify metadata for LLM events", "Added openai LLM events.", "Added configuration for openai instrumentation" ] } }, { "version": "11.5.0", "changes": { "security": [], "bugfixes": [], "features": [] } }, { "version": "11.4.0", "changes": { "security": [], "bugfixes": [], "features": [ "Added support for parsing container ids from docker versions using cgroups v2." ] } }, { "version": "11.3.0", "changes": { "security": [], "bugfixes": [

... (truncated)

Commits
  • 66179a9 chore: release v11.6.0 (#1889)
  • a3f72fd test: updated connect min version to 2.0 (#1891)
  • d11d100 feat: Add version tracking metric on OpenAI events (#1886)
  • 9d38faa ci: remove updating staging with newly release agent version (#1887)
  • f1913ea chore(docs): Updated links in documentation to https (#1888)
  • 404e317 feat: Added instrumentation for chat completion streams (#1884)
  • 4ddfd81 feat: Added pkgVersion to shim instances to facilitate semver checking withou...
  • 289c2a2 feat: Ensure API errors are tracked (#1880)
  • 86d83f2 test: Add streaming responses to mock OpenAI sever (#1881)
  • 2882236 chore(dep): Updated @​newrelic/security-agent to v0.5.0 (#1877)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [newrelic](https://github.com/newrelic/node-newrelic) from 11.5.0 to 11.6.0.
- [Release notes](https://github.com/newrelic/node-newrelic/releases)
- [Changelog](https://github.com/newrelic/node-newrelic/blob/main/changelog.json)
- [Commits](newrelic/node-newrelic@v11.5.0...v11.6.0)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #285.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/newrelic-11.6.0 branch December 11, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants