Skip to content

Commit

Permalink
prepare v0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sneako committed Sep 4, 2024
1 parent 8b2ed4f commit 7f50a35
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v0.19.0 (2024-09-04)

### Enhancements

- Update @mint_tls_opts in pool_manager.ex #266
- Document there is no backpressure on HTTP2 #283
- Fix test: compare file size instead of map #284
- Finch.request/3: Use improper list and avoid Enum.reverse #286
- Require Mint 1.6 #287
- Remove castore dependency #274
- Fix typos and improve language in docs and comments #285
- fix logo size in README #275

### Bug Fixes

- Tweak Finch supervisor children startup order #289, fixes #277
- implement handle_cancelled/2 pool callback #268, fixes #257
- type Finch.request_opt() was missing the :request_timeout option #278

## v0.18.0 (2024-02-09)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The package can be installed by adding `finch` to your list of dependencies in `
```elixir
def deps do
[
{:finch, "~> 0.18"}
{:finch, "~> 0.19"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Finch.MixProject do
use Mix.Project

@name "Finch"
@version "0.18.0"
@version "0.19.0"
@repo_url "https://github.com/sneako/finch"

def project do
Expand Down

0 comments on commit 7f50a35

Please sign in to comment.