Skip to content

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 112 commits into from
May 29, 2024
Merged

Release 9.10.0 #2661

merged 112 commits into from
May 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Automated PR for 9.10.0 release

baldarn and others added 30 commits April 9, 2024 16:46
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]>
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]>
- 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
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.
tannalynn and others added 21 commits May 21, 2024 14:55
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
Some incorrect indentation and incomplete bolding
Co-authored-by: Kayla Reopelle <[email protected]>
Co-authored-by: Kayla Reopelle <[email protected]>
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.
@kaylareopelle kaylareopelle marked this pull request as ready for review May 29, 2024 18:43
Copy link
Contributor Author

SimpleCov Report

Coverage Threshold
Line 93.78% 93%
Branch 71% 71%

@kaylareopelle kaylareopelle merged commit d4a9102 into main May 29, 2024
130 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

6 participants