Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: bundle the gzip support inside the core SDK #42

Merged
merged 2 commits into from
Dec 19, 2022

Commits on Dec 7, 2022

  1. feat!: bundle the gzip support inside the core SDK

    Now, GZIP will be enabled by default and have also introduced an API to toggle the GZIP default value, called `enableGZIP`. If user continues to use the `client` API to pass the OkHttpClient then `enableGZIP` API value will not be taken into consideration.
    
    BREAKING CHANGE: Now user who are using the Java SDK, with self-hosted dataPlane and without their own custom `OkHttpClient` (passed using `client` API)` needs to make sure that their server supports GZIP i.e., their server version is above 1.4, else they could either use `enableGZIP` API or pass a custom OkHttpClient instance without the GZIP interceptor.
    1abhishekpandey committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b833d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3721ea3 View commit details
    Browse the repository at this point in the history