Skip to content

Commit 70aea75

Browse files
authored
feat(NODE-5224): deprecate UUID hex string cache control (#573)
1 parent d239cd1 commit 70aea75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binary.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ const UUID_WITH_DASHES = /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A
320320
* @public
321321
*/
322322
export class UUID extends Binary {
323+
/** @deprecated Hex string is no longer cached, this control will be removed in a future major release */
323324
static cacheHexString = false;
324325
/**
325326
* Create a UUID type

0 commit comments

Comments
 (0)