Changelog¶
0.2.7¶
- Add
python -malmabtrieb err
- Include CHANGES in docs
- Use unified Stream class for queues alamabtrieb#32
- Improve index doc instructions almabtrieb#31
- Repair auto_follow option in cli almabtrieb#33
- Add logo
0.2.6¶
- Add missing methods to cli tool almabtrieb#27
- Use proper InformationResponse almabtrieb#29
- Fixed docs text almabtrieb#26
- Repair docs almabtrieb#28
0.2.5¶
- Add
on_disconnect
handler almabtrieb#24 - Add
python -malmabtrieb info
0.2.4¶
- Improved connection close behavior almabtrieb#21
- Add command line tool
0.2.3¶
- Remove incorrect logging potentially containing passwords
0.2.2 (Milestone)¶
- Added timeout to MQTT almabtried#18
- Added timeout to AMQP connect, almabtrieb#15
0.2.1 (Milestone)¶
- Add automation of release almabtrieb#13
- Add name argument to create actor almabtrieb#12
0.2.0¶
- Change interface, get rid of
connect
method - Update to new Cattle Drive version
0.1.3¶
- Validate used method in trigger against the allowed methods from
method_information
in the info response.
0.1.2¶
- Set RabbitMQ queues to auto delete
0.1.1¶
- Fix almabtrieb#7
0.1.0¶
Initial version