LiamMorrow / OrgnalR

SignalR backplane implemented through Orleans
Apache License 2.0
35 stars 8 forks source link

Update all non-major dependencies #51

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@microsoft/signalr (source) 7.0.0 -> 7.0.10 age adoption passing confidence dependencies patch
@testing-library/jest-dom 5.16.5 -> 5.17.0 age adoption passing confidence dependencies minor
@types/node (source) 16.18.8 -> 16.18.40 age adoption passing confidence dependencies patch
@types/react (source) 18.0.26 -> 18.2.20 age adoption passing confidence dependencies minor
@types/react-dom (source) 18.0.9 -> 18.2.7 age adoption passing confidence dependencies minor
@types/uuid (source) 9.0.0 -> 9.0.2 age adoption passing confidence devDependencies patch
Microsoft.Orleans.Client 7.0.0 -> 7.2.1 age adoption passing confidence nuget minor
Microsoft.Orleans.Sdk 7.0.0 -> 7.2.1 age adoption passing confidence nuget minor
Microsoft.Orleans.Server 7.0.0 -> 7.2.1 age adoption passing confidence nuget minor
OrgnalR.OrleansSilo 2.1.0 -> 2.3.0 age adoption passing confidence nuget minor
OrgnalR.SignalR 2.1.0 -> 2.3.0 age adoption passing confidence nuget minor
typescript (source) 4.9.4 -> 4.9.5 age adoption passing confidence dependencies patch

Release Notes

