Sha256: 8937114d9a080a1751d8e2197c78b060fecf950484d3c157daa4524aada80a7d

Contents?: true

Size: 1008 Bytes

Versions: 79

Compression:

Stored size: 1008 Bytes

Contents

= New Features

* An early_hints plugin has been added for senting 103 Early Hint
  responses.  This is currently only supported on puma 3.11+, and
  can allow for improved performance by letting the requestor know
  which related files will be needed by the request.

* An :early_hints option has been added to the assets plugin.  If
  given, calling the assets method will also issue an early hint
  for the related assets.

* A :wrap option has been added to the json_parser plugin.  If set
  to :always, all uploaded json data will be stored using a hash
  with a "_json" key.  If set to :unless_hash, uploaded json data
  will only be wrapped in such a matter if it is not already a hash.

  Using the :wrap option can fix problems when using r.params when
  the uploaded JSON data is an array and not a hash.  However, it
  does change the behavior of r.POST.  It is possible to handle
  uploaded JSON array data without the :wrap option by using r.GET
  and r.POST directly instead of using r.params.

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
roda-3.83.0 doc/release_notes/3.6.0.txt
roda-3.82.0 doc/release_notes/3.6.0.txt
roda-3.81.0 doc/release_notes/3.6.0.txt
roda-3.79.0 doc/release_notes/3.6.0.txt
roda-3.78.0 doc/release_notes/3.6.0.txt
roda-3.77.0 doc/release_notes/3.6.0.txt
roda-3.76.0 doc/release_notes/3.6.0.txt
roda-3.75.0 doc/release_notes/3.6.0.txt
roda-3.74.0 doc/release_notes/3.6.0.txt
roda-3.73.0 doc/release_notes/3.6.0.txt
roda-3.72.0 doc/release_notes/3.6.0.txt
roda-3.71.0 doc/release_notes/3.6.0.txt
roda-3.70.0 doc/release_notes/3.6.0.txt
roda-3.69.0 doc/release_notes/3.6.0.txt
roda-3.68.0 doc/release_notes/3.6.0.txt
roda-3.67.0 doc/release_notes/3.6.0.txt
roda-3.66.0 doc/release_notes/3.6.0.txt
roda-3.65.0 doc/release_notes/3.6.0.txt
roda-3.64.0 doc/release_notes/3.6.0.txt
roda-3.63.0 doc/release_notes/3.6.0.txt