Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] Milo 0.4.2 Released

All,

Version 0.4.2 has been released. There were no changes after the 0.4.2-M1 release.

The list of issues addressed in the released can be found here: https://github.com/eclipse/milo/pulls?q=milestone%3A0.4.2

A summary from the git log:

a28e474f - Catch and log any Throwable that occurs generating the DataTypeDictionary (Kevin Herron)
5d8350c8 - Update org.glassfish.jaxb:jaxb-runtime to version 2.3.3 (Kevin Herron)
bd3a1719 - Fix a NPE when encoding a CreateSessionResponse (Kevin Herron)
adbfc395 - Filter endpoints in CreateSession the same way as GetEndpoints (#662) (Kevin Herron)
fa4f9f84 - Create SignatureData in the client using the server's leaf certificate (#659) (Kevin Herron)
74f67bdd - Include explicit "ns=" prefix in ExpandedNodeId#toParseableString (Kevin Herron)
28223637 - Add methods for reading and updating the NamespaceTable (Kevin Herron)
468910fb - Add ExpandedNodeId#parseOrNull and ExpandedNodeId#parseSafe (Kevin Herron)
fa34ca1a - Add methods to convert ExpandedNodeId to/from relative/absolute variants (Kevin Herron)
41d0b849 - Allow a certificate chain as the identity for an X509IdentityProvider (#650) (Kevin Herron)
5dba3fa0 - Revert the change URI used to build the SignatureData in 80a5e18e974326a5f50c615a8ec81121ba2b608a (Kevin Herron)
80a5e18e - Fix X509IdentityProvider when using SecurityPolicy.None (#648) (Kevin Herron)
484dbc1e - Short-circuit call to InetAddress.isLoopbackAddress() (#643) (Kevin Herron)
f06b3751 - Update NodeId and check result StatusCode in Prosys history example (Kevin Herron)
1d046db1 - Update README.md (Kevin Herron)
e38bb970 - Merge branch 'release/0.4.1' (Kevin Herron)
01debe25 - [maven-release-plugin] prepare for next development iteration (Milo Bot)

Back to the top