This repository was archived by the owner on Dec 12, 2023. It is now read-only.
Releases: beeper/linkedin-messaging-api
Releases · beeper/linkedin-messaging-api
v0.4.2
- 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
- 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
- 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
- Added special events for monitoring listener connection status.
- Added the ability to mark a conversation as read.
v0.4.0
- Dropped support for everything except for Python 3.9+.
- Made all API fields optional.
v0.3.0
- Add support for deleting messages.
- Added support for the
recalled_atproperty onMessageEvents. - 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
- Removed
liapcookie as required for being authenticated.
v0.2.0
- Implemented logout endpoint.
v0.1.7
- Fix typo in InMail parsing.
v0.1.6
- Add support for parsing alternate names and images for InMail profiles