Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Releases: beeper/linkedin-messaging-api

v0.6.0

19 Sep 17:54
v0.6.0
2d59773
Compare
Choose a tag to compare
  • Removed ability to pickle the LinkedInMessaging cookies. Use from_cookies and pass JSESSIONID and li_at individually.

v0.5.7

18 Jul 06:09
v0.5.7
e7281a0
Compare
Choose a tag to compare
  • Added objects to support message edits.

v0.5.6

06 Jun 04:33
v0.5.6
e5bf43d
Compare
Choose a tag to compare
  • Added objects to support voice messages.
  • Updated versions of many dependencies and all of the pre-commit hooks.

v0.5.5

15 Mar 05:00
v0.5.5
d4c8814
Compare
Choose a tag to compare
  • Add back support for the TIMEOUT special event. All other errors still need to be handled by API consumers.

v0.5.4

15 Mar 04:14
v0.5.4
5d53da6
Compare
Choose a tag to compare
  • Fix the __license__ property in the package.

  • Added some objects to support posts media. Contributed by @mehdiirh in #5.

  • Dropped support for the STREAM_ERROR and TIMEOUT special events. Consumers of that API should just handle errors thrown by the start_listener call and perform the appropriate error mitigations.

  • Examples

    • Add ALL_EVENTS listener example.
  • Internal:

    • Convert to flit for managing the package and dependencies.
  • Developer experience:

    • Add dependabot for GitHub Actions and Python requirements.
    • Use pre-commit/action for linting in CI.
    • Update all of the pre-commit hooks.

v0.5.3

10 Dec 08:43
v0.5.3
cff2ad3
Compare
Choose a tag to compare
  • Add manual login option where you can specify the li_at and JSESSIONID cookies manually. For example, you could open a private browser window, log in, and extract the cookies from the developer tools.

  • Internal:

    • Update GitHub Actions workflow to not use a matrix for Python versions.

v0.5.2

06 Jul 07:06
v0.5.2
24a8cb9
Compare
Choose a tag to compare
  • Parse timestamp from LinkedIn as UTC timestamps in case the server's timezone is different than UTC.

  • Internal:

    • Add isort and pre-commit.
    • Changed maximum line length from 88 to 99.
    • Reordered imports to be more in line with other mautrix bridges.

v0.5.1

13 Jan 19:12
v0.5.1
5af3f85
Compare
Choose a tag to compare
  • Add objects for typing notifications and read receipts.
  • Add set_typing function for sending typing notifications.

v0.5.0

28 Sep 00:29
v0.5.0
c8b8ae5
Compare
Choose a tag to compare
  • Add objects for shared feed updates.

v0.4.3

29 Jul 15:41
v0.4.3
51868c0
Compare
Choose a tag to compare
  • Add conversation name field to Conversation and name update custom content to MessageCustomContent.