This repository was archived by the owner on Dec 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # v0.5.4
2+
3+ * Fix the ` __license__ ` property in the package.
4+ * Added some objects to support posts media. Contributed by @mehdiirh in #5
5+ * Dropped support for the ` STREAM_ERROR ` and ` TIMEOUT ` special events. Consumers
6+ of that API should just handle errors thrown by the ` start_listener ` call
7+ and perform the appropriate error mitigations.
8+
9+ * Examples
10+
11+ * Add ` ALL_EVENTS ` listener example.
12+
13+ * Internal:
14+
15+ * Convert to flit for managing the package and dependencies.
16+
17+ * Developer experience:
18+
19+ * Add dependabot for GitHub Actions and Python requirements.
20+ * Use [ pre-commit/action] ( https://github.com/pre-commit/action ) for linting in
21+ CI.
22+ * Update all of the pre-commit hooks.
23+
124# v0.5.3
225
326* Add manual login option where you can specify the ` li_at ` and ` JSESSIONID `
Original file line number Diff line number Diff line change 44from .linkedin import ChallengeException , LinkedInMessaging
55
66__title__ = "linkedin_messaging"
7- __version__ = "0.5.3 "
7+ __version__ = "0.5.4 "
88__description__ = "An unofficial API for interacting with LinkedIn Messaging"
99
1010__license__ = "Apache License 2.0"
You can’t perform that action at this time.
0 commit comments