10000 CHANGELOG entry by jsteemann · Pull Request #14559 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

CHANGELOG entry #14559

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

Merged
merged 2 commits into from
Jul 30, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch '3.7' into bug-fix-3.7/ignore-some-ldap-parameter
  • Loading branch information
fceller authored Jul 30, 2021
commit 2f72951c9a6fe3b424bda212ef5f37a74f3d25a0
42 changes: 42 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,48 @@ v3.7.14 (XXXX-XX-XX)
unsupported on the target system. This avoids logging the same warnings
repeatedly.

* Make `--javascript.copy-installation` also copy the `node_modules`
subdirectory. This is required so we have a full copy of the JavaScript
dependencies and not one that excludes some infrequently changed modules.
In addition, file copying now intentionally excludes .map files as they are
not needed.

* Updated JavaScript dependencies, including breaking changes to non-public
modules. We recommend always bundling your own copy of third-party modules,
even ones listed as public.

- accepts: 1.3.5 -> 1.3.7
- ansi_up: 4.0.3 -> 5.0.1
- chalk: 1.1.3 -> 4.1.1
- content-type: (added) -> 1.0.4
- error-stack-parser: 2.0.2 -> 2.0.6
- highlight.js: 9.15.6 -> 10.7.3
- http-errors: 1.7.2 -> 1.8.0
- iconv-lite: 0.4.24 -> 0.6.3
- js-yaml: 3.13.1 -> 3.14.1
- lodash: 4.17.13 -> 4.17.21
- marked: 0.6.2 -> removed
- mime-types: 2.1.22 -> 2.1.31
- mocha: 6.1.3 -> 6.2.3
- netmask: 1.0.6 -> 2.0.2
- qs: 6.7.0 -> 6.10.1
- range-parser: 1.2.0 -> 1.2.1
- semver: 6.0.0 -> 7.3.5
- sinon: 1.17.6 -> 1.17.7
- timezone: 1.0.22 -> 1.0.23
- type-is: 1.6.16 -> 1.6.18
- underscore: 1.9.1 -> 1.13.1
- xmldom: 0.1.27 -> 0.6.0

* Fixed a bug, where Coordinators handled plan changes for databases in
heartbeat thread in wrong order. Databases could be listed, but not used.

* Fix BTS-453: Download of a HotBackup from remote source doesn't work on macOS.

* Updated ArangoDB Starter to 0.15.1.

* Updated arangosync to 1.7.0.


v3.7.13 (2021-07-20)
--------------------
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0