Releases: go-surreal/sdbc
Releases · go-surreal/sdbc
v0.9.0
What's Changed
- build(go): update language version to v1.23.3 by @renovate in #93
- ci(deps): update golangci-lint to v1.62.0 by @renovate in #94
- build(go): apply minor/patch package updates by @renovate in #92
- build(go): update golang.org/x/exp to latest version by @renovate in #91
- ci(deps): update codecov/codecov-action action to v5 by @renovate in #95
- test: run against surrealdb 2.1.0 by @marcbinz in #96
- fix: testcontainers terminate does not ignore unnecessary error by @marcbinz in #97
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- build: revert to go 1.22 by @marcbinz in #80
- build: apply minor/patch go package updates by @renovate in #78
- build: apply other go package updates by @renovate in #79
- ci: update golangci-lint to v1.61.0 by @renovate in #77
- test: run against surrealdb v2.0.1 by @marcbinz in #52
- chore: update readme by @marcbinz in #85
- build: apply minor/patch go package updates by @renovate in #84
- test: run against surrealdb v2.0.2 by @marcbinz in #86
- test: run against surrealdb v2.0.3 by @marcbinz in #88
- test: run against surrealdb v2.0.4 by @marcbinz in #89
- feat: implement missing methods by @marcbinz in #81
- chore: prepare release v0.8.0 by @marcbinz in #90
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.1
What's Changed
- refactor: nhooyr.io/websocket to github.com/coder/websocket by @marcbinz in #71
- build(go): update language version to v1.22.6 by @renovate in #69
- fix: update vulnerable github.com/docker/docker version to v27.1.1 by @renovate in #67
- refactor: optimise with golangci-lint by @marcbinz in #73
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- test: improve coverage by @marcbinz in #54
- test: more coverage by @marcbinz in #55
- chore: update readme by @marcbinz in #56
- build(go): update language version to v1.22.5 by @renovate in #62
- test: run against surrealdb 1.5.4 by @marcbinz in #64
- feat: switch to cbor protocol by @marcbinz in #60
- build(go): apply minor/patch package updates by @renovate in #58
- ci: optimise renovate config by @marcbinz in #63
- chore: retract previous package versions by @marcbinz in #57
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- chore: activate renovate dashboard by @marcbinz in #32
- ci(deps): update actions/labeler action to v5 by @renovate in #31
- ci(deps): update actions/setup-go action to v5 by @renovate in #33
- ci(deps): update codecov/codecov-action action to v4 by @renovate in #34
- fix(ci): labeler action config v5 by @marcbinz in #39
- test(build): update golang to v1.22.3 by @renovate in #30
- build: apply minor/patch go package updates by @renovate in #36
- ci(deps): update golangci-lint action to v6 by @renovate in #38
- ci(deps): update golangci-lint to v1.58.1 by @renovate in #37
- ci(deps): update stefanzweifel/git-auto-commit-action to v5 by @renovate in #40
- ci(deps): update golangci-lint to v1.58.2 by @renovate in #42
- build: apply minor/patch go package updates by @renovate in #41
- test: optimise testcontainers database setup by @marcbinz in #43
- test: run against surrealdb 1.5.0 by @marcbinz in #44
- build: update go version to v1.22.4 by @renovate in #49
- ci: update golangci-lint to v1.59.1 by @renovate in #47
- build(go): apply minor/patch package updates by @renovate in #46
- build(go): apply other package updates by @renovate in #45
- feat: check for valid namespace and database name by @marcbinz in #50
- test: run against surrealdb 1.5.3 by @marcbinz in #51
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
- test: run against go version 1.22.2 by @marcbinz in #20
- build: update go dependencies by @marcbinz in #21
- fix: live queries with filter and variables by @marcbinz in #22
- build(fix): bump vulnerable google.golang.org/grpc to 1.57.1 by @dependabot in #14
- build(fix): bump vulnerable github.com/docker/docker to 24.0.7 by @dependabot in #15
- build(fix): bump vulnerable google.golang.org/protobuf to 1.33.0 by @dependabot in #23
- build(fix): bump vulnerable github.com/.../containerd to 1.7.11 by @dependabot in #16
- build(fix): bump vulnerable github.com/docker/docker to 24.0.9 by @dependabot in #25
- build(fix): bump github.com/opencontainers/runc to 1.1.12 by @dependabot in #24
- build(fix): bump vulnerable golang.org/x/net 0.23.0 by @dependabot in #26
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- test: check for race conditions by @marcbinz in #8
- test: run against surrealdb 1.0 by @marcbinz in #11
- ci(fix): go module caching by @marcbinz in #12
- test: use surrealdb v1.4.2 by @marcbinz in #19
- refactor: optimise error messages and debug log by @marcbinz in #17
- fix: live query kill might use closed context by @marcbinz in #18
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- chore: add goreportcard badge by @marcbinz in #3
- ci: add code coverage analysis by @marcbinz in #4
- ci: add codecov workflow for main branch by @marcbinz in #5
- chore: fix readme tests badge by @marcbinz in #6
- fix: database error not correctly propagated by @marcbinz in #7
Full Changelog: v0.1.0...v0.1.1