Hi, the latest version of Faraday breaks some API calls. For instance, this code: ```ruby client = Elasticsearch::Client.new client.indices.exists?(index: "test") ``` throws `can't modify frozen String (FrozenError)`.