Skip to content

Tags: fomenkosmart/plumber

Tags

v0.4.2

Toggle v0.4.2's commit message
Bump to 0.4.2 (rstudio#147)

* Bump to 0.4.2.

* Note Apache 2 changes.

* Update domain.

* Skip failing test on CRAN.

* Print fails on cran for some odd reason.

* Escape high-ASCII

* Don't test high ASCII on cran.

v0.4.0

Toggle v0.4.0's commit message
Don't wildcard allow-origin by default. (rstudio#144)

* Don't wildcard allow-origin by default.

This could be considered a vulnerability in how Plumber behaved previously. This, by default, allows cross-origin GET, HEAD, and POST requests using the standard headers from any origin. We've decided that this is something you should opt-in to, so we're removing this as the default.

* Support OPTIONS requests

Makes it feasible for you to build your own CORS handler.

* Note NEWS changes.

v0.3.3

Toggle v0.3.3's commit message
Brace for rstudio#101.

v0.3.2

Toggle v0.3.2's commit message
Skip pandoc-dependent tests where not available.

v0.2.4

Toggle v0.2.4's commit message
Added utils imports.

v0.2.0

Toggle v0.2.0's commit message
Added NEWS.

v0.1.0

Toggle v0.1.0's commit message
Added logo