Skip to content

Releases: mongodb-js/vscode

v1.14.2

07 Oct 12:04
0f59b55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.14.2

v1.14.1

06 Oct 11:49
9d87150
Compare
Choose a tag to compare

What's Changed

  • chore: update CHANGELOG.md by @mongodb-devtools-bot[bot] in #1121
  • fix: add hosting_mode to mcp telemetry by @nirinchev in #1134
  • chore: update mongosh by @gagik in #1130
  • chore(deps-dev): bump mongodb-runner from 5.9.2 to 5.10.0 by @dependabot[bot] in #1139
  • chore(deps-dev): bump @mongodb-js/signing-utils from 0.4.0 to 0.4.3 by @dependabot[bot] in #1141
  • chore(deps-dev): bump @mongodb-js/oidc-mock-provider from 0.11.3 to 0.11.4 by @dependabot[bot] in #1140
  • fix: disable MCP auto start and instead request on first load and new connection attempts VSCODE-704 by @himanshusinghs in #1132
  • chore(deps): bump mongodb from 6.19.0 to 6.20.0 in the driver group by @dependabot[bot] in #1142
  • chore(deps): bump @mongodb-js/mongodb-ts-autocomplete from 0.4.7 to 0.4.8 by @dependabot[bot] in #1143
  • chore(deps): bump @mongodb-js/connection-info from 0.17.1 to 0.21.0 by @dependabot[bot] in #1138
  • chore: bump mongodb-mcp-server to 1.0.2 by @himanshusinghs in #1146

Full Changelog: v1.14.0...v1.14.1

v1.14.0

16 Sep 17:46
e9a3c65
Compare
Choose a tag to compare

What's Changed

  • chore: pin tests to run against 1.103.3 by @himanshusinghs in #1118
  • feat: integrate MongoDB MCP server with VSCode extension MCP-129 by @himanshusinghs in #1115
  • chore: fix for publish workflow asking npm cache by @himanshusinghs in #1122
  • chore: update CHANGELOG.md by @mongodb-devtools-bot[bot] in #1068
  • chore(deps): bump the compass group with 2 updates by @dependabot[bot] in #1073
  • chore: add codeowners VSCODE-687 by @nirinchev in #1074
  • chore(deps): bump the compass group with 4 updates by @dependabot[bot] in #1075
  • chore(deps-dev): bump mongodb-download-url from 1.5.7 to 1.6.0 by @dependabot[bot] in #1076
  • chore(deps-dev): bump mongodb-runner from 5.8.3 to 5.9.0 by @dependabot[bot] in #1077
  • chore(deps-dev): bump @mongodb-js/oidc-mock-provider from 0.10.3 to 0.11.0 by @dependabot[bot] in #1078
  • chore(deps): bump @mongodb-js/devtools-connect from 3.7.2 to 3.8.0 by @dependabot[bot] in #1079
  • chore(deps): bump @mongodb-js/device-id from 0.2.1 to 0.3.0 by @dependabot[bot] in #1081
  • chore(deps-dev): bump @mongodb-js/signing-utils from 0.3.9 to 0.4.0 by @dependabot[bot] in #1082
  • chore(deps): bump @mongodb-js/shell-bson-parser from 1.2.2 to 1.3.0 by @dependabot[bot] in #1083
  • chore(deps): bump mongodb-cloud-info from 2.1.7 to 2.2.0 by @dependabot[bot] in #1084
  • chore(deps-dev): bump @mongodb-js/sbom-tools from 0.7.4 to 0.8.1 by @dependabot[bot] in #1088
  • chore(deps-dev): bump @mongodb-js/oidc-plugin from 1.1.7 to 1.1.8 by @dependabot[bot] in #1086
  • chore(deps): bump the compass group with 6 updates by @dependabot[bot] in #1085
  • chore(deps): bump mongodb-query-parser from 4.3.2 to 4.4.0 by @dependabot[bot] in #1080
  • chore(deps): bump @mongodb-js/devtools-connect from 3.8.0 to 3.9.1 by @dependabot[bot] in #1100
  • chore(deps): bump the mongosh group across 1 directory with 13 updates by @dependabot[bot] in #1103
  • chore(deps-dev): bump mongodb-download-url from 1.6.0 to 1.6.2 by @dependabot[bot] in #1102
  • chore(deps): bump mongodb from 6.17.0 to 6.18.0 in the driver group by @dependabot[bot] in #1104
  • chore(deps-dev): bump @mongodb-js/mongodb-downloader from 0.4.0 to 0.4.2 by @dependabot[bot] in #1096

Full Changelog: v1.13.3...v1.14.0

v1.13.3

09 Jun 15:19
cce64b7
Compare
Choose a tag to compare

What's Changed

  • chore: allow opting out of the welcome screen. This is mostly useful when including the extension in a preconfigured environment (e.g. Github Codespaces) where displaying the welcome screen is undesirable. VSCODE-697 by @nirinchev in #1053

Full Changelog: v1.13.2...v1.13.3

v1.13.2

07 May 17:21
0892588
Compare
Choose a tag to compare
  • chore(deps): bump the compass group with 3 updates by @dependabot in #1035
  • chore(deps): bump @mongodb-js/connection-info from 0.11.9 to 0.12.0 by @dependabot in #1039
  • chore: move device_id to common properties by @gagik in #1038

Full Changelog: v1.13.1...v1.13.2

v1.13.1

06 May 15:05
004cfd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.13.1

v1.13.0

04 Apr 12:41
77c419e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.1...v1.13.0

v1.12.1

07 Mar 13:35
9960602
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1

v1.12.0

30 Jan 16:17
3e86abc
Compare
Choose a tag to compare

What's Changed

  • feat(tree-explorer): add ability to set preset connections in settings.json VSCODE-665 by @gagik in #909
  • feat(participant): add disambiguation examples to answer MongoDB queries in Copilot by @GaurabAryal in #911
  • fix(playground): fix playground error when returning a function declaration VSCODE-669 by @nirinchev in #925

Full Changelog: v1.11.0...v1.12.0

v1.11.0

11 Dec 15:15
b19f2e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0