-
The port many now be specified as an environment variable. User-provided ports must be between 1024 and 49151 (following IANA guidelines) and may not be a known unsafe port. plumber will now throw an error if an invalid port is requested. (@shikokuchuo @gadenbuie #963)
-
Added support for graphic devices provided by {ragg} and {svglite} (@thomasp85 #964).
-
parse_rds()
,parse_feather()
, andparse_parquet()
no longer writes data to disk during parsing (@thomasp85, #942). -
Returning error messages are now turned off by default rather than being turned on if running interactively and turned off if not (@thomasp85, #962).
-
New serializers:
-
New request body parsers:
-
Mounts now have a dynamic
req$PATH_INFO
instead of a pre-computed value. (#888) -
validate_api_spec()
now uses@redocly/cli
to validate the API spec. (#986) -
Added
operationId
to each operation within the auto-generated OpenAPI output. The value is similar to thePATH-VERB
, e.g./users/create-POST
. (#986)