Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Releases: Upsolver/cli

Release v0.6.4

03 Jan 08:26

Choose a tag to compare

CHANGLOG: 0.6.4

Release v0.6.3

01 Jan 10:45

Choose a tag to compare

CHANGLOG: 0.6.3

Release v0.6.2

27 Dec 12:30
88d2417

Choose a tag to compare

Github release workflow - Fixed generate brew formula call

Fixed the artifact path

Release v0.6.1

27 Dec 07:37

Choose a tag to compare

v0.6.1

  • Bumped python version to 3.10 in brew formula

Release v0.6.0

21 Dec 10:25

Choose a tag to compare

v0.6.0

  • Don't allow to run queries on the authentication API, which is not suitable for that.
  • Make all arguments optional on every command.
  • Add AUTH_API_URL environment variable to be able to configure the authentication API URL in different environments.
  • Require --force flag to overwrite an existing profile.

Release v0.5.0

14 Dec 13:18

Choose a tag to compare

v0.5.0

  • Display help message when trying a command without arguments.
  • Increase timeout in execute command from 10s to 30s.
  • Remove redundant flags in execute command: dry-run & ignore-errors.

Release v0.4.0

12 Dec 12:15

Choose a tag to compare

v0.4.0

  • Removed the option to execute more than one SQL statement at a time for robustness. It's still possible to execute multiple statements by calling the upsolver command multiple times.

Release v0.3.0

11 Dec 08:42

Choose a tag to compare

v0.3.0

  • Refactor configure and execute commands.
  • Remove support from legacy commands.

Release v0.2.1

06 Oct 14:33

Choose a tag to compare

Fixed brew formula to also use python 3.8

Release v0.2.0

06 Oct 13:45

Choose a tag to compare

Poetry: Upgrade version

This is because poetry 1.1.x and removes setuptools which fails the
build