Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 6 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
## 0.6.1
## 0.6.2

- chore: loosen dart constraint by @btrautmann in https://github.com/Betterment/sturdy_http/pull/25

**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.6.1...v0.6.2

## What's Changed
## 0.6.1

- fix: do not emit DecodingError when response is null by @btrautmann in https://github.com/Betterment/sturdy_http/pull/22

**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.6.0...v0.6.1

## 0.6.0

## What's Changed

- chore: upgrade dependencies; remove freezed by @btrautmann in https://github.com/Betterment/sturdy_http/pull/19
- chore: add proper toString() implementations for NetworkResponse types by @btrautmann in https://github.com/Betterment/sturdy_http/pull/20

Expand All @@ -21,24 +23,18 @@

## 0.5.1

## What's Changed

- fix: loosen collection constraint by @btrautmann in https://github.com/Betterment/sturdy_http/pull/16

**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.5.0...v0.5.1

## 0.5.0

## What's Changed

- refactor: make network response a sealed class by @btrautmann in https://github.com/Betterment/sturdy_http/pull/14

**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.4.0...v0.5.0

## 0.4.0

## What's Changed

- feat: Add support for `426: Upgrade Required` by @willlockwood in https://github.com/Betterment/sturdy_http/pull/12

## New Contributors
Expand All @@ -49,24 +45,18 @@

## 0.3.1

## What's Changed

- fix: export retry_behavior by @btrautmann in https://github.com/Betterment/sturdy_http/pull/10

**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.3.0...v0.3.1

## 0.3.0

## What's Changed

- feat: support retrying failed requests by @btrautmann in https://github.com/Betterment/sturdy_http/pull/8

**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.2.0...v0.3.0

## 0.2.0

## What's Changed

- chore: update outdated dependencies by @ClaireDavis in https://github.com/Betterment/sturdy_http/pull/6

## New Contributors
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sturdy_http
description: A strongly typed, event-based, reliable HTTP client that wraps `Dio`.
version: 0.6.1
version: 0.6.2
homepage: https://github.com/Betterment/sturdy_http
repository: https://github.com/Betterment/sturdy_http

Expand Down