Skip to content

Replace uuid dependency with native crypto.randomUUID() - #1543

Merged
danielpeintner merged 4 commits into
eclipse-thingweb:masterfrom
relu91:chore/bump-uuid
Jul 24, 2026
Merged

Replace uuid dependency with native crypto.randomUUID()#1543
danielpeintner merged 4 commits into
eclipse-thingweb:masterfrom
relu91:chore/bump-uuid

Conversation

@relu91

@relu91 relu91 commented Jul 24, 2026

Copy link
Copy Markdown
Member

Replaced the external uuid package with Node.js/Web native crypto.randomUUID().

Why:

The only reasons to keep it are if we want to have other UUID versions or utils (NIL UUID parsing etc.). Currently, we don't use any of those, so I suggest re-evaluating if that is the case.

@danielpeintner danielpeintner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks great!

@danielpeintner
danielpeintner merged commit 9dbc818 into eclipse-thingweb:master Jul 24, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants