Skip to content

v3.0.1

Latest

Choose a tag to compare

@timriley timriley released this 02 Jul 23:54
v3.0.1
8f33c86

Adding an improvement that was originally intended for 3.0.0.

Added

  • Support additional Cache-Control directives in response.cache_control: :immutable, :must_understand, stale_while_revalidate: (requires a duration) and stale_if_error: (requires a duration). (@timriley in #522)

Changed

  • response.cache_control raises ArgumentError for unknown directives instead of silently dropping them. (@timriley in #522)

Compare v3.0.0 ... v3.0.1