Skip to content

v1.2.0-rc.2 ๐Ÿปโ€โ„๏ธ

Pre-release
Pre-release
Compare
Choose a tag to compare
@curquiza curquiza released this 25 May 08:41
· 5 commits to release-v1.2.0 since this release
087866d

Fixes

Changes

  • Update get/delete documents feature according to the last decision with product squad. Check out the spec for more information. (#3775) @irevoire
    • Get rid of the invalid_document_delete_filter and always use the invalid_document_filter
    • Introduce a new missing_document_filter instead of returning invalid_document_delete_filter (thatโ€™s consistent with all the other routes that have a mandatory parameter)
    • Always return the original_filter in the details (potentially set to null) instead of hiding it if it wasnโ€™t used