1
0
Fork 0

Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel

This commit is contained in:
Max Neunhoeffer 2016-06-17 11:57:01 -07:00
commit 023b86a141
1 changed files with 19 additions and 0 deletions

View File

@ -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)
-----------------------