Fixes
- Fix bug causing empty node level meta, snapshot config errors (#4459, #4726)
- Support click versions in the v7.x series (#4566, #4681)
- Fixed a bug where nodes that depend on multiple macros couldn't be selected using
-s state:modified
(#4678, #4820) - Catch all Requests Exceptions on deps install to attempt retries. Also log the exceptions hit. (#4849, #4865)
- Fix partial parsing bug with multiple snapshot blocks (#4771, #4773)
- Use cli_vars instead of context to create package and selector renderers (#4876, #4878)
- Catch more cases to retry package retrieval for deps pointing to the hub. Also start to cache the package requests. (#4849, #4982)
- Relax minimum supported version of MarkupSafe (#4745, #5039)
Under the Hood
- Automate changelog generation with changie (#4652, #4743)
- Fix broken links for changelog generation and tweak GHA to only post a comment once when changelog entry is missing (#4848, #4857)
Docs
- Resolve errors related to operations preventing DAG from generating in the docs. Also patch a spark issue to allow search to filter accurately past the missing columns. (#4578, #4763)
- backporting performance regression testing readme (#4904, #5042)
Contributors
- @adamantike (#5039)
- @twilly (#4681)