From 76eca2b44c5fd0a4f4d5037346a29c2f9a5350b5 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Wed, 12 Jul 2023 19:54:34 +0200 Subject: [PATCH] feat(NODE-5223)!: remove deprecated cacheHexString (#595) --- src/binary.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/binary.ts b/src/binary.ts index 1324fd41..6c215f23 100644 --- a/src/binary.ts +++ b/src/binary.ts @@ -321,8 +321,6 @@ const UUID_WITH_DASHES = /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A * @public */ export class UUID extends Binary { - /** @deprecated Hex string is no longer cached, this control will be removed in a future major release */ - static cacheHexString = false; /** * Create a UUID type *