Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 685 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 685 Bytes

Changelog

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.

[Unreleased]

0.2.0 - 2024-02-24

Fixed

  • [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 if poll_ready returned overload.