Skip to content

Latest commit

 

History

History
252 lines (117 loc) · 8.98 KB

CHANGELOG.md

File metadata and controls

252 lines (117 loc) · 8.98 KB

Changelog

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

1.77.16 (2021-06-15)

Bug Fixes

1.77.15 (2021-05-09)

Bug Fixes

  • Add support for grantPublic and grantPrivate (#204) (c9a2476)

1.77.14 (2021-05-08)

Bug Fixes

  • resolvers were typed as any instead of CdkTransformerResolver (#202) (6818052)

1.77.13 (2021-05-03)

Bug Fixes

  • Add support for LSIs and fix GSI primary keys (#196) (1bfadcf)

1.77.12 (2021-03-28)

Bug Fixes

  • Adding in dynamodb stream configuration (#174) (08594aa)

1.77.11 (2021-03-28)

Bug Fixes

  • Fixing the none data source resolver issue for Query and Mutation (#172) (fdc4025)

1.77.10 (2021-03-05)

1.77.9 (2021-02-16)

Bug Fixes

  • Adding in OIDC support to the transformer config and a test to the schema (#139) (4b1ce38), closes #135

1.77.8 (2021-02-03)

Bug Fixes

1.77.7 (2021-01-09)

Bug Fixes

  • Fixes the [ITransformer] props issue (#110) (b867951)

1.77.6 (2021-01-07)

Bug Fixes

  • fixing the repository link and changelog (#105) (c108a75)

1.77.5 (2021-01-07)

Features

  • allow additional custom pre/post transformers (#102) (913f4fb)

1.77.4 (2020-12-29)

Features

  • Adding community created ttl directive (#86) (93b8e07)

1.77.3 (2020-12-17)

Features

  • Add in new prop to support xray on appsync api (#74) (af87250)

1.77.2 (2020-12-10)

Features

1.77.1 (2020-12-10)

Features

  • added a convenience method for adding lambda datasource and resolvers

Bug Fixes

  • added much needed type safety
  • added in additional unit tests
  • upgraded some packages

BREAKING CHANGES

  • makes FUNCTION_RESOLVERS output a map of function names with an array of resolvers for ease of use
  • renamed a lot of interfaces to use camelCase to satisfy jsii

1.77.0 (2020-12-09)

Features

1.76.0 (2020-12-09)

Features

1.75.0 (2020-12-09)

Features

1.74.0 (2020-12-09)

Features

1.73.0 (2020-12-09)

Features

1.72.0 (2020-12-09)

Features

1.71.0 (2020-12-08)

Features

  • Bump cdk version to 1.71.0 (34720a4)

1.70.1 (2020-11-29)

Bug Fixes

  • fixing the cdk transformer so that it won't operate on null fields (#45) (b181070)

1.70.0 (2020-11-29)

Features

1.68.1 (2020-11-29)

1.68.0 (2020-11-29)

Features

1.67.0 (2020-11-29)

1.66.1 (2020-11-29)

1.65.2 (2020-11-29)

1.65.1 (2020-11-09)

1.65.0 (2020-11-08)

Changes

  • Upgrading to 1.65.0 of the CDK

1.64.0 (2020-11-01)

Changes

  • Upgrading to 1.64.0 of the CDK
  • Configured by projen now

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