Releases: amqp/rhea
Releases · amqp/rhea
2.0.2
2.0.1
2.0.0
- handle transfer frames with no paylod
- safely represent buffers in error messages
- decode timestamp fields as Date
- applications dealing with timestamp fields will now receive them as Date objects where
previously it would have received them as numbers - affects absolute_expiry_time and creation_time in standard properties, and any custom
property set as a Date (or explicitly encoded as timestamp)
- applications dealing with timestamp fields will now receive them as Date objects where