graphile_worker_task_handler 0.5.10

A library to handle tasks for the Graphile Worker project
Documentation
# Changelog

## [0.5.10]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.9...graphile_worker_task_handler-v0.5.10 - 2025-12-24

### Other

- update Cargo.toml dependencies

## [0.5.9]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.8...graphile_worker_task_handler-v0.5.9 - 2025-12-22

### Other

- update Cargo.toml dependencies

## [0.5.8]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.7...graphile_worker_task_handler-v0.5.8 - 2025-12-06

### Other

- update Cargo.toml dependencies

## [0.5.7]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.6...graphile_worker_task_handler-v0.5.7 - 2025-10-31

### Other

- update Cargo.toml dependencies

## [0.5.6]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.5...graphile_worker_task_handler-v0.5.6 - 2025-09-19

### Other

- update Cargo.toml dependencies

## [0.5.5]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.4...graphile_worker_task_handler-v0.5.5 - 2025-06-10

### Other

- update Cargo.toml dependencies

## [0.5.4]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.3...graphile_worker_task_handler-v0.5.4 - 2025-04-24

### Other

- update Cargo.toml dependencies

## [0.5.3]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.2...graphile_worker_task_handler-v0.5.3 - 2025-04-21

### Other

- Improve documentation

## [0.5.2]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.1...graphile_worker_task_handler-v0.5.2 - 2025-04-17

### Other

- updated the following local packages: graphile_worker_ctx

## [0.5.1]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.5.0...graphile_worker_task_handler-v0.5.1 - 2025-04-17

### Other

- update Cargo.toml dependencies

## [0.5.0]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.4.2...graphile_worker_task_handler-v0.5.0 - 2024-05-29

### Added
- Introduce IntoTaskHandlerResult trait

## [0.4.2]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.4.1...graphile_worker_task_handler-v0.4.2 - 2024-05-28

### Other
- update Cargo.toml dependencies

## [0.4.1]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.4.0...graphile_worker_task_handler-v0.4.1 - 2024-05-08

### Other
- update Cargo.toml dependencies

## [0.4.0]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.3.0...graphile_worker_task_handler-v0.4.0 - 2024-02-28

### Added
- Try simplifying TaskHandler trait

### Other
- Refactor from macro based to trait based

## [0.3.0]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.2.1...graphile_worker_task_handler-v0.3.0 - 2024-02-12

### Other
- remove unused file

## [0.2.1]https://github.com/leo91000/graphile_worker_rs/compare/graphile_worker_task_handler-v0.2.0...graphile_worker_task_handler-v0.2.1 - 2024-02-04

### Other
- update Cargo.toml dependencies

## [0.1.0]https://github.com/leo91000/archimedes/releases/tag/archimedes_task_handler@0.1.0


### ✨Features

* feat: Add helpers ([0af898b]https://github.com/leo91000/archimedes/commit/0af898b)
* feat: Make simple macro example working ([5ceb9b1]https://github.com/leo91000/archimedes/commit/5ceb9b1)
* feat: Add task macro ([e5106f7]https://github.com/leo91000/archimedes/commit/e5106f7)
* feat: Add task handler definitions ([3c38898]https://github.com/leo91000/archimedes/commit/3c38898)