Commit graph

6 commits

Author SHA1 Message Date
dependabot[bot]
5c0424c4ae
Merge 9aeecf985c into c7601b2270 2026-03-26 08:04:36 -04:00
dependabot[bot]
9aeecf985c
build(deps-dev): bump picomatch from 2.3.1 to 2.3.2
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 12:03:43 +00:00
c7601b2270 fix:
- AES GCM protocol mismatch
- better, granular error handling
- UUID now uses crypto.randomUUID()
- added native mlock addon to improve security
- ZeroBuffer uses explicit_bzero now
- fixed imports

feat:
-  added unit tests
2026-03-04 11:30:44 +01:00
0b09b9a9c3 docs: adding license 2026-01-17 12:04:32 +01:00
fd1a3b50cb feature: port from python client lib 2026-01-17 12:02:08 +01:00
129c6cd004
Hello World 2026-01-17 11:56:00 +01:00