-
Notifications
You must be signed in to change notification settings - Fork 3
Release 0.5.0
#288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.5.0
#288
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
# Conflicts: # src/plugins/service-azure-mongo-ru/discovery-tree/AzureMongoRUServiceRootItem.ts # src/plugins/service-azure-mongo-vcore/discovery-tree/AzureServiceRootItem.ts # src/plugins/service-azure-vm/discovery-tree/AzureServiceRootItem.ts
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.3 to 2.1.4. - [Commits](mafintosh/tar-fs@v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares the 0.5.0 release for the DocumentDB for VS Code extension, introducing significant architectural improvements to authentication handling and Azure service discovery management.
- Structured authentication configuration system replacing flat username/password fields
- Enhanced Azure credential and subscription filtering management with unified multi-tenant support
- Backward-compatible authentication method improvements with deprecated type aliases
- New command interfaces and UI enhancements for credential management workflows
Reviewed Changes
Copilot reviewed 86 out of 87 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/tree/documentdb/ClusterItemBase.ts | Renamed ClusterCredentials to EphemeralClusterCredentials with structured auth configs |
| src/documentdb/auth/AuthConfig.ts | New structured authentication configuration interfaces for native and Entra ID auth |
| src/documentdb/CredentialCache.ts | Updated credential caching with structured auth support and backward compatibility |
| src/services/connectionStorageService.ts | Migrated connection storage from flat fields to structured auth configurations |
| src/plugins/api-shared/azure/* | New shared Azure management infrastructure for credentials and subscription filtering |
| src/commands/newConnection/* | Updated connection wizard with structured auth and tenant selection |
| package.json | Version bump to 0.4.2-alpha and new credential management commands |
| docs/learn-more/* | Comprehensive documentation for Azure discovery management features |
src/plugins/api-shared/azure/subscriptionFiltering/InitializeFilteringStep.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
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 109 out of 117 changed files in this pull request and generated 4 comments.
src/tree/help-and-feedback-view/HelpAndFeedbackBranchDataProvider.ts
Outdated
Show resolved
Hide resolved
src/plugins/api-shared/azure/subscriptionFiltering/subscriptionFilteringHelpers.ts
Outdated
Show resolved
Hide resolved
src/plugins/api-shared/azure/subscriptionFiltering/InitializeFilteringStep.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
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 109 out of 117 changed files in this pull request and generated no new comments.
This pull request introduces several improvements to the build, release, and documentation processes for the extension, along with a new changelog entry for version 0.5.0
CI/CD Pipeline Improvements
.azure-pipelines/release.ymlfile that defines a robust release workflow for publishing the extension, including version verification, artifact validation, and support for dry runs and debug output. This pipeline ensures safe and consistent releases to production.setup-nodenpm cache and removing redundant manual cache steps, leading to faster and more reliable CI runs. [1] [2] [3]--prefer-offline, disable audits and funding prompts, and suppress progress output for cleaner logs and improved performance. [1] [2] [3]Documentation and Changelog Updates
docs/index.mdfor improved clarity, grouping documentation by feature and updating links to reflect the new organization.npm run compile.Dependency Updates
.nvmrcfrom20.15to20.18to ensure compatibility with the latest features and security updates.These changes collectively improve the release process, developer experience, and documentation clarity for both users and contributors.