Orleans v1.1.2 Release Notes

    • 🐛 Bug fixes (primarily for codegen and serializer corner cases):
      • #1137 Add support for generic type constraints in codegen
      • #1178 Correctly specify struct type constraint in generated code
      • #1182 fix issue:GetReminder throws exception when reminder don't exists #1167
      • #1240 Cleanup/fix usage of IsNested vs. IsNestedXXX & serialize nested types.
      • #1241 Correctly serialize [Obsolete] fields and properties.
      • #1249 Nested serialization of Guid with Json serializer.
      • #1261 Fix a race in StreamConsumer.SubscribeAsync.
      • #1280 fix deepcopy issue #1278
      • #1284 Check declaring types when performing accessibility checks for code gen.
      • #1285 Allow to configure PubSub for SMS.
      • #1270 Make Namespace access modifier public in ImplicitStreamSubscriptionAttribute. Add Provider property.