New features and enhancements
- Use scoped logging (#1496, #1497 by @dreusel)
- Simplify nesting of elements inside
ui.circular_progress
(#1491, #1493 by @Vincent1334, @pythonormen, @rodja)
Bugfixes
- Stop
ui.timer
when its context is deleted (#1500 by @dreusel, @falkoschindler) - Adhere forwarded-prefix for redirects (#1464, #1501 by @Smug246, @rodja)
- Catch gaierror and improve startup speed (#1178, #1498 by @tianqiqiu, @natankeddem, @pythoninthegrass, @rodja)
- Fix type of
GenericEventArguments.args
(#1518 by @AndrewMHenry, @falkoschindler) - Make distinction between absolute and relative urls in redirect middleware (#1517 by @Smug246, @rodja)
- Fix and improve elements clear, remove and delete methods (#1512, #1514 by @dreusel, @falkoschindler)
Documentation
- Fix bug in storage demo (#1511 by @v479038280, @rodja)
- Ensure search index is not cached between versions (#1499 by @rodja)