Releases: dscottboggs/mastodon-async
Releases · dscottboggs/mastodon-async
Fix notification dismissal route
What's Changed
- Fix: notification dismiss route by @dscottboggs in #131
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Disable default features for reqwest by @vbrandl in #106
- add bookmarks endpoint by @uniqueNullptr2 in #107
- Fix Mastodon::search_accounts by @dscottboggs in #109
New Contributors
- @vbrandl made their first contribution in #106
- @uniqueNullptr2 made their first contribution in #107
Full Changelog: v1.2.2...v1.3.0
v1.2.2
These are just some bug fixes that have come through. As has been the case for a while now, keep an eye on the comb branch for progress towards v2.
Thank you very much to everyone who's been helping get this project over the finish line!
What's Changed
- Update html2text requirement from 0.4.4 to 0.5.0 by @dependabot in #92
- build: set the rust msrv to 1.65 by @joshka in #98
- fix: authenticate in page_next/page_prev calls by @joshka in #97
- fix: next/prev page handling in Page struct by @joshka in #99
- Update html2text requirement from 0.5.0 to 0.6.0 by @dependabot in #101
- Update criterion requirement from 0.4.0 to 0.5.1 by @dependabot in #102
- Adding an explicit time >= 0.3.16 by @baummarten in #103
Full Changelog: v1.2.1...v1.2.2
Fix: replace `is_variant` with `derive_is_enum_variant`
1.2.0
What's Changed
- Use macro to define ID types by @dscottboggs in #65
- Update indoc requirement from 1.0 to 2.0 by @dependabot in #73
- Drop dependency on serde_qs for now by @dscottboggs in #76
- Update toml requirement from 0.5 to 0.7 by @dependabot in #74
- Feature: is variant by @dscottboggs in #77
- Pass client instance to the event stream by @dscottboggs in #85
- Fix stream urls by @dscottboggs in #87
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Format by @matthiasbeyer in #22
- Change error implementation to use thiserror by @dscottboggs in #35
- Replace dependency "chrono" with "time" by @matthiasbeyer in #31
- Drop dependency on hyper-old-types by @dscottboggs in #36
- Make Registered::complete() accept an AsRef by @matthiasbeyer in #34
- Drop unnecessary tokio feature dependency by @dscottboggs in #44
- Fix breakages from changing tokio features by @dscottboggs in #45
- Add rust-cache in CI workflow by @matthiasbeyer in #43
- Update url requirement from 1 to 2 by @dependabot in #46
- Add test for API exports by @matthiasbeyer in #42
- Add error variant for when not all bytes are written by @matthiasbeyer in #32
- Clippy: Run for all features by @matthiasbeyer in #33
- Add mastodon_async_entities by @matthiasbeyer in #39
- Add "poll" notification support by @jhwgh1968 in #49
- Add public fields by @dscottboggs in #47.
- Typed IDs by @matthiasbeyer and @dscottboggs in #50
- Registration::new_with_client by @baummarten in #51
- Fix errors caused by sync locks crossing
await
incli::authenticate
by @SpriteOvO in #56 - Fix entities ids by @dscottboggs in #59
- Add client method to wait for attachment processing by @dscottboggs in #62
New Contributors
- @jhwgh1968 made their first contribution in #49
- @SpriteOvO made their first contribution in #56
Full Changelog: v1.0.3...v1.1.0
v1.0.3
Better fixes #6 and adds various enhancements. Big thanks to @matthiasbeyer and @ckruse for contributing fixes and enhancements and providing valuable feedback.
Full Changelog: v1.0.1...v1.0.3
Bugfix release
Add descriptions to media
Initial release
Merge pull request #2 from dscottboggs/fix/examples Pre-release tasks - chang the name of the project from elefren to mastodon-async - fix and updates some documentation - fix the examples