Skip to content

v1.147.0

Choose a tag to compare

@deivid11 deivid11 released this 09 Jul 19:20

What's New

Added

  • Slack Socket Mode can now run a background polling reconciler to recover messages missed during disconnects, ping-timeout flaps, or process restarts while deduplicating by (channel, ts).
  • Slack polling now tracks active threads with per-thread watermarks, seeds recent thread activity from SQLite on startup, and keeps replies on older thread parents visible.
  • Added a Slack message lookup migration for fast (channel_id, ts) reconciler dedup checks.

Changed

  • Integration context now exposes Slack message existence and recent Slack thread activity queries for the reconciler and startup seeding flow.
  • Slack config now includes socketReconcileEnabled plus localized copy for the hybrid Socket Mode + polling behavior.

Fixed

  • No fix entries in this release.

Technical Details

  • Includes package version 1.147.0 and a Keep a Changelog entry for the in-app changelog.
  • Release commit: 30d5d00.
  • Quality gates passed before release: npm run lint, npm run lint:types, npm test, npm run build, make apk, make apk-release-nondev.