Skip to content

Commit

Permalink
feat(NODE-5224): deprecate UUID hex string cache control (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Apr 24, 2023
1 parent d239cd1 commit 70aea75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/binary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
* @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
Expand Down

0 comments on commit 70aea75

Please sign in to comment.