Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Bump roda from 3.26.0 to 3.41.0 #8

Merged
merged 1 commit into from
Feb 23, 2021
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 23, 2021

Bumps roda from 3.26.0 to 3.41.0.

Changelog

Sourced from roda's changelog.

= master

  • Add recheck_precompiled_assets plugin for checking for updates to the precompiled asset metadata file (jeremyevans)

  • Make compile_assets class method in assets plugin use an atomic approach to writing precompiled metadata file (jeremyevans)

= 3.41.0 (2021-02-17)

  • Improve view performance with :content option up to 3x by calling compiled template methods directly (jeremyevans)

= 3.40.0 (2021-01-14)

  • Add freeze_template_caches! to the precompile_templates plugin, which ensures all templates are precompiled, and speeds up template access (jeremyevans)

  • Add precompile_views to the precompile_templates plugin, which precompiles the optimized render methods (jeremyevans)

  • Have RodaCache#freeze return the frozen internal hash (which no longer needs a mutex for thread-safety) (jeremyevans)

  • Speed up the view method in the render plugin even more when freezing the application (jeremyevans)

  • Speed up the view method in the render plugin when called with a single argument (jeremyevans)

= 3.39.0 (2020-12-15)

  • Speed up relative_path plugin if relative_path or relative_prefix is called more than once (jeremyevans)

  • Avoid method redefinition warnings in verbose warning mode (jeremyevans)

  • Make typecast_params.convert! handle explicit nil values the same as missing values (jeremyevans)

= 3.38.0 (2020-11-16)

  • Make error_email and error_mail plugins rescue invalid parameter errors when preparing the email body (jeremyevans)

= 3.37.0 (2020-10-16)

  • Add custom_matchers plugin, for supporting arbitrary objects as matchers (jeremyevans)

= 3.36.0 (2020-09-14)

  • Add multi_public plugin, for serving files from multiple public directories (jeremyevans)

  • Support report-to directive in the content_security_policy plugin (jeremyevans)

  • Add Vary response header when using type_routing plugin with Accept request header to prevent caching issues (jeremyevans)

= 3.35.0 (2020-08-14)

  • Add r plugin for r method for accessing request, useful when r local variable is not in scope (jeremyevans)

... (truncated)

Commits
  • 374adc3 Bump version to 3.41.0
  • 05f98c9 Improve view performance with :content option up to 3x by calling compiled te...
  • 0b6fc5b Bump version to 3.40.0
  • 82c7e6c Add precompile_views and freeze_template_caches! to the precompile_templates ...
  • da94d0d Have RodaCache#freeze return the frozen internal hash (which no longer needs ...
  • cf2966d Speed up the view method in the render plugin even more when freezing the app...
  • d0d175d Speed up the view method in the render plugin when called with a single argument
  • 8065b69 Stop using Travis
  • 9ab7323 Bump copyright year
  • 4c440a0 Start testing Ruby 3.0 in CI
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 23, 2021
Bumps [roda](https://github.com/jeremyevans/roda) from 3.26.0 to 3.41.0.
- [Release notes](https://github.com/jeremyevans/roda/releases)
- [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG)
- [Commits](jeremyevans/roda@3.26.0...3.41.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/roda-3.41.0 branch from b09f00f to b5fa213 Compare February 23, 2021 18:45
@texpert texpert merged commit 7e845ad into master Feb 23, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/roda-3.41.0 branch February 23, 2021 18:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant