Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skepfyr committed Feb 24, 2024
1 parent 2fff6df commit 7a5c3bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0](https://github.com/Skepfyr/little-loadshedder/compare/v0.1.0...v0.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.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "little-loadshedder"
description = "Latency-based load-shedding hyper/tower middleware"
version = "0.1.0"
version = "0.2.0"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/Skepfyr/little-loadshedder"
Expand Down

0 comments on commit 7a5c3bc

Please sign in to comment.