Releases: mu-semtech/mu-ruby-template
Releases · mu-semtech/mu-ruby-template
v2.11.0
v2.10.0
v2.9.0
- Add support for mu-authorization
- Pass through the mu-call-id header
v2.8.0
v2.7.0
v2.6.0
- Extend URI::Generic class with
sparql_escape
helper - Extend DateTime class with
sparql_escape
helper - Add new escape helpers to escape any value:
sparql_escape_string
,sparql_escape_uri
,sparql_escape_date
,sparql_escape_datetime
,sparql_escape_bool
,sparql_escape_int
,sparql_escape_float
v2.5.0-ruby2.3
- Add
@json_body
helper containing the parsed JSON body of a request
v2.4.0-ruby2.3
- Make helpers available outside a Sinatra context
- Send logs to STDOUT
v2.3.0-ruby2.3
- Configuration of Bundler load path
- [Experimental] Add MU_SPARQL_UPDATE_ENDPOINT environment variable to configure SPARQL update endpoint path
v2.2.0-ruby2.3
- Add
MU_SPARQL_TIMEOUT
to configure SPARQL query timeout - Make
SinatraTemplate::Helpers
methods available as module functions