Skip to content

9.43 Release

Compare
Choose a tag to compare
@jfriesne jfriesne released this 23 Nov 01:31
· 129 commits to master since this release

9.43 - Released 11/22/2024

  • Added GetKeyBefore() and GetKeyAfter() convenience-methods to
    the Hashtable class.
  • Added a Message::BytesMightContainFlattenedMessage() convenience method
    for quick-and-dirty sanity-checking of flattened-Message bytes.
  • Added SetCompleteWriteRequired() and IsCompleteWriteRequired() methods
    to the DataFlattener class.
  • Added a PR_MAX_CHILDREN_PER_NODE parameter to the server's parameter set.
    This can be used to enforce a maximum-children-per-DataNode limit.
  • Added B_RESOURCE_LIMIT error code (for when we've hit an application-
    defined limit to the amount of resources we are willing to consume)
  • Removed the DataFlattener::MarkWritingComplete() method as it turned
    out not to be very RAII-friendly.
  • Fixed a bug in MiniPacketTunnelIOGateway that could cause it to
    occasionally crash with an assertion failure.