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

Update Hugo to v0.127.0 #507

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Hugo to v0.127.0 #507

wants to merge 1 commit into from

Conversation

bot-actions[bot]
Copy link
Contributor

@bot-actions bot-actions bot commented Jun 7, 2024

👑 Hugo update!

v0.127.0 Release Notes

This release brings proper HTTP caching and live reloading of remote resources fetched with resources.GetRemote, especially useful when used with content adapters.

Note that this isn't enabled out of the box, so if you need this, you need to add some configuration. The demo below is configured as:

[httpcache]
[httpcache.cache]
[httpcache.cache.for]
includes = ['https://sheets.googleapis.com/**']
[[httpcache.polls]]
low  = '1s'
high = '30s'
[httpcache.polls.for]
includes = ['https://sheets.googleapis.com/**']
hugodemo__v0127.mp4

What's Changed

  • Add a HTTP cache for and polling configuration for remote resources. 447108fed @bep #12502 #11891
  • Misc remote HTTP/content adapter enhancements 2b05a50f8 @bep #12502 #12570

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant