This is mostly a bug fix release, ironing out some quirks with the partial server rebuilds etc., but notable is also the new responseHeaders option on resources.GetRemote
that allows you to extract headers from the server’s response.
Bug fixes
- Fix some server/watch rebuild issues db28695 @bep #13316
- Fix "concurrent map iteration and map write" in pages from data 329b234 @bep #13254
- Fix TailwindCSS related server rebuild issue 6c68142 @bep #13316
- Fix some server rebuild issues for non-HTML custom output formats cd7dc7a @bep #13014
- Fix cascade with overlapping sections bb7b3d3 @bep #12465
- markup/goldmark: Fix typo in func comment f704d75 @chalin
Improvements
- Don't re-render aliases on server rebuilds 778f0d9 @bep
- tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode 13b208e @alex-shpak
- resources: Remove debug statement 33b46d8 @jmooring #13320
- markup/goldmark: Trim space from blockquote render hook text e08d9af @jmooring #13302
- parser/pageparser: Don't allow parameters after closing tag in shortcodes c939c33 @guilhas07
- tpl/tplimpl: Improve shortcode test coverage 873a5cd @jmooring
- tpl/tplimpl: Deprecate gist shortcode f42a4b6 @jmooring #13211
- resources: Remove conditional used for debugging a563783 @bep
- resources: Add responseHeaders option to resources.GetRemote 68586c8 @bep #12521
- tpl/tplimpl: Skip TestTemplateFuncsExamples on s390x 51bb2fe @bep #13204
- Make cascade front matter order deterministic 7f0f50b @bep #12594
- tpl/tplimpl: Deprecate comment shortcode 77a8e34 @jmooring