Skip to content

Rapydo 0.6.6 (#24)

Choose a tag to compare

@mdantonio mdantonio released this 28 Jun 20:56
· 23 commits to master since this release
4098938
* Upgrade to rapydo 0.6.6

* Upgrade to neomodel 3.3.1

* [rapydo/issues#130] Upgrade injector from 0.12 to 0.15 and flask_injector from 0.10.1 to 0.12.0

* [rapydo/issues#130] Removed explicit depedency with requests-oauthlib, already included in Flask-OAuthlib and not used outside the flask ext

* Removed IP resolution during authentication

* Preventing init of dbs not used for authentication

* Flask CORS is now only applied in debug mode

* Added custom header to response to output current version

* Sqlalchemy retry to force connection refresh

* Fix to avoid duplicated endpoint responses in swagger definition

* BUG fix reading enum parameters

* Supported neomodel version is now >=3.2.9 instead of ==3.3.1

* rapydo pull is enabled in tests only for regular commit and avoided for pull requests and cron jobs

* Implemented input validation with bravado

* Validation errors now raise 400 instead of 404

* Added project version to headers

* Enabled tests on centos

* Added simple tests in production mode

* Running production tests with very short DH