v0.4.0 - 2025-08-15
- build(deps): Bump the aws-sdk-go-v2 group with 6 updates by @dependabot[bot] in #22
- build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #28
- build(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.3 to 5.3.0 by @dependabot[bot] in #24
- add: TaskHandle methods for partial task history retrieval by @mashiike in #29
- build(deps): Bump reviewdog/action-actionlint from 1.65.2 to 1.66.0 by @dependabot[bot] in #23
- build(deps): Bump github.com/fujiwara/ridge from 0.13.0 to 0.13.1 by @dependabot[bot] in #26
- build(deps): Bump github.com/openai/openai-go from 1.11.1 to 1.12.0 by @dependabot[bot] in #25
v0.3.0 - 2025-08-04
- feat: Add Extensions support for custom HTTP handlers by @mashiike in #19
- fix: Resolve golangci-lint issues by @mashiike in #21
v0.2.2 - 2025-07-29
- Enhance Authenticator interface and extract base URL utility function by @mashiike in #17
v0.2.1 - 2025-07-29
- Fix S3 path joining to handle prefix trailing slashes properly by @mashiike in #15
v0.2.0 - 2025-07-29
- Implement OpenAI provider by @mashiike in #9
- BREAKING CHANGE: Add providerID and Model to hook signatures by @mashiike in #11
- BREAKING CHANGE: Improve Usage metrics with detailed token tracking by @mashiike in #12
- Add Extensions support for OpenAI image generation parameters by @mashiike in #13
- Enhance Server with AgentService context injection for custom handlers by @mashiike in #14
v0.1.0 - 2025-07-23
- build(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.2.3 by @dependabot[bot] in #4
- build(deps): Bump the aws-sdk-go-v2 group with 6 updates by @dependabot[bot] in #2
- Add AWS Lambda integration with HTTP/SQS dual support by @mashiike in #7
- Enhance Server with HTTP middleware support and API refinement by @mashiike in #8