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

Releases: beeper/linkedin-messaging-api

v0.4.2

23 Jul 20:15
v0.4.2
35065b8

Choose a tag to compare

  • Explicitly specify the timeout of each event stream connection to help avoid weird states where the event stream is open but not receiving events.
  • Add more logging and error handling when event listener handlers fail.

v0.4.2rc2

23 Jul 16:44
v0.4.2rc2
c7bbcf0

Choose a tag to compare

v0.4.2rc2 Pre-release
Pre-release
  • Explicitly specify the timeout of each event stream connection to help avoid weird states where the event stream is open but not receiving events.
  • Add more logging and error handling when event listener handlers fail.

v0.4.2rc1

23 Jul 05:34
v0.4.2rc1
1923c0b

Choose a tag to compare

v0.4.2rc1 Pre-release
Pre-release
  • Explicitly specify the timeout of each event stream connection to help avoid weird states where the event stream is open but not receiving events.

v0.4.1

20 Jul 18:24
v0.4.1
9f85ee6

Choose a tag to compare

  • Added special events for monitoring listener connection status.
  • Added the ability to mark a conversation as read.

v0.4.0

19 Jul 17:29
v0.4.0
2ae20b9

Choose a tag to compare

  • Dropped support for everything except for Python 3.9+.
  • Made all API fields optional.

v0.3.0

15 Jul 18:31
v0.3.0
df2428e

Choose a tag to compare

  • Add support for deleting messages.
  • Added support for the recalled_at property on MessageEvents.
  • Add support for adding and removing reactions.
  • Add support for getting the reactors of a message and emoji.
  • Improved error handling when there is a JSON decode error.

v0.2.1

13 Jul 02:36
v0.2.1
cad8d71

Choose a tag to compare

  • Removed liap cookie as required for being authenticated.

v0.2.0

12 Jul 19:09
v0.2.0
7029ba6

Choose a tag to compare

  • Implemented logout endpoint.

v0.1.7

05 Jul 16:07
v0.1.7
a079edb

Choose a tag to compare

  • Fix typo in InMail parsing.

v0.1.6

05 Jul 14:37
v0.1.6
7813b57

Choose a tag to compare

  • Add support for parsing alternate names and images for InMail profiles