Changelog
*Sourced from [eve's changelog](https://github.com/pyeve/eve/blob/master/CHANGES.rst).*
> 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
> ~~~~~
> - Curl request in projection examples do not work (`[#1298](https://github.com/pyeve/eve/issues/1298)`_)
> - Update installation instructions (`[#1303](https://github.com/pyeve/eve/issues/1303)`_)
> - (*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)`_, `[#1315](https://github.com/pyeve/eve/issues/1315)`_, `[#1322](https://github.com/pyeve/eve/issues/1322)`_)
> - 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.
>
> .. _`[#1322](https://github.com/pyeve/eve/issues/1322)`: [pyeve/eve#1322](https://github-redirect.dependabot.com/pyeve/eve/pull/1322)
> .. _`[#1315](https://github.com/pyeve/eve/issues/1315)`: [pyeve/eve#1315](https://github-redirect.dependabot.com/pyeve/eve/pull/1315)
> .. _`[#1298](https://github.com/pyeve/eve/issues/1298)`: [pyeve/eve#1298](https://github-redirect.dependabot.com/pyeve/eve/issues/1298)
> .. _`[#1303](https://github.com/pyeve/eve/issues/1303)`: [pyeve/eve#1303](https://github-redirect.dependabot.com/pyeve/eve/pull/1303)
> .. _`[#1299](https://github.com/pyeve/eve/issues/1299)`: [pyeve/eve#1299](https://github-redirect.dependabot.com/pyeve/eve/issues/1299)
> .. _`[#1302](https://github.com/pyeve/eve/issues/1302)`: [pyeve/eve#1302](https://github-redirect.dependabot.com/pyeve/eve/issues/1302)
> .. _`[#1296](https://github.com/pyeve/eve/issues/1296)`: [pyeve/eve#1296](https://github-redirect.dependabot.com/pyeve/eve/issues/1296)
> .. _`[#1293](https://github.com/pyeve/eve/issues/1293)`: [pyeve/eve#1293](https://github-redirect.dependabot.com/pyeve/eve/issues/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_`` hook with certain
> ... (truncated)
Commits
- [`defdccd`](https://github.com/pyeve/eve/commit/defdccd91c533eebd92504df1bc2619de7a8a755) v0.7.5 release date
- [`3c8264e`](https://github.com/pyeve/eve/commit/3c8264e6c9953b400aac1c74bc13f7a79e0a0130) Moritz Schneider
- [`a5c96d7`](https://github.com/pyeve/eve/commit/a5c96d794ddace7b5906cd76b11157a1c71905fc) Changelog for [#1091](https://github-redirect.dependabot.com/pyeve/eve/issues/1091)
- [`532968d`](https://github.com/pyeve/eve/commit/532968da185812e593ccf50f49478042eda50654) Bump version to 0.7.5
- [`29e4361`](https://github.com/pyeve/eve/commit/29e436117ca52cc494465a833ae10d4587dd2755) Fix sanitization of nested queries.
- [`5679331`](https://github.com/pyeve/eve/commit/56793318e7857216269e764c0c027a0c4f6d92c0) Bump version to 0.7.4
- [`f37991b`](https://github.com/pyeve/eve/commit/f37991b46e0bb54a3cb63d163fbbe787b383dda7) v0.7.4 release date
- [`8347213`](https://github.com/pyeve/eve/commit/83472139502f6c31f1e13a6525e527d2a563727d) Merge branch 'fix_issue_[#810](https://github-redirect.dependabot.com/pyeve/eve/issues/810)' into workon_0.7.4
- [`b809232`](https://github.com/pyeve/eve/commit/b8092327a46e97b006d1db4bc876279510d71580) Fix: post_internal fails with URL_PREFIX or API_VERSION
- [`3c65242`](https://github.com/pyeve/eve/commit/3c65242ba7206936088c69ba24a5e535328cef38) Sybren A. Stüvel
- Additional commits viewable in [compare view](https://github.com/pyeve/eve/compare/v0.6.1...v0.7.5)
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](https://github.com/taarifa/TaarifaAPI/network/alerts).
Bumps eve from 0.6.1 to 0.7.5.
Changelog
*Sourced from [eve's changelog](https://github.com/pyeve/eve/blob/master/CHANGES.rst).* > 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 > ~~~~~ > - Curl request in projection examples do not work (`[#1298](https://github.com/pyeve/eve/issues/1298)`_) > - Update installation instructions (`[#1303](https://github.com/pyeve/eve/issues/1303)`_) > - (*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)`_, `[#1315](https://github.com/pyeve/eve/issues/1315)`_, `[#1322](https://github.com/pyeve/eve/issues/1322)`_) > - 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. > > .. _`[#1322](https://github.com/pyeve/eve/issues/1322)`: [pyeve/eve#1322](https://github-redirect.dependabot.com/pyeve/eve/pull/1322) > .. _`[#1315](https://github.com/pyeve/eve/issues/1315)`: [pyeve/eve#1315](https://github-redirect.dependabot.com/pyeve/eve/pull/1315) > .. _`[#1298](https://github.com/pyeve/eve/issues/1298)`: [pyeve/eve#1298](https://github-redirect.dependabot.com/pyeve/eve/issues/1298) > .. _`[#1303](https://github.com/pyeve/eve/issues/1303)`: [pyeve/eve#1303](https://github-redirect.dependabot.com/pyeve/eve/pull/1303) > .. _`[#1299](https://github.com/pyeve/eve/issues/1299)`: [pyeve/eve#1299](https://github-redirect.dependabot.com/pyeve/eve/issues/1299) > .. _`[#1302](https://github.com/pyeve/eve/issues/1302)`: [pyeve/eve#1302](https://github-redirect.dependabot.com/pyeve/eve/issues/1302) > .. _`[#1296](https://github.com/pyeve/eve/issues/1296)`: [pyeve/eve#1296](https://github-redirect.dependabot.com/pyeve/eve/issues/1296) > .. _`[#1293](https://github.com/pyeve/eve/issues/1293)`: [pyeve/eve#1293](https://github-redirect.dependabot.com/pyeve/eve/issues/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_Commits
- [`defdccd`](https://github.com/pyeve/eve/commit/defdccd91c533eebd92504df1bc2619de7a8a755) v0.7.5 release date - [`3c8264e`](https://github.com/pyeve/eve/commit/3c8264e6c9953b400aac1c74bc13f7a79e0a0130) Moritz Schneider - [`a5c96d7`](https://github.com/pyeve/eve/commit/a5c96d794ddace7b5906cd76b11157a1c71905fc) Changelog for [#1091](https://github-redirect.dependabot.com/pyeve/eve/issues/1091) - [`532968d`](https://github.com/pyeve/eve/commit/532968da185812e593ccf50f49478042eda50654) Bump version to 0.7.5 - [`29e4361`](https://github.com/pyeve/eve/commit/29e436117ca52cc494465a833ae10d4587dd2755) Fix sanitization of nested queries. - [`5679331`](https://github.com/pyeve/eve/commit/56793318e7857216269e764c0c027a0c4f6d92c0) Bump version to 0.7.4 - [`f37991b`](https://github.com/pyeve/eve/commit/f37991b46e0bb54a3cb63d163fbbe787b383dda7) v0.7.4 release date - [`8347213`](https://github.com/pyeve/eve/commit/83472139502f6c31f1e13a6525e527d2a563727d) Merge branch 'fix_issue_[#810](https://github-redirect.dependabot.com/pyeve/eve/issues/810)' into workon_0.7.4 - [`b809232`](https://github.com/pyeve/eve/commit/b8092327a46e97b006d1db4bc876279510d71580) Fix: post_internal fails with URL_PREFIX or API_VERSION - [`3c65242`](https://github.com/pyeve/eve/commit/3c65242ba7206936088c69ba24a5e535328cef38) Sybren A. Stüvel - Additional commits viewable in [compare view](https://github.com/pyeve/eve/compare/v0.6.1...v0.7.5)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](https://github.com/taarifa/TaarifaAPI/network/alerts).