Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Releases: newrelic/node-newrelic-mysql

v6.1.0

09 Nov 16:00
f855b0b
Compare
Choose a tag to compare
  • Updated instrumentation to store internal metadata in symbols instead of non-enumerable properties.

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

v6.0.0

28 Jul 21:02
674f029
Compare
Choose a tag to compare

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

v5.2.0

18 Apr 16:45
7c7d039
Compare
Choose a tag to compare
  • Added support for mysql2 client.execute.

  • Fixed mysql2 versioned tests to use local instrumentation vs agent instrumentation.

  • Removed usage of async module.

  • Bumped tap to ^16.0.1.

  • Resolved dev-only audit warnings: moment, ansi-regex, and tap.

v5.1.1

07 Feb 20:31
582298a
Compare
Choose a tag to compare
  • Updated add-to-board to use org level NODE_AGENT_GH_TOKEN

  • Removed usages of internal tracer from tests.

  • Bumped newrelic dev dependency to ^8.6.0.

  • Bumped @newrelic/test-utilities to ^6.3.0.

v5.1.0

12 Jan 19:33
a8a07aa
Compare
Choose a tag to compare
  • Added workflow to automate preparing release notes by reusing the newrelic/node-newrelic/.github/workflows/prep-release.yml@main workflow from agent repository.

  • Added job to automatically add issues/pr to Node.js Engineering board

  • Added a pre-commit hook to check if package.json changes and run oss third-party manifest and oss third-party notices. This will ensure the third_party_manifest.json and THIRD_PARTY_NOTICES.md are up to date.

  • Added a pre-commit hook to run linting via husky

  • Added @newrelic/eslint-config to rely on a centralized eslint ruleset.

  • Upgraded setup-node CI job to v2 and changed the linting node version to lts/* for future proofing

v5.0.0

20 Jul 15:00
Compare
Choose a tag to compare

4.0.0

11 Aug 21:10
Compare
Choose a tag to compare
  • Updated to Apache 2.0 license.
  • Bumped minimum peer dependency (and dev dependency) of newrelic (agent) to 6.11 for license matching.
  • Added third party notices file and metadata for dependencies.
  • Updated README with more detail.
  • Added issue templates for bugs and enhancements.
  • Added code of conduct file.
  • Added contributing guide.
  • Added pull request template.
  • Migrated CI to GitHub Actions.
  • Added copyright headers to all source files.