Skip to content

Releases: Cornices/cornice

4.0.0

02 Dec 10:50
ae0d412
Compare
Choose a tag to compare

Breaking changes

  • Check for MappingSchema instance in colander_*_validator (#503)
    (explicit error is raised when sequence schema is used for example)

Bug fixes

  • Fix updating request.validated dict in colander_*_validator (#503)

3.6.1

13 Nov 09:35
cddca92
Compare
Choose a tag to compare
  • Do not return content if response is 204 No Content (fixes #521)

3.6.0

24 Jul 14:16
fd9046c
Compare
Choose a tag to compare
  • Add validation support for multipart/form-data (#510)

3.5.1

24 Jan 09:37
74999ee
Compare
Choose a tag to compare
  • Fix usage of localizer in Errors when l18n is deactivated. (#505)

3.5.0

15 Jan 11:04
870cc8f
Compare
Choose a tag to compare
  • Translate Error description field when added with request.errors.add() (#502)

3.4.4

12 Dec 13:53
a41903a
Compare
Choose a tag to compare

Internal changes

  • Remove remaining usage of deprecated .best_match()

3.4.3

30 Nov 10:54
e202b9b
Compare
Choose a tag to compare

Internal changes

  • Remove usage of deprecated .best_match() (thanks @abk-code)

3.4.2

24 Oct 10:04
74e0900
Compare
Choose a tag to compare

Internal changes

  • Fix DeprecationWarning for unrecognized backslash escapes (#491)

3.4.1

08 Oct 07:43
c3177bc
Compare
Choose a tag to compare

Bug fixes

  • support both marshmallow 2.x and 3.x unknown key handling (@ergo, #495)

Internal changes

  • Enable support for Python 3.7
  • cornice.errors and validation tests now use the builtin json module instead of simplejson (@okin, #494)
  • Cleanup tests (@karantan, #488)

3.4.0

12 Apr 14:41
09da9f2
Compare
Choose a tag to compare