Gauge Versions Save

Light weight cross-platform test automation

v1.3.3

2 years ago
  • #2045 - allow x86_64 binaries on arm64 for darwin
  • #2019 - ignore events when cache isn't init #1896

v1.3.2

2 years ago
  • #2041 - check 'language' key before installing from manifest
  • #2039 - Ability to filter with case insensitive tags

v1.3.1

2 years ago
  • #2037 - add arm64 plugin support

v1.3.0

2 years ago
  • #2036 - Added support for Linux arm64
  • #2033 - Bump google.golang.org/grpc from 1.38.0 to 1.39.0
  • #2030 - Bump google.golang.org/protobuf from 1.27.0 to 1.27.1
  • #2026 - Bump google.golang.org/protobuf from 1.26.0 to 1.27.0
  • #2018 - optimize filewatcher logic, init cache before registering, #1896
  • #1983 - Bump github.com/magiconair/properties from 1.8.4 to 1.8.5
  • #1980 - Bump github.com/golang/protobuf from 1.4.3 to 1.5.2

v1.2.1

3 years ago
  • #2007 - fix deploy remove deb rpm

v1.2.0

3 years ago
  • #2006 - remove cert file dependency and fix release
  • #2005 - fixed github action for release
  • #2004 - remove code signing from GH actions
  • #2003 - use go 1.16 in ci
  • #2002 - Bump google.golang.org/grpc from 1.37.0 to 1.38.0
  • #1998 - Added support for Apple Silicon. Fixes #1997 (thanks @Bonitas)
  • #1989 - Bump google.golang.org/grpc from 1.37.0 to 1.37.1
  • #1988 - Bump lodash from 4.17.19 to 4.17.21 in /build/npm
  • #1982 - Bump google.golang.org/protobuf from 1.25.0 to 1.26.0
  • #1981 - Bump google.golang.org/grpc from 1.36.0 to 1.37.0
  • #1979 - Upgrade to GitHub-native Dependabot
  • #1970 - Fix dead links in README

Important Notes

  • This release was made when there were some issues in the deploy scripts. Please use v1.2.1 which fixes those, and has the binaries for Apple Sillicon (darwin.amd64).

  • From this release onwards, Gauge windows binaries (including the installer) will not be signed, as the certificate has expired and we do not have the resource to extend it.

v1.1.8

3 years ago
  • #1916 - Bump google.golang.org/grpc from 1.35.0 to 1.36.0
  • #1901 - Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
  • #1900 - Bump github.com/spf13/cobra from 1.1.1 to 1.1.2
  • #1860 - Fixes an issue with env variable is to empty string
  • #1858 - Fix params type for step ref request.
  • #1851 - Bump google.golang.org/grpc from 1.34.1 to 1.35.0

v1.1.7

3 years ago
  • #1849 - Update gRPC and proto dep.
  • #1846 - Use the "google.golang.org/protobuf/proto" instead of "github.com/golang/protobuf/proto"
  • #1841 - Fix step snippet generation
  • #1816 - Bump github.com/golang/protobuf from 1.3.3 to 1.4.3
  • #1815 - Bump google.golang.org/grpc from 1.32.0 to 1.34.0
  • #1813 - Remove vendor folder and build based on go mod
  • #1811 - Refer the new discussion forum
  • #1808 - Remove duplicate concept file entries
  • #1773 - Upgrade properties library
  • #1762 - Bump google.golang.org/grpc from 1.24.0 to 1.32.0
  • #1761 - Bump github.com/golang/protobuf from 1.3.2 to 1.4.2
  • #1760 - Bump github.com/fsnotify/fsnotify from 1.4.7 to 1.4.9

v1.1.6

3 years ago
  • #1806 - remove use of hub action
  • #1805 - Use GITHUB_PATH and GITHUB_ENV.
  • #1799 - update contributing.md to reflect DCO instead of CLA
  • #1797 - Fix formatting related test failures
  • #1796 - Update issue templates
  • #1794 - use env files for github actions
  • #1792 - handle runner crash and generate report
  • #1790 - Don't print a trailing space on steps with table args
  • #1785 - Kill runner on sigTerm and sigInt signals
  • #1777 - kill lsp runner on signal
  • #1775 - add current execution info in simple execution

v1.1.5

3 years ago

Features

None

Bug Fixes

  • Search for concepts in custom spec dirs as well (#1780)
  • Fix step formatting for dynamic params #1767
  • Compute cell length using runes when formatting, fixes #1755 (#1759)