v1.1.0
·
1 commit
to release/1.1.0
since this release
What's Changed
- Upgrade to JUnit 6.0.1 by @Copilot in #1644
- Add AI coding assistant configuration by @kevinherron in #1647
- Centralize dependency and plugin versions by replacing hardcoded references with properties by @Copilot in #1648
- Add Spotless plugin to enforce code formatting by @kevinherron in #1649
- Improve X.500 name attribute handling in certificate builders by @kevinherron in #1652
- Add X.509 extensions to CSR generation by @kevinherron in #1651
- Fix Maven warnings: replace version property expressions with constants by @Copilot in #1656
- Improve validation logic in
certificateIsSelfSignedby @kevinherron in #1655 - Use whenCompleteAsync for exception handling in PublishingManager by @Copilot in #1661
- Decode ExtensionObjects in UaNode.getProperty() methods by @kevinherron in #1663
- Refactor
OperationLimitsfor lenient type handling by @kevinherron in #1665 - Call
Bootstrap::connectwithInetSocketAddressby @kevinherron in #1668 - Add newEventItem(NodeId, MonitoringMode, EventFilter) factory method by @Copilot in #1671
- Optimize addMonitoredItem with O(1) lookup and fix concurrency by @kevinherron in #1677
- Add lazy-loading DataTypeTree implementation by @kevinherron in #1673
Full Changelog: v1.0.8...v1.1.0