Skip to content

Releases: arcsecond-io/cli

3.13.0

Choose a tag to compare

@github-actions github-actions released this 26 May 09:44

Full Changelog: 3.12.0...3.13.0

3.12.0

Choose a tag to compare

@github-actions github-actions released this 21 May 12:19

Full Changelog: 3.11.0...3.12.0

3.11.0

Choose a tag to compare

@github-actions github-actions released this 17 May 16:35

Full Changelog: 3.10.2...3.11.0

3.10.2

Choose a tag to compare

@github-actions github-actions released this 16 May 10:04

Full Changelog: 3.10.1...3.10.2

Better webcam support

Choose a tag to compare

@onekiloparsec onekiloparsec released this 15 May 07:32
Bump version to 3.10.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Webcam support

Choose a tag to compare

@onekiloparsec onekiloparsec released this 10 Apr 12:56
  • Webcam dependencies made optional — aiohttp and opencv-python-headlessmoved to[project.optional-dependencies] (pip install arcsecond[webcam]`)
  • Proxy robustness — asyncio.get_running_loop(), clean disconnect handling, device-loss error messages, /health endpoint
  • Docker compose — removed hardcoded WEBCAM_PROXY_URL (default lives in backend code), kept extra_hosts for Linux compatibility
  • Setup command — always writes the latest compose file instead of asking users to diff/merge
  • Documentation — new Webcam Proxy page with install, usage, and remote setup instructions

Bugfixes (targets use id not uuid)

Choose a tag to compare

@onekiloparsec onekiloparsec released this 30 Mar 15:35
3.8.1

Bugfixes (targets use id not uuid)

Exposing Targets & Target Lists API

Choose a tag to compare

@onekiloparsec onekiloparsec released this 30 Mar 08:12

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

Improved Arcsecond.local setup

Choose a tag to compare

@onekiloparsec onekiloparsec released this 24 Feb 10:15
  • 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

Choose a tag to compare

@onekiloparsec onekiloparsec released this 24 Jul 06:41

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.