Changelog History
Page 9
-
v3.1.21 Changes
May 22, 2017๐ fixed issue #2488: AQL operator IN error when data use base64 chars
๐ more randomness in seeding RNG
-
v3.1.20 Changes
May 16, 2016๐ fixed incorrect sorting for distributeShardsLike
๐ improve reliability of AgencyComm communication with Agency
๐ fixed shard numbering bug, where ids were erouneously incremented by 1
โ remove an unnecessary precondition in createCollectionCoordinator
funny fail rotation fix
๐ fix in SimpleHttpClient for correct advancement of readBufferOffset
forward SIG_HUP in supervisor process to the server process to fix logrotaion You need to stop the remaining arangod server process manually for the upgrade to work.
-
v3.1.19 Changes
April 28, 2017๐ Fixed a StackOverflow issue in Traversal and ShortestPath. Occured if many (>1000) input values in a row do not return any result. Fixes issue: #2445
๐ fixed issue #2448
๐ fixed issue #2442
โ added 'x-content-type-options: nosniff' to avoid MSIE bug
๐ fixed issue #2441
๐ fixed issue #2440
๐ Fixed a StackOverflow issue in Traversal and ShortestPath. Occured if many (>1000) input values in a row do not return any result. Fixes issue: #2445
๐ fix occasional hanging shutdowns on OS X
-
v3.1.18 Changes
April 18, 2017๐ fixed error in continuous synchronization of collections
๐ fixed spurious hangs on server shutdown
๐ better error messages during restore collection
โ completely overhaul supervision. More detailed tests
๐ Fixed a dead-lock situation in cluster traversers, it could happen in rare cases if the computation on one DBServer could be completed much earlier than the other server. It could also be restricted to SmartGraphs only.
๐ (Enterprise Edition only) Fixed a bug in SmartGraph DepthFirstSearch. In some more complicated queries, the maxDepth limit of 1 was not considered strictly enough, causing the traverser to do unlimited depth searches.
๐ fixed issue #2415
๐ fixed issue #2422
๐ fixed issue #1974
-
v3.1.17 Changes
April 04, 2017๐ (Enterprise Edition only) fixed a bug where replicationFactor was not correctly forwarded in SmartGraph creation.
๐ fixed issue #2404
๐ fixed issue #2397
๐ป ui - fixed SmartGraph option not appearing
๐ fixed issue #2389
๐ fixed issue #2400
-
v3.1.16 Changes
March 27, 2017๐ fixed issue #2392
try to raise file descriptors to at least 8192, warn otherwise
โก๏ธ ui - aql editor improvements + updated ace editor version (memory leak)
๐ fixed lost HTTP requests
๐ป ui - fixed some event issues
avoid name resolution when given connection string is a valid ip address
helps with issue #1842, bug in COLLECT statement in connection with LIMIT.
๐ fix locking bug in cluster traversals
๐ increase lock timeout defaults
increase various cluster timeouts
0๏ธโฃ limit default target size for revision cache to 1GB, which is better for tight RAM situations (used to be 40% of (totalRAM - 1GB), use --database.revision-cache-target-size to get back the old behavior
๐ fixed a bug with restarted servers indicating status as "STARTUP" rather that "SERVING" in Nodes UI.
-
v3.1.15 Changes
March 20, 2017โ add logrotate configuration as requested in #2355
๐ fixed issue #2376
๐ป ui - changed document api due a chrome bug
๐ป ui - fixed a submenu bug
โ added endpoint /_api/cluster/endpoints in cluster case to get all coordinator endpoints
๐ fix documentation of /_api/endpoint, declaring this API obsolete.
Foxx response objects now have a
type
method for manipulating the content-type headerโ Foxx tests now support
xunit
andtap
reporters
-
v3.1.14 Changes
March 13, 2017๐ป ui - added feature request (multiple start nodes within graph viewer) #2317
โ added missing locks to authentication cache methods
๐ป ui - added feature request (multiple start nodes within graph viewer) #2317
๐ ui - fixed wrong merge of statistics information from different coordinators
๐ป ui - fixed issue #2316
๐ป ui - fixed wrong protocol usage within encrypted environment
๐ fixed compile error on Mac Yosemite
๐ป minor UI fixes
-
v3.1.13 Changes
March 06, 2017๐ fixed variables parsing in GraphQL
๐ fixed issue #2214
๐ fixed issue #2342
๐ changed thread handling to queue only user requests on coordinator
๐ use exponential backoff when waiting for collection locks
๐ repair short name server lookup in cluster in the case of a removed server
-
v3.1.12 Changes
February 28, 2017๐ disable shell color escape sequences on Windows
๐ fixed issue #2326
๐ fixed issue #2320
๐ fixed issue #2315
๐ fixed a race condition when closing a connection
0๏ธโฃ raised default hard limit on threads for very small to 64
๐ fixed negative counting of http connection in UI
๐ fixed a race when renaming collections
๐ fixed a race when dropping databases