Release history
ackify releases
Proof of Read. Compliance made simple.
All releases
11 shown
## Fixes - Stored files on s3 aren't deleted on document soft deletion
Added support for live admin config reload and exposed crypto signing interface, while fixing magic link tokens that omitted tenant IDs, resolving RLS failures.
## Cleanup fix Fallback to direct cleanup when tenant context is unavailable **Full Changelog**: https://github.com/kOlapsis/ackify/compare/v1.3.6...v1.3.7
## unnecessary style-src unsafe-inline remove unnecessary style-src unsafe-inline from proxy and storage
Backend now forces external read mode to avoid signing deadlock when document URLs are unreachable, and auto-detects read mode for URLs and uploaded files, improving reliability in private network scenarios.
### SMTP plain text fix (port 25) Fixed a bug preventing email delivery through internal SMTP servers without TLS (typically port 25). The mail library was attempting TLS negotiation even when both ACKIFY_MAIL_TLS and ACKIFY_MAIL_STARTTLS were set to false, causing certificate va
- Migration to kolapsis/ackify changed Docker image, GitHub repo and Go module, requiring updates to docker-compose.yml and CI pipelines.
- Fixed row-level security policies on queue tables for background workers to prevent unauthorized access.
- Organization domain restriction limits document creation to matching email domains.
- Server-side aggregate statistics replace client-side calculations with optimized SQL queries.
- Pending documents view shows documents awaiting signer confirmation with a new API endpoint.
- Owner-based document and signer management for non-admin owners
- Built-in Docker healthcheck with customizable port
- Improved PostgreSQL identifier quoting for database names with special characters
Fixed bug where document upload options weren't persisted, admin setting OnlyAdminCanCreate was ignored, and added fallback for image upload content type detection.
Added integrated PDF/Markdown viewer with scroll tracking and checksum verification, native S3/local file upload, admin UI for runtime config and encrypted secrets, and a refreshed dark-mode UI with optional telemetry.