oklahomer/go-sarah
Simple yet customizable bot framework written in Go.
7 Releases
Latest: 4mo ago
v4.0.4Latest
🐛 Bug Fixes
- Fix `CurrentStatus().Running` remaining `true` after all bots stop (#144)
- Fix passing unused `workerConfig` to `worker.Run` in `newRunner` (#143)
- Fix race conditions in tests
📋 Changes
- Raise minimum Go version to 1.23
- Adopt Go 1.22+ features: range-over-int, implicit loop variable capture, `slices` package
- Upgrade dependencies (`fsnotify` v1.8.0, `golang.org/x/sys` v0.27.0)
📦 CI/CD
- Migrate from Travis CI to GitHub Actions
- Test matrix: Go 1.23, 1.24, 1.25, and tip
v4.0.3
This contains dependency updates to avoid security vulnerabilities.
v4.0.2
This contains a documentation improvement introduced in #129. No code change is included.
v4.0.1
This release contains a security update introduced in #125
v4.0.0
v3.0.0
This release includes Slack adapter improvement to support both RTM and Events API: https://github.com/oklahomer/go-sarah/pull/102
v2.0.3
