Releases: Hacker0x01/linear-python-client
Releases · Hacker0x01/linear-python-client
Release list
v0.3.0
What's new
Issue sharing
First-class support for Linear's issue-sharing feature:
share_issue(IssueShareRequest(id=..., user_id=...))— grant a user shared access to a private-team issueunshare_issue(IssueUnshareRequest(id=..., user_id=...))— revoke that accessIssueSharedAccessentity exposed onIssueDetail.shared_access(viaissue_details()only)- New exports:
IssueShareRequest,IssueUnshareRequest,ShareIssueResponse,UnshareIssueResponse,IssueSharedAccess
See the Sharing issues section in the docs for usage, preconditions, and filter examples.
Linear Issue: https://linear.app/hackerone-issues/issue/RAV-44
v0.2.2
v0.2.2 - Included error catching and better lookups
v0.2.1
v1.0.1
Updated naming due to name collision
v1.0.0
Initial release of Linear API Python Client