Skip to content

Fix stale sdkVersion and document slog handler#4

Merged
Polliog merged 1 commit into
mainfrom
fix/sdk-version-and-slog-docs
Jun 20, 2026
Merged

Fix stale sdkVersion and document slog handler#4
Polliog merged 1 commit into
mainfrom
fix/sdk-version-and-slog-docs

Conversation

@Polliog

@Polliog Polliog commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Follow-up to the v1.0.0 release, addressing two items raised in review.

Fixed

  • sdkVersion was left at "0.9.4" through the 1.0.0 release, so the User-Agent header and the embedded SDK metadata (metadata.sdk.version) reported a stale version. Bumped to 1.0.1.

Documentation

  • The integrations/logtideslog log/slog handler was undocumented in the README. Added a section showing how to route existing slog logging through LogTide, plus a feature bullet.

Note on versioning

The 1.0.0 git tag is already cached by proxy.golang.org and recorded in the immutable sum.golang.org checksum database, so moving it would break go get ...@v1.0.0 with a checksum mismatch. This is therefore a fix-forward release: v1.0.1.

Testing

go build ./..., go vet ./..., go test ./... all pass.

sdkVersion was left at 0.9.4 through the 1.0.0 release, so the User-Agent
header and embedded SDK metadata reported a stale version. Bump it to 1.0.1.

Also document the integrations/logtideslog log/slog handler in the README,
which was previously undocumented.
@Polliog Polliog merged commit 617e8c6 into main Jun 20, 2026
4 checks passed
@Polliog Polliog deleted the fix/sdk-version-and-slog-docs branch June 20, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant