-
Notifications
You must be signed in to change notification settings - Fork 82
Releases: tchellomello/python-amcrest
Releases · tchellomello/python-amcrest
1.9.9
@github-actions
github-actions
5d44bcc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Python 3.12+ compatible, get rid of distutils in py (#239) @maximvelichko
Assets 2
1 person reacted
1.9.8
@github-actions
github-actions
3c3fa58
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Only create httpx ssl context once (#231) @bdraco
- Add IP4M-1041B to supported devices (#227) @joshfleming
Assets 2
1 person reacted
Version 1.9.7
@flacjacket
flacjacket
b9883a2
This commit was signed with the committer’s verified signature.
The key has expired.
flacjacket
Sean Vig
What's Changed
- Improve event handling in async stream by @flacjacket in #213
Full Changelog: 1.9.6...1.9.7
Assets 2
Version 1.9.6
@flacjacket
flacjacket
2c6a751
This commit was signed with the committer’s verified signature.
The key has expired.
flacjacket
Sean Vig
What's Changed
- Raise timeout exception from async stream by @flacjacket in #211
- Improve event data handling by @flacjacket in #212
Full Changelog: 1.9.5...1.9.6
Assets 2
Version 1.9.5
@flacjacket
flacjacket
0f91f6e
This commit was signed with the committer’s verified signature.
The key has expired.
flacjacket
Sean Vig
What's Changed
- Fix bug in privacy mode by @pjrt in #199
- Change caught httpx error type by @flacjacket in #208
- Allow specifying stream to turn audio and video on or off by @flacjacket in #210
Full Changelog: 1.9.4...1.9.5
Assets 2
Version 1.9.4
- Make httpx follow redirects by default
Assets 2
Version 1.9.3
@flacjacket
flacjacket
81ed35b
This commit was signed with the committer’s verified signature.
The key has expired.
flacjacket
Sean Vig
- Fix bug with camera not being able to be setup in thread without asyncio loop setup
Assets 2
Version 1.9.2
@flacjacket
flacjacket
0098be1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix bug in async_vendor_information use of pretty parsing
Assets 4
Version 1.9.1
@flacjacket
flacjacket
49a5c8f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The vendor_information system property was missed in adding pretty parsing to the system properties for 1.9.0. Add parsing for this property.
Assets 4
Version 1.9.0
@flacjacket
flacjacket
e498fe9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
- Drop support for Python 3.6.
New features
- Add new async APIs.
Minor fixes
- Change all system properties, such as hardware_version, to be parsed
out. - Fix the audio enabled to correctly return the value for the given
channel. This is equivelant to the video fix added in 1.8.1. - Handle errors fetching the record mode more gracefully.
- Fix the move left/right PTZ commands to take speed as "horizontal".
- Change PTZ commands to return bool rather than str with "ok".