mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
This commit is contained in:
commit
023b86a141
19
CHANGELOG
19
CHANGELOG
|
@ -1,3 +1,22 @@
|
|||
v3.0.0-rc3 (????-??-??)
|
||||
-----------------------
|
||||
|
||||
* renamed various Foxx errors to no longer refer to Foxx services as apps
|
||||
|
||||
* adjusted various error messages in Foxx to be more informative
|
||||
|
||||
* specifying "files" in a Foxx manifest to be mounted at the service root
|
||||
no longer results in 404s when trying to access non-file routes
|
||||
|
||||
* undeclared path parameters in Foxx no longer break the service
|
||||
|
||||
* trusted reverse proxy support is now handled more consistently
|
||||
|
||||
* ArangoDB request compatibility and user are now exposed in Foxx
|
||||
|
||||
* all bundled NPM modules have been upgraded to their latest versions
|
||||
|
||||
|
||||
v3.0.0-rc2 (2015-06-12)
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue