Closed rustworthy closed 1 month ago
Nice! Maybe it's time we add a https://keepachangelog.com/en/1.1.0/ ?
Nice! Maybe it's time we add a https://keepachangelog.com/en/1.1.0/ ?
It's high time :) Added description of the 0.12.5
patch and the unreleased one
EDIT: I think we can update the release date and the tag (which we will add of course) in a follow-up
Good to land β I'll leave the honors to you! :rocket:
Good to land β I'll leave the honors to you! π
tagged and published :crab:
@rustworthy @jonhoo Thank you guys! I'm so excited
Some breaking changes have been introduced sine
0.12.5
, such as:Client
will be instantiated with a more ergonomicClient::connect()
(allowing toconnect_to(&str)
as well)Client
will now hold a boxeddyn Connection
We've also added:
Client::current_info
andFaktoryState
struct;Client::queue_remove
,Client::queue_remove_all
,Client::queue_resume_all
, andClient::queue_pause_all
;WorkerBuilder
This change isβ