feat: v1.6.1 release#3
Merged
cody-rester merged 1 commit intoitential:mainfrom Apr 8, 2026
Merged
Conversation
- --version now shows Python version, executable path, and OS/platform info - session prune --older-than DAYS bulk-deletes uncaptured sessions with --dry-run and --force support - What's New system updated to track by minor version series (1.6.x shares one page) - New whats-new-1.6.html page covering MongoDB log analysis, Kubernetes environments, session prune, and --version enhancements - Version bumped to 1.6.1
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.
Description
Patch release 1.6.1 adding two new user-facing features, an updated What's New system, and a new What's New page for the 1.6 series.
Type of Change
Changes Made
--versionnow outputs Python version, executable path, and OS/platform info alongside the Atlas version stringsession prune --older-than DAYSbulk-deletes sessions that were created but never captured; supports--dry-runto preview and--forceto skip confirmation1.6) rather than exact patch version — any1.6.xrelease shares the same page and is only shown once per userwhats-new-1.6.htmlpage covering MongoDB log analysis, Kubernetes environment support,session prune, and--versionenhancements1.6.1in_version.pyandpyproject.tomlTesting
platform-atlas --version— confirmed Python version, path, and OS display correctlyplatform-atlas session prune --older-than 90 --dry-run— confirmed table output and no-op behaviorplatform-atlas session prune --help— confirmed argument structure1.6,1.6.1, and1.6.2all resolve to series1.6Checklist
type: subject)enhancement,bug,documentation,refactor,chore)