Tags: vishalbelsare/plumber
Tags
Release v0.4.6 (rstudio#268) * bump version * add check steps and tweak reelase steps * update docker file to pandoc 2.2-1 like travis-ci * add revdep checks * add rhub script * add revdep output * adjust release steps * copy cran comments from another pkg * on windows, files that end with a '/' do not exist (and will have a different error) * update cran comments * rhub note * spelling * add note in cran comments about mac port 8000
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.
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.