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

Release 3.23.1 #751

Merged
merged 21 commits into from
Jun 28, 2023
Merged

Release 3.23.1 #751

merged 21 commits into from
Jun 28, 2023

Conversation

iamemilio
Copy link
Contributor

3.23.1

Added

  • Added newrelic.ConfigDatastoreRawQuery(true) configuration option to allow raw SQL queries to appear in new relic dashboards
  • Added license file to nrsecurityagent integration
  • Added enriched serverless debug logging for faster debugging

Fixed

  • Removed timeouts on two tests in trace_observer_test.go
  • Bumped nrnats test to go1.19
  • Bumped graphql-go to v1.3.0 in the nrgraphgophers integration

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. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the Go agent EOL Policy for details about supported versions of the Go agent and third-party components.

iamemilio and others added 21 commits June 12, 2023 12:53
Print the JSON payload that is generated when the go agent does a
harvest in serverless mode. If the harvest contained no payload data,
print a log line mentioning that.
Bumps [github.com/graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go) from 0.0.0-20200207002730-8334863f2c8b to 1.3.0.
- [Release notes](https://github.com/graph-gophers/graphql-go/releases)
- [Changelog](https://github.com/graph-gophers/graphql-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graph-gophers/graphql-go/commits/v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/graph-gophers/graphql-go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
added LICENSE file to nrsecurityagent integration
Multiple Github CI test improvements
…tegrations/nrgraphgophers/github.com/graph-gophers/graphql-go-1.3.0

Bump github.com/graph-gophers/graphql-go from 0.0.0-20200207002730-8334863f2c8b to 1.3.0 in /v3/integrations/nrgraphgophers
feat: enhance serverless debug logging
Update README.md with codecov badge
feat: Added new config option for raw SQL Queries
@iamemilio iamemilio requested review from mirackara and nr-swilloughby and removed request for mirackara June 28, 2023 18:39
@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2023

Codecov Report

Merging #751 (182f9e3) into master (d850ce9) will increase coverage by 0.23%.
The diff coverage is 36.36%.

@@            Coverage Diff             @@
##           master     #751      +/-   ##
==========================================
+ Coverage   82.16%   82.40%   +0.23%     
==========================================
  Files         129      136       +7     
  Lines       11835    12177     +342     
==========================================
+ Hits         9724    10034     +310     
- Misses       1855     1884      +29     
- Partials      256      259       +3     
Impacted Files Coverage Δ
v3/newrelic/config_options.go 47.03% <0.00%> (-0.76%) ⬇️
v3/newrelic/internal_txn.go 90.85% <0.00%> (-0.27%) ⬇️
v3/newrelic/segments.go 83.33% <ø> (ø)
v3/newrelic/version.go 100.00% <ø> (ø)
v3/newrelic/config.go 90.23% <100.00%> (+0.02%) ⬆️
v3/newrelic/serverless.go 77.22% <100.00%> (+0.46%) ⬆️
v3/newrelic/sqlparse/sqlparse.go 100.00% <100.00%> (ø)

... and 8 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@iamemilio iamemilio merged commit ab9e248 into master Jun 28, 2023
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants