Orleans v3.1.4 Release Notes

Release Date: 2020-03-26 // about 4 years ago
  • ๐Ÿ‘Œ Improvements and bug fixes since 3.1.3.

    Non-breaking improvements

    • Reduce port clashes in TestCluster (#6399, #6413)
    • Use the overload of ConcurrentDictionary.GetOrAdd that takes a method (#6409)
    • Ignore not found exception when clearing azure queues (#6419)
    • MembershipTableCleanupAgent: dispose timer if cleanup is unsupported (#6415)
    • Allow grain call filters to retry calls (#6414)
    • Avoid most cases of loggers with non-static category names (#6430)

    - Free SerializationContext and DeserializationContext between calls (#6433)

    ๐Ÿ›  Non-breaking bug fixes

    • Reminders period overflow issue in ADO.NET Reminders Table (#6390)
    • Read only the body segment from EventData (#6412)