Releases: Fedihosting-Foundation/plemmy
Releases · Fedihosting-Foundation/plemmy
Pagination Bugfix
Full Changelog: 0.4.7...0.4.8
0.4.7
Full Changelog: 0.4.6...0.4.7
0.4.6
Simplifies Dependencies
Full Changelog: 0.4.5...0.4.6
0.4.5 - Image Uploads
Added Image Upload Feature
Addresses: #28
0.4.4
0.4.3 - bug fixes
0.4.2 - fix for list of federated instances
0.4.1 - implement basic unit tests
Implemented unit tests for:
LemmyHttp.loginLemmyHttp.get_communityLemmyHttp.create_postLemmyHttp.delete_postLemmyHttp.create_commentLemmyHttp.delete_comment
0.4.0 - Lemmy 0.19.X updates
Updates Plemmy to play nice with Lemmy 0.19.X instances.
LemmyHttpobject now optionally accepts ajwttoken on__init__ifLemmyHttp.loginmethod not called afterwardsjwttoken is no longer stored in theLemmyHttpobject, it is passed directly to arequests.Sessionobjectplemmy.utils.create_sessionfunction accepts headers andjwttoken, returnsrequests.Sessionobject- used in
LemmyHttp.__init__andLemmyHttp.login
- used in
plemmy.utils.get_handler,plemmy.utils.post_handler, andplemmy.utils.put_handlernow accept arequests.Sessionobject as their first arguments- Updated all
LemmyHttpmethods to passrequests.Sessionobject (LemmyHttp._sessionattribute) to updatedutilsfunctions