# CHANGELOG

----

**NOTE:** This changelog is no longer maintained. Changes are now tracked in
the top level [`CHANGELOG.md`](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md).

----

### vNext

- Allow `fetch` to be given as a configuration option to ApolloBoost.
  [Issue #3578](https://github.com/apollographql/apollo-client/issues/3578)
  [PR #3590](https://github.com/apollographql/apollo-client/pull/3590)
- The `apollo-boost` `ApolloClient` constructor warns about unsupported options.
  [PR #3551](https://github.com/apollographql/apollo-client/pull/3551)

### 0.1.10

- No changes.

### 0.1.9

- No changes.

### 0.1.8

- Allow `cache` to be given as a configuration option to `ApolloBoost`.
  [Issue #3220](https://github.com/apollographql/apollo-client/issues/3220)
  [PR #3561](https://github.com/apollographql/apollo-client/pull/3561)
- Allow `headers` and `credentials` to be passed in as configuration
  parameters to the `apollo-boost` `ApolloClient` constructor.
  [PR #3098](https://github.com/apollographql/apollo-client/pull/3098)

### 0.1.7

- No public facing functionality changes.
- Various internal code cleanup, tooling and dependency changes.
