Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

chore(deps): update dependency eve to v1 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 22, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Eve (source) ==0.8.1 -> ==1.1.5 age adoption passing confidence

Release Notes

pyeve/eve

v1.1.5

Compare Source

Released on January 25, 2021.

Fixed


- Nested unique field validation still don't work (`#1435`_)
- Documentation: corrected variable name (`#1426`_)
- Versioning: support for dynamic datasources (`#1423`_)
- Disable MD5 support in GridFS, as it is deprecated (`#1410`_)
- Demo application has been terminated by Heroku. Dropped any reference to it.

.. _`#1435`: https://github.com/pyeve/eve/issues/1435
.. _`#1426`: https://github.com/pyeve/eve/pull/1426
.. _`#1423`: https://github.com/pyeve/eve/issues/1423
.. _`#1410`: https://github.com/pyeve/eve/issues/1410

v1.1.4

Compare Source

Released on October 22, 2020.

Fixed


- Error raised when using ``embedded`` with nested dict (`#1416`_)
- Expose media endpoint only if ``RETURN_MEDIA_AS_URL`` is set to ``True`` (`#1415`_)
- Use ``**mongo_options`` in ``with_options`` (`#1413`_)

.. _`#1416`: https://github.com/pyeve/eve/issues/1416
.. _`#1415`: https://github.com/pyeve/eve/pull/1415
.. _`#1413`: https://github.com/pyeve/eve/issues/1413

v1.1.3

Compare Source

Released on September 19, 2020.

Fixed


- Fix: Race condition in PATCH on newly created documents with clustered mongo (`#1411`_)

.. _`#1411`: https://github.com/pyeve/eve/issues/1411

v1.1.2

Compare Source

Released on July 9, 2020.

Fixed


- Add missed condition when projection is disabled per domain (`#1398`_)
- Removed unnecessary comprehension (`#1391`_)

.. _`#1398`: https://github.com/pyeve/eve/pull/1398
.. _`#1391`: https://github.com/pyeve/eve/pull/1391

v1.1.1

Compare Source

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

v1.1

Compare Source

Released on January 25, 2021.

Fixed


- Nested unique field validation still don't work (`#1435`_)
- Documentation: corrected variable name (`#1426`_)
- Versioning: support for dynamic datasources (`#1423`_)
- Disable MD5 support in GridFS, as it is deprecated (`#1410`_)
- Demo application has been terminated by Heroku. Dropped any reference to it.

.. _`#1435`: https://github.com/pyeve/eve/issues/1435
.. _`#1426`: https://github.com/pyeve/eve/pull/1426
.. _`#1423`: https://github.com/pyeve/eve/issues/1423
.. _`#1410`: https://github.com/pyeve/eve/issues/1410

v1.0.1

Compare Source

Released on January 26, 2020.

  • Fix: Mixing foreign and local object ids breaks querying (#1345_)

.. _#1345: pyeve/eve#1345

v1.0

Compare Source

Released on January 26, 2020.

  • Fix: Mixing foreign and local object ids breaks querying (#1345_)

.. _#1345: pyeve/eve#1345

v0.9.2

Compare Source

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`_)
- 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

v0.9.1

Compare Source

Released on May 22, 2019.

New

- ``NORMALIZE_ON_PATCH`` switches normalization on patch requests (`#1234`_)

Fixed
  • Document count broken with concurrent requests (#1271_)
  • Document count broken when embedded resources are requested (#1268_)
  • If ignore_fields contains a nested field, document is mutated (#1266_)
  • Crash with Werzeug >= 0.15.3 (#1267_)
  • Fix crash when trying to ignore a nested field that doesn't exist (#1263_)

Improved

- Remove unsupported ``transparent_schema_rules`` option from docs (`#1264`_)
- Bump (and pin) Wekzeug to 0.15.4 (`#1267`_)
- Quickstart: a better ``MONGO_AUTH_SOURCE`` explanation (`#1168`_)

Breaking Changes

No known breaking changes for the standard framework user. However, if you are
consuming the developer API:

  • Be aware that io.base.DataLayer.find() signature has changed and an
    optional perform_count argument has been added. The method return value
    is now a tuple (cursor, count); cursor is the query result as
    before while count is the document count, which is expected to have a
    consistent value when perform_count = True.

.. _#1271: pyeve/eve#1271
.. _#1268: pyeve/eve#1268
.. _#1168: pyeve/eve#1168
.. _#1266: pyeve/eve#1266
.. _#1234: pyeve/eve#1234
.. _#1267: pyeve/eve#1267
.. _#1263: pyeve/eve#1263
.. _#1264: pyeve/eve#1264

v0.9

Compare Source

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`_)
- 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

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant