This repository was archived by the owner on Dec 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # v0.5.3
2+
3+ * Add manual login option where you can specify the ` li_at ` and ` JSESSIONID `
4+ cookies manually. For example, you could open a private browser window, log
5+ in, and extract the cookies from the developer tools.
6+
7+ * Internal:
8+
9+ * Update GitHub Actions workflow to not use a matrix for Python versions.
10+
111# v0.5.2
212
313* Parse timestamp from LinkedIn as UTC timestamps in case the server's timezone
Original file line number Diff line number Diff line change 22from .linkedin import ChallengeException , LinkedInMessaging
33
44__title__ = "linkedin_messaging"
5- __version__ = "0.5.2 "
5+ __version__ = "0.5.3 "
66__description__ = "An unofficial API for interacting with LinkedIn Messaging"
77
88__license__ = "MIT"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " linkedin_messaging"
3- version = " 0.5.2 "
3+ version = " 0.5.3 "
44description = " An unofficial API for interacting with LinkedIn Messaging"
55authors = [" Sumner Evans <inquiries@sumnerevans.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments