8000 V8: Replace icudtl.dat with full ICU data file 64.2 by Simran-B · Pull Request #11046 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

V8: Replace icudtl.dat with full ICU data file 64.2 #11046

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

Closed
wants to merge 6 commits into from
Closed
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 'devel' into feature/full-icu-64-2
  • Loading branch information
Dronplane committed May 19, 2020
commit 03f8362a9a5f97302125c14fda91d7003d54eca9
19 changes: 19 additions & 0 deletions CHANGELOG
Ori 838D ginal file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ devel
Upgraded to the full ICU data file (10 -> 25 MiB) for enhanced language
support, such as Icelandic (`--default-language is`).

* Fixed ability to edit graph edge in Graph Viewer of web UI.

* Fixed issue #10371: For k-shortest-paths queries on certain graphs a condition
to abort search was too eager and hence missed the shortest path between two
vertices and returned a longer one.

* Added feature: DisjointSmartGraphs

SmartGraphs have been extended to a new subtype, called **DisjointSmartGraphs**.
A DisjointSmartGraph prohibits edges between different SmartGraph components.
In case the graph schema can be represented without the need of connected
SmartGraph components, a DisjointSmartGraph should be used as this knowledge
can be used by the internal optimizer to gain even better query traversal
execution times.

* Fixed issue ES-605: arangodump broken when using encryption.

* Fixed a lockup in dropCollection due to a mutex being held for too long.

* Add an optimizer rule that enables execution of certain subqueries on a
DB Server. For this optimization to work, the subquery must contain exactly
one DISTRIBUTE/GATHER pair and only access at most one collection.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0