Skip to content

Releases: Fedihosting-Foundation/plemmy

Pagination Bugfix

03 Aug 13:17
Compare
Choose a tag to compare

0.4.7

01 Aug 12:54
Compare
Choose a tag to compare

Full Changelog: 0.4.6...0.4.7

0.4.6

01 Aug 11:42
Compare
Choose a tag to compare

Simplifies Dependencies

Full Changelog: 0.4.5...0.4.6

0.4.5 - Image Uploads

31 Jul 17:31
Compare
Choose a tag to compare

Added Image Upload Feature

Addresses: #28

0.4.4

30 Jul 09:01
Compare
Choose a tag to compare

What's Changed

  • Add pagination support to get_posts by @Pdzly in #43

Full Changelog: 0.4.3...0.4.4

0.4.3 - bug fixes

20 Jul 19:52
Compare
Choose a tag to compare

Addresses issues #35, #38, and #39

0.4.2 - fix for list of federated instances

16 Mar 19:41
Compare
Choose a tag to compare

See #34 for details.

Thanks to @Pdzly for the fix!

0.4.1 - implement basic unit tests

22 Jan 02:20
Compare
Choose a tag to compare

Implemented unit tests for:

  • LemmyHttp.login
  • LemmyHttp.get_community
  • LemmyHttp.create_post
  • LemmyHttp.delete_post
  • LemmyHttp.create_comment
  • LemmyHttp.delete_comment

0.4.0 - Lemmy 0.19.X updates

24 Dec 21:19
24c412f
Compare
Choose a tag to compare

Updates Plemmy to play nice with Lemmy 0.19.X instances.

  • LemmyHttp object now optionally accepts a jwt token on __init__ if LemmyHttp.login method not called afterwards
  • jwt token is no longer stored in the LemmyHttp object, it is passed directly to a requests.Session object
  • plemmy.utils.create_session function accepts headers and jwt token, returns requests.Session object
    • used in LemmyHttp.__init__ and LemmyHttp.login
  • plemmy.utils.get_handler, plemmy.utils.post_handler, and plemmy.utils.put_handler now accept a requests.Session object as their first arguments
  • Updated all LemmyHttp methods to pass requests.Session object (LemmyHttp._session attribute) to updated utils functions

0.3.11 - bug fixes

12 Nov 20:08
a2178c9
Compare
Choose a tag to compare

Bug fixes per issue #26.

Thanks to @Pdzly for finding this bug!