hugo:release-0.123.3

Last commit made on 2024-02-23
Get this branch:
git clone -b release-0.123.3 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.123.3
Repository:
lp:hugo

Recent commits

7508a16... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.124.0-DEV

[ci skip]

a75a659... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.123.3

[ci skip]

03b88c6... by Bjørn Erik Pedersen

cache/dynacache: Reset ticker in case one cache eviction takes some time

Updates #12129

7ee0f70... by Bjørn Erik Pedersen

Revert "cache/dynacache: Prevent multiple concurrent resizes"

This reverts commit 564bae06f6513cbca80bd54411f9a66ec2115995.

Thinking about it, the above doesn't make any sense/having any effect.

564bae0... by Bjørn Erik Pedersen

cache/dynacache: Prevent multiple concurrent resizes

Updates #12129

bf14d0c... by Bjørn Erik Pedersen

Speed up GetPage

```
name old time/op new time/op delta
GetPage-10 413ns ± 0% 287ns ± 1% -30.47% (p=0.029 n=4+4)
GetPageRegular/From_root-10 757ns ± 1% 706ns ± 1% -6.75% (p=0.029 n=4+4)
GetPageRegular/Page_relative-10 838ns ± 1% 786ns ± 1% -6.16% (p=0.029 n=4+4)

name old alloc/op new alloc/op delta
GetPage-10 312B ± 0% 24B ± 0% -92.31% (p=0.029 n=4+4)
GetPageRegular/From_root-10 328B ± 0% 200B ± 0% -39.02% (p=0.029 n=4+4)
GetPageRegular/Page_relative-10 360B ± 0% 232B ± 0% -35.56% (p=0.029 n=4+4)

name old allocs/op new allocs/op delta
GetPage-10 8.00 ± 0% 2.00 ± 0% -75.00% (p=0.029 n=4+4)
GetPageRegular/From_root-10 7.00 ± 0% 5.00 ± 0% -28.57% (p=0.029 n=4+4)
GetPageRegular/Page_relative-10 9.00 ± 0% 7.00 ± 0% -22.22% (p=0.029 n=4+4)
```

f521336... by Bjørn Erik Pedersen

hugolib: Fix a .Page.GetPage from bundle case

Fixes #12120

c4fe45f... by Bjørn Erik Pedersen

resources: Skip the image golden tests when running locally

See #12119

554aa58... by Benjamin Altpeter <email address hidden>

js: Support JSX and JSXImportSourceOptions

Fixes #12118

36bf3cb... by Joe Mooring <email address hidden>

hugolib: Add capitalizeListTitles config option

Whether to capitalize automatic page titles, applicable to section,
taxonomy, and term pages. Default is true.

Closes #9793
Closes #12115