ChangeLog

 1Unreleased:
 2xxxxxxxxxx
 3    * Improvements:
 4      - Agent is now Send, by replacing Rc with Arc and RefCell with RwLock (#64)
 5
 6Version 0.4.0:
 72023-05-18 [ Maxime pep Buquet <pep@bouah.net>, Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> ]
 8    * Breaking changes:
 9      - Event::ChatMessage and Event::RoomMessage now include an optional
10        message id.
11    * Improvements:
12      - New Event::ServiceMessage.
13      - New Event::HttpUploadedFile.
14      - Add a disconnect method on Agent
15      - ContactAdded event now fires properly. Thanks Doggo.
16      - Update dependencies versions
17    * Changes:
18      - Split wait_for_events method, make it easier to edit.
19      - hello_bot: add catch-all for Event
20      - Remove -rs suffix in folder name
21
22xmpp-rs (0.3.0)
23    [ Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> ]
24    * Breaking changes:
25        - Complete change of API. We are not using plugins anymore. Please
26          have a look at ClientFeature(s) and Event(s).
27    * Improvements:
28        - Uses xmpp-parsers 0.15.0, and tokio-xmpp 1.0.1.
29
30    -- Maxime pep Buquet <pep@bouah.net> Fri, 13 Sep 2019 01:28:00 +0200