Skip to content

Releases: wgtechlabs/unthread-whatsapp-bot

v1.1.1

06 Mar 08:18

Choose a tag to compare

[1.1.1] - 2026-03-06

Changed

  • add project license

Removed

  • delete session timer service and all integration points

v1.1.0

06 Mar 06:57

Choose a tag to compare

[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

02 Mar 14:20

Choose a tag to compare

[1.0.5] - 2026-03-02

Changed

  • enhance customer resolution with caching

v1.0.4

02 Mar 12:30

Choose a tag to compare

[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

25 Feb 14:58

Choose a tag to compare

[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

25 Feb 14:44

Choose a tag to compare

[1.0.2] - 2026-02-25

Changed

  • improve error handling in Twilio webhook route

v1.0.1

24 Feb 11:52

Choose a tag to compare

[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

23 Feb 06:17

Choose a tag to compare

[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