Releases: LicenseChain/LicenseChain-Python-SDK
Releases · LicenseChain/LicenseChain-Python-SDK
v1.1.3 - Fix Publishing
v1.1.1 - OIDC Publishing
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
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
v1.0.0 - API v1 Support
Updated release to trigger CI/CD publishing