Skip to content

chore(release): finalize 0.0.7 changelog#19

Merged
nkanu17 merged 3 commits into
mainfrom
chore/release-0.0.7
Jun 18, 2026
Merged

chore(release): finalize 0.0.7 changelog#19
nkanu17 merged 3 commits into
mainfrom
chore/release-0.0.7

Conversation

@nkanu17

@nkanu17 nkanu17 commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

Completes the [0.0.7] changelog so it reflects everything that landed after the original 0.0.7 bump but before release. pyproject.toml is already at 0.0.7; no version change needed.

Added to the 0.0.7 entry

Validation

  • make check: pyink/isort, ruff, mypy (31 files), pytest (115 passed, 10 skipped).
  • uv build: produces adk_redis-0.0.7 wheel + sdist.

After merge, a published GitHub Release tagged 0.0.7 will trigger the PyPI publish workflow.

Copilot AI review requested due to automatic review settings June 18, 2026 18:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Finalizes the 0.0.7 release notes by updating the entry date and ensuring the changelog reflects the features, fixes, and documentation work that landed prior to release.

Changes:

  • Updated the 0.0.7 release date to 2026-06-18.
  • Added missing 0.0.7 release notes for public backend selectors, the managed quickstart example, and key managed-backend fixes.
  • Expanded the 0.0.7 docs notes to cover the managed setup how-to, env var reconciliation, and README example run instructions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
- `UpdateMemoryTool` now applies the configured `default_namespace`,
`default_owner_id`, and `default_user_id` when the caller omits them on the
managed `redis-agent-memory` backend.
- `RedisLongTermMemoryService` derives the events memory ID from event ids and
nkanu17 added 2 commits June 18, 2026 14:01
…emory env vars

- managed_memory_setup.md: add Prerequisites/install line and a Get
  credentials section linking the Redis Cloud Agent Memory create-service,
  view-service, and use-API pages.
- simple_redis_memory: read canonical REDIS_AGENT_MEMORY_* with legacy
  AGENT_MEMORY_* fallback in main.py; update README env block and config table.
- CHANGELOG: note the provisioning guidance and example reconciliation.
simple_redis_memory now resolves managed credentials via
resolve_managed_credentials(backend), which raises a clear ValueError when
REDIS_MEMORY_BACKEND=redis-agent-memory but REDIS_AGENT_MEMORY_API_KEY or
REDIS_AGENT_MEMORY_STORE_ID is missing, instead of deferring to a cryptic SDK
auth error. The opensource backend still accepts None and is unaffected.
Copilot AI review requested due to automatic review settings June 18, 2026 19:06
@nkanu17 nkanu17 merged commit 235703f into main Jun 18, 2026
4 checks passed
@nkanu17 nkanu17 deleted the chore/release-0.0.7 branch June 18, 2026 19:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

Comment thread CHANGELOG.md
Comment on lines +53 to +55
- Session and namespace identifiers are sanitized for the managed backend,
which rejects `-` and `:` characters and enforces length limits; empty
sessions are returned before the first event so the first message can flow.
Comment on lines 118 to +121
# Required only when REDIS_MEMORY_BACKEND=redis-agent-memory
AGENT_MEMORY_STORE_ID=
AGENT_MEMORY_API_KEY=
# See the managed setup guide for where to obtain these values.
REDIS_AGENT_MEMORY_STORE_ID=
REDIS_AGENT_MEMORY_API_KEY=
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