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

feat(dependencies): bump Souin v1.6.49 #83

Merged
merged 1 commit into from
May 30, 2024

Conversation

darkweak
Copy link
Collaborator

New directives:

  • max_cacheable_body_bytes: Limit the response size of a cacheable resource.
  • key
    • disable_scheme: Prevent the scheme to be part of the cache key.
    • hash: Generate a hash from the key to have smaller keys (useful in redis).
    • template: The cache-handler is now able to generate the cache key from a template that contains some placeholders see the documentation here.
  • otter: New fast in-memory storage (will replace badger in a near future).
  • storers: Chain multiple storages.

Use the RegisterDirectiveOrder to set the cache directive as before rewrite by default.

@darkweak darkweak self-assigned this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant