Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdk/nodejs,python] Add support for explicit providers for packaged components #13282

Merged
merged 6 commits into from
Jul 13, 2023

Commits on Jul 13, 2023

  1. [tests] Add integration test for explicit providers for packaged comp…

    …onents
    
    Add integration tests for passing an explicit provider for a packaged component.
    
    The Go test already passes. The Node and Python tests fail.
    justinvp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0081910 View commit details
    Browse the repository at this point in the history
  2. [sdk/nodejs] Update langhost test for packaged component providers

    Update the test for the behavior we expect. Currently fails.
    justinvp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    db1d8c7 View commit details
    Browse the repository at this point in the history
  3. [sdk/nodejs] Support explicit providers for packaged components

    Updates the Node.js SDK to support passing an explicit provider.
    justinvp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bfcb673 View commit details
    Browse the repository at this point in the history
  4. [sdk/python] Add langhost test for packaged component providers

    Currently fails without the fix.
    justinvp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ef41442 View commit details
    Browse the repository at this point in the history
  5. [sdk/python] Support explicit providers for packaged components

    Updates the Python SDK to support passing an explicit provider.
    justinvp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    499e381 View commit details
    Browse the repository at this point in the history
  6. Changelog

    justinvp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8f951da View commit details
    Browse the repository at this point in the history