Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump node-opcua from 2.116.0 to 2.118.0 #298

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Bumps node-opcua from 2.116.0 to 2.118.0.

Release notes

Sourced from node-opcua's releases.

v2.118.0

Release Notes for 2.118.0

In this version, OPCUA Server now automatically populate the following standard UA variables with the appropriate value from the OPCUAServer constructor options:

ServerConfiguration property value
ServerCapabilities same as options.capabilitiesForMDNS like ["DA", "HA"]
ApplicationType same as options.serverInfo.applicationType
ApplicationUri as computed by the server
ProductUri same as options.serverInfo.productUri
MulticastDnsEnabled true if Server uses the MDNS ie options.registerServerMethod === RegisterServerMethod.MDNS
SupportedPrivateKeyFormats defaulted to ["PEM"]

✨ Enhancements

  • [3410d6917a] - Server: deprecate alternateEndpoints
  • [8a6eaf7def] - Server: expose Server.ServerConfiguration properties
  • [4d32977e2a] - Server: add a mechanism to simulate user identity password being encrypted inside an encrypted channel to simulate Siemens PLCs behavior.
  • [4192e06bdd] - Add traceLog

🛠 Maintenance

  • [147a330cda] - Update lock file
  • [874a9c8a35] - Chore: clean-up imports
  • [9d7eeb3095] - Chore: use IBasicSessionAsync whenever possible
  • [3e2be22cb3] - Update packages [email protected] [email protected]
  • [1d399831f6] - Chore: reorder import

💡 Sponsorship Call! 💡

NodeOPCUA thrives because of supporters like YOU! 🌟

As we passionately improve and broaden the scope of node-opcua, we're reaching out for your generous support. Join us in making a difference through our membership program at Sterfive or directly on OpenCollective. 🤝

Your contribution paves the way for innovation and nurtures a community built on collaboration and shared insights. 🚀

🌐 Let's shape the future of node-opcua together! 🌐

Thank you for being a pivotal part of our journey! 💖🙌

v2.117.0

🐛 Bug Fixes

  • [4767145f1] - Fix subscription repair when the server doesn't support TransferSubscription nor Republish #1059
  • [0243c5ab2] - Fix minor typos

🛠 Maintenance

  • [131fa12ad] - No need for OpenSSL anymore in docker file
  • [c1ef91a0a] - Add missing fixture file
  • [45d754d17] - Chore: replace xlsx component
  • [3cd69260d] - Chore: update .gitignore

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [node-opcua](https://github.com/node-opcua/node-opcua) from 2.116.0 to 2.118.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.116.0...v2.118.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2023
@hobinjk-ptc hobinjk-ptc merged commit 0062478 into master Nov 21, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/node-opcua-2.118.0 branch November 21, 2023 16:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant