Skip to content

v1.30#27

Merged
aosingh merged 6 commits into
mainfrom
dev/v1.3.0
Mar 14, 2026
Merged

v1.30#27
aosingh merged 6 commits into
mainfrom
dev/v1.3.0

Conversation

@aosingh
Copy link
Copy Markdown
Member

@aosingh aosingh commented Mar 14, 2026

  • Better concurrency support using 2 new APIs - select_ai.create_pool() and select_ai.create_pool_async(). This creates a shared connection pool for optimal resource sharing

  • Support to fetch the UTC timestamp of the next scheduled refresh of Vector Index using vector_index.get_next_refresh_timestamp()

  • Bug fix in Slack notification agent tool. The channel name should be passed using channel instead of slack_channel

  • Bug fix in Email notification agent tool. Missing subject in the API signature

  • Support instruction parameter in all tool creation APIs to give a precise set of instructions

  • Added more NL2SQL APIs in Session object. Also, select_ai.Session uses the same cursor for the duration of the session. This is logically required to give AI agent feedback on mapped SQL in the same session

  • Custom errors to detect empty attributes corresponding to Select AI objects

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 14, 2026
@aosingh aosingh merged commit dabcaa4 into main Mar 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants