Sha256: f031c6c07209e2a779091df0efc00a7b00cbeccba5949e6fc03d933e957933e6

Contents?: true

Size: 1.34 KB

Versions: 61

Compression:

Stored size: 1.34 KB

Contents

= Improvements

* The render/view methods in the render plugin, when called with
  a single string/symbol argument (the most common case), are now
  up to 2x faster in cache: false mode by directly calling compiled
  template methods.  This takes the performance increase in 3.22.0
  and applies it to cache: false mode in addition to cache: true
  mode.  If the template file has changed, the compiled method is
  removed, and a new compiled method replaces it.

* Template modification detection in the render plugin now uses a
  faster check for modification, which also avoids a race condition.

* The type_routing plugin now handles requests with nothing but the
  extension in the request path.  This fixes cases when you have
  one app partially route a request, and send the request to another
  app, and that app uses the type_routing plugin and has an r.is
  call at the root level.

* The roda/session_middleware middleware now works correctly if the
  type_routing plugin is loaded into Roda itself (as opposed to a
  Roda subclass).

* The exception_page plugin now always shows the line number for
  each line.  Previously, it only showed the line number if it was
  showing the content of the line, which complicated debugging in
  cases where the content of the line was no longer retrievable
  due to file system permissions or restrictions (e.g. chroot).

Version data entries

61 entries across 61 versions & 1 rubygems

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