Breaking change:
The following characters are no longer allowed in queue names $
, '
, ;
, --
. It is recommended to create a new queue (without these characters), migrate client applications onto the new queue before running alter extension pgmq update to '1.4.2'
.
What's Changed
- Handle special characters in queue names by @ChuckHend in #299
- reject escape characters in queue names by @ChuckHend in #300
Full Changelog: v1.4.1...v1.4.2