Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (22 loc) · 940 Bytes

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 940 Bytes

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.63.0-rc.3 (2020-09-30)

Changes

  • Pinning AWS CDK version to 1.63.0

1.63.0-rc.2 (2020-09-30)

Bugfixes

  • Fixed a bug with @key directive where it wouldn't properly create resolvers when the @key had a custom query field
    • Cleaned up the way resolvers are mapped to tables

1.63.0-rc.1 (2020-09-24)

Updates / Bugfixes

  • Updating for changes to CDK v1.63+

1.50.0-rc.1 (2020-08-30)

Features

  • Adding in experimental support for function directives. See README for details.

1.50.0-alpha (2020-07-07)

Bugfixes

  • Fixed circular reference with the nested stack
  • Changed scope of the appsyncGraphQLEndpointOutput to correctly be the main stack

1.49.1-alpha (2020-07-06)

Features

  • Initial release