Releasing 1.2.1#232
Merged
Merged
Conversation
Patch release. Notable: restores login functionality against Spond's new /auth2/login endpoint (closes #229). See the auto-generated release notes for the full PR list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Patch release. Bumps
pyproject.tomlfrom1.2.0to1.2.1.Merging this PR triggers
.github/workflows/release.yml, which will:v1.2.1onmainv1.2.0Headline change in this release
/auth2/loginendpoint (login() fails with 404 — https://api.spond.com/core/v1/login no longer responding #229, fix: update login to /auth2/login endpoint #230) — Spond replaced the/core/v1/loginendpoint on 2026-05-13 and the library was returning 404 on every authenticated call. This is the only library-facing change in 1.2.1.Also included since 1.2.0
updateme(ci: opt-in auto-update of PRs labeled 'updateme' #231)softprops/action-gh-releasev2 → v3 (build(deps): bump softprops/action-gh-release from 2 to 3 #226)meetupTimestampas event start when available (feat(ical): use meetupTimestamp as event start when available #228) — example-script only, no library changeStill open at release time (intentional)
Test plan
pytest— 21 passed (mainincludes the newTestLoginclass added in fix: update login to /auth2/login endpoint #230)ruff check— cleanv1.2.1tag, GitHub Release, and PyPI artifact.🤖 Generated with Claude Code