3.54.0
(feat): Add support for URI and path-based pagination. Endpoints configured with
next_uri or next_path pagination now generate Page<T, R> return types
that automatically follow the next URL from the response body to load
subsequent pages.
3.53.14
(chore): Remove baseUrl from the generated test tsconfig.json. The baseUrl compiler
option is unnecessary for test compilation and can interfere with module resolution
in consuming projects.
3.53.13
(fix): Fix WebSocket connections failing silently in Bun and Deno. The getGlobalWebSocket()
function now prefers the ws library for Bun and Deno runtimes, whose native WebSocket
constructors ignore the options argument containing authentication headers.
3.53.12
(chore): Add concurrency configuration to generated CI workflow with cancel-in-progress: false
to prevent stacked runs from being cancelled when a newer run starts.