Skip to content

release: 2.0.1 (hotfix branch)#51

Open
NinosMan wants to merge 3 commits into
masterfrom
release/2.0.1
Open

release: 2.0.1 (hotfix branch)#51
NinosMan wants to merge 3 commits into
masterfrom
release/2.0.1

Conversation

@NinosMan

@NinosMan NinosMan commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Description 📝

Updates

👉 Revert "Add default User-Agent for integration HTTP requests (#46)" — intended for SDK 3.0.0, excluded from the 2.0.1 patch
👉 Release metadata: version bump to 2.0.1 (pyproject.toml, __init__.py) and the RELEASENOTES.md entry describing the auth validation behavior change with a migration guide
👉 Regenerated docs/apidocs/ against the release branch source, per RELEASING.md

Test plan 🧪

  • pytest tests/ --cov=autohive_integrations_sdk --cov-report=term-missing — 89 passed, 100% coverage (RELEASING.md procedure)
  • Version stamps verified: pyproject.toml and __version__ both read 2.0.1
  • Release steps from this branch per RELEASING.md: python3 -m build, then twine upload

Notes

  • Merging this into master as-is would remove the User-Agent change from master — this PR exists to track the release delta.
  • Publishing 2.0.1 makes ~=2.0.0 pins resolve to it on next rebuild; integrations with flat-auth test contexts will need their tests migrated to the wrapped envelope (team heads-up planned).

NinosMan added 3 commits July 3, 2026 14:37
Version bump to 2.0.1, release notes entry for the strict wrapped-auth
validation fix, and regenerated apidocs. Cherry-pick onto the 2.0.1
release branch; regenerate apidocs there if the release branch source
differs.
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Coverage — ad783bc (docs: regenerate apidocs for 2.0.1 release branch) by @NinosMan

Total coverage: 100%

File Stmts Miss Cover Missing
src/autohive_integrations_sdk/__init__.py 2 0 100%
src/autohive_integrations_sdk/integration.py 357 0 100%

@NinosMan NinosMan requested a review from TheRealAgentK July 3, 2026 02:43
@NinosMan NinosMan marked this pull request as ready for review July 3, 2026 02:43

@TheRealAgentK TheRealAgentK left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

** Hotfix release branch PR ***
*** DO NOT MERGE ***

PR is fine, thx @NinosMan

@TheRealAgentK TheRealAgentK left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to Request changes for the time being to prevent accidental merge.

@TheRealAgentK TheRealAgentK changed the title release: 2.0.1 release: 2.0.1 (hotfix branch) Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants