Skip to content

Releases: google/sqlcommenter

go/database/sql/v0.1.1

03 Jan 05:31
3018fe7
Compare
Choose a tag to compare

What's Changed

  • Always escape values in comments as per specification by @kostyay in #217
  • Add comments and unittests to go-sqlcommenter-core by @sjs994 in #218
  • Update go test pipeline to build and test all libraries by @sjs994 in #220
  • Fix sqlcommenter go imports by @sjs994 in #219
  • Fix SQLCommenter database/sql test by @sjs994 in #221

New Contributors

Full Changelog: go/database/sql/v0.1.0...go/database/sql/v0.1.1

go/database/sql/v0.1.1 - Beta

03 Jan 05:21
3018fe7
Compare
Choose a tag to compare
Pre-release
Fix SQLCommenter database/sql test (#221)

* Updated database/sql to use core-0.1.2

* Fix SQLCommenter database/sql test

* Ran go mod tidy

go/core/v0.1.2

22 Dec 07:10
619477b
Compare
Choose a tag to compare

This release contains a fix to correct the format for SQL Comment.

What's Changed

  • Always escape values in comments as per specification by @kostyay in #217

Full Changelog: go/core/v0.1.0...go/core/v0.1.2

go/core/v0.1.2 - Beta

22 Dec 06:54
619477b
Compare
Choose a tag to compare
go/core/v0.1.2 - Beta Pre-release
Pre-release

Fixed an import in the previous release

go/core/v0.1.1

20 Dec 06:17
b8c31ec
Compare
Choose a tag to compare

RELEASE NOTES

  • Updated the library to wrap the comment with single quotes to make it compatible with Query Insights.

go/net/http/v0.1.0 - GA release

23 Nov 12:20
7adc837
Compare
Choose a tag to compare

Provides basic tooling needed for instrumenting SQLCommenter in various golang http frameworks

go/net/http/v0.0.3-beta release

23 Nov 05:53
1afba11
Compare
Choose a tag to compare
Merge pull request #189 from google/gorrila/mux/net/http

added test, simpplified the impl to just a struct

go/gorrila/mux/v0.1.0 - GA release

23 Nov 12:21
7adc837
Compare
Choose a tag to compare

SQLCommenter instrumentation for gorrila/mux framework

go/gorrila/mux/v0.0.2-beta support

23 Nov 10:01
b356ba9
Compare
Choose a tag to compare
Merge pull request #197 from google/gorrila/mux/gorrila/mux

added method to route in SQLCommenterMiddleware

go/gorrila/mux/v0.0.1-beta support

23 Nov 07:18
f04f24a
Compare
Choose a tag to compare
Merge pull request #193 from google/gorrila/mux/gorrila/mux

Support for gorrila/mux framework