Released on January 15, 2025.
Backward-incompatible API changes
- Changed
IMessageCodec.Encode(MessageContent, PrivateKey, AppProtocolVersion, BoundPeer, DateTimeOffset, byte[]?)
toIMessageCodec.Encode(Message, PrivateKey)
. [#3997] - (Libplanet.Explorer) Added
raw
field toBlockType
. [#4006]
Bug fixes
- Fixed a bug in
IStore.PruneOutdatedChains()
. [#3999]