-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
0.16.0 #340
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge changes.rst
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.1. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump flake8 from 3.7.9 to 3.8.1
Add commit hooks
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@5.4.1...5.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump pytest from 5.4.1 to 5.4.2
- Still need major test updates - Still needs more thorough testing - Want to add an option to override login endpoint
- Update quick start guide with new flow - If token given at startup don't bother with logging in (token will be auto-refreshed on failed server request anyways) - Update to v4 login by default (2FA endpoint)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v2.8.1...v2.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.1 to 3.8.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.1...3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Total refactoring of auth logic
Dev version bump
Bump flake8 from 3.8.1 to 3.8.2
Bump pytest-cov from 2.8.1 to 2.9.0
Bump pre-commit from 2.5.1 to 2.6.0
Add different timeout for video and image retrieval
Modify session to use HTTPAdapter and handle retries
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.1 to 5.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@coverage-5.1...coverage-5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/Teemu/pytest-sugar/releases) - [Changelog](https://github.com/Teemu/pytest-sugar/blob/master/CHANGES.rst) - [Commits](https://github.com/Teemu/pytest-sugar/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Remove reference to response on exception since it may be unbound
Bump coverage from 5.1 to 5.2
Bump pytest-sugar from 0.9.3 to 0.9.4
Remove host from auth header
Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/pytest-dev/pytest-timeout/releases) - [Commits](pytest-dev/pytest-timeout@1.4.1...1.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
….4.2 Bump pytest-timeout from 1.4.1 to 1.4.2
Dev version bump
Removed all exc_info parameters during logging
Fix broken test and missing try/except
Retry options
Codecov Report
@@ Coverage Diff @@
## master #340 +/- ##
==========================================
+ Coverage 82.34% 83.01% +0.67%
==========================================
Files 8 8
Lines 759 948 +189
==========================================
+ Hits 625 787 +162
- Misses 134 161 +27
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.16.0
Massive changes to the way requests and authorization is handled. This version adds support for Blink Mini Cameras as well.
NOTE: There is a known quirk where every 24hrs you will receive a new 2FA email from Blink. As long as you are logged in or use the credential file, this email can be ignored and you do not need to enter a new 2FA key. This only needs to be done once.
Breaking Changes
New Features
Bug fixes
Other Changes