-
Notifications
You must be signed in to change notification settings - Fork 608
Release 9.10.0 #2661
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
Merged
Merged
Release 9.10.0 #2661
Conversation
This file contains hidden or 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
adding csp configuration for rails after 5.2 default_value to enable csp nonce set to false
Co-authored-by: Kayla Reopelle (she/her) <[email protected]>
more more more
Update readme and changelog for serverless docs linking
…test Resolve unused argument warnings in test
- Defined a dedicated `nonce` method for the nonce logic - Added unit tests to confirm a nonce is or isn't added to the output
guard against `ActionDispatch` and `Rails` not being defined. in the tests, the `norails` suite reaches the nonce tests, so skip them
Rails CSP nonce auto inject
grammar fix for the serverless link Co-authored-by: Hannah Ramadan <[email protected]>
reference the serverless docs
- check for the exact ActionDispatch constant, not Rails - escape the random characters ('+', etc.) that may interfere with regex matching - use ///m for regex
prevent `ensure` from being reached when the test is skipped
the `norails` env can pass the ActionDispatch detection check, so have it fail a separate Rails existence check as well
set a version constraint
improve nonce unit test
Have the `rails61` environment stick to `sqlite3` v1
CI: require sqlite3 < 2 for Rails v6.1
Seemingly both Rails v6.0 and v6.1 cause issues with the new `sqlite3` v2.
require sqlite3 < v2 for Rails 6.0
directly alter the buffer capacity instead of using `with_config`
…_and_i_would_collect_5000_more_just_to_be_the_agent_who_delivered_10000_spans_to_new_relics_door ramp up span event aggregator test numbers
The `async_http` gem changed it's Ruby version requirement from v0+ to v3+ starting with v0.61. Stop testing the latest version with anything less than Ruby 3.
async_http: newer versions require Ruby 3+
While async-http v0.60 is itself ok with Ruby 2, it's dependency on a newer async version is not.
Co-authored-by: Kayla Reopelle (she/her) <[email protected]>
…ernal_datastore_spans Allow agent attributes on external and datastore segments
…rible_as_the_dawn added lib/bootstrap.rb
Nonce config is named `browser_monitoring.content_security_policy_nonce`
Co-authored-by: Hannah Ramadan <[email protected]>
Add changelog entry for new nonce config
Dynamodb instrumentation
Some incorrect indentation and incomplete bolding
Update CHANGELOG formatting
Co-authored-by: Kayla Reopelle <[email protected]>
Co-authored-by: Kayla Reopelle <[email protected]>
add changelog entry for dynamodb
Prerelease 9.10.0-pre
The generator became out of sync with the published doc. There is a new CI workflow in place to prevent changes not made by the bot.
Co-authored-by: James Bunch <[email protected]>
Update config documentation
SimpleCov Report
|
kaylareopelle
approved these changes
May 29, 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.10.0 release