Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Bump eve from 0.6.3 to 0.7.5 #4

Merged
merged 1 commit into from
Aug 13, 2019
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2019

Bumps eve from 0.6.3 to 0.7.5.

Changelog

Sourced from eve's changelog.

Eve Changelog

Here you can see the full list of changes between each Eve release.

In Development

New

- Drop support for Python 3.4 (`[#1297](https://github.com/pyeve/eve/issues/1297)`_)
- ``unique_within_resource`` validation rule. Enforces the uniqueness of an
  attribute only at API resource level, contrasting with the ``unique`` rule
  that enforces uniqueness at database collection level (`[#1291](https://github.com/pyeve/eve/issues/1291)`_)

.. _`[#1297](https://github.com/pyeve/eve/issues/1297)`: https://github.com/pyeve/eve/issues/1297
.. _`[#1291](https://github.com/pyeve/eve/issues/1291)`: https://github.com/pyeve/eve/issues/1291

Fixed
  • (breaking) Delete on empty resource returns 404, should return 204
    ([#1299](https://github.com/pyeve/eve/issues/1299)_)
  • MONGO_REPLICA_SET ignored ([#1302](https://github.com/pyeve/eve/issues/1302)_)
  • Documentation typo ([#1293](https://github.com/pyeve/eve/issues/1293)_)
  • Flask 1.1.1 breaks test_logging_info test ([#1296](https://github.com/pyeve/eve/issues/1296)_)
  • Display the full release number on Eve frontpage.
  • Update link to EveGenie repository. New maintainer: David Zisky.

.. _[#1299](https://github.com/pyeve/eve/issues/1299): pyeve/eve#1299
.. _[#1302](https://github.com/pyeve/eve/issues/1302): pyeve/eve#1302
.. _[#1296](https://github.com/pyeve/eve/issues/1296): pyeve/eve#1296
.. _[#1293](https://github.com/pyeve/eve/issues/1293): pyeve/eve#1293

Version 0.9.2

Released on June 14, 2019.

Fixed



- Geo queries lack support for the ``$minDistance`` mongo operator (`[#1281](https://github.com/pyeve/eve/issues/1281)`_)
- Lookup argument does not get passed to ``pre_<event>`` hook with certain
  resource urls (`[#1283](https://github.com/pyeve/eve/issues/1283)`_)
- PUT requests doesn't set default values for fields that have one defined
  (`[#1280](https://github.com/pyeve/eve/issues/1280)`_)
- PATCH crashes when normalizing default fields (`[#1275](https://github.com/pyeve/eve/issues/1275)`_, `[#1274](https://github.com/pyeve/eve/issues/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
</tr></table> ... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [eve](https://github.com/pyeve/eve) from 0.6.3 to 0.7.5.
- [Release notes](https://github.com/pyeve/eve/releases)
- [Changelog](https://github.com/pyeve/eve/blob/master/CHANGES.rst)
- [Commits](pyeve/eve@v0.6.3...v0.7.5)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 13, 2019
@artburkart
Copy link
Owner

@dependabot merge

@dependabot dependabot bot merged commit 6dd7d5c into master Aug 13, 2019
@dependabot dependabot bot deleted the dependabot/pip/eve-0.7.5 branch August 13, 2019 08:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant