Releases: gollem-dev/gollem
Releases · gollem-dev/gollem
Release list
v0.27.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: type-safe tool definitions via NewTool[In, Out] by @m-mizutani in #153
- docs: document MustToolSchema as a startup assertion by @m-mizutani in #154
Full Changelog: v0.26.1...v0.27.0
v0.26.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: remove cmd/gollem trace viewer by @m-mizutani in #151
- fix: bump golang.org/x deps to resolve Trivy CVE alerts by @m-mizutani in #152
Full Changelog: v0.26.0...v0.26.1
v0.26.0
Immutable
release. Only release title and notes can be modified.
Breaking Changes
Warning
Module path migrated to github.com/gollem-dev/gollem
The module path has changed from github.com/m-mizutani/gollem to github.com/gollem-dev/gollem. The old path is no longer maintained.
This is a path-only migration — there are no API changes. Update your import paths and run go mod tidy; your code compiles and behaves exactly as before.
What's Changed
- ci: add cicd-sensor runtime monitoring to all workflows by @m-mizutani in #147
- fix: resolve react-router CVE-2026-40181 in trace viewer by @m-mizutani in #148
- refactor: migrate module path to github.com/gollem-dev/gollem by @m-mizutani in #149
- fix: bump frontend dev dependencies to resolve Dependabot alerts by @m-mizutani in #150
Full Changelog: v0.25.0...v0.26.0
v0.25.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- ci: detect invisible Unicode characters in tracked files by @m-mizutani in #139
- feat: support Gemini 3.x strict tool-call id matching and thinking levels by @m-mizutani in #146
Full Changelog: v0.24.4...v0.25.0
v0.24.4
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: add directory navigation to cmd/gollem view by @m-mizutani in #137
- refactor(trace): record per-turn delta in LLMRequest.Messages by @m-mizutani in #138
Full Changelog: v0.24.3...v0.24.4
v0.24.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(trace): prevent StartAgentExecute overwrite and populate Request.Messages by @m-mizutani in #135
- feat: Add reasoning content separation for LLM providers by @denkhaus in #136
Full Changelog: v0.24.2...v0.24.3
v0.24.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(trace): populate request messages in LLM call trace data by @m-mizutani in #134
Full Changelog: v0.24.1...v0.24.2
v0.24.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(frontend): display token counts in span tree by @m-mizutani in #130
- fix(frontend): upgrade recharts to v3 to resolve lodash vulnerabilities by @m-mizutani in #131
- chore(deps): update Go 1.26, dependencies, and CI actions by @m-mizutani in #133
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
- feat(query): add QueryT for type-safe structured queries by @m-mizutani in #123
- feat(query): add response schema validation by @m-mizutani in #125
- feat(session): add per-call generate options by @m-mizutani in #126
- enhance(llm): per call generate options by @m-mizutani in #127
- fix(test): add context timeouts and max token limits by @m-mizutani in #128
Full Changelog: v0.23.2...v0.24.0
v0.23.2
What's Changed
- feat(gemini): preserve thought signatures in thinking models by @m-mizutani in #122
Full Changelog: v0.23.1...v0.23.2