Skip to content

Commit

Permalink
Changelog update for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Nov 27, 2023
1 parent fbdbd97 commit 4f0c6b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**:
Expand Down

0 comments on commit 4f0c6b5

Please sign in to comment.