This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Releases: beeper/linkedin-messaging-api
Releases · beeper/linkedin-messaging-api
v0.6.0
v0.5.7
- Added objects to support message edits.
v0.5.6
- Added objects to support voice messages.
- Updated versions of many dependencies and all of the pre-commit hooks.
v0.5.5
- Add back support for the
TIMEOUT
special event. All other errors still need to be handled by API consumers.
v0.5.4
-
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
andTIMEOUT
special events. Consumers of that API should just handle errors thrown by thestart_listener
call and perform the appropriate error mitigations. -
Examples
- Add
ALL_EVENTS
listener example.
- Add
-
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
-
Add manual login option where you can specify the
li_at
andJSESSIONID
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
-
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
- Add objects for typing notifications and read receipts.
- Add
set_typing
function for sending typing notifications.
v0.5.0
- Add objects for shared feed updates.
v0.4.3
- Add conversation name field to
Conversation
and name update custom content toMessageCustomContent
.