Skip to content

3.1.0: slim down default request context#195

Merged
bartes merged 4 commits into
developfrom
chore/slim-default-context
Jun 10, 2026
Merged

3.1.0: slim down default request context#195
bartes merged 4 commits into
developfrom
chore/slim-default-context

Conversation

@bartes

@bartes bartes commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Reduces the default request context built by ContextGetDefaultService to headers, ip and library. The client_id and active fields are removed.

  • Slim ContextGetDefaultService to { headers, ip, library }.
  • Remove the internal client-id extraction service and the now-unused cookie helper (HeadersGetCookieService), along with the cookies plumbing in ContextGetDefaultService / ContextPrepareService.
  • Update the quick-start example and tests accordingly.
  • Update RELEASING.md to cut release branches from develop and merge into master.
  • Bump version to 3.1.0 and add the CHANGELOG entry.

bartes added 2 commits June 9, 2026 10:13
Reduce the default request context built by ContextGetDefaultService to
headers, ip and library. Remove the internal client-id extraction service
and the now-unused cookie helper (HeadersGetCookieService) along with the
cookies plumbing in ContextGetDefaultService / ContextPrepareService.
Update RELEASING.md so releases start from develop and add the step to
merge develop into master and push before tagging and publishing.
@bartes bartes changed the title 3.0.1: slim down default request context 3.1.0: slim down default request context Jun 9, 2026
@bartes bartes merged commit fd338d0 into develop Jun 10, 2026
5 checks passed
@bartes bartes deleted the chore/slim-default-context branch June 10, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants