Skip to content

Releases: conductor-oss/python-sdk

1.3.6

Choose a tag to compare

@v1r3n v1r3n released this 17 Mar 16:15

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

Choose a tag to compare

@v1r3n v1r3n released this 14 Mar 07:24
8f2b9dc

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

1.3.5-rc1 Pre-release
Pre-release

Choose a tag to compare

@v1r3n v1r3n released this 10 Mar 15:35
8f2b9dc

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

Choose a tag to compare

@v1r3n v1r3n released this 27 Feb 06:09
945e805

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

Choose a tag to compare

@v1r3n v1r3n released this 13 Feb 20:47
d298333

What's Changed

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

Full Changelog: 1.3.2...1.3.3

1.3.2

Choose a tag to compare

@v1r3n v1r3n released this 10 Jan 18:19
ea63569

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

Choose a tag to compare

@v1r3n v1r3n released this 10 Jan 18:05
48b1f33

What's Changed

Full Changelog: 1.2.3...1.3.1

1.3.0

Choose a tag to compare

@v1r3n v1r3n released this 24 Dec 18:45
48b1f33

What's Changed

Full Changelog: 1.2.3...1.3.0

1.2.3

Choose a tag to compare

@Haven-King Haven-King released this 09 Nov 01:07
28c133c

What's Changed

Full Changelog: 1.1.11...1.2.3

1.1.11

Choose a tag to compare

@v1r3n v1r3n released this 09 Nov 00:56
61cd791

What's Changed

New Contributors

Full Changelog: 1.1.10...1.1.11