Release v9.2.0
Changes:
- Slim down the default request context to
headers,ipandlibrary; the remaining data is already available viaheaders. - Remove the internal
Castle::ClientId::Extractservice and the now-unusedcookiesplumbing inCastle::Context::GetDefault. - No longer read the API secret from the
CASTLE_API_SECRETenvironment variable automatically; setCastle.api_secretexplicitly (for exampleCastle.api_secret = ENV.fetch('CASTLE_API_SECRET')).