Skip to content

Commit

Permalink
Correct Azure Functions type definitions (#2287)
Browse files Browse the repository at this point in the history
* Rename azureFunctions.d.ts to azureFunctions.ts

See #2085 (comment)

* Update CHANGELOG.md
  • Loading branch information
jmshal authored and abernix committed Feb 12, 2019
1 parent 543b9c8 commit e3070a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@
- Implement an in-memory cache store to save parsed and validated documents and provide performance benefits for repeat executions of the same document. [PR #2111](https://github.com/apollographql/apollo-server/pull/2111) (`>=2.4.0-alpha.0`)
- Fix: Serialize arrays as JSON on fetch in `RESTDataSource`. [PR #2219](https://github.com/apollographql/apollo-server/pull/2219)
- Fix: The `privateHeaders` configuration for `apollo-engine-reporting` now allows headers to be specified using any case and lower-cases them prior to comparison. [PR #2276](https://github.com/apollographql/apollo-server/pull/2276)
- Fix broken `apollo-server-azure-functions` TypeScript definitions. [PR #2287](https://github.com/apollographql/apollo-server/pull/2287)

### v2.3.3

Expand Down

0 comments on commit e3070a5

Please sign in to comment.