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

Ruby Release Notes #19440

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
subject: Ruby agent
releaseDate: '2024-12-04'
version: 9.16.1
downloadLink: https://rubygems.org/downloads/newrelic_rpm-9.16.1.gem
features: []
bugs: ["Add support for Trilogy database adapter"]
security: []
---

<Callout variant="important">
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about [keeping agents up to date](/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/).

Check notice on line 12 in src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-16-1.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-16-1.mdx#L12

[Microsoft.SentenceLength] Try to keep sentences short (< 30 words).
Raw output
{"message": "[Microsoft.SentenceLength] Try to keep sentences short (\u003c 30 words).", "location": {"path": "src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-16-1.mdx", "range": {"start": {"line": 12, "column": 182}}}, "severity": "INFO"}

See the New Relic Ruby agent [EOL policy](https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/ruby-agent-eol-policy/) for information about agent releases and support dates.
</Callout>

## v9.16.1

- **Bugfix: Added the support for the Trilogy database adapter.**

The agent now fully supports the Trilogy, a client library for MySQL-compatible database servers, and correctly lists MySQL as the corresponding database in the UI. [PR#2966](https://github.com/newrelic/newrelic-ruby-agent/pull/2966).


Loading