8000 Added startup option `--javascript.user-defined-functions`. by jsteemann · Pull Request #18048 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Added startup option --javascript.user-defined-functions. #18048 8000

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 6 commits into from
Feb 7, 2023
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
Next Next commit
Merge branch 'devel' of github.com:arangodb/arangodb into feature/jav…
…ascript-user-defined-functions-toggle
  • Loading branch information
jsteemann committed Feb 6, 2023
commit b96ea5bdaf960af7b1594e63103c7958b5418b43
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ devel
In that case, a parse error will be thrown when trying to run a query that
invokes a UDF.

* Updated transitive JS dependency hoek to @hapi/hoek@8.5.1 to resolve
CVE-2020-36604 in joi.

* Updated JS dependency minimatch to 3.1.2 to resolve CVE-2022-3517.

* Updated JS dependency qs to 6.11.0 to resolve CVE-2022-24999.

* Deleted customizable Pregel (AIR) and Greenspun library.

* Allowing enabling/disabling supervision maintenance mode also via followers
in active failover mode. Previously the supervision maintenance mode could
only be enabled/disabled by making a call to the active failover leader.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0