Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
adding missing changelogs for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Aug 18, 2015
1 parent 8a13ebd commit 389f0b4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ Changelog
=========

* :release:`0.4.0 <2015-08-x>`
* :support:`-` Ramses now parses RAML using spotify/ramlfications
* :support:`-` Added support for json-schema draft-04
* :feature:`-` Renamed authentication setting `ramses.auth` to `auth`
* :feature:`-` Added 'field' name and 'request' object to processors' arguments
* :feature:`-` Prefixed all Ramses-specific schema properties by an underscore
* :support:`-` Added support for JSON schema draft 04
* :support:`-` RAML is now parsed using ramlfications instead of pyraml-parser
* :feature:`-` Boolean values in RAML don't have to be strings anymore (previous limitation of pyraml-parser)
* :feature:`-` Renamed setting `ramses.auth` to `auth`
* :feature:`-` Renamed setting `debug` to `enable_get_tunneling`
* :feature:`-` Field name and request object are now passed to field processors under 'field' and 'request' kwargs respectively
* :feature:`-` Added support for relationship processors and backref relationship processors ('backref_after_validation'/'backref_before_validation')
* :feature:`-` Renamed schema's 'args' property to '_db_settings'
* :feature:`-` Properties 'type' and 'required' are now under '_db_settings'
* :feature:`-` Prefixed all Ramses schema properties by an underscore: '_auth_fields', '_public_fields', '_nested_relationships', '_auth_model', '_db_settings'
* :feature:`-` Error response bodies are now returned as JSON
* :bug:`- major` Fixed processors not applied on fields of type 'list' and type 'dict'
* :bug:`- major` Fixed a limitation preventing collection names to use nouns that do not have plural forms

Expand Down

0 comments on commit 389f0b4

Please sign in to comment.