We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d902b commit 13061b6Copy full SHA for 13061b6
api-reference/v2/resources/changelog.mdx
@@ -3,6 +3,12 @@ title: Glide API Changelog
3
sidebarTitle: Changelog
4
---
5
6
+### November 21, 2024
7
+
8
+- Introduced `HEAD /tables/{tableID}/rows` endpoint to retrieve the current version of table data via `ETag` header.
9
+- Added support for the `If-Match` header to the Overwrite Table and Update Row endpoints.
10
+- Introduced a new Data Versioning guide.
11
12
### November 11, 2024
13
14
- Added `GET /tables/{tableID}/rows` endpoint to retrieve rows from a specified table with pagination.
0 commit comments