Skip to content

Releases: LicenseChain/LicenseChain-Python-SDK

v1.1.3 - Fix Publishing

27 Dec 20:17

Choose a tag to compare

Fixes requirements.txt handling in setup.py

v1.1.1 - OIDC Publishing

27 Dec 19:51

Choose a tag to compare

Changes

  • Switch to PyPI Trusted Publishers (OIDC)
    • More secure authentication using OpenID Connect
    • No API tokens stored in GitHub secrets
    • Automatic short-lived token management

Technical Details

  • Uses \pypa/gh-action-pypi-publish@release/v1\ action
  • OIDC authentication with \id-token: write\ permission
  • Workflow: \ci.yml\

This release will automatically publish to PyPI when the workflow completes.

v1.1.0 - Products, Teams, and Advanced Analytics

27 Dec 18:08

Choose a tag to compare

Features

  • Products Management (Seller only)

    • Create, update, delete products
    • List and search products
    • Product analytics and statistics
  • Teams Collaboration (Pro+ tier)

    • Team creation and management
    • Member invitations and role management
    • App sharing with teams
    • Team-based access control
  • Analytics Enhancements

    • Basic analytics (all tiers)
    • Advanced analytics (Pro+ tiers)
    • Dashboard insights
    • License analytics
    • Usage statistics
  • Comprehensive Examples

    • basic_analytics.py
    • advanced_analytics.py
    • products_example.py
    • teams_example.py
    • licenses_comprehensive.py

Fixes

  • CI/CD build configuration (wheel package installation)
  • API endpoint path handling (/v1 prefix)
  • README merge conflicts

Full Changelog

See commit history for detailed changes.

v1.0.1

07 Dec 09:36

Choose a tag to compare

Release v1.0.1

Changes

  • Updated README with API endpoints documentation
  • Updated LICENSE to Elastic-2.0
  • Standardized repository structure

Installation

See README.md for installation instructions.

v1.0.0 - API v1 Support

07 Dec 06:49

Choose a tag to compare

Updated release to trigger CI/CD publishing