Skip to content

Releases: sassoftware/viya4-orders-cli

1.6.0 - February 24, 2023

25 Feb 03:20
44fb3c4
Compare
Choose a tag to compare

Summary:
Dependency updates:

  • spf13/viper
  • oauth2
  • net

1.5.0 - January 10, 2023

10 Jan 17:16
b01894e
Compare
Choose a tag to compare

Summary:

  • Go update (1.17 -> 1.19)
  • Dependency updates
    • Viper
    • Cobra
  • Updates to Copyright dates

1.4.0 - July 18, 2022

18 Jul 15:37
Compare
Choose a tag to compare

Summary:

  • Dependency updates

1.3.0 - April 29, 2022

29 Apr 18:40
f2251e3
Compare
Choose a tag to compare

Summary:

  • Dependency updates

1.2.0 - January 13, 2022

13 Jan 18:49
Compare
Choose a tag to compare

Summary:

  • Go update (1.16 -> 1.17)
  • Dependency updates

1.1.2 - July 6, 2021

06 Jul 18:29
da5ec48
Compare
Choose a tag to compare

Summary: Dependency updates

1.1.1 - June 29, 2021

29 Jun 19:25
e4f617f
Compare
Choose a tag to compare

Summary: Minor adjustments

  • add .gitignore
  • minor correction in README
  • make usageError() use rootCmd.Usage() instead of rootCmd.Help(), plus exit afterwards
  • dependency updates

1.1.0 - June 21, 2021

21 Jun 15:43
Compare
Choose a tag to compare

Summary: Minor adjustments

Issues addressed:

  • update go from 1.13 to 1.16
  • change formatter to gofumpt
  • incorporate dependabot
  • Dockerfile - incorporate version (via build args) into Docker image
  • small update to README to make clear the circumstances under which git and go are required

1.0.0 - November 16, 2020

16 Nov 19:24
3102433
Compare
Choose a tag to compare

Summary: Initial public release

Issues Addressed:

  • incorporate golint-ci
  • add godoc
  • use gofmt
  • use oauth2 client credentials package for getting Bearer token instead of net/http
  • set instead of add http request headers

0.2.0 - October 23, 2020

24 Oct 02:36
Compare
Choose a tag to compare
Pre-release
  • Summary:
    Patch to early access release.
  • Issues Addressed:
    Makefile improvements, better error handling (#2), README updates.