From 4f0c6b589c92f909cee793cfe5654541cbee8da5 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Tue, 28 Nov 2023 00:15:46 +0100 Subject: [PATCH] Changelog update for version bump --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e552095..fe8f69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### **1.2.0** + +**Changes**: + +- Added support to `undefined` return type from `onUpdateRequest` callback. When this will happen, an `HTTP 304 Not Modified` will be sent instead. When a pass is returned, instead, the header `last-modified` will be supplied to the response, with the current UTC time; +- Added support to a new parameter `modifiedSinceTimestamp` in `onUpdateRequest` callback, containing the timestamp (number) of the provided request header `if-modified-since`. If the header is not available, it will be `undefined`; + +--- + ### **1.1.0** **Changes**: