Skip to main content

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

All,

Version 0.4.1 has been released.

The most notable fix is for an interoperability issue with other stacks when either side is using a certificate with a 4096-bit private key: https://github.com/eclipse/milo/pull/633

Other user-facing changes include reverting to the behavior where References are stored in a UaNodeManager in the order they are added: https://github.com/eclipse/milo/pull/623

A summary from the git log: 

4110159e - Fix padding when ciphertext block size is larger than 256 bytes (#633) (Kevin Herron)
57a7c20e - Update netty-channel-fsm to version 0.4 (#636) (Kevin Herron)
52ada388 - Warn when reading or writing dictionary file fails (Kevin Herron)
2eae8e60 - Dedicated methods for decoding and encoding enum arrays (Kevin Herron)
6b04da1a - Omit server index in toParseableString() when 0 (Kevin Herron)
9349b4f9 - Implement NodeId#expanded(NamespaceTable) (Kevin Herron)
b1c02246 - Add public accessors for NumericRange.Bounds fields (Kevin Herron)
cb0f28dd - Improve error handling while decoding message chunks (#626) (Kevin Herron)
55f9e121 - inspection: endpointUrl might be null (Kevin Herron)
2edc423d - Check endpoint URL length before decoding in HelloMessage (Kevin Herron)
babc49d2 - [maven-release-plugin] prepare for next development iteration (Milo Bot)
7ce7484c - [maven-release-plugin] prepare release v0.4.0 (Milo Bot)
1df1698e - Update README.md (Kevin Herron)
7a269504 - Use LinkedHashMultiset to maintain managed Reference order (#623) (Kevin Herron) 

Back to the top