Skip to content

Bump node-opcua from 2.162.0 to 2.166.0#41

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/node-opcua-2.166.0
Closed

Bump node-opcua from 2.162.0 to 2.166.0#41
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/node-opcua-2.166.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps node-opcua from 2.162.0 to 2.166.0.

Release notes

Sourced from node-opcua's releases.

v2.165.1 (patch)

Full Changelog: node-opcua/node-opcua@v2.165.0...v2.165.1

Bump global-mutex version

see https://github.com/node-opcua/node-opcua/releases/tag/v2.165.0 for latest release notes

🚀 Release Notes — v2.165.0

node-opcua v2.165.0 — Release Notes

Release date: 2026-03-18

This release brings advertised-endpoints support (ideal for Docker / NAT / proxy deployments), a global method-call interceptor API, several new server lifecycle helpers, and important bug fixes for extension-object binding and certificate handling.


✨ New Features

1. Advertised Endpoints — Docker / NAT / Proxy support

When a server runs behind Docker port-mapping, a reverse proxy, or a NAT gateway, the internal listen URL differs from the URL that clients actually use. The new advertisedEndpoints option lets you declare external URLs that are returned in GetEndpoints responses, while the server continues to listen on its original port.

Simple string shorthand

import { OPCUAServer } from "node-opcua";
const server = new OPCUAServer({
port: 4840,
advertisedEndpoints: "opc.tcp://public.example.com:48401",
});

Multiple URLs

const server = new OPCUAServer({
    port: 4840,
    advertisedEndpoints: [
        "opc.tcp://public.example.com:48401",
        "opc.tcp://vpn.internal:4840",
    ],
});

Per-URL security overrides

Different interfaces can have different security requirements — for example a public endpoint that enforces SignAndEncrypt and disallows anonymous access, while the internal one allows all modes:

</tr></table> 

... (truncated)

Commits
  • b50d48c v2.166.0
  • 6ac3120 chore: update packages
  • b82c293 fix(secure-channel): add TTL eviction to nonce cache
  • c6b0573 fix(server): add nonce verification to UserNameIdentityToken
  • e4c3c87 chore: minor fixes
  • 4002059 v2.165.2
  • e625c48 chore: update packages (support for openssl >3.5)
  • e7c8958 v2.165.1
  • 24b97ba chore: update packages (fixing global-mutex issue)
  • fe53ac0 v2.165.0
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 26, 2026
Bumps [node-opcua](https://github.com/node-opcua/node-opcua) from 2.162.0 to 2.166.0.
- [Release notes](https://github.com/node-opcua/node-opcua/releases)
- [Changelog](https://github.com/node-opcua/node-opcua/blob/master/RELEASE_NOTES.md)
- [Commits](node-opcua/node-opcua@v2.162.0...v2.166.0)

---
updated-dependencies:
- dependency-name: node-opcua
  dependency-version: 2.166.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-opcua-2.166.0 branch from 8c7948a to 07d10d2 Compare March 30, 2026 13:36
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 31, 2026

Superseded by #44.

@dependabot dependabot bot closed this Mar 31, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/node-opcua-2.166.0 branch March 31, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants