Skip to content

Releases: arcsecond-io/cli

Bugfixes (targets use id not uuid)

30 Mar 15:35

Choose a tag to compare

3.8.1

Bugfixes (targets use id not uuid)

Exposing Targets & Target Lists API

30 Mar 08:12

Choose a tag to compare

In order to deal with the Night Explorer, we are exposing Targets & Target Lists API.

Improved Arcsecond.local setup

24 Feb 10:15

Choose a tag to compare

  • 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

24 Jul 06:41

Choose a tag to compare

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 !

16 Aug 16:43
1.0.0
d6c1ef1

Choose a tag to compare

  • Simpler APIs (no duplicate between Arcsecond and ArcsecondAPI classes, only the latter remains)
  • Simpler memberships checks (all memberships are saved on login).

Bugfixes

19 Jan 20:42
0.7.6
54d4967

Choose a tag to compare

Bugfixes

Async Upload now possible

19 Jan 19:59
0.7.5
0635ee8

Choose a tag to compare

Providing an Uploader object when using Python module.

Improving tracking of file upload progress

13 Jan 21:42
0.7.4
7b3691a

Choose a tag to compare

Introducing an optional callback parameter for tracking the progress of file uploads.

New accessors

11 Jan 14:48
0.7.3
2a2d862

Choose a tag to compare

Adding access to username and memberships from Python module.

Bugfix of Python module

11 Jan 13:09
0.7.2
ed19834

Choose a tag to compare

Bugfix in is_logged_in method when used as Python module.