Releases: r-lib/webfakes
v1.1.2
- webfakes now compiles on older macOS versions (before 10.12).
v1.1.1
First release as webfakes. New compared to presser 1.1.0:
-
New
local_app_process()
function to automatically clean up the
server process. -
Now
new_app_process()
(and the newlocal_app_process()
as well) only
start the server process for frist$url()
or$get_port()
call,
by default. -
Now
new_app_process()
andlocal_app_process()
automatically clean up
the server process is the main R process terminates. -
New OAuth2.0 helper apps and functions:
oauth2_resource_app()
,
oauth2_third_party_app()
,oauth2_httr_login()
,oauth2_login()
.
See the OAuth2.0 article. -
mw_log()
now works correctly when writing the log to a file, in an
app process.
v1.1.0
-
Support chunked resposes via the new
response$send_chunk()
method. -
New
httpbin_app()
end point:/stream-bytes
, to send chunked
random bytes. -
New
httpbin_app()
end point:/response-headers
, to set response
headers. -
The web server now does not crash if the connection is closed by the
client while delaying the response.
v1.0.0
First release.