* Fix bug with RPC when handling `on_close` with a RobustConnection 573 by CodeCorrupt
9.2.1
-----
* Fix reopen of robust channel after close 571 by decaz. Fixes 570
9.2.0
-----
* URL params passing to aiormq 569 * `Connection.KWARGS_TYPES` renamed to `Connection.PARAMETERS` and rework it to `dataclass` * `Connection._parse_kwargs` renamed to `Connection._parse_parameters` * [AMQP URL parameters](https://docs.aio-pika.com/#amqp-url-parameters) documentation article
9.1.5
-----
* Fix race condition in RobustChannel in reopen/ready 566 by isra17
9.1.4
Not secure
-----
* use fork friendly random robust queue generation way 560
9.1.3
Not secure
-----
* Ported publisher confirms tutorial by MaPePeR 550 * Fixed errored response when `aio_pika.patterns.RPC` can not serialize the result 552