1.7.0 (2023-04-26)
1.6.0 (2023-03-16)
1.5.0 (2023-01-11)
1.4.0 (2022-11-19)
1.3.2 (2022-10-25)
1.3.1 (2022-10-25)
1.3.0 (2022-10-25)
1.2.0 (2022-10-14)
1.1.0 (2022-10-07)
- add ack and nack endpoints (#13) (940a5c6)
- add base models (#4) (f47cf1c)
- add basic fastapi setup (#2) (12e71a5)
- add database echo support (#26) (15b383f)
- add database migrations with alembic (#3) (4bb4ae5)
- add dead queue support (#18) (8e32aa0)
- add endpoint to purge the queue messages (#22) (b55c7fd)
- add MessageService (#9) (bf328bf)
- add MessageService.list_for_consume (#10) (901bd1b)
- add queue stats endpoint (#14) (76c906a)
- add queues and messages endpoints (#12) (be80f17)
- add QueueService (#8) (29c9768)
- add QueueService cleanup method (#16) (f15f30a)
- add topics endpoints (#11) (f8dd58a)
- add TopicService (#7) (08ccad7)
- add worker entrypoint (#17) (6627950)
- configure the base setup on github (#1) (803b70c)
- update env.sample (#21) (7bce9a2)
- update readme with basic quickstart (#23) (741264e)
- use only sqlalchemy for orm (#5) (fe1fc44)