8000 nicified CHANGELOG by jsteemann · Pull Request #2998 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

nicified CHANGELOG #2998

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 1 commit into from
Aug 8, 2017
Merged
Changes from all commits
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
26 changes: 14 additions & 12 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
devel
-----

* ui: added bind parameters to slow query history view
* fixed issue #1751: Slow Query API should provide bind parameters, webui should display them

* ui: fixed a bug when moving multiple documents was not possible

* ui: added bind parameters to slow query history view

* fixed docs for issue #2968
* fixed docs for issue #2968: Collection _key autoincrement value increases on error

* AQL CHAR_LENGTH(null) returns now 0. Since AQL TO_STRING(null) is '' (string of length 0)

* ui: now supports single js file upload for foxx services in addition to zip files
* ui: now supports single js file upload for Foxx services in addition to zip files

* fixed a multi-threading issue in the agency when callElection was called
while the SuperVision was calling updateSnapshot
while the Supervision was calling updateSnapshot

* added startup option `--query.tracking-with-bindvars`

Expand All @@ -31,12 +29,12 @@ devel
trackBindVars: value
});

* selectivity estimates are now available in the cluster
* index selectivity estimates are now available in the cluster as well

* fixed issue #2943: loadIndexesIntoMemory not returning the same structure
as the rest of the collection APIs

* fixed isuse #2949: ArangoError 1208: illegal name
* fixed issue #2949: ArangoError 1208: illegal name

* fixed issue #2874: Collection properties do not return `isVolatile`
attribute
Expand Down Expand Up @@ -67,7 +65,8 @@ devel

this potentially fixes issue #2920: DBServer crashing automatically post upgrade to 3.2

* Foxx queues and tasks now ensure that the scripts in them, run on same permissions as the Foxx code who started the task / queue
* Foxx queues and tasks now ensure that the scripts in them run with the same
permissions as the Foxx code who started the task / queue

* fixed issue #2928: Offset problems

Expand All @@ -79,7 +78,7 @@ devel

* fixed issue #2884: AQL traversal uniqueness constraints "propagating" to other traversals? Weird results

* arangoexport: added --query; pass a aql query to export the result
* arangoexport: added `--query` option for passing an AQL query to export the result

* fixed issue #2879: No result when querying for the last record of a query

Expand All @@ -92,7 +91,10 @@ devel

* option "--rocksdb.compaction-read-ahead-size" now defaults to 2MB

* change windows build so that rocksdb doesn't enforce AVX optimizations by default
* change Windows build so that RocksDB doesn't enforce AVX optimizations by default

* speed up RocksDB secondary index creation and dropping


v3.2.0 (2017-07-20)
-------------------
Expand Down Expand Up @@ -1062,7 +1064,7 @@ v3.1.1 (2016-11-15)

* display index usage of traversals in AQL explainer output (previously missing)

* fixed isuse #2163
* fixed issue #2163

* preserve last-used HLC value across server starts

Expand Down
0