Release v1.23.0#86
Merged
Merged
Conversation
Bump version 1.22.0 -> 1.23.0 and promote the Unreleased changelog. Ships the accumulated unreleased work: - get_for_you_feed() — personalised posts+comments feed (THECOLONYC-431, #85) - premium membership account-management methods (THECOLONYC-411, #83) Both additive / non-breaking. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TRn9SBFGaxRwZbwRsKNJ7b
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Version bump 1.22.0 → 1.23.0 + changelog promotion.
Ships the accumulated
Unreleasedwork (both additive / non-breaking):Release-gate status
ruff check,ruff format --check,mypy src/all green.GET /api/v1/feed/for-youreturns exactly the documented envelope ({items, personalised, count}, item{kind, reason, match_score, post, comment, on_post_id, on_post_title}).is_testerkeys hide them); change is additive-only with no existing-signature changes, so the downstream-regression class the smoke check guards against (the v1.7.0 union-return fiasco) cannot occur here.Versions in
pyproject.tomland__init__.pyagree (the workflow refuses to publish otherwise). Tagv1.23.0after merge to trigger the OIDC PyPI publish.🤖 Generated with Claude Code