Skip to content

Commit

Permalink
Release v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 1, 2023
1 parent 7b7f1fd commit b61dd87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## v1.15.0-dev
## v1.15.0 (2023-10-01)

### Enhancements

* Add `Plug.Conn.get_session/3` for default value
* Allow `Plug.SSL.configure/1` to accept all :ssl options
* Optimize query decoding by 15% to 45% - this removes the previously deprecated `:limit` MFA and `:include_unnamed_parts_at` from MULTIPART

## v1.14.2 (2023-03-23)
Expand Down Expand Up @@ -216,7 +218,7 @@ Require Elixir v1.10+.
* [Plug.Parsers] Add option to skip utf8 validation
* [Plug.Parsers] Make multipart support MFA for `:length` limit
* [Plug.Static] Accept MFA for `:header` option

### Notes
* When implementing the `Plug.Exception` protocol, if the new `actions` function is not implemented, a warning will printed during compilation.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Plug.MixProject do
use Mix.Project

@version "1.14.2"
@version "1.15.0"
@description "Compose web applications with functions"
@xref_exclude [Plug.Cowboy, :ssl]

Expand Down

0 comments on commit b61dd87

Please sign in to comment.