Releases: danschultzer/test_server
Releases · danschultzer/test_server
v0.1.12
29 Apr 15:14
Compare
Sorry, something went wrong.
No results found
Fixed breaking change to options in Bandit 0.7.6 #11
v0.1.11
28 Mar 00:25
Compare
Sorry, something went wrong.
No results found
Now uses Plug.Conn.resp/3 instead of Plug.Conn.send_resp/3 to prevent controlling process issue in Bandit #9
Silenced Bandit logs #10
Silence TLS notice logs #10
v0.1.10
22 Feb 10:53
Compare
Sorry, something went wrong.
No results found
:httpd server adapter now can read request body #8
v0.1.9
19 Feb 03:04
Compare
Sorry, something went wrong.
No results found
:httpd server adapter now parses remote ip to tuple format #7
:httpd server adapter now parses host from host header #7
Specifying :host now also binds the hostname to IPv6 loopback #7
Added :ipfamily option to set IP address type to use #7
v0.1.8
11 Feb 05:30
Compare
Sorry, something went wrong.
No results found
Support Bandit and httpd web server #5
BREAKING CHANGE: SSL certificate settings have been moved to the :tls option #5
v0.1.7
06 Oct 15:06
Compare
Sorry, something went wrong.
No results found
The specified port is checked to ensure is in valid range
v0.1.6
22 Sep 14:39
Compare
Sorry, something went wrong.
No results found
Added suspended routes and web socket handlers to error messages
v0.1.5
13 Sep 21:15
Compare
Sorry, something went wrong.
No results found
TestServer.websocket_info/2 now takes the callback function as second argument
v0.1.4
13 Sep 20:55
Compare
Sorry, something went wrong.
No results found
v0.1.3
13 Sep 00:13
Compare
Sorry, something went wrong.
No results found
Improved multi-instance handling
Support for pre-match plugs