- Removed Leafcutter application and packages
- Switched from npm to pnpm package manager
- Added Formstack integration
- Added Signal groups functionality
- Upgraded to Zammad 6.5.0
- Added centralized logging system (@link-stack/logger)
- Multiple dependency updates and bug fixes
- Enhanced WhatsApp and Signal channel support
- Signal: Use base64Attachments field in signal-cli-rest-api
- WhatsApp: Implement Baileys attachment sending for images, videos, audio, and documents
- Both channels retrieve attachments from Zammad Store model
- Support multiple attachments per message
Changed Dockerfiles for bridge-frontend, link, and leafcutter to copy
the entire installer directory instead of selective copying. This ensures
all workspace packages (including @link-stack/logger) are available at
runtime, fixing the 'Cannot find package' error in Docker containers.
- Create new @link-stack/logger package wrapping Pino for structured logging
- Replace all console.log/error/warn statements across the monorepo
- Configure environment-aware logging (pretty-print in dev, JSON in prod)
- Add automatic redaction of sensitive fields (passwords, tokens, etc.)
- Remove dead commented-out logger file from bridge-worker
- Follow Pino's standard argument order (context object first, message second)
- Support log levels via LOG_LEVEL environment variable
- Export TypeScript types for better IDE support
This provides consistent, structured logging across all applications
and packages, making debugging easier and production logs more parseable.