PolyAPI  >  Developers  >  Release Notes

PolyAPI – Release 33

Release Notes

Gateway Server

Improvements

  • Improved reliability for OHIP GraphQL Subscriptions, with more configurability for retries and offset policies.
  • Adding function revision numbers, making it easier to see which version of your server function is producing which logs.
  • Improved activity records and audit logs.
  • Improved logging infrastructure to make it more scalable, fast, and reliable.
  • Adding new AI Functions, allowing AI prompts and agents to be folded seamlessly into existing Poly workflows.

Bug Fixes

  • Fixed bug where some server function logs were being duplicated.

Function Runtime

Improvements

  • Improved cold-start times.

Bug Fixes

  • Fixed some performance and memory consumption regressions caused by previous improvements to function isolation.
  • Fixed regression in runtime that prevented the runtime from waiting for outstanding, un-awaited requests before putting the server function to sleep.

Poly Management UI

Improvements

  • Adding ability to save execution requests for API Functions and Server Functions, making it easy to save and share oft-used arguments.
  • Making it easier to see which server functions are configured to always be on.

Canopy Service

Bug Fixes

  • Fixed bug where Canopy sessions could extend longer than their configured timeouts.

Node Client

Bug Fixes

  • Fixed issue where importing Node libraries with a node: prefix would prevent the function from being deployed.

Python Client

Improvements

  • Improved generated return types of TypeScript server functions.
  • Improved Tabi SDK to be more flexible.

Bug Fixes

  • Fixed bug where the generate-contexts command line argument was causing all Vari variables to be excluded.
  • Fixed regression in Python server function deploy times.
  • Fixed issue with overly aggressive caching in Windows preventing the use of the Poly CLI in Bash scripts.

Documentation

Improvements

  • Added new documentation for the Table Service (Tabi).