Releases: mochi/mochiweb
Releases · mochi/mochiweb
mochiweb v3.2.2
mochiweb v3.2.1
Version 3.2.1 released 2023-09-22
- mochinum:digits/1: fix handling of -0.0 for OTP-26.1/27.0
#260
mochiweb v3.2.0
Version 3.2.0 released 2023-08-31
- Add new mochiweb_request:is_closed/1 function
#258
mochiweb v3.1.2
Version 3.1.2 released 2023-04-20
- Fix rebar edoc settings
#257
mochiweb v3.1.1
mochiweb v3.1.0
mochiweb v3.0.0
Version 3.0.0 released 2022-05-09
- rebar3 is now the preferred build tool (finally)
#241
#243 - Minimum OTP version is now 18, which
allows us to remove a number of backwards
compatibility hacks while still supporting
almost 7 years of Erlang releases.
#239 - Crashing client processes now exit with reason
{shutdown, Error}
. This ensures processes
linked to the connection process are also
cleaned up. If exitnormal
was caught in a
request loop callback, for example in a
try ... catch exit:normal ...
expression,
that expression might have to be updated to
handle the{shutdown, Error}
error reason.
#238
#242
mochiweb v2.22.0
Version 2.22.0 released 2021-08-23
- Renamed master branch to main
- Add unquote_path/1 for separate '+' encoding
#231
mochiweb v2.21.0
mochiweb v2.20.1
Version 2.20.1 released 2020-02-03
- Removed deprecated metadata from .app file