Skip to content

v2.7.0

Compare
Choose a tag to compare
@Aryamanz29 Aryamanz29 released this 04 Dec 14:54
· 150 commits to main since this release
d3384b0

🥗 QOL improvements

  • Renamed CredentialResponseList to CredentialListResponse to ensure consistent response model naming.

  • Updated handling for ({"records": null}) in the CredentialResponseList to populate the model with an empty list ([]) instead of None, which is non-iterable.

  • Updated level and connection fields in CredentialResponseList to use Optional[Union[Dict[str, Any], str]], as they can be strings, preventing Pydantic validation errors, eg:

    "level": "user",
    "connection": "default/bigquery/1234567890"
    

Full Changelog: 2.6.2...2.7.0