Release v1.0.1
Changelog
This release allows users to specify an OkHttpClient when creating an ESCLRequestClient. This means users now have the option of specifying timeouts for the HTTP client, exactly as is needed for the use case.
🚀 Features
- d943154 feat: add option to specify usedHttpClient to ESCLRequestClient
🧰 Tasks
- 9552e35 chore: remove duplicated copyright notice
🛠 Build
- 2d79dac ci: add initial gradle ci
📝 Documentation
- e8f766f docs: fix capitalization error in README.md