apalis-libsql 0.1.0

Background task processing for rust using apalis and libSQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.0] - 2025-12-17

### Added
- Initial release
- Backend + BackendExt traits for task polling
- Sink trait for pushing tasks
- Acknowledge trait for task completion
- LockTaskLayer middleware
- Worker heartbeat and orphan task recovery
- Turso Cloud embedded replica support
- 91%+ test coverage