Skip to content

Releases: Fedihosting-Foundation/lemmy-lib

v0.0.18

20 Jun 09:29

Choose a tag to compare

v0.0.17

26 Jul 18:55

Choose a tag to compare

Update dependencies in poetry.lock

Upgraded several package versions including "astroid", "bandit", "certifi", and "coverage". Added new dependencies "attrs", "boltons", "bracex", and "click-option-group". These changes aim to improve compatibility and introduce additional features offered by the latest versions.

v0.0.16

08 Jul 07:47
c797b98

Choose a tag to compare

Merge pull request #10 from Fedihosting-Foundation/dependabot/pip/fla…

v0.0.15

03 Mar 20:26

Choose a tag to compare

Fix logging

v0.0.14

03 Mar 20:26

Choose a tag to compare

Fix logging

v0.0.13

20 Feb 13:52

Choose a tag to compare

functions to LemmyLib

This commit involves the creation of new functions to handle private messages in the Lemmy library. These functions include retrieving, updating, deleting, and creating private messages. With these functionalities, it's easier to manage communications directly from the library.

v0.0.12

19 Dec 10:48

Choose a tag to compare

Fix purge

v0.0.10

18 Dec 15:41

Choose a tag to compare

Use enum value for 'listing_type' in api calls

The bug in the API calls for listing comments and posts within the 'lemmylib' library has been fixed. The 'type_' parameter key was previously incorrectly expecting the entire 'listing_type' enum instance, but it now correctly expects the 'value' attribute of the 'listing_type' enum instance.

v0.0.9

18 Dec 15:39

Choose a tag to compare

Use enum value for 'listing_type' in api calls

The bug in the API calls for listing comments and posts within the 'lemmylib' library has been fixed. The 'type_' parameter key was previously incorrectly expecting the entire 'listing_type' enum instance, but it now correctly expects the 'value' attribute of the 'listing_type' enum instance.

v0.0.8

18 Dec 15:34

Choose a tag to compare

Fixed another bug