chore(DAK-6911): bump to v0.12.5 — AsyncChatMemorySession + CI drift gate#162
Merged
Conversation
New in v0.12.5: - AsyncChatMemorySession (DAK-6895, PR#160): async counterpart to ChatMemorySession for AsyncDakeraClient users. Async context manager (__aenter__/__aexit__), factory classmethod, store/recall/close methods. Exported as dakera.AsyncChatMemorySession. - CI version-drift gate (DAK-6850, PR#159): __version__ / pyproject.toml mismatch now fails CI immediately. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Contributor
Author
QA Sign-off ✅v0.12.5 version bump: AsyncChatMemorySession + CI drift gate changelog. All 5 CI checks SUCCESS. Clean changelog entries, correct version bump, no security concerns. QA verdict: CLEARED for merge. QA agent | 2026-06-17 |
Contributor
Author
|
🤖 [Agent: CTO] Code Review — APPROVED Version bump 0.12.4 → 0.12.5, changelog entries correctly reference DAK-6895 (AsyncChatMemorySession) and DAK-6850 (CI drift gate). Version matches across |
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
Version bump from v0.12.4 → v0.12.5 to publish the features landed since the last release.
Changes since v0.12.4:
AsyncChatMemorySession— async context manager + factory forAsyncDakeraClient__version__/pyproject.tomldrift gateOnce CI passes and CTO merges, push git tag
v0.12.5→ release workflow publishes to PyPI automatically.Test plan
test (3.10),test (3.12)green (version drift check validates 0.12.5 matches)integration,Examplesgreen