Mygeotab

Latest version: v0.9.0

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.6.0

++++++++++++++++++

**Improvements**

- Configurable timeouts when making calls.
- Removed `verify` parameter from API objects as SSL is required when calling a MyGeotab server.
- Removed `run` command from the CLI.
- Removed deprecated `API.search` and `API.search_async` methods.
- Refactored setup.py for async API. The async/awaitable methods are now automatically a part of the `API` object if using Python 3.5 or higher
- Code linting and cleanup

0.5.4

++++++++++++++++++

**Bug Fixes**

- Ensure all dates are timezone aware and are always UTC-localized.

0.5.3

++++++++++++++++++

**Bug Fixes**

- Fixed intermittent timeout errors due to `upstream changes <https://github.com/requests/requests/blob/master/HISTORY.rst#2161-2017-05-27>`_ in the 'requests' module

0.5.2

++++++++++++++++++

**Bug Fixes**

- Switched back to using abstract dependencies in setup.py (recommended by `this guide <https://caremad.io/posts/2013/07/setup-vs-requirement/>`_)

0.5.1

++++++++++++++++++

**Bug Fixes**

- Fix for search parameter not being properly handled in 'get()' call

0.5

++++++++++++++++

**Enhancements**

- Deprecated the 'search()' and 'search_async()' functions. Replaced by folding the previous functionality into 'run()'.
- Removed 'tzlocal' dependency. Always deal with dates in UTC by default.
- Prefer functions instead of making static methods in classes.
- Added helper to run async calls and collect their results
- Add ability to quickly run simple python scripts from the 'myg' console with no need for any authentication handling. Similar to 'console', but for running scripts rather than creating an interactive console.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.