Skip to content

Releases: mochi/mochiweb

mochiweb v3.3.0

17 Sep 18:56
edea384

Choose a tag to compare

What's Changed

  • Add OTP 28 to CI and fix crypto:start() deprecation warning by @nickva in #264
  • Update CHANGES and version for v3.3.0 by @etrepum in #265

Full Changelog: v3.2.2...v3.3.0

mochiweb v3.2.2

21 Mar 22:35
611254e

Choose a tag to compare

Version 3.2.2 released 2024-03-21

  • Use single quotes around 'maybe' atom for compatibility with OTP 27
    #262
  • Update Erlang CI images
    #261

mochiweb v3.2.1

22 Sep 15:38

Choose a tag to compare

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

31 Aug 17:25
cab4474

Choose a tag to compare

Version 3.2.0 released 2023-08-31

  • Add new mochiweb_request:is_closed/1 function
    #258

mochiweb v3.1.2

20 Apr 21:19
0733494

Choose a tag to compare

Version 3.1.2 released 2023-04-20

  • Fix rebar edoc settings
    #257

mochiweb v3.1.1

12 Oct 05:39
7c4d311

Choose a tag to compare

Version 3.1.1 released 2022-10-11

  • OTP 25 added to test matrix
    #251
  • Fix for chunk length parsing edge case
    #249

mochiweb v3.1.0

14 Aug 02:35

Choose a tag to compare

Version 3.1.0 released 2022-08-21

  • Leading and trailing whitespace in header values are now trimmed
    for better RFC 7230 compliance.
    #247
    #248

mochiweb v3.0.0

10 May 03:30
845803a

Choose a tag to compare

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 exit normal 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

23 Aug 23:16
835b107

Choose a tag to compare

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

07 Jun 03:55
db54089

Choose a tag to compare

Version 2.21.0 released 2021-06-06

  • Upgrade crypto functions to support OTP 23
    #231
  • Switch from Travis to GitHub Actions for testing
    #232