# Change log

***

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

***

### 0.8.11

* No changes

### 0.8.10

* Added `graphql` 14 to peer and dev deps; Updated `@types/graphql` to 14\
  [@hwillson](http://github.com/hwillson) in [#789](https://github.com/apollographql/apollo-link/pull/789)

### 0.8.9

* fix to stop combining require and export [PR#559](https://github.com/apollographql/apollo-link/pull/559)

### 0.8.8

* revert to zen-observable 0.7

### 0.8.7

* fixed typings

### 0.8.6

* initial publishing mirrors `zen-observable`'s versioning


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mediamagic.dev/product-docs/services/graphql-gateway/node_modules/apollo-link/node_modules/zen-observable-ts/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
