From 39a347ae47a36dd69c42bfb0d9cd333a9e2c9644 Mon Sep 17 00:00:00 2001 From: svc-changelog Date: Wed, 28 Sep 2022 16:46:19 +0000 Subject: [PATCH] Add generated changelog entries --- changelog/@unreleased/pr-6196.v2.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/@unreleased/pr-6196.v2.yml diff --git a/changelog/@unreleased/pr-6196.v2.yml b/changelog/@unreleased/pr-6196.v2.yml new file mode 100644 index 00000000000..e3504cbe478 --- /dev/null +++ b/changelog/@unreleased/pr-6196.v2.yml @@ -0,0 +1,7 @@ +type: improvement +improvement: + description: '`lock`, `unlockV2`, `waitForLocks`, and `refreshLocksV2` endpoints + will have the `compress-request` tag set, enabling more locks to be sent in a + request without hitting the 50MB limit. This should not impact performance.' + links: + - https://github.com/palantir/atlasdb/pull/6196