Releases: conductor-oss/python-sdk
Releases · conductor-oss/python-sdk
1.3.8
1.3.7
1.3.6
1.3.5
1.3.5-rc1
1.3.4
What's Changed
- Improve HTTP/2 resilience, worker supervision defaults, metrics, chaos tests, and FastAPI example by @v1r3n in #375
- Fix thread safety in MetricsCollector and parent process metrics registry by @manan164 in #376
New Contributors
Full Changelog: 1.3.3...1.3.4
1.3.3
1.3.2
What's Changed
Summary
This release introduces comprehensive authorization client support and critical concurrency improvements for the Conductor Python SDK. It adds a full-featured authorization client for managing applications, users, groups, and access keys in Orkes Conductor.
Key Changes
🔐 Authorization & Authentication
- New Authorization Client (
orkes_authorization_client.py): Complete implementation for managing:- Applications (create, update, delete, list)
- Users and groups management
- Access keys lifecycle (create, toggle status, delete)
- Role-based access control
- Application tags and metadata
- Enhanced Authentication: Improved token refresh with graceful fallback for Conductor OSS (404 handling)
- Authorization Examples: New comprehensive journey examples (
authorization_journey.py)
📚 Documentation Improvements
- Reorganized documentation structure (moved from nested README.md files to top-level docs)
- New comprehensive guides:
AUTHORIZATION.md- Complete authorization guideINTEGRATION.md- Integration patternsMETADATA.md- Metadata managementWORKFLOW_TESTING.md- Testing strategiesAGENTS.md- Agent patterns
Full Changelog: 1.3.0...1.3.2
1.3.1
What's Changed
- Automate build python sdk with version from the github release by @IgorChvyrov-sm in #367
- Worker improvements by @v1r3n in #361
- Remove codecov badge by @EugeneKisel-sm in #369
- Update poetry build by @IgorChvyrov-sm in #370
Full Changelog: 1.2.3...1.3.1
1.3.0
What's Changed
- Automate build python sdk with version from the github release by @IgorChvyrov-sm in #367
- Worker improvements by @v1r3n in #361
- Remove codecov badge by @EugeneKisel-sm in #369
- Update poetry build by @IgorChvyrov-sm in #370
Full Changelog: 1.2.3...1.3.0