2023-06-01 09:44:49 +00:00
|
|
|
Unreleased:
|
|
|
|
xxxxxxxxxx
|
2023-06-01 09:58:04 +00:00
|
|
|
* Breaking changes:
|
|
|
|
- ClientBuilder::new takes a parsed BareJid instead of string (#72)
|
2023-06-01 09:44:49 +00:00
|
|
|
* Improvements:
|
|
|
|
- Agent is now Send, by replacing Rc with Arc and RefCell with RwLock (#64)
|
2023-06-01 09:58:04 +00:00
|
|
|
- ClientBuilder now has a set_resource method for manual resource management (#72)
|
2023-06-01 09:44:49 +00:00
|
|
|
|
2023-05-18 14:37:05 +00:00
|
|
|
Version 0.4.0:
|
|
|
|
2023-05-18 [ Maxime “pep” Buquet <pep@bouah.net>, Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> ]
|
2023-02-26 19:14:35 +00:00
|
|
|
* Breaking changes:
|
|
|
|
- Event::ChatMessage and Event::RoomMessage now include an optional
|
|
|
|
message id.
|
2020-05-07 19:39:37 +00:00
|
|
|
* Improvements:
|
2023-02-26 19:14:35 +00:00
|
|
|
- New Event::ServiceMessage.
|
|
|
|
- New Event::HttpUploadedFile.
|
2023-05-18 14:25:45 +00:00
|
|
|
- Add a disconnect method on Agent
|
|
|
|
- ContactAdded event now fires properly. Thanks Doggo.
|
|
|
|
- Update dependencies versions
|
|
|
|
* Changes:
|
|
|
|
- Split wait_for_events method, make it easier to edit.
|
|
|
|
- hello_bot: add catch-all for Event
|
|
|
|
- Remove -rs suffix in folder name
|
2020-05-07 19:39:37 +00:00
|
|
|
|
2019-09-12 23:31:09 +00:00
|
|
|
xmpp-rs (0.3.0)
|
|
|
|
[ Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> ]
|
|
|
|
* Breaking changes:
|
|
|
|
- Complete change of API. We are not using plugins anymore. Please
|
|
|
|
have a look at ClientFeature(s) and Event(s).
|
|
|
|
* Improvements:
|
|
|
|
- Uses xmpp-parsers 0.15.0, and tokio-xmpp 1.0.1.
|
|
|
|
|
|
|
|
-- Maxime “pep” Buquet <pep@bouah.net> Fri, 13 Sep 2019 01:28:00 +0200
|