Skip to content

Releases: conductor-oss/python-sdk

1.3.8

19 Mar 06:22
eba99a1

Choose a tag to compare

What's Changed

  • Fix v1 fallback to handle HTTP 405 from update-task-v2 on older Conductor by @manan164 in #388

Full Changelog: 1.3.7...1.3.8

1.3.7

19 Mar 05:48
c2e3760

Choose a tag to compare

What's Changed

  • Fix backward compat: fall back to v1 update endpoint by @manan164 in #387

Full Changelog: 1.3.6...1.3.7

1.3.6

17 Mar 16:15

Choose a tag to compare

What's Changed

  • Remove upper bound on Python version constraint by @mp-orkes in #386

New Contributors

Full Changelog: 1.3.5...1.3.6

1.3.5

14 Mar 07:24
8f2b9dc

Choose a tag to compare

What's Changed

  • Add update-task-v2 endpoint with tight execute loop and reduce log verbosity by @v1r3n in #383

Full Changelog: 1.3.4...1.3.5

1.3.5-rc1

10 Mar 15:35
8f2b9dc

Choose a tag to compare

1.3.5-rc1 Pre-release
Pre-release

What's Changed

  • Add update-task-v2 endpoint with tight execute loop and reduce log verbosity by @v1r3n in #383

Full Changelog: 1.3.4...1.3.5-rc1

1.3.4

27 Feb 06:09
945e805

Choose a tag to compare

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

13 Feb 20:47
d298333

Choose a tag to compare

What's Changed

  • Update README and add agentic example by @v1r3n in #374

Full Changelog: 1.3.2...1.3.3

1.3.2

10 Jan 18:19
ea63569

Choose a tag to compare

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 guide
    • INTEGRATION.md - Integration patterns
    • METADATA.md - Metadata management
    • WORKFLOW_TESTING.md - Testing strategies
    • AGENTS.md - Agent patterns

Full Changelog: 1.3.0...1.3.2

1.3.1

10 Jan 18:05
48b1f33

Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.3.1

1.3.0

24 Dec 18:45
48b1f33

Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.3.0