- Handle ``UnicodeDecodeError`` when deserializing ``bytes`` with a ``String`` field (:issue:`650`). Thanks :user:`dan-blanchard` for the suggestion and thanks :user:`4lissonsilveira` for the PR.
2.14.0
Not secure
*******************
Features:
- Add ``require_tld`` parameter to ``validate.URL`` (:issue:`664`). Thanks :user:`sduthil` for the suggestion and the PR.
2.13.6
Not secure
*******************
Bug fixes:
- Fix serialization of types that implement `__getitem__` (:issue:`669`). Thanks :user:`MichalKononenko`.
2.13.5
Not secure
*******************
Bug fixes:
- Fix validation of iso8601-formatted dates (:issue:`556`). Thanks :user:`lafrech` for reporting.
2.13.4
Not secure
*******************
Bug fixes:
- Fix symmetry of serialization and deserialization behavior when passing a dot-delimited path to the ``attribute`` parameter of fields (:issue:`450`). Thanks :user:`itajaja` for reporting.
2.13.3
Not secure
*******************
Bug fixes:
- Restore backwards-compatibility of ``SchemaOpts`` constructor (:issue:`597`). Thanks :user:`Wesmania` for reporting and thanks :user:`frol` for the fix.