Commit 87c2d66
authored
feat: upgrade driver and bson to 5.0 MONGOSH-1358 (#1403)
* chore: make --quiet and --verbose no-ops
These are no longer supported by the driver, and will only become
useful once full driver logging is implemented.
* chore: remove unused and deprecated .remove() method from service providers
* chore(cli-repl): display write errors as separate error category
* chore: update mocks in tests for TS updates
* chore(shell-api): start sharding test setup with --csrs
* feat: update Shell BSON code for BSON v5 upgrade
* feat: upgrade driver and bson to 5.0.0
* chore(deps): bump mongodb-client-encryption to 2.5.0
* chore: switch java-shell to webpack, adjust for bson v5
* chore(deps): bump mongodb-log-writer to 1.1.5
* chore: update shell bson printing code for bson 5
* chore(deps): bump driver to 5.1.0, mongodb-client-encryption to 2.6.0
* chore(deps): bump compass-editor, compass-components for bson 51 parent 7aeb3e2 commit 87c2d66
File tree
57 files changed
+3244
-5364
lines changed- config
- packages
- arg-parser
- src
- browser-repl
- config
- cli-repl
- src
- test
- i18n/src/locales
- java-shell
- gradle/wrapper
- src/main
- js
- kotlin/com/mongodb/mongosh
- service
- logging
- node-runtime-worker-thread
- service-provider-core
- src
- service-provider-server
- src
- shell-api/src
- snippet-manager
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+3244
-5364
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments