Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.7.1
## 0.7.2

### Improvements

Expand All @@ -15,6 +15,10 @@

- **Dependency Updates**: Updates `minimatch` (3.1.2 → 3.1.4), `qs`, and `body-parser` to address security vulnerabilities. [#505](https://github.com/microsoft/vscode-documentdb/pull/505), [#514](https://github.com/microsoft/vscode-documentdb/pull/514)

## 0.7.1 _skipped_

Version 0.7.1 was reserved for an internal validation build and was not released on the Marketplace.

## 0.7.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The User Manual provides guidance on using DocumentDB for VS Code. It contains d

Explore the history of updates and improvements to the DocumentDB for VS Code extension. Each release brings new features, enhancements, and fixes to improve your experience.

- [0.7](./release-notes/0.7), [0.7.1](./release-notes/0.7#patch-release-v071)
- [0.7](./release-notes/0.7), [0.7.2](./release-notes/0.7#patch-release-v072)
- [0.6](./release-notes/0.6), [0.6.1](./release-notes/0.6#patch-release-v061), [0.6.2](./release-notes/0.6#patch-release-v062), [0.6.3](./release-notes/0.6#patch-release-v063)
- [0.5](./release-notes/0.5), [0.5.1](./release-notes/0.5#patch-release-v051), [0.5.2](./release-notes/0.5#patch-release-v052)
- [0.4](./release-notes/0.4), [0.4.1](./release-notes/0.4#patch-release-v041)
Expand Down
8 changes: 5 additions & 3 deletions docs/release-notes/0.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,13 @@ See the full changelog entry for this release:

---

## Patch Release v0.7.1
## Patch Release v0.7.2

This patch release improves data migration discoverability, adds reconnect prompts for error recovery, introduces an experimental AI query generation setting, and includes security dependency updates.

### What's Changed in v0.7.1
> **Note:** Version 0.7.1 was reserved for internal validation and was not published as a public release.

### What's Changed in v0.7.2

#### 💠 **Data Migration Discoverability** ([#515](https://github.com/microsoft/vscode-documentdb/pull/515))

Expand Down Expand Up @@ -242,4 +244,4 @@ Updated `minimatch` (3.1.2 → 3.1.4), `qs` and `body-parser` to address securit
### Changelog

See the full changelog entry for this release:
➡️ [CHANGELOG.md#071](https://github.com/microsoft/vscode-documentdb/blob/main/CHANGELOG.md#071)
➡️ [CHANGELOG.md#072](https://github.com/microsoft/vscode-documentdb/blob/main/CHANGELOG.md#072)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-documentdb",
"version": "0.7.1",
"version": "0.7.2",
"releaseNotesUrl": "https://github.com/microsoft/vscode-documentdb/discussions/489",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-azuretools",
Expand Down
Loading