Skip to content

Releases: rstudio/httpuv

httpuv 1.6.15

27 Mar 15:06
1963193
Compare
Choose a tag to compare
  • runStaticServer() no longer fails if browse = TRUE but utils::browseURL() is unable to open the server. (#395)

  • Improved testing of runStaticServer() to accurately test that runStaticServer() throws an error when a requested port is not available on FreeBSD. (#396)

httpuv 1.6.14

26 Jan 23:41
@wch wch
Compare
Choose a tag to compare
  • Updated Makevars.ucrt for upcoming release of Rtools (thanks to Tomas Kalibera).

  • Fixed linking to zlib on macOS (thanks to @jeroen). (#387)

httpuv 1.6.13

06 Dec 21:30
38d7ae1
Compare
Choose a tag to compare
  • Closed #388: Fix R CMD check warning re error() format strings (for r-devel). (#389)

httpuv 1.6.12

25 Oct 18:02
0e2892c
Compare
Choose a tag to compare
  • New runStaticServer() provides a convenient interface for serving a directory of static files. (#380)

  • Remove a workaround to support shiny older than version 1.0.6 (#378)

httpuv 1.6.11

12 May 09:36
@wch wch
Compare
Choose a tag to compare
  • Fix race condition introduced in 1.6.10. (#363)

  • Hygiene and metadata improvements requested by CRAN. (#366, #369, #370)

httpuv 1.6.10

08 May 20:25
@wch wch
Compare
Choose a tag to compare
  • WebSocket connections now send Ping frames to the client every 20 seconds. This is only intended to serve as a keepalive for proxies that might be sitting in front of us; we don't pay attention to whether a Pong response is received in a timely manner. (#359)

httpuv 1.6.9

14 Feb 21:26
@wch wch
Compare
Choose a tag to compare
  • Fixed #354: The incorrect method was called to clear a vector. (#355)

  • The src/Makevars file no longer sets CXX_STD=CXX11, and the DESCRIPTION file no longer lists SystemRequirements: C++11, because newer R versions always support C++11. (#356, #357)

httpuv 1.6.8

12 Jan 18:52
@wch wch
Compare
Choose a tag to compare
  • Fixed #351: A race condition could cause httpuv to crash when starting the background thread for I/O. (#352)

httpuv 1.6.7

15 Dec 17:07
Compare
Choose a tag to compare
  • Fixed rstudio/shiny#3741: The TZ environment variable could get unset in some cases. (#346)

  • Closed #302: Fixed potential thread-safety issues with timegm2 implementation. (#346)

httpuv v1.6.6

08 Sep 20:10
Compare
Choose a tag to compare
  • Update docs for CRAN (#343)

  • Updated to libuv 1.43.0. (#328)

  • Fixed #336: encodeURI() and encodeURIComponent() printed a space instead of a leading zero, as in "% A" instead of "%0A". (#337)