* Persist Pangeo Forge execution context metadata in target datasets. This information, which includes the pangeo-forge-recipes version as well as recipe and input hashes, attaches execution provenance to the dataset itself. https://github.com/pangeo-forge/pangeo-forge-recipes/pull/359
* File pattern support for .tiffs. https://github.com/pangeo-forge/pangeo-forge-recipes/pull/393
* Improved HDFReferenceRecipe by passing target_options to the MultiZarrToZarr class.
* Typo fixes, documentation updates, and project health improvements. https://github.com/pangeo-forge/pangeo-forge-recipes/pull/364, https://github.com/pangeo-forge/pangeo-forge-recipes/pull/365, https://github.com/pangeo-forge/pangeo-forge-recipes/pull/366, https://github.com/pangeo-forge/pangeo-forge-recipes/pull/388, https://github.com/pangeo-forge/pangeo-forge-recipes/pull/396, https://github.com/pangeo-forge/pangeo-forge-recipes/pull/394, https://github.com/pangeo-forge/pangeo-forge-recipes/pull/398, https://github.com/pangeo-forge/pangeo-forge-recipes/pull/407.
* Fixed XarrayZarrRecipe's finalize_target() stage by using bulk delete APIs for consolidating Zarr coordinates.