8000 Feature/aql interleave function by maierlars · Pull Request #11352 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Feature/aql interleave function #11352

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 8 commits into from
Apr 1, 2020
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
Updated CHANGELOG.
  • Loading branch information
lamai93 committed Mar 31, 2020
commit 426cc73eb41bd124730175d36e3da77cc0966a43
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
devel
-----

* Added INTERLEAVE AQL function.

* Upgraded bundled RocksDB library to version 6.8.0.

* Added AQL function `IN_RANGE`.

* Added startup option `--ssl.prefer-http1-in-alpn` to optionally let the
* Added startup option `--ssl.prefer-http1-in-alpn` to optionally let the
server prefer HTTP/1.1 over HTTP/2 in ALPN protocol negotiations.

* Compilation issues with wrong cv-qualifiers and unnecessary
Expand Down
0