zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

CHANGELOG.md (2011B)


      1 # Changelog
      2 
      3 ## v2.6.0
      4 
      5 ### Enhancements
      6 
      7   * Support websocket upgrades
      8   * Require Plug v1.14+ and Elixir v1.10+
      9 
     10 ## v2.5.2
     11 
     12 ### Enhancements
     13 
     14   * Fix warnings when running on telemetry 1.x
     15 
     16 ## v2.5.1
     17 
     18 ### Enhancements
     19 
     20   * Allow to configure which errors should be logged
     21   * Support telemetry 0.4.x or 1.x
     22 
     23 ## v2.5.0
     24 
     25 ### Enhancements
     26 
     27   * Return `:conn` as Logger metadata on translator
     28   * Support Ranch 2.0
     29   * Support the `:net` option so developers can work with keyword lists
     30   * Remove previously deprecated options
     31 
     32 ## v2.4.1 (2020-10-31)
     33 
     34 ### Bug fixes
     35 
     36   * Properly format linked exits
     37 
     38 ## v2.4.0 (2020-10-11)
     39 
     40 ### Bug fixes
     41 
     42   * Add [cowboy_telemetry](https://github.com/beam-telemetry/cowboy_telemetry/) as a dependency and enable it by default
     43 
     44 ## v2.3.0 (2020-06-11)
     45 
     46 Plug.Cowboy requires Elixir v1.7 or later.
     47 
     48 ### Bug fixes
     49 
     50   * The telemetry events added in version v2.2.0 does not work as expected. The whole v2.2.x branch has been retired in favor of v2.3.0.
     51 
     52 ## v2.2.2 (2020-05-25)
     53 
     54 ### Enhancements
     55 
     56   * Emit telemetry event for Cowboy early errors
     57   * Improve error messages for Cowboy early errors
     58 
     59 ## v2.2.1 (2020-04-21)
     60 
     61 ### Enhancements
     62 
     63   * Use proper telemetry metadata for exceptions
     64 
     65 ## v2.2.0 (2020-04-21)
     66 
     67 ### Enhancements
     68 
     69   * Include telemetry support
     70 
     71 ## v2.1.3 (2020-04-14)
     72 
     73 ### Bug fixes
     74 
     75   * Properly support the :options option before removal
     76 
     77 ## v2.1.2 (2020-01-28)
     78 
     79 ### Bug fixes
     80 
     81   * Properly deprecate the :timeout option before removal
     82 
     83 ## v2.1.1 (2020-01-08)
     84 
     85 ### Enhancement
     86 
     87   * Improve docs and simplify child spec API
     88 
     89 ## v2.1.0 (2019-06-27)
     90 
     91 ### Enhancement
     92 
     93   * Add `Plug.Cowboy.Drainer` for connection draining
     94 
     95 ## v2.0.2 (2019-03-18)
     96 
     97 ### Enhancements
     98 
     99   * Unwrap `Plug.Conn.WrapperError` on handler error
    100   * Include `crash_reason` as logger metadata
    101 
    102 ## v2.0.1 (2018-12-13)
    103 
    104 ### Bug fixes
    105 
    106   * Respect `:read_length` and `:read_timeout` in `read_body` with Cowboy 2
    107 
    108 ## v2.0.0 (2018-10-20)
    109 
    110 Extract `Plug.Adapters.Cowboy2` from Plug into `Plug.Cowboy`