What's Changed
- Silo Metadata and Placement Filtering by @rkargMsft in #9271
- Fix tests on GitHub Actions mac os agent by @ReubenBond in #9362
- Fix generic base codec generic type parameter resolution by @willg1983 in #9358
- Propagate IAsyncEnumerable exceptions correctly by @ReubenBond in #9366
- [Placement Filtering] Adding missing generic constraint by @rkargMsft in #9368
- Removing out-of-support Cassandra version from test matrix by @rkargMsft in #9369
- Azure Table Storage: Use GetEntityIfExistsAsync to avoid exceptions for 404s by @ReubenBond in #9373
- Update Cassandra TTL behavior by @dmorganMsft in #9371
- [Cassandra] DefunctSiloCleanup - Specify datetime kind by @rkargMsft in #9382
- Updating SiloMetadata caching by @rkargMsft in #9380
- Fix a potential
NullReferenceException
inPlacementWorker
by @ledjon-behluli in #9386 - PlacementService: Use GetAwaiter().GetResult() instead of .Result to avoid wrapping exception in AggregateException by @ReubenBond in #9388
- ActivationData: Ensure all operations are disposed by @ReubenBond in #9390
- IAsyncEnumerable: Fix cancellation propagation, bound operation times, use mark-and-sweep cleanup by @ReubenBond in #9387
- Align AsyncEnumerable cancellation semantics to .NET expectations by @ReubenBond in #9359
- Support for .NET CancellationTokens by @koenbeuk in #9127
IConfiguration
support for Azure Cosmos DB Clustering Provider by @OmnipotentOwl in #9204- Add IConfiguration support for Azure Redis Cache by @ReubenBond in #9395
- Prefer const over readonly by @cybertyche in #8533
- Fix flaky ActivationSched_SubTaskExecutionSequencing test by @ReubenBond in #9396
- [Cassandra] Addressing contention on startup by @rkargMsft in #9372
- Use LoggerMessageGenerator in Orleans.Core by @Meir017 in #9352
- Fully Adaptive Stateless Worker by @ledjon-behluli in #9378
- Bump dotnet-sdk from 8.0.405 to 8.0.406 by @dependabot in #9346
- Increase default
RequestProcessingWarningTime
&RequestQueueDelayWarningTime
by @ReubenBond in #9398 - [Membership] Addressing recovery from contention on membership writes by @rkargMsft in #9376
- Reduce log noise during debugging by @ReubenBond in #9397
- chore: add 3.x as a trigger for pipeline runs by @DeagleGross in #9403
- [CodeGeneration] Pragma Restore CS1591 on the last namespace by @michaelmccord in #9411
- feat(Clustering.Redis): Support customize Redis key generation by @RayMMond in #9412
- Migrate to AwesomeAssertions by @danmoseley in #9418
- CodeGenerator - Add the 'ExcludeFromCodeCoverageAttribute' to generat… by @yavari-alireza in #9415
- Align behavior of grain storage providers when setting
IGrainState<T>
properties by @ReubenBond in #9417 - Add additional context and logging when a grain constructor throws by @ReubenBond in #9399
- Added DeleteStateOnClear option to AzureStorage persistence provider. by @dbinky in #9393
- Avoid unnecessary IO & exception for trace log in AzureBlobStorage by @ReubenBond in #9420
New Contributors
- @OmnipotentOwl made their first contribution in #9204
- @Meir017 made their first contribution in #9352
- @RayMMond made their first contribution in #9412
- @danmoseley made their first contribution in #9418
- @yavari-alireza made their first contribution in #9415
- @dbinky made their first contribution in #9393
Full Changelog: v9.1.2...v9.2.0-preview1