Skip to content

Tags: einride/sage

Tags

v0.413.1

Toggle v0.413.1's commit message
fix(sg/initfile): swap places of arguments 'got' and 'expected'

v0.413.0

Toggle v0.413.0's commit message

v0.412.1

Toggle v0.412.1's commit message
chore: bump protoc-gen-go-aip-test to 0.38.0

v0.412.0

Toggle v0.412.0's commit message
feat(sggolangcilintv2): bump to 2.12.2

v0.411.1

Toggle v0.411.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Edholm Emil Edholm
fix(deps): bump sqlc to v1.31.1

The repo has switched org recently, so the download URL is also updated
to reflect this.

Furthermore, renovate support is added.

v0.411.0

Toggle v0.411.0's commit message
feat: update sgcloudendpoints/ESPv2 version to 2.55.2

v0.410.1

Toggle v0.410.1's commit message
fix(sg): strip .funcN closure suffix from target display name

runtime.FuncForPC appends .funcN to closure names, which flows through
NewLogger and produces noisy prefixes like [sggolangcilintv-2:command:func-1].
Only the display Name() is affected; the unique ID() retains the full
runtime name for correct deduplication.

v0.410.0

Toggle v0.410.0's commit message
feat(sgprotocgengoaiptest): bump to 0.37.0

v0.409.0

Toggle v0.409.0's commit message
feat: Update Terraform version to 1.14.8

v0.408.1

Toggle v0.408.1's commit message
chore(deps): bump sggolangmigrate to v4.19.1

v4.19.1 among other things updates the dependency for cloud.google.com/go/spanner
from v1.56 -> v1.85 bringing with it performance improvements and support for
new DDL statements such as those for `TOKENLIST` columns and `SEARCH INDEX`.