Packages

Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked responses to client requests. This is helpful when you want to create a mock HTTP server and test how your HTTP client handles different types of server responses.

Current section

Files

Jump to
bypass CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v2.1.0 - 13 Nov 2020
* Support latest Cowboy.
* Require at least Elixir 1.7.
* Ditch Cowboy 1.0
## v2.0.0 - 19 Aug 2020
* Allow the redefinition of routes.
* Make listen interface configurable.
* Add SO_REUSEPORT.
* Add support for parametric routes.
* Switch from :simple_one_for_one to DynamicSupervisor.
* Require at least Elixir 1.6.
* Replace gun with mint.
## v1.0.0 - 26 Nov 2018
* Support for Plug 1.7 with `plug_cowboy` 1 and 2.
## v0.9.0 - 30 Sept 2018
* Add support for Cowboy 2 thanks to @hassox
## v0.6.0 - 2 Feb 2017
* Add support for Elixir v1.0
* Allow choosing the port number for a Bypass instance
* Bypass instances now only listen on the loopback interface