eve v0.9.2 Release Notes

Release Date: 2019-06-14 // almost 5 years ago
  • ๐Ÿš€ Released on June 14, 2019.

    ๐Ÿ›  Fixed

    
    
    - ๐Ÿ‘ Geo queries lack support for the ``$minDistance`` mongo operator (`#1281`_)
    - Lookup argument does not get passed to ``pre_<event>`` hook with certain
      resource urls (`#1283`_)
    - 0๏ธโƒฃ PUT requests doesn't set default values for fields that have one defined
      (`#1280`_)
    - PATCH crashes when normalizing default fields (`#1275`_, `#1274`_)
    - The condition that avoids returning ``X-Total-Count`` when counting is
      disabled also filters out the case where the resource is empty and count is
      0 (`#1279`_)
    - First example of Eve use doesn't really work (`#1277`_)
    
    .. _`#1283`: https://github.com/pyeve/eve/issues/1283
    .. _`#1281`: https://github.com/pyeve/eve/issues/1281
    .. _`#1280`: https://github.com/pyeve/eve/issues/1280
    .. _`#1277`: https://github.com/pyeve/eve/issues/1277
    .. _`#1275`: https://github.com/pyeve/eve/issues/1275
    .. _`#1274`: https://github.com/pyeve/eve/issues/1274
    .. _`#1279`: https://github.com/pyeve/eve/issues/1279