Changelog¶
Changes in v0.2.7¶
serializer
argument ofHotQueue.put
method now supportsNone
for plain text serializationIf multiple messages are passed to
HotQueue.put
they 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.worker
decorator 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_name
function
Changes in v0.2.1¶
HotQueue.worker
decorator method can now be used without any keyword arguments
Changes in v0.2.0¶
Renamed
HotQueue.dequeue
method toget
Renamed
HotQueue.enqueue
method toput
Added
HotQueue.worker
decorator methodHotQueue.get
method now supports block and timeout argumentsAdded test suite
Changes in v0.1.0¶
Initial release