chore(release): Axlis.Sitecore.Context v1.0.0 - #55
Merged
Merged
Conversation
… the HTTP module (#53)
…ContextStoreTests (#53)
…i.yml Closes gap where CLAUDE.md and CHANGELOG.md documented these jobs as already existing in ci.yml, but only the original Axlis.ORM `build` job was ever added. Adds two new jobs mirroring the restore/build/test steps from release-customizations.yml and release-sitecore-context.yml, named to match what WORKFLOWS.md SOP 5 already references.
…tent-site-language-user feat(sitecore-context): add ContentDatabase, Site, Language, User to Axlis.Sitecore.Context
Per WORKFLOWS.md SOP 5 step 3. AxlisORMVersion, AxlisCustomizationsVersion, and AxlisVersion are untouched by this release.
Per WORKFLOWS.md SOP 5 step 4.
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.
Release: Axlis.Sitecore.Context v1.0.0
First major release of the
Axlis.Sitecore.Contextfamily sincev0.1.0. Ships the four new properties added in #54, followingWORKFLOWS.mdSOP 5.What's in this release
Axlis.Sitecore.Context.Sitecore102: addsContentDatabase,Site,Language, andUser— all sevenSitecore.Contextmembers developers reach for most are now covered, all captured once per request inSitecoreContextHttpModule.OnBeginRequest, same mechanism as the originalDatabase/Request/HttpContext.Site/Language/User: these can legitimately change mid-request (language switch, login/impersonation, site switch), but the package intentionally keeps serving theBeginRequest-captured value for the rest of the request, for thread-safety and consistency with the original three. Covered in XML docs, both package READMEs, anddocs/sitecore-context/Architecture.md.AxlisSitecoreContextVersionbumped0.1.0→1.0.0. The published0.1.0package is not deprecated or removed.AmbientContextStoreTests.cs(missing XML docs, a possible-null-reference return, unnecessaryConfigureAwait(false)in test methods).build-customizationsandbuild-sitecore-contextjobs toci.ymlthatCLAUDE.md/CHANGELOG.mdalready claimed existed.Full details in the
[0.5.0]CHANGELOG section.Release gate — completed
developgreen, feature PR feat(sitecore-context): add ContentDatabase, Site, Language, User to Axlis.Sitecore.Context #54 mergedAxlisSitecoreContextVersionbumped to1.0.0inDirectory.Build.propsCHANGELOG.mdupdated with[0.5.0]sectiondotnet restore/build/test Axlis.Sitecore.Context.sln— 0 warnings, 0 errors, 5/5 tests passingsitecore-context-v0.1.0— clean