Skip to content

Tags: vishalbelsare/plumber

Tags

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.4.4

Toggle v0.4.4's commit message
Merge branch 'v044'

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