Bump skylight from 4.3.1 to 5.1.1
Bumps skylight from 4.3.1 to 5.1.1.
Changelog
Sourced from skylight's changelog.
5.1.1 (May 27, 2021)
- [BUGFIX] Correct ruby version requirement in skylight.gemspec
5.1.0 (May 24, 2021)
[FEATURE] Add experimental tcp-based
skylightd(may be enabled withSKYLIGHT_ENABLE_TCP=true)[IMPROVEMENT] Support aarch64-darwin targets (Apple M1)
[IMPROVEMENT] Support aarch64-linux-gnu targets
[IMPROVEMENT] Support aarch64-linux-musl targets
[IMPROVEMENT] Prevent large traces from shutting down the instrumenter
[IMPROVEMENT] Avoid 'invalid option' warnings when instrumenting certain Tilt templates in Sinatra
[IMPROVEMENT] Decrease verbosity of source locations logs in the debug level.
[BREAKING] Remove
SKYLIGHT_SSL_CERT_DIRconfig[BREAKING] Drop support for Ruby 2.5
5.0.1 (March 11, 2021)
- [IMPROVEMENT] Use argument-forwarding (...) where available in custom instrumentation
5.0.0 (March 5, 2021)
[FEATURE] Add normalizer for Shrine events (thanks
@janko!)[FEATURE] Source Locations detection and reporting is now enabled by default (can be disabled with
SKYLIGHT_ENABLE_SOURCE_LOCATIONS=false)[FEATURE] Configuration for the Source Locations caches via
SYLIGHT_SOURCE_LOCATION_CACHE_SIZE[IMPROVEMENT] Improve keyword argument handling in Skylight::Helpers (thanks
@lukebooth!)[IMPROVEMENT] Replace a Kernel.puts with Skylight.log (thanks
@johnnyshields!)[IMPROVEMENT] Various updates to the SQL lexer
[IMPROVEMENT] Reduce volume of log messages sent to the native logger in debug level
[IMPROVEMENT] Optimizations for the Source Locations extension
[IMPROVEMENT] Improved Delayed::Job probe
[IMPROVEMENT] Maintain method visibility when instrumenting with
instrument_method[IMPROVEMENT] Update probes to use
Module#prependwhere possible[IMPROVEMENT] New tokio-based skylightd
[IMPROVEMENT] Support
render_layoutnotifications in Rails 6.1[IMPROVEMENT] Support
ActionMailer::MailDeliveryJobin Rails 6.1[IMPROVEMENT] Better logging config.
SKYLIGHT_NATIVE_LOG_LEVELnow defaults towarn.[BREAKING] Rename
environmentkeyword argument topriority_key. Noteenvhas not changed.[BREAKING] Merge skylight-core into skylight. All classes previously namespaced under
Skylight::Corehave been moved toSkylight.[BREAKING] Remove
Skylight::Util::Inflector[BREAKING] Drop support for Rails 4
[BREAKING] Drop support for Ruby 2.3 and 2.4
[BREAKING] Drop support for glibc < 2.23
[BUGFIX] Fix issue with missing metadata in MongoDB probe
[BUGFIX] Resolve an inability to parse certain SQL queries containing arrays
... (truncated)
Commits
7ee54c6Merge pull request #934 from tildeio/fix-gemspec740607ccorrect ruby version in gemspec28a2d91Merge pull request #933 from tildeio/v510d92337erelease 5.1.0e18ba1aMerge pull request #932 from tildeio/510b3c163921update libskylight; release beta3a077a43Merge pull request #930 from tildeio/51b2391257cMerge pull request #929 from tildeio/dependabot/bundler/rubocop-tw-1.15.060d6523release 5.1.0-beta2d64d114Update rubocop requirement from ~> 1.14.0 to ~> 1.15.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)