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

fix: allow blob source to be string and BlobSource values #255

Closed
wants to merge 7 commits into from

Commits on Sep 26, 2024

  1. feat: Add MySql Binding Support V1 (#243)

    * mysql binding support
    
    * fix linting
    
    * Update __init__.py
    
    * fix indentation
    
    ---------
    
    Co-authored-by: wangbill <gggwang1993@gmail.com>
    Co-authored-by: Gavin Aguiar <80794152+gavin-aguiar@users.noreply.github.com>
    3 people authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4307c75 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. build: update Python Library Version to 1.21.1

    AzureFunctionsPython committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    52a5bbe View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/release/1.21.1' into dev

    AzureFunctionsPython committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    39ebfe0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. build: update Python Library Version to 1.22.0b1 (#251)

    Co-authored-by: AzureFunctionsPython <funcdisc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6356f6f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: assistant_post_input and assistant_query_input decorator params …

    …updated to configure custom table storage (#244)
    
    * update assistant decortators for table storage optional params
    
    * update functionapp and tests
    
    * remove underscores
    
    * fix casing
    
    * correct typo
    
    * resolve linting issues
    
    * fix linting issues in two more files
    
    * update default collection name to ChatState
    manvkaur authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a4c07f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. build: update Python Library Version to 1.22.0b2 (#253)

    Co-authored-by: AzureFunctionsPython <funcdisc@microsoft.com>
    hallvictoria and AzureFunctionsPython authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c0e1748 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. allowing both BlobSource and string source values

    Victoria Hall committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c38c779 View commit details
    Browse the repository at this point in the history