Releases: vippsas/sqlcode
Releases · vippsas/sqlcode
v1.1.2 Regular dependencies update
Bump github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0 (#80) Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 1.9.8 to 1.10.0. - [Release notes](https://github.com/microsoft/go-mssqldb/releases) - [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/go-mssqldb/compare/v1.9.8...v1.10.0) --- updated-dependencies: - dependency-name: github.com/microsoft/go-mssqldb dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.1.1
What's Changed
Bump minimum required go from 1.24.3 to 1.25.7
- Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #61
- Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #63
- Bump golang.org/x/net from 0.46.0 to 0.48.0 by @dependabot[bot] in #65
- Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #69
- Bump golang.org/x/net from 0.48.0 to 0.49.0 by @dependabot[bot] in #68
- Update docker configuration to run all tests in a container. Updated … by @simukka in #70
- Bump golang.org/x/net from 0.49.0 to 0.50.0 by @dependabot[bot] in #71
- Bump golang.org/x/net from 0.50.0 to 0.51.0 by @dependabot[bot] in #72
- updating github.com/denisenkom/go-mssqldb to github.com/microsoft/go-… by @Farokhcpu in #73
- updating one forgotten dependency to the old mssql driver by @Farokhcpu in #74
Full Changelog: v1.0.1...v1.1.1
v1.0.1 with microsoft-mssqldb instead of denisenkom
v1.0.1
New release with latest changes, in parallel to the work on moving away from the denisenkom driver.
What's Changed
- Updating the docker image by @Farokhcpu in #41
- Bump golang.org/x/net from 0.37.0 to 0.39.0 by @dependabot[bot] in #44
- Bump golang.org/x/net from 0.39.0 to 0.40.0 by @dependabot[bot] in #45
- Added method to return a list of sqlcode schemas. by @simukka in #38
- Switching from pkg/errors to errors & updating to go version 1-24-3 by @Farokhcpu in #47
- Bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot[bot] in #48
- Bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in #50
- Bump github.com/alecthomas/repr from 0.4.0 to 0.5.1 by @dependabot[bot] in #52
- Bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in #53
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #54
- Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #55
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #56
- Bump github.com/alecthomas/repr from 0.5.1 to 0.5.2 by @dependabot[bot] in #58
- Bump golang.org/x/net from 0.43.0 to 0.44.0 by @dependabot[bot] in #57
- Bump golang.org/x/net from 0.44.0 to 0.46.0 by @dependabot[bot] in #59
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Revert RoutineName
v0.7.0 Remove RoutineName, fix and test rowcount (#30)
v0.6.0: Add @RoutineName to start of stored procedures
Add @RoutineName to start of stored procedures