Releases: wgtechlabs/unthread-whatsapp-bot
Releases · wgtechlabs/unthread-whatsapp-bot
v1.1.1
v1.1.0
[1.1.0] - 2026-03-06
Added
- add whatsapp session expiry warning system
- add customer notification helpers
Changed
- send system messages for ticket and status events
- expose friendlyId from resolveConversation
- add friendlyId to UnthreadConversation
- ignore .contributerc.json
v1.0.5
[1.0.5] - 2026-03-02
Changed
- enhance customer resolution with caching
v1.0.4
[1.0.4] - 2026-03-02
Changed
- enhance API request logging and error handling
- enhance error handling for Twilio WhatsApp message sending
- enhance conversation handling and recovery logic
- add *.http to .gitignore to exclude HTTP files
v1.0.3
[1.0.3] - 2026-02-25
Changed
- align Unthread API calls with telegram and discord bot patterns
- include initial message body when creating Unthread conversation
v1.0.2
[1.0.2] - 2026-02-25
Changed
- improve error handling in Twilio webhook route
v1.0.1
[1.0.1] - 2026-02-24
Changed
- refactor event handling to remove UnthreadWebhookEvent type
- add unthread webhook queue integration
- add Dockerfile compose and dockerhub flow
Removed
- eliminate unthread webhook route and related code
- eliminate UnthreadWebhookEvent interface from types
- eliminate unthread webhook route and related logging
v1.0.0
[1.0.0] - 2026-02-23
Added
- whatsapp bot scaffold with twilio and unthread integration
- initial commit
Changed
- add release and container build workflows
- integrate @wgtechlabs/nuvex sdk from npm registry
- replace console calls with log-engine
- migrate from node/tsx to bun runtime
- exclude .claude directory from version control