v1.5.1
Known issue (not new to 1.5.1): if your Orleans client project uses ASP.NET Core, there is a breaking change in the Microsoft.Extensions.DependencyInjection
package when upgrading to 2.0.0 of it (which is required in ASP.NET Core 2). See #3325 for more info.
Improvements and bug fixes since 1.5.0
- Non-breaking bug fixes
- Support implicit authentication to DynamoDB (via IAM Roles) #3229
- Added missing registration for 7-component tuple and several collection interfaces #3282 #3313
- Support custom silo names in Service Fabric integration #3241
- Fix scheduling of notification interfaces (which impacted Service Fabric integration) #3290
- Dispose
IServiceProvider
during client shutdown #3249 ClusterClient.Dispose()
is now equivalent toAbort()
#3306- Avoid
BadImageFormatException
from being written in the log during Silo or client startup #3216 - Add build-time code generation to
Microsoft.Orleans.OrleansServiceBus
package #3344 - Several minor bug fixes and perf improvements, as well as reliability in our test code #3234 #3250 #3258 #3283 #3301 #3309 #3311