1.0.0-rc71

(feat): Make the base_url parameter optional in the main client.rb. The parameter now has a default value of nil, allowing users to instantiate the client without explicitly providing a base_url when using environment-based configuration.

1.0.0-rc70

(fix): Fix inferred auth base URL resolution and add absolute URL support:

  • Auth raw client now properly falls back to default environment when base_url is not provided
  • RawClient.build_url now handles absolute URLs (e.g., HATEOAS pagination links) directly
  • Added attr_reader :base_url to RawClient for external access
  • Removed unnecessary base_url override in InferredAuthProvider.refresh since auth_client is already configured with the correct base URL