dotnet/aspnetcore (@​microsoft/signalr) ### [`v7.0.10`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.10): .NET 7.0.10 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.9...v7.0.10) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.10) ### [`v7.0.9`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.9): .NET 7.0.9 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.7...v7.0.9) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.9) ### [`v7.0.7`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.7): .NET 7.0.7 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.5...v7.0.7) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.7) ### [`v7.0.5`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.5): .NET 7.0.5 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.4...v7.0.5) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.5) ### [`v7.0.4`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.4): .NET 7.0.4 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.3...v7.0.4) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.4) ### [`v7.0.3`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.3): .NET 7.0.3 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.2...v7.0.3) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.3) ### [`v7.0.2`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.2): .NET 7.0.2 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.0...v7.0.2) [Release](https://togithub.com/dotnet/core/tree/v7.0.2)
testing-library/jest-dom (@​testing-library/jest-dom) ### [`v5.17.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v5.17.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0) ##### Features - New `toHaveAccessibleErrorMessage` better implementing the spec, deprecate `toHaveErrorMessage` ([#​503](https://togithub.com/testing-library/jest-dom/issues/503)) ([d717c66](https://togithub.com/testing-library/jest-dom/commit/d717c66cb4a32c806e53b287418a4013d37898fb))
dotnet/orleans (Microsoft.Orleans.Client) ### [`v7.2.1`](https://togithub.com/dotnet/orleans/releases/tag/v7.2.1) ##### What's Changed - Fix Cosmos DB grain storage constructor for DI by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8539](https://togithub.com/dotnet/orleans/pull/8539) **Full Changelog**: https://github.com/dotnet/orleans/compare/v7.2.0...v7.2.1 ### [`v7.2.0`](https://togithub.com/dotnet/orleans/releases/tag/v7.2.0) ##### Release Highlights - Redis providers are now marked as stable. Note that there is a breaking change in Redis grain state storage from the beta releases. The break can be avoided using configuration (PRs [https://github.com/dotnet/orleans/pull/8467](https://togithub.com/dotnet/orleans/pull/8467) & [https://github.com/dotnet/orleans/pull/8487](https://togithub.com/dotnet/orleans/pull/8487)) - Cosmos DB providers are now available, special thanks to [@​galvesribeiro](https://togithub.com/galvesribeiro) (PR: [https://github.com/dotnet/orleans/pull/7848](https://togithub.com/dotnet/orleans/pull/7848)) - Grain methods can now return `IAsyncEnumerable` (PR: [https://github.com/dotnet/orleans/pull/8416](https://togithub.com/dotnet/orleans/pull/8416)) - Grains can migrate from host-to-host atomically, without needing to reload state from the database (PR: [https://github.com/dotnet/orleans/pull/8452](https://togithub.com/dotnet/orleans/pull/8452)) - Many other fixes and improvements ##### What's Changed - Adding missing display character by [@​rwkarg](https://togithub.com/rwkarg) in [https://github.com/dotnet/orleans/pull/8407](https://togithub.com/dotnet/orleans/pull/8407) - Support custom grain call return types by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8415](https://togithub.com/dotnet/orleans/pull/8415) - Fix parameter null check in RegexStreamNamespacePredicate by [@​scalablecory](https://togithub.com/scalablecory) in [https://github.com/dotnet/orleans/pull/8429](https://togithub.com/dotnet/orleans/pull/8429) - Documentation fix by [@​bill-poole](https://togithub.com/bill-poole) in [https://github.com/dotnet/orleans/pull/8435](https://togithub.com/dotnet/orleans/pull/8435) - Moving RuntimeContext check inside ReminderRegistry by [@​cmeyertons](https://togithub.com/cmeyertons) in [https://github.com/dotnet/orleans/pull/8436](https://togithub.com/dotnet/orleans/pull/8436) - Automate more of the Kubernetes hosting experience by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8426](https://togithub.com/dotnet/orleans/pull/8426) - MySQL migration script: Remove modification for column that no longer exists in Orleans 7 by [@​david-obee](https://togithub.com/david-obee) in [https://github.com/dotnet/orleans/pull/8314](https://togithub.com/dotnet/orleans/pull/8314) - Add initial `IAsyncEnumerable` support for grain calls by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8416](https://togithub.com/dotnet/orleans/pull/8416) - In TransactionQueue, ensure readyTask failures are recovered from by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8444](https://togithub.com/dotnet/orleans/pull/8444) - Make `PooledArrayBufferWriter` more versatile, rename by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8453](https://togithub.com/dotnet/orleans/pull/8453) - Improve : throw TypeLoadException on failing to load a type by [@​kwemou](https://togithub.com/kwemou) in [https://github.com/dotnet/orleans/pull/8463](https://togithub.com/dotnet/orleans/pull/8463) - Fix debug assert added for `void` methods: `VoidRequest` implies `OneWay` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8468](https://togithub.com/dotnet/orleans/pull/8468) - Added `HostApplicationBuilder` extensions by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8466](https://togithub.com/dotnet/orleans/pull/8466) - ObserverManager: nits by [@​ScarletKuro](https://togithub.com/ScarletKuro) in [https://github.com/dotnet/orleans/pull/8460](https://togithub.com/dotnet/orleans/pull/8460) - TestHost - Client ability to use IHostConfigurator to align w/ Silo functionality by [@​cmeyertons](https://togithub.com/cmeyertons) in [https://github.com/dotnet/orleans/pull/8454](https://togithub.com/dotnet/orleans/pull/8454) - Mark Redis providers as stable by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8467](https://togithub.com/dotnet/orleans/pull/8467) - Live grain migration ([#​7692](https://togithub.com/dotnet/orleans/issues/7692)) by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8452](https://togithub.com/dotnet/orleans/pull/8452) - Clean up doc comments for placement strategies by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8473](https://togithub.com/dotnet/orleans/pull/8473) - Add missing configuration validators for Azure Table Storage providers by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8484](https://togithub.com/dotnet/orleans/pull/8484) - Improve DeploymentLoadPublisher logic and cleanup by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8472](https://togithub.com/dotnet/orleans/pull/8472) - Add ActivationMigrationManager to batch grain activation migrations by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8474](https://togithub.com/dotnet/orleans/pull/8474) - Fix for possible false-positive GC delays by [@​ntovas](https://togithub.com/ntovas) in [https://github.com/dotnet/orleans/pull/8483](https://togithub.com/dotnet/orleans/pull/8483) - Deduplicate generated type manifest providers added via DI by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8489](https://togithub.com/dotnet/orleans/pull/8489) - Add Azure Cosmos DB providers for clustering, grain storage, and reminders by [@​galvesribeiro](https://togithub.com/galvesribeiro) in [https://github.com/dotnet/orleans/pull/7848](https://togithub.com/dotnet/orleans/pull/7848) - Incorporate state name into key for Redis grain storage by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8487](https://togithub.com/dotnet/orleans/pull/8487) - Make discord links more prominent by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8496](https://togithub.com/dotnet/orleans/pull/8496) - Add regression test for [#​8503](https://togithub.com/dotnet/orleans/issues/8503) by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8504](https://togithub.com/dotnet/orleans/pull/8504) - Fix double-free when returning pooled buffers by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8508](https://togithub.com/dotnet/orleans/pull/8508) - Relax diagnostic analyzers for static members of grain interfaces by [@​minichma](https://togithub.com/minichma) in [https://github.com/dotnet/orleans/pull/8506](https://togithub.com/dotnet/orleans/pull/8506) - Expose Writer<>.Output directly instead of via property by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8509](https://togithub.com/dotnet/orleans/pull/8509) - Small, targeted refactor: Address CA1517 (use nameof) by [@​cybertyche](https://togithub.com/cybertyche) in [https://github.com/dotnet/orleans/pull/8516](https://togithub.com/dotnet/orleans/pull/8516) - Security: Upgrade two NuGets (and one dependency) that have been flagged by [@​cybertyche](https://togithub.com/cybertyche) in [https://github.com/dotnet/orleans/pull/8517](https://togithub.com/dotnet/orleans/pull/8517) - Wait for migrating activations to become active or terminated by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8527](https://togithub.com/dotnet/orleans/pull/8527) - Avoid static members in generic types by [@​pentp](https://togithub.com/pentp) in [https://github.com/dotnet/orleans/pull/8526](https://togithub.com/dotnet/orleans/pull/8526) - Lift typeof(T) to an instance field where possible by [@​pentp](https://togithub.com/pentp) in [https://github.com/dotnet/orleans/pull/8528](https://togithub.com/dotnet/orleans/pull/8528) - Apply readonly modifier when possible by [@​cybertyche](https://togithub.com/cybertyche) in [https://github.com/dotnet/orleans/pull/8531](https://togithub.com/dotnet/orleans/pull/8531) - Move CancellationToken arguments to the end by [@​cybertyche](https://togithub.com/cybertyche) in [https://github.com/dotnet/orleans/pull/8525](https://togithub.com/dotnet/orleans/pull/8525) ##### New Contributors - [@​scalablecory](https://togithub.com/scalablecory) made their first contribution in [https://github.com/dotnet/orleans/pull/8429](https://togithub.com/dotnet/orleans/pull/8429) - [@​bill-poole](https://togithub.com/bill-poole) made their first contribution in [https://github.com/dotnet/orleans/pull/8435](https://togithub.com/dotnet/orleans/pull/8435) - [@​david-obee](https://togithub.com/david-obee) made their first contribution in [https://github.com/dotnet/orleans/pull/8314](https://togithub.com/dotnet/orleans/pull/8314) - [@​kwemou](https://togithub.com/kwemou) made their first contribution in [https://github.com/dotnet/orleans/pull/8463](https://togithub.com/dotnet/orleans/pull/8463) - [@​ScarletKuro](https://togithub.com/ScarletKuro) made their first contribution in [https://github.com/dotnet/orleans/pull/8460](https://togithub.com/dotnet/orleans/pull/8460) - [@​ntovas](https://togithub.com/ntovas) made their first contribution in [https://github.com/dotnet/orleans/pull/8483](https://togithub.com/dotnet/orleans/pull/8483) - [@​minichma](https://togithub.com/minichma) made their first contribution in [https://github.com/dotnet/orleans/pull/8506](https://togithub.com/dotnet/orleans/pull/8506) - [@​cybertyche](https://togithub.com/cybertyche) made their first contribution in [https://github.com/dotnet/orleans/pull/8516](https://togithub.com/dotnet/orleans/pull/8516) **Full Changelog**: https://github.com/dotnet/orleans/compare/v7.1.2...v7.2.0 ### [`v7.1.2`](https://togithub.com/dotnet/orleans/releases/tag/v7.1.2) ##### What's Changed - Prevent analyzer exception on aliased attribute names by [@​tboby](https://togithub.com/tboby) in [https://github.com/dotnet/orleans/pull/8355](https://togithub.com/dotnet/orleans/pull/8355) - ObserverManager: Guard against `null` in constructor by [@​bradygaster](https://togithub.com/bradygaster) in [https://github.com/dotnet/orleans/pull/8358](https://togithub.com/dotnet/orleans/pull/8358) - Allows System Target's to receive one way messages by [@​jsteinich](https://togithub.com/jsteinich) in [https://github.com/dotnet/orleans/pull/8364](https://togithub.com/dotnet/orleans/pull/8364) - Migrate from `FormatterServices` to `RuntimeHelpers` in preparation for .NET 8 by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8362](https://togithub.com/dotnet/orleans/pull/8362) - Don't overstep on IMessage serialization by [@​jsteinich](https://togithub.com/jsteinich) in [https://github.com/dotnet/orleans/pull/8363](https://togithub.com/dotnet/orleans/pull/8363) - Fix type constraints on `DefaultOptionsFormatter` and `DefaultOptionsFormatterResolver` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8384](https://togithub.com/dotnet/orleans/pull/8384) - Code generator respects scoped usage by language version by [@​jsteinich](https://togithub.com/jsteinich) in [https://github.com/dotnet/orleans/pull/8370](https://togithub.com/dotnet/orleans/pull/8370) - Fix long key parsing in `DefaultStreamIdMapper` by [@​nichvolodov](https://togithub.com/nichvolodov) in [https://github.com/dotnet/orleans/pull/8378](https://togithub.com/dotnet/orleans/pull/8378) - Protobuf copiers/codecs for data types by [@​jsteinich](https://togithub.com/jsteinich) in [https://github.com/dotnet/orleans/pull/8359](https://togithub.com/dotnet/orleans/pull/8359) - Add a blob container client factory for customisation by [@​Romanx](https://togithub.com/Romanx) in [https://github.com/dotnet/orleans/pull/7849](https://togithub.com/dotnet/orleans/pull/7849) - Use .NextInt64() when computing random TimeSpan. by [@​henricj](https://togithub.com/henricj) in [https://github.com/dotnet/orleans/pull/8382](https://togithub.com/dotnet/orleans/pull/8382) - Fix: ORLEANS0009 - Skip Static Interface Methods by [@​cmeyertons](https://togithub.com/cmeyertons) in [https://github.com/dotnet/orleans/pull/8389](https://togithub.com/dotnet/orleans/pull/8389) - Make ManagementGrain a reentrant, stateless worker by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8394](https://togithub.com/dotnet/orleans/pull/8394) - Fix construction of AzureBlobGrainStorage by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8395](https://togithub.com/dotnet/orleans/pull/8395) - Update samples README by [@​WesleySkeen](https://togithub.com/WesleySkeen) in [https://github.com/dotnet/orleans/pull/8398](https://togithub.com/dotnet/orleans/pull/8398) ##### New Contributors - [@​tboby](https://togithub.com/tboby) made their first contribution in [https://github.com/dotnet/orleans/pull/8355](https://togithub.com/dotnet/orleans/pull/8355) - [@​bradygaster](https://togithub.com/bradygaster) made their first contribution in [https://github.com/dotnet/orleans/pull/8358](https://togithub.com/dotnet/orleans/pull/8358) - [@​nichvolodov](https://togithub.com/nichvolodov) made their first contribution in [https://github.com/dotnet/orleans/pull/8378](https://togithub.com/dotnet/orleans/pull/8378) - [@​Romanx](https://togithub.com/Romanx) made their first contribution in [https://github.com/dotnet/orleans/pull/7849](https://togithub.com/dotnet/orleans/pull/7849) - [@​henricj](https://togithub.com/henricj) made their first contribution in [https://github.com/dotnet/orleans/pull/8382](https://togithub.com/dotnet/orleans/pull/8382) - [@​cmeyertons](https://togithub.com/cmeyertons) made their first contribution in [https://github.com/dotnet/orleans/pull/8389](https://togithub.com/dotnet/orleans/pull/8389) - [@​WesleySkeen](https://togithub.com/WesleySkeen) made their first contribution in [https://github.com/dotnet/orleans/pull/8398](https://togithub.com/dotnet/orleans/pull/8398) **Full Changelog**: https://github.com/dotnet/orleans/compare/v7.1.1...v7.1.2 ### [`v7.1.1`](https://togithub.com/dotnet/orleans/releases/tag/v7.1.1) ##### What's Changed - Fix Issue [#​8325](https://togithub.com/dotnet/orleans/issues/8325) Redis options-validators unable to resolve options by [@​zeinali0](https://togithub.com/zeinali0) in [https://github.com/dotnet/orleans/pull/8326](https://togithub.com/dotnet/orleans/pull/8326) - Fix MapReduce benchmark by [@​byzworld](https://togithub.com/byzworld) in [https://github.com/dotnet/orleans/pull/8332](https://togithub.com/dotnet/orleans/pull/8332) - Improve doc comments for `ITypeFilter` and `ITypeNameFilter` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8328](https://togithub.com/dotnet/orleans/pull/8328) - Improve accuracy and stability of `ActivationWorkingSet` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8321](https://togithub.com/dotnet/orleans/pull/8321) - Update Orleans.Reminders.csproj by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8342](https://togithub.com/dotnet/orleans/pull/8342) - Fix type parsing of type names with generic array parameter by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8337](https://togithub.com/dotnet/orleans/pull/8337) - Fix assembly name sanitization in code generator by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8336](https://togithub.com/dotnet/orleans/pull/8336) - Add Google.Protobuf serializer by [@​larsfjerm](https://togithub.com/larsfjerm) in [https://github.com/dotnet/orleans/pull/8334](https://togithub.com/dotnet/orleans/pull/8334) - Fix for Issue [#​8322](https://togithub.com/dotnet/orleans/issues/8322) Questionable test/cast pair in OrleansJsonSerializer.cs by [@​Jens-G](https://togithub.com/Jens-G) in [https://github.com/dotnet/orleans/pull/8329](https://togithub.com/dotnet/orleans/pull/8329) - Adds support to Orleans.Analyzers for generic attributes by [@​michaelmccord](https://togithub.com/michaelmccord) in [https://github.com/dotnet/orleans/pull/8352](https://togithub.com/dotnet/orleans/pull/8352) - Remove inaccurate note on observer method return types by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8344](https://togithub.com/dotnet/orleans/pull/8344) ##### New Contributors - [@​zeinali0](https://togithub.com/zeinali0) made their first contribution in [https://github.com/dotnet/orleans/pull/8326](https://togithub.com/dotnet/orleans/pull/8326) - [@​byzworld](https://togithub.com/byzworld) made their first contribution in [https://github.com/dotnet/orleans/pull/8332](https://togithub.com/dotnet/orleans/pull/8332) - [@​larsfjerm](https://togithub.com/larsfjerm) made their first contribution in [https://github.com/dotnet/orleans/pull/8334](https://togithub.com/dotnet/orleans/pull/8334) - [@​Jens-G](https://togithub.com/Jens-G) made their first contribution in [https://github.com/dotnet/orleans/pull/8329](https://togithub.com/dotnet/orleans/pull/8329) - [@​michaelmccord](https://togithub.com/michaelmccord) made their first contribution in [https://github.com/dotnet/orleans/pull/8352](https://togithub.com/dotnet/orleans/pull/8352) **Full Changelog**: https://github.com/dotnet/orleans/compare/v7.1.0...v7.1.1 ### [`v7.1.0`](https://togithub.com/dotnet/orleans/releases/tag/v7.1.0) The Orleans release team would like to thank everyone who contributed issues, PRs, reviews, and comments. #### Summary of changes - Add preview Redis providers for grain storage, reminder storage, and clustering ([https://github.com/dotnet/orleans/pull/8212](https://togithub.com/dotnet/orleans/pull/8212), [https://github.com/dotnet/orleans/pull/8260](https://togithub.com/dotnet/orleans/pull/8260), [https://github.com/dotnet/orleans/pull/8261](https://togithub.com/dotnet/orleans/pull/8261), [https://github.com/dotnet/orleans/pull/8265](https://togithub.com/dotnet/orleans/pull/8265), [https://github.com/dotnet/orleans/pull/8296](https://togithub.com/dotnet/orleans/pull/8296)) - Fixes a bug with record serialization issues ([https://github.com/dotnet/orleans/pull/8289](https://togithub.com/dotnet/orleans/pull/8289)) - Fixes a bug with System.Text.Json serialization ([https://github.com/dotnet/orleans/pull/8300](https://togithub.com/dotnet/orleans/pull/8300)) - Adds support for serializing `Collection` ([https://github.com/dotnet/orleans/pull/8238](https://togithub.com/dotnet/orleans/pull/8238)) - Adds an additional analyzer diagnostic ([https://github.com/dotnet/orleans/pull/8234](https://togithub.com/dotnet/orleans/pull/8234)) - Adds support for `IGrainStorageSerializer` in memory storage ([https://github.com/dotnet/orleans/pull/8250](https://togithub.com/dotnet/orleans/pull/8250)) - Improves serialization performance ([https://github.com/dotnet/orleans/pull/8185](https://togithub.com/dotnet/orleans/pull/8185), [https://github.com/dotnet/orleans/pull/8206](https://togithub.com/dotnet/orleans/pull/8206)) - Adds support for .NET Standard 2.1 in the Orleans.Serialization library ([https://github.com/dotnet/orleans/pull/8222](https://togithub.com/dotnet/orleans/pull/8222)) - Improves grain directory reliability ([https://github.com/dotnet/orleans/pull/8151](https://togithub.com/dotnet/orleans/pull/8151)) - Exposes the number of recently active grain activations via metrics ([https://github.com/dotnet/orleans/pull/8291](https://togithub.com/dotnet/orleans/pull/8291)) - Reports GC pause duration when a watchdog heartbeat is stalled ([https://github.com/dotnet/orleans/pull/8281](https://togithub.com/dotnet/orleans/pull/8281)) #### Full list of changes - Fix version suffix in build.yaml by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8113](https://togithub.com/dotnet/orleans/pull/8113) - Exclude samples folder from PR trigger by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8118](https://togithub.com/dotnet/orleans/pull/8118) - Upgrading 'Hello World' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8116](https://togithub.com/dotnet/orleans/pull/8116) - Upgrade 'Bank Account' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8119](https://togithub.com/dotnet/orleans/pull/8119) - Enable 3.x scheduled builds by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8005](https://togithub.com/dotnet/orleans/pull/8005) - Upgraded 'Adventure' samples by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8120](https://togithub.com/dotnet/orleans/pull/8120) - Upgrade 'Blazor Server' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8121](https://togithub.com/dotnet/orleans/pull/8121) - Upgrade 'Blazor Wasm' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8122](https://togithub.com/dotnet/orleans/pull/8122) - Upgrade 'F# Hello World' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8129](https://togithub.com/dotnet/orleans/pull/8129) - Upgrade 'VB Hello World' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8137](https://togithub.com/dotnet/orleans/pull/8137) - Upgrade 'Tic Tac Toe' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8135](https://togithub.com/dotnet/orleans/pull/8135) - Upgrade 'TLS' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8136](https://togithub.com/dotnet/orleans/pull/8136) - Fix a typo by [@​m-sadegh-sh](https://togithub.com/m-sadegh-sh) in [https://github.com/dotnet/orleans/pull/8143](https://togithub.com/dotnet/orleans/pull/8143) - Add MembershipVersion to GrainDirectoryEntity by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8151](https://togithub.com/dotnet/orleans/pull/8151) - Fix configuration of BroadcastChannel by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8150](https://togithub.com/dotnet/orleans/pull/8150) - Fix a typo by [@​m-sadegh-sh](https://togithub.com/m-sadegh-sh) in [https://github.com/dotnet/orleans/pull/8144](https://togithub.com/dotnet/orleans/pull/8144) - Guard and check for GenerateCodeForDeclaringAssembly when type has no declaring assembly by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8156](https://togithub.com/dotnet/orleans/pull/8156) - Fix packaging of CodeGenerator to accept project properties by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8155](https://togithub.com/dotnet/orleans/pull/8155) - Upgrade 'Streaming' samples by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8134](https://togithub.com/dotnet/orleans/pull/8134) - Upgrade 'Chat Room' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8126](https://togithub.com/dotnet/orleans/pull/8126) - Upgrade 'Stocks' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8133](https://togithub.com/dotnet/orleans/pull/8133) - Upgrade 'Shopping Cart' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8132](https://togithub.com/dotnet/orleans/pull/8132) - Upgrade 'GPS Tracker' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8130](https://togithub.com/dotnet/orleans/pull/8130) - Use code generated or compiled regular expressions where possible by [@​SukharevAndrey](https://togithub.com/SukharevAndrey) in [https://github.com/dotnet/orleans/pull/8141](https://togithub.com/dotnet/orleans/pull/8141) - Upgrade 'Chirper' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8128](https://togithub.com/dotnet/orleans/pull/8128) - Upgrade 'Presence' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8131](https://togithub.com/dotnet/orleans/pull/8131) - \[main] Add CodeQL3000 tasks by [@​dougbu](https://togithub.com/dougbu) in [https://github.com/dotnet/orleans/pull/8160](https://togithub.com/dotnet/orleans/pull/8160) - Fix the bug in the Chirper sample code by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8194](https://togithub.com/dotnet/orleans/pull/8194) - Delete empty statements as they are treated as errors by some analyzers by [@​SukharevAndrey](https://togithub.com/SukharevAndrey) in [https://github.com/dotnet/orleans/pull/8192](https://togithub.com/dotnet/orleans/pull/8192) - Upgrade 'Voting' sample by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8138](https://togithub.com/dotnet/orleans/pull/8138) - Delete samples and update README.md by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8154](https://togithub.com/dotnet/orleans/pull/8154) - Use NuGet Central Package Management to handle dependencies' versions by [@​SukharevAndrey](https://togithub.com/SukharevAndrey) in [https://github.com/dotnet/orleans/pull/8191](https://togithub.com/dotnet/orleans/pull/8191) - Optimize message serialization by [@​pentp](https://togithub.com/pentp) in [https://github.com/dotnet/orleans/pull/8185](https://togithub.com/dotnet/orleans/pull/8185) - Add TransactionFaultInjectionTests to Functional runs by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8168](https://togithub.com/dotnet/orleans/pull/8168) - Fix images, use raw URLs from dependent repo by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8202](https://togithub.com/dotnet/orleans/pull/8202) - Fix mariadb tests by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8198](https://togithub.com/dotnet/orleans/pull/8198) - Bumped KubernetesClient to v9.0.38 by [@​EPinci](https://togithub.com/EPinci) in [https://github.com/dotnet/orleans/pull/8199](https://togithub.com/dotnet/orleans/pull/8199) - Optimize static codec serialization by [@​pentp](https://togithub.com/pentp) in [https://github.com/dotnet/orleans/pull/8206](https://togithub.com/dotnet/orleans/pull/8206) - Update `EndpointOptions` by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8209](https://togithub.com/dotnet/orleans/pull/8209) - Update BroadcastChannelProvider.cs by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8225](https://togithub.com/dotnet/orleans/pull/8225) - Remove default parameter values for `AddJsonSerializer` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8228](https://togithub.com/dotnet/orleans/pull/8228) - Incorporate Orleans.Redis providers by [@​EPinci](https://togithub.com/EPinci) in [https://github.com/dotnet/orleans/pull/8212](https://togithub.com/dotnet/orleans/pull/8212) - Fix diagnostic for invalid grain method return types by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8234](https://togithub.com/dotnet/orleans/pull/8234) - Add `Collection` serialization codec by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8238](https://togithub.com/dotnet/orleans/pull/8238) - Fixed bug where RedisGrainStorage would ignore GrainStorageSerializer option by [@​willg1983](https://togithub.com/willg1983) in [https://github.com/dotnet/orleans/pull/8260](https://togithub.com/dotnet/orleans/pull/8260) - correct code documentation which incorrectly refers to azure blob storage by [@​willg1983](https://togithub.com/willg1983) in [https://github.com/dotnet/orleans/pull/8258](https://togithub.com/dotnet/orleans/pull/8258) - Support `IGrainStorageSerializer` for memory grain storage by [@​shoneefd](https://togithub.com/shoneefd) in [https://github.com/dotnet/orleans/pull/8250](https://togithub.com/dotnet/orleans/pull/8250) - netstandard 2.1 support for Orleans.Serialization by [@​jsteinich](https://togithub.com/jsteinich) in [https://github.com/dotnet/orleans/pull/8222](https://togithub.com/dotnet/orleans/pull/8222) - Various improvements to Redis providers by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8261](https://togithub.com/dotnet/orleans/pull/8261) - Add Redis storage tests based on CommonStorageTests by [@​willg1983](https://togithub.com/willg1983) in [https://github.com/dotnet/orleans/pull/8265](https://togithub.com/dotnet/orleans/pull/8265) - \[Maintenance] Bumping version of some external dependencies by [@​EPinci](https://togithub.com/EPinci) in [https://github.com/dotnet/orleans/pull/8272](https://togithub.com/dotnet/orleans/pull/8272) - Always run scheduled build by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8294](https://togithub.com/dotnet/orleans/pull/8294) - Fix serialization for records which have no properties of their own by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8289](https://togithub.com/dotnet/orleans/pull/8289) - Expose activation working set as a metric by [@​ahydrax](https://togithub.com/ahydrax) in [https://github.com/dotnet/orleans/pull/8291](https://togithub.com/dotnet/orleans/pull/8291) - Implement `DeleteStateOnClear` for Redis grain storage. by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8296](https://togithub.com/dotnet/orleans/pull/8296) - Fix `PooledArrayBufferWriter.AsMemory` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8300](https://togithub.com/dotnet/orleans/pull/8300) - Fix `IGrainFactory.GetGrain` for unimplemented generic interfaces by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8301](https://togithub.com/dotnet/orleans/pull/8301) - Report GC pause duration when heartbeat is stalled by [@​adityamandaleeka](https://togithub.com/adityamandaleeka) in [https://github.com/dotnet/orleans/pull/8281](https://togithub.com/dotnet/orleans/pull/8281) - Set VersionPrefix in nuget pack step by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8304](https://togithub.com/dotnet/orleans/pull/8304) #### New Contributors - [@​m-sadegh-sh](https://togithub.com/m-sadegh-sh) made their first contribution in [https://github.com/dotnet/orleans/pull/8143](https://togithub.com/dotnet/orleans/pull/8143) - [@​SukharevAndrey](https://togithub.com/SukharevAndrey) made their first contribution in [https://github.com/dotnet/orleans/pull/8141](https://togithub.com/dotnet/orleans/pull/8141) - [@​EPinci](https://togithub.com/EPinci) made their first contribution in [https://github.com/dotnet/orleans/pull/8199](https://togithub.com/dotnet/orleans/pull/8199) - [@​willg1983](https://togithub.com/willg1983) made their first contribution in [https://github.com/dotnet/orleans/pull/8260](https://togithub.com/dotnet/orleans/pull/8260) - [@​shoneefd](https://togithub.com/shoneefd) made their first contribution in [https://github.com/dotnet/orleans/pull/8250](https://togithub.com/dotnet/orleans/pull/8250) - [@​ahydrax](https://togithub.com/ahydrax) made their first contribution in [https://github.com/dotnet/orleans/pull/8291](https://togithub.com/dotnet/orleans/pull/8291) - [@​adityamandaleeka](https://togithub.com/adityamandaleeka) made their first contribution in [https://github.com/dotnet/orleans/pull/8281](https://togithub.com/dotnet/orleans/pull/8281) **Full Changelog**: https://github.com/dotnet/orleans/compare/v7.0.0...v7.1.0
LiamMorrow/OrgnalR (OrgnalR.OrleansSilo) ### [`v2.3.0`](https://togithub.com/LiamMorrow/OrgnalR/releases/tag/v2.3.0): 2.3.0 Update to the latest version of orleans, fixing nullable annotations ### [`v2.2.0`](https://togithub.com/LiamMorrow/OrgnalR/releases/tag/v2.2.0): 2.2.0 ##### What's Changed - Bump json5 from 1.0.1 to 1.0.2 in /example/chat-app/ChatApp.Server/ClientApp by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/LiamMorrow/OrgnalR/pull/38](https://togithub.com/LiamMorrow/OrgnalR/pull/38) - Bump webpack from 5.75.0 to 5.76.1 in /example/chat-app/ChatApp.Server/ClientApp by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/LiamMorrow/OrgnalR/pull/39](https://togithub.com/LiamMorrow/OrgnalR/pull/39) - Orleans upgraded to 7.1.2 by [@​tecnocrata](https://togithub.com/tecnocrata) in [https://github.com/LiamMorrow/OrgnalR/pull/40](https://togithub.com/LiamMorrow/OrgnalR/pull/40) - 2.2.0 by [@​LiamMorrow](https://togithub.com/LiamMorrow) in [https://github.com/LiamMorrow/OrgnalR/pull/41](https://togithub.com/LiamMorrow/OrgnalR/pull/41) ##### New Contributors - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/LiamMorrow/OrgnalR/pull/38](https://togithub.com/LiamMorrow/OrgnalR/pull/38) - [@​tecnocrata](https://togithub.com/tecnocrata) made their first contribution in [https://github.com/LiamMorrow/OrgnalR/pull/40](https://togithub.com/LiamMorrow/OrgnalR/pull/40) **Full Changelog**: https://github.com/LiamMorrow/OrgnalR/compare/v2.1.0...v2.2.0
Microsoft/TypeScript (typescript) ### [`v4.9.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.9.5): TypeScript 4.9.5 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) #### Changes: - [`69e88ef`](https://togithub.com/Microsoft/TypeScript/commit/69e88ef5513a81acf69ec78f4af1f927da0d0584) Port ignore deprecations to 4.9 ([#​52419](https://togithub.com/Microsoft/TypeScript/issues/52419)) - [`daf4e81`](https://togithub.com/Microsoft/TypeScript/commit/daf4e817a18def96b70ac34703b158ff0e6d58df) Port timestamp fix to 4.9 ([#​52426](https://togithub.com/Microsoft/TypeScript/issues/52426))

Configuration

πŸ“… Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago
Package Line Rate Branch Rate Complexity Health
OrgnalR.Core 45% 43% 381 ❌
OrgnalR.OrleansSilo 79% 50% 4 βœ”
OrgnalR.Backplane.GrainImplementations 12% 6% 247 ❌
OrgnalR.Backplane.GrainAdaptors 1% 0% 80 ❌
OrgnalR.Backplane.GrainInterfaces 11% 4% 603 ❌
Summary 21% (806 / 3914) 16% (127 / 810) 1315 ❌