api
api copied to clipboard
Bump pdfkit from 0.8.2 to 0.8.7.2
Bumps pdfkit from 0.8.2 to 0.8.7.2.
Release notes
Sourced from pdfkit's releases.
v0.8.7.2
What's Changed
- Call
IO.popen
with an Array of command arguments (#518). by@postmodern
in pdfkit/pdfkit#519- Bump to 0.8.7.2 by
@serene
in pdfkit/pdfkit#521New Contributors
@postmodern
made their first contribution in pdfkit/pdfkit#519Full Changelog: https://github.com/pdfkit/pdfkit/compare/v0.8.7.1...v0.8.7.2
v0.8.7.1
What's Changed
- fix: support non-lower-case Content-Type header provided by app by
@vladimir-mencl-eresearch
in pdfkit/pdfkit#516- Bump to 0.8.7.1 by
@serene
in pdfkit/pdfkit#520New Contributors
@vladimir-mencl-eresearch
made their first contribution in pdfkit/pdfkit#516Full Changelog: https://github.com/pdfkit/pdfkit/compare/v0.8.7...v0.8.7.1
v0.8.7
- Lowercase the header names for rack 3 changes (#511)
- Partially escaped URLs should be escaped (#509)
v0.8.6
#499 - Update for new ruby and rails versions
v0.8.4.3.2
- Bump to 0.8.4.3.2
- Reduce scope of middleware exception handling (#476)
v0.8.4.3.1
- Bump to 0.8.4.3
- Don't override request level Content-Disposition header if it exists (#466)
- Update rake (#471)
- Add missing require statements for tempfile (#467)
- Only grab last line of bundle exec which output (#464)
- Return 500 status when an exception is caught in middleware (#469)
- Update Travis CI URL for wkhtmltopf (#473)
v0.8.4.2
Improve Path Detection Feedback - pdfkit/pdfkit#460 Fix typo - pdfkit/pdfkit#444 Update Readme - pdfkit/pdfkit#444
Changelog
Sourced from pdfkit's changelog.
2022-10-18
- Bump to 0.8.7.2
- Call IO.popen with an Array of command arguments (#519)
2022-10-17
- Bump to 0.8.7.1
- Support non-lower-case Content-Type header provided by app (#516)
2022-10-02
- Bump to 0.8.7
- Lowercase the header names for rack 3 changes (#511)
- Partially escaped URLs should be escaped (#509)
2022-04-11
- Bump to 0.8.6
- Update ruby and rails versions
2021-01-23
- Bump to 0.8.5
- Make
PDFKit::VERSION
public (#484)- Fix to render stylesheets as html safe string on Rails 6 (#483)
- Adds support for Rails 6
2020-08-16
- Bump to 0.8.4.3.2
- Reduce scope of middleware exception handling (#476)
2020-07-05
- Bump to 0.8.4.3.1
- Don't override request level Content-Disposition header if it exists (#466)
- Update rake (#471)
- Add missing require statements for tempfile (#467)
- Only grab last line of bundle exec which output (#464)
- Return 500 status when an exception is caught in middleware (#469)
- Update Travis CI URL for wkhtmltopf (#473)
2020-04-01
... (truncated)
Commits
404a5a4
Bump to 0.8.7.2 (#521)79ec0c0
CallIO.popen
with an Array of command arguments (#518). (#519)ceca488
Bump to 0.8.7.1 (#520)089e5de
fix: support non-lower-case Content-Type header provided by app (#516)6213317
Bump to 0.8.7 (#513)6d0a162
Fix typo (#510)54b4941
modify url_needs_escaping (#509)41068fd
Lowercase the header names for rack 3 changes (#511)46cdf53
Bump to 0.8.6 (#504)3f4583a
Fix syntax error (#503)- 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 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
You can disable automated security fix PRs for this repo from the Security Alerts page.