All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2024-02-24
- [breaking] Swap from returning a LoadShedError to a LoadShedResponse.
This makes including the load shedder as a layer much easier, as it's simple to map the response as needed but fundamentally impossible to map the error as you can't do anything sensible ifpoll_ready
returned overload.