Releases: beverlyRoadGoose/fuse
Releases · beverlyRoadGoose/fuse
v0.10.0
What's Changed
- added context parameter to handlers
- improved method naming in conversation handler api
- replace with ConversationHandler
WithDefaultDefaultResponse
method withWithDefaultDefaultSequence
- added context parameter to sequence process method
- added context and update parameters to sequence start method
Full Changelog: v0.9.3...v0.10.0
v0.9.3
What's Changed
- bump go version up to 1.21 by @beverlyRoadGoose in #39
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #33
- Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #34
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #35
- Sync with dev. by @beverlyRoadGoose in #36
- v0.9.2 by @beverlyRoadGoose in #37
- v0.9.2 (#37) by @beverlyRoadGoose in #38
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Return error if send message request receives a non-200 status
- Return error if webhook registration/deletion requests receive a non-200 status
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Introduced Conversation Handler
- [breaking change] added error return type to handler functions
Full Changelog: v0.8.0...v0.9.0
v0.8.0
- Changed poll scheduling setup to allow for more frequent polls