Skip to content

Releases: danschultzer/test_server

v0.1.17

30 Sep 18:58
Compare
Choose a tag to compare

v0.1.16

03 Apr 03:51
Compare
Choose a tag to compare
  • Fixed breaking changes with Bandit 1.4 #22

v0.1.15

26 Feb 16:45
Compare
Choose a tag to compare
  • Validates :http_server option #21

v0.1.14

18 Nov 13:35
Compare
Choose a tag to compare

v0.1.13

26 Aug 21:54
Compare
Choose a tag to compare
  • Fixed controlling process issues related to using the Bandit HTTP/2 adapter calling Plug.Conn functions in plug callbacks #15

v0.1.12

29 Apr 15:14
Compare
Choose a tag to compare
  • Fixed breaking change to options in Bandit 0.7.6 #11

v0.1.11

28 Mar 00:25
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • :httpd server adapter now can read request body #8

v0.1.9

19 Feb 03:04
Compare
Choose a tag to compare
  • :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
Choose a tag to compare
  • Support Bandit and httpd web server #5
  • BREAKING CHANGE: SSL certificate settings have been moved to the :tls option #5