eve v1.1.1 Release Notes

Release Date: 2020-05-10 // almost 4 years ago
  • ๐Ÿš€ Released on May 10, 2020.

    ๐Ÿ›  Fixed

    
    - Disabling ``merge_nested_documents`` breaks versioning on PATCH (`#1389`_)
    - โœ… Tests failing with Flask 1.1.2 (`#1378`_)
    - ๐Ÿ’พ ``BANDWIDTH_SAVER`` no longer works with ``resolve_resource_projection`` (`#1338`_)
    - ``unique_within_resource`` rule used in resources without datasource filter (`#1368`_)
    - dicts without ``schema`` rule are broken since ``b8d8fcd`` (`#1366`_)
    - 403 Forrbidden added to ``STANDARD_ERRORS`` (`#1362`_)
    - ``unique`` constraint doesn't work when inside of a dict or a list (`#1360`_)
    - ๐Ÿ“š Documentation typos (`#1375`_)
    
    .. _`#1389`: https://github.com/pyeve/eve/issues/1389
    .. _`#1378`: https://github.com/pyeve/eve/pull/1378
    .. _`#1375`: https://github.com/pyeve/eve/pull/1375
    .. _`#1338`: https://github.com/pyeve/eve/issues/1338
    .. _`#1368`: https://github.com/pyeve/eve/pull/1368
    .. _`#1366`: https://github.com/pyeve/eve/pull/1366
    .. _`#1362`: https://github.com/pyeve/eve/pull/1362
    .. _`#1360`: https://github.com/pyeve/eve/issues/1360