Changelog¶
Changes in v0.2.7¶
serializerargument ofHotQueue.putmethod now supportsNonefor plain text serializationIf multiple messages are passed to
HotQueue.putthey will be sent in the same command for a significant performance benefit
Changes in v0.2.6¶
Removed the
HotQueue.__repr__method as it is no longer supported
Changes in v0.2.5¶
Fixed a bug in v0.2.4 that prevented install in some environments
Changes in v0.2.4¶
HotQueue.workerdecorator method can now be used to decorate a class method
Changes in v0.2.3¶
Added support for custom serialization (JSON, etc)
Changes in v0.2.2¶
Added
key_for_namefunction
Changes in v0.2.1¶
HotQueue.workerdecorator method can now be used without any keyword arguments
Changes in v0.2.0¶
Renamed
HotQueue.dequeuemethod togetRenamed
HotQueue.enqueuemethod toputAdded
HotQueue.workerdecorator methodHotQueue.getmethod now supports block and timeout argumentsAdded test suite
Changes in v0.1.0¶
Initial release