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

Bump wagtail-cache from 1.0.2 to 2.3.0 #1192

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps wagtail-cache from 1.0.2 to 2.3.0.

Release notes

Sourced from wagtail-cache's releases.

2.3.0

Release notes: https://docs.coderedcorp.com/wagtail-cache/releases.html

2.2.0

Release notes: https://docs.coderedcorp.com/wagtail-cache/releases.html

2.1.1

Release notes: https://docs.coderedcorp.com/wagtail-cache/releases.html

2.1.0

Release notes: https://docs.coderedcorp.com/wagtail-cache/releases.html

2.0.0

Release notes: https://docs.coderedcorp.com/wagtail-cache/releases/v2.0.0.html

1.2.1

Release notes: https://docs.coderedcorp.com/wagtail-cache/releases.html

1.2.0

Release notes: https://docs.coderedcorp.com/wagtail-cache/releases.html

1.1.0

Release notes: https://docs.coderedcorp.com/wagtail-cache/releases/v1.1.0.html

Changelog

Sourced from wagtail-cache's changelog.

2.3.0

  • Support Wagtail 5 and Django 4.2.

  • Remove django-redis compatibility backend. Django 4.0+ has a native redis backend.

2.2.0

  • Support Wagtail 4 and Django 4.1.

2.1.1

  • Fix Django deprecation warnings.

  • Previously, the feature to strip cookies was not triggered if the Vary header contained something other than "Cookie", e.g. Vary: Language, Cookie. This change properly inspects and rebuilds the Vary header in such cases.

2.1.0

This release massively improves caching for sites which employ trackers such as Google Analytics, Facebook Pixel, HubSpot, etc.

  • Add setting to strip cookies from requests and remove Vary: Cookie headers (except for Django session and CSRF token) to maximize caching opportunities. This is ON by default! See :ref:WAGTAIL_CACHE_IGNORE_COOKIES.

2.0.0

  • Includes everything from 1.1.0 released in tandem.

  • Includes new SVG icon in settings panel. Previously this icon was either the cog, or the lighthing bolt if wagtailfontawesome was installed.

  • Supports Wagtail 3 and only Wagtail 3. Wagtail 2 support will be maintained in the 1.x series as needed.

1.2.1

  • Previously, the feature to strip cookies was not triggered if the Vary header

... (truncated)

Commits
  • 4a7f7e1 Merge branch 'main' into release/2
  • 9b3e7f9 Update sponsorship banner in docs
  • cb2b5f6 Add release notes for 2.3
  • a4c27ea Test versions of wagtail in pipeline (#54)
  • e7f6c67 Sort imports with isort
  • 7b84aa6 Bump version to 2.3; fix linter errors
  • 65191ed remove redis compatibility backend (#46)
  • c986b06 Wagtail 5 compatibility (#52)
  • 206caaf Fix sponsor in docs theme
  • a9c64c5 Merge branch 'main' into release/2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [wagtail-cache](https://github.com/coderedcorp/wagtail-cache) from 1.0.2 to 2.3.0.
- [Release notes](https://github.com/coderedcorp/wagtail-cache/releases)
- [Changelog](https://github.com/coderedcorp/wagtail-cache/blob/main/docs/releases.rst)
- [Commits](coderedcorp/wagtail-cache@v1.0.2...v2.3.0)

---
updated-dependencies:
- dependency-name: wagtail-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 14, 2023
@FireBoyAJ24
Copy link
Member

FireBoyAJ24 commented Aug 16, 2023

Further configuration and testing of the cache system is needed as we enter wagtail 3 and 4

Further information:
https://docs.coderedcorp.com/wagtail-cache/releases.html

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

Superseded by #1425.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/pip/wagtail-cache-2.3.0 branch February 19, 2024 19:05
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant