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

Release 0.19.2 #494

Closed
johanjanssens opened this issue Dec 16, 2020 · 0 comments
Closed

Release 0.19.2 #494

johanjanssens opened this issue Dec 16, 2020 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@johanjanssens
Copy link
Member

johanjanssens commented Dec 16, 2020

1. Cache revalidator custom header support #493

Added support for custom headers to the cache revalidator. Example: --headers.Foo=foo --headers.Bar=bar

2. Improve webservice collection #479

Added a new headers config option to easily define custom headers. For example:

---
collection:
    model: webservice
    config:
        url: http://www.example.com/api/records.json
        headers: 
            Authorization: Bearer [key]
---

3. Do not cache statically if must-revalidate #491

A page will not be cached statically if it must be revalidated. This allows to set a global cache time for the static cache and still define a different cache time per page.

3. Rename KPATH_PAGES to PAGES_SITE_ROOT #475

4. Improve static cache config #485

Fixes

@johanjanssens johanjanssens self-assigned this Dec 16, 2020
@johanjanssens johanjanssens added this to Issues in v0.19.2 via automation Dec 16, 2020
johanjanssens added a commit that referenced this issue Dec 16, 2020
@johanjanssens johanjanssens mentioned this issue Dec 16, 2020
62 tasks
v0.19.2 automation moved this from Issues to Ready Dec 16, 2020
@johanjanssens johanjanssens added this to the v0.19.2 milestone Dec 16, 2020
@johanjanssens johanjanssens changed the title Release v0.19.2 Release 0.19.2 Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v0.19.2
  
Ready
Development

No branches or pull requests

1 participant