Skip to content

Bump render_async from 2.1.9 to 2.1.11#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/render_async-2.1.11
Open

Bump render_async from 2.1.9 to 2.1.11#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/render_async-2.1.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 7, 2021

Copy link
Copy Markdown
Contributor

Bumps render_async from 2.1.9 to 2.1.11.

Release notes

Sourced from render_async's releases.

Add retry count header

💇 Custom retry count header support

We added support to pass the retry count to the backend. If you need to pass retry count to the backend, you can pass retry_count_header in render_async's options:

<%= render_async users_path,
                 retry_count: 5,
                 retry_count_header: 'Retry-Count-Current' %>

And then in controller, you can read the value from request headers.

request.headers['Retry-Count-Current']&.to_i

This was added by @​reneklacan in renderedtext/render_async#147, many thanks 🙇

Fix TypeError when navigating with Turbolinks

🔧 Small fixes

We fixed the issue with TypeError when user navigates away from a page before the request is finished. Thanks to @​yhirano55, the issue was resolved in renderedtext/render_async#144 🎉

Also, @​yhirano55 fixed one entry in the documentation in renderedtext/render_async#145, thanks a lot for that.

That's it for now, thanks for reading 📖

Changelog

Sourced from render_async's changelog.

2.1.11 (2021/10/11)

2.1.10 (2021/03/21)

Commits

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.


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)

Bumps [render_async](https://github.com/renderedtext/render_async) from 2.1.9 to 2.1.11.
- [Release notes](https://github.com/renderedtext/render_async/releases)
- [Changelog](https://github.com/renderedtext/render_async/blob/master/CHANGELOG.md)
- [Commits](nikolalsvk/render_async@2.1.9...2.1.11)

---
updated-dependencies:
- dependency-name: render_async
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants