Releases: coder/slog
Releases · coder/slog
v3.0.0-rc1
v3.0 Release Candidate
Breaking Changes ⚠️
Logging calls of the form
logger.Info(ctx, "dug a hole", "depth", depth, "diameter", diameter)
Are no longer supported. You must always pass slog.Field values explicitly.
Full List
- chore: use
golang.org/x/termby @coadler in #183 - chore: bump golang.org/x/term from 0.10.0 to 0.11.0 by @dependabot[bot] in #184
- chore: bump cloud.google.com/go/logging from 1.7.0 to 1.8.1 by @dependabot[bot] in #186
- Revert "Revert "fix: Use SyscallConn for isTTY which is safe during f… by @coadler in #187
- feat: add more prominent failure notice on slogtest error by @spikecurtis in #190
- fix: add additional severity field to stackdriver by @mafredri in #194
- feat: ignore context.Canceled by default in slogtest by @spikecurtis in #207
- ci: fix lint, fmt and upload artifacts by @mafredri in #218
- feat: add IgnoreErrorFn to slogtest options by @spikecurtis in #217
- fix!: handle
sql/driver.Valuertypes properly inslogjsonby @ethanndickson in #219 - perf: human log sink performance bump via reduction of allocs/total allocated memory by @cstyan in #220
- fix!: don't panic, only accept typed log Fields by @spikecurtis in #222
New Contributors
- @spikecurtis made their first contribution in #190
- @ethanndickson made their first contribution in #219
- @cstyan made their first contribution in #220
Full Changelog: v1.6.1...v3.0.0-rc0
v1.6.1
v1.6.0
What's Changed
- chore: bump golang.org/x/crypto from 0.9.0 to 0.11.0 by @dependabot in #179
- chore: bump github.com/muesli/termenv from 0.15.1 to 0.15.2 by @dependabot in #178
- chore: migrate to
go.opentelemetry.iotracing by @coadler in #181
Full Changelog: v1.5.4...v1.6.0
v1.5.4
c17dfd2 (HEAD -> main, tag: v1.5.4, origin/main, origin/HEAD) Support keysAndArgs API of stdlib slog (#173)
2202bcf fix: Use SyscallConn for isTTY which is safe during file close (#167)
aa14d1b chore: bump cloud.google.com/go from 0.26.0 to 0.110.2 (#175)
fd83a35 chore: bump golang.org/x/crypto (#174)