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

Choose a tag to compare

@github-actions github-actions released this 03 Jan 08:26
CHANGLOG: 0.6.4

Release v0.6.3

Choose a tag to compare

@github-actions github-actions released this 01 Jan 10:45
CHANGLOG: 0.6.3

Release v0.6.2

Choose a tag to compare

@github-actions github-actions released this 27 Dec 12:30
88d2417
Github release workflow - Fixed generate brew formula call

Fixed the artifact path

Release v0.6.1

Choose a tag to compare

@github-actions github-actions released this 27 Dec 07:37

v0.6.1

  • Bumped python version to 3.10 in brew formula

Release v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Dec 10:25

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

Choose a tag to compare

@github-actions github-actions released this 14 Dec 13:18

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

Choose a tag to compare

@github-actions github-actions released this 12 Dec 12:15

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

Choose a tag to compare

@github-actions github-actions released this 11 Dec 08:42

v0.3.0

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

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Oct 14:33
Fixed brew formula to also use python 3.8

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 13:45
Poetry: Upgrade version

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