8000 Release v2.0.0 · porsager/ey · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.0.0

Compare
Choose a tag to compare
@porsager porsager released this 05 Feb 20:51
· 62 commits to master since this release
  • Ensure we're not ended f3c9d67
  • Better d286209
  • Throw better error on no access to cert + key b0769af
  • Fix wildcard routes b134846
  • Readd mistaken options removal 52bc930
  • Add r.secure 54f3c83
  • Fix address 7c6bcbd
  • Clean up f922051
  • Add protocol e95fc22
  • Fix r.params values ab16aeb
  • Make websocket methods fail safe 137f6e9
  • Fix unlisten not working 5589ec7
  • Fix regression from making regex work with subs 6719003
  • Reenable compression (uws ssl chunked bug fixed) 9a52d12
  • Ensure route works with regex 1eead66
  • Set engines a647544
  • Update uWebSockets a5a29d3
  • Increase default max payload length 7ee2dbc
  • Expose rawQuery bf3b07d
  • Default cookies to Path: '/' bb5768d
  • Secure cookies don't work with websockets on safari (grrr) - disable auto default 99bd6c3
  • Fix how options are passed to requests 50f1583
  • Use better name for handler object for ws c5babec
  • Allow extra options for uws 634e21d
  • Fix ssl conditions dfeea9c
  • Don't read data if past response fd4b60e
  • Make status optional 364ab9b
  • Remove unused import 638d0fc
  • Allow more parameters for r.json ec0e3f6
  • Properly format Date header values dc68f77
  • Fix potential race condition on abort during file streaming d4e2dfc
  • Disable streaming compression on ssl (uws issue) 47a3d81
  • Fix backpressure when streaming e7c3241
  • Fix bad backpressure handling and improve performance of file serving 8f03cee
  • Compress hls m3u8 parts e087c7f
  • Don't try to reply on close error thrown 1f54088
  • Fix always using 500 text for statusEnd e085a41
  • endWithoutBuffer doesn't work with arguments 639fc96
  • Properly end without body f6ecfcb
  • Prevent nested cork (fix hanging responses) af69cbf
  • Fix ending 4313130
  • Improve api and response handling 7147e58
  • Prevent nested corking c4bbede
  • Rewrite stream to use pipeline and fix stalled requests 7143b67
  • Fix head and streamed file requests c6fd9d8

v1.4.4...v2.0.0

0