Skip to content

Commit 495e74a

Browse files
committed
Cowboy 2.14.2
1 parent 46994f9 commit 495e74a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PROJECT = cowboy
44
PROJECT_DESCRIPTION = Small, fast, modern HTTP server.
5-
PROJECT_VERSION = 2.14.1
5+
PROJECT_VERSION = 2.14.2
66
PROJECT_REGISTERED = cowboy_clock
77

88
# Options.

doc/src/guide/getting_started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fetch and compile Cowboy, and that we will use releases:
6969
PROJECT = hello_erlang
7070
7171
DEPS = cowboy
72-
dep_cowboy_commit = 2.14.1
72+
dep_cowboy_commit = 2.14.2
7373
7474
REL_DEPS = relx
7575

doc/src/guide/migrating_from_2.14.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33

44
The following patch versions were released since Cowboy 2.14:
55

6+
=== Cowboy 2.14.2
7+
8+
Cowboy compiled without `COWBOY_QUICER` set would
9+
have a number of Dialyzer errors. Now in that
10+
scenario the HTTP/3 code is fully behind ifdefs
11+
and Dialyzer no longer complains.
12+
13+
Now when `COWBOY_QUICER` isn't set:
14+
15+
* `cowboy:start_quic/3` is no longer defined.
16+
* `cowboy_http3` compiles to an empty module.
17+
* `cowboy_quicer` compiles to an empty module.
18+
619
=== Cowboy 2.14.1
720

821
HTTP/2 Websocket did not call `terminate/3` on abrupt

ebin/cowboy.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, 'cowboy', [
22
{description, "Small, fast, modern HTTP server."},
3-
{vsn, "2.14.1"},
3+
{vsn, "2.14.2"},
44
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_children','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_decompress_h','cowboy_handler','cowboy_http','cowboy_http2','cowboy_http3','cowboy_loop','cowboy_metrics_h','cowboy_middleware','cowboy_quicer','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_tracer_h','cowboy_websocket','cowboy_webtransport']},
55
{registered, [cowboy_sup,cowboy_clock]},
66
{applications, [kernel,stdlib,crypto,cowlib,ranch]},

0 commit comments

Comments
 (0)