1.0.0-rc53

(feat): Pass raw_client to custom pager for pagination. This allows custom pager implementations to fetch additional pages using the HTTP client.

1.0.0-rc52

(fix): Fix root client generation for inferred auth. The client now correctly creates an unauthenticated client for the auth endpoint, passes auth_client and options to InferredAuthProvider, and uses the correct Internal namespace.

1.0.0-rc51

(fix): Fix inferred auth token refresh to properly refresh when within buffer period. The token is now refreshed when the current time is within 2 minutes of expiration, rather than only after the token has fully expired.

1.0.0-rc50

(feat): Add inferred auth support for Ruby SDKs. The SDK now generates an InferredAuthProvider class that handles automatic token retrieval and caching with expiration handling. Root clients accept the token endpoint request parameters for inferred authentication.