GitPedia
oklahomer

oklahomer/go-sarah

Simple yet customizable bot framework written in Go.

7 Releases
Latest: 4mo ago
v4.0.4Latest
oklahomeroklahomer·4mo ago·February 15, 2026
GitHub

🐛 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
oklahomeroklahomer·4y ago·June 9, 2022
GitHub

This contains dependency updates to avoid security vulnerabilities.

v4.0.2
oklahomeroklahomer·4y ago·December 30, 2021
GitHub

This contains a documentation improvement introduced in #129. No code change is included.

v4.0.1
oklahomeroklahomer·4y ago·October 23, 2021
GitHub

This release contains a security update introduced in #125

v4.0.0
oklahomeroklahomer·5y ago·March 20, 2021
GitHub
v3.0.0
oklahomeroklahomer·5y ago·August 15, 2020
GitHub

This release includes Slack adapter improvement to support both RTM and Events API: https://github.com/oklahomer/go-sarah/pull/102

v2.0.3
oklahomeroklahomer·6y ago·May 2, 2020
GitHub