Releases: obmarg/vassal
Releases · obmarg/vassal
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
Vassal 0.2.2
This release mainly focusses on reducing idle CPU usage.
- Use
:erlang.send_after
instead of:timer.send_interval
in Receiver.
:timer
functions use a central server and aren't recommended for heavy
usage. - Receiver only polls QueueMessages when it has waiting requests. This
(combined with thesend_after
change) should reduce the idle CPU load when
a server has lots of queues registered. - Updated a bunch of dependencies.
Vassal v0.2.1
This releases fixes some issues with v0.2.0
- Added missing applications to mix.exs
- Load migration files from correct path.
Vassal v0.2.0
- Queues persist across restarts using ecto & sqlite.
- ListQueues action supported.
- Some other misc internal changes.
Note: There are no binaries for this release as it is broken. Use v0.2.1 instead.
Vassal v0.1.2
- Fixed an incompatibility with set_queue_attributes in aiobotocore in python.
Vassal v0.1.1
Initial release of Vassal. Supports enough of the SQS API for liege v0.5.0 to work.