Releases: arcsecond-io/cli
Releases · arcsecond-io/cli
Bugfixes (targets use id not uuid)
3.8.1 Bugfixes (targets use id not uuid)
Exposing Targets & Target Lists API
In order to deal with the Night Explorer, we are exposing Targets & Target Lists API.
Improved Arcsecond.local setup
- Added the new mandatory fields to be written in .env
- Using long-syntax for the volumns binds in docker-compose.yml file to avoid Windows-paths related issues.
- Improved the GH publishing mechanism
Extending Upload Mechanism
The upload mechanism has been refactored and extended to AllSkyCameraImages, in addition to DataFiles.
Internally, this release marks a deep rewrite of many details, although the overall architecture remain identical. Dependencies were updates, requests replaced by httpx, no more toolbet and its encoder etc etc. There are many more tests as well. Overall, this is a much simpler and robust code.
One dot zero !
- Simpler APIs (no duplicate between
ArcsecondandArcsecondAPIclasses, only the latter remains) - Simpler memberships checks (all memberships are saved on login).
Bugfixes
Bugfixes
Async Upload now possible
Providing an Uploader object when using Python module.
Improving tracking of file upload progress
Introducing an optional callback parameter for tracking the progress of file uploads.
New accessors
Adding access to username and memberships from Python module.
Bugfix of Python module
Bugfix in is_logged_in method when used as Python module.