Skip to content

Releases: Hacker0x01/linear-python-client

v0.3.0

Choose a tag to compare

@eli-the-wizard eli-the-wizard released this 18 Sep 14:38

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 issue
  • unshare_issue(IssueUnshareRequest(id=..., user_id=...)) — revoke that access
  • IssueSharedAccess entity exposed on IssueDetail.shared_access (via issue_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

Choose a tag to compare

@eli-the-wizard eli-the-wizard released this 27 Jun 15:07

v0.2.2 - Included error catching and better lookups

v0.2.1

Choose a tag to compare

@eli-the-wizard eli-the-wizard released this 23 Jun 16:29

New release to support Python 3.13

v1.0.1

Choose a tag to compare

@eli-the-wizard eli-the-wizard released this 05 Jun 18:56

Updated naming due to name collision

v1.0.0

Choose a tag to compare

@eli-the-wizard eli-the-wizard released this 05 Jun 18:49

Initial release of Linear API Python Client

v0.2.0

Choose a tag to compare

@eli-the-wizard eli-the-wizard released this 05 Jun 19:21

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@eli-the-wizard eli-the-wizard released this 05 Jun 18:59

Full Changelog: v1.0.1...v0.1.1