docs: mark 1.1.0 released — CHANGELOG + promote public API#90
Merged
Conversation
…lic API Rolls the [Unreleased] notes into a dated [1.1.0] section and promotes the one new public API (RedisCollectionExtensions.AddRedisConfigurationOptionsProvider) from PublicAPI.Unshipped.txt to PublicAPI.Shipped.txt. Prep for the v1.1.0 tag. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Cosmin Staicu <cosmin.staicu@uipath.com>
cosmin-staicu
requested review from
alinahornet,
cosminvlad,
litheon,
lucianaparaschivei and
razvalex
as code owners
July 17, 2026 10:47
|
🔎 Maintainer heads-up: automated triage flagged this PR as potentially material, so it may need a signed CLA in addition to the DCO sign-off. Strong signals
This is advisory only — the bot does not decide. Please judge against the CLA criteria (material, product-critical, patent-sensitive, corporate contributor, broad commercial use). Note that thresholds can be gamed by splitting PRs, so use your judgement.
|
|
alinahornet
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Release prep for v1.1.0. Rolls the
[Unreleased]notes into a dated## [1.1.0] - 2026-07-17section and promotes the one new public API fromPublicAPI.Unshipped.txt→PublicAPI.Shipped.txt. Must merge before thev1.1.0tag is pushed.What's in 1.1.0 (since 1.0.1)
RedisCollectionExtensions.AddRedisConfigurationOptionsProvider(...)factory overload (feat(redis): add AddRedisConfigurationOptionsProvider factory overload #87).StackExchange.Redis2.10.1 → 3.0.17 (staged 2.13.17 → 3.0.17, chore(deps): bump StackExchange.Redis from 2.10.1 to 2.13.17 #83/chore(deps): bump StackExchange.Redis from 2.13.17 to 3.0.17 #86);Microsoft.Extensions.Logging.Abstractionsnet8.0 → 10.0.10 (chore(deps): bump Microsoft.Extensions.Logging.Abstractions to 10.0.10 on net8.0 #85);RedisConnectionOptions.ThreadPoolSocketManagerobsoleted (3.0 removedSocketManager).IEventFormatterProxy<T>.Decode(string)/EncodeAsString(T).Changes in this PR
CHANGELOG.md: new dated[1.1.0]section; fresh empty[Unreleased].PublicAPI.Shipped.txt/PublicAPI.Unshipped.txt: promoteAddRedisConfigurationOptionsProvider(sorted next to the siblingAddRedis*entries).Test plan
After merge: push tag
v1.1.0→ the Release workflow validates the tag, builds/packs, and publishes to nuget.org behind the manually-approvednugetenvironment gate.Contributor declaration
git commit -s).🤖 Generated with Claude Code