Changelog
- 98f89a8 fix: update GitHub release workflow to use GoReleaser v2
- 1310724 chore: update dependencies and Go version
- 6997a8c Merge pull request #97 from ryu-sato/imprv/retryable
- d6be8cf fix: update provider configuration table to include required fields
- f30afa6 feat: set default provider type for Google Chat in initProviders function
- 588b35f fix: update retry configuration loading in initProviders function
- a48e1c2 fix: correct comment for HTTP client initialization in Google Chat provider
- 7ce5193 feat: set default provider options for Google Chat integration
- d548ef8 doc: update configuration options for Google Chat provider, including timeout and retry settings
- f779e65 docs: add comments for slogAdapter implementation details
- f143ee0 feat: add slogAdapter for structured logging in Google Chat provider
- 89ffee2 chore: update go-retryablehttp and go-cleanhttp dependencies
- 6f0f7b9 feat: add retry configuration for Google Chat provider in sample config
- 30703c9 feat: add retry configuration for Google Chat provider
- a7c35b3 Merge pull request #96 from ryu-sato/feat/card-message-format
- 475e563 fix: update ChatMessage type to use chatv1.Message for consistency in message handling
- 8e0ad00 fix: update comments for clarity on type alias and message type
- b46c29b fix: format code for consistency in message preparation function
- f0680d8 fix: add missing newline at the end of message card template
- 5d17033 fix: improve message preparation and error handling in Google Chat integration
- d813eab feat: add message card template for Google Chat integration
- 401a307 feat: integrate Google Chat API for message formatting and card support
- dc5849e add google.golang.org/api