-
Notifications
You must be signed in to change notification settings - Fork 598
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
Release 9.13.0 #2828
Merged
Release 9.13.0 #2828
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add Security Agent comments to newrelic.yml --------- Co-authored-by: James Bunch <fallwith@gmail.com> Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
Update spacing for configs to aid translation tool
Ruby 3.2.4 -> 3.2.5
Update OS detection for environment report
CI: upgrade to Ruby 3.2.5
This URL gets a 403 when visited from Net::HTTP. However, it works fine in the browser. Let's just ignore it.
Exclude learn.newrelic.com from HealthyUrlsTest
Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
Tests added for Grape, Padrino and Roda. Rails and Sinatra framework detection is already evaluated in the unit tests.
Grape padrino framework detection
Add changelog entry for grape/padrino
The Falcon::Server is loaded into the object space after the environment report is sent by the agent. However, evaluating File.basename($0) returns falcon in time.
Add tests to verify framework detection
Co-authored-by: James Bunch <fallwith@gmail.com>
tense fix for lambda updates Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
use bullets for the lambda enhancements Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
remove `rescue` that was intended to be temporary
use `each_value` instead of `each` with `_key`
the serverless handler is only used with Ruby v3.2+, so only test with Ruby v3.2+
removed redundant freezing
activerecord now needs sqlite3 v2+
rails v8 alpha wants sqlite3 v2, but sqlite3 v2 insists on Rails < 3.4.0.dev
CI: use sqlite3 v2 for Rails EDGE
Enhanced AWS Lambda serverless functionality
Remove deprecation messages for completed actions
To address issues with the recent serverless enhancements discovered through local dev testing with the Node.js tool 'serverless': - Don't append a port value to a URI string that already contains one - If the URI string construction or parsing fails for any reason, log an error and return `nil` so that further processing of the function invocation is not impacted These issues are thought to only be reproducible outside of AWS, but it's good to be proactive with a bit of extra caution.
simply say "without AWS" to refer to local testing
…hands ServerlessHandler: error handling for URI parsing
test against the cross-agent JSON that defines an AWS API Gateway V2 event payload.
bring in the latest cross-agent AWS Lambda JSON
* Add Bundler version conditions Co-authored-by: James Bunch <fallwith@gmail.com>
Co-authored-by: James Bunch <fallwith@gmail.com>
Add CHANGELOG for Bundler version update
Prerelease 9.13.0-pre
fallwith
requested review from
fallwith,
hannahramadan,
kaylareopelle and
tannalynn
as code owners
August 22, 2024 18:22
kaylareopelle
approved these changes
Aug 22, 2024
hannahramadan
approved these changes
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated PR for 9.13.0 release