Skip to content

Latest commit

 

History

History
303 lines (154 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

303 lines (154 loc) · 13.4 KB

Changelog

All notable changes to this project will be documented in this file. If a contribution does not have a mention next to it, @michalkvasnicak did it.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

aws-lambda-graphql

Added

  • Added lambda event and context to onConnect function payload to enable adding custom authorizer logic to the connection flow. @nenti see #70

Fixed

  • Fixed missing connection when in serverless-offline environment. Added retry logic to wait for connection to be hydrated by @nenti see #68

Fixed

  • Fixed missing connection GraphQL context data in Event processor by @AlpacaGoesCrazy, see #63

Added

  • Added getters for connection and subscription managers to Server by @AlpacaGoesCrazy, see #63

Fixed

  • Limit the number of request items sent to DynamoDB when cleaning up stale connections by @alvinypyim, see #61.

Breaking changes

  • added Server as base implementation to be used instead of createHttpHandler, createWsHandler etc, see #59

v0.13.0 - 2019-12-12

Added

  • Added TTL support to DynamoDBEventStore (see #53)

v0.12.3 - 2019-12-04

Fixed

  • Do not allow to publish an event with empty name (see #52)

v0.12.2 - 2019-12-04

Fixed

  • Return proper response on websocket disconnect (see #51)

v0.12.1 - 2019-11-27

Fixed

v0.12.0 - 2019-11-22

Added

v0.11.0 - 2019-11-17

Added

  • Wait for connection to be initialized (see #40)

v0.10.0 - 2019-11-08

Added

  • Added support for context in event processors (see #36)

v0.9.1 - 2019-11-03

Fixed

  • Normalize headers to lower case (see #32)

v0.9.0 - 2019-11-01

Added

v0.8.1 - 2019-10-07

v0.8.0 - 2019-10-03

Added

v0.7.2 - 2019-09-29

Fixed

v0.7.1 - 2019-09-17

Fixed

  • Fixed processing operations on connection reconnect by @sammarks (see #26)

v0.7.0 - 2019-08-07

Added

  • Added AWS Lambda's context to GraphQL context (see #23)

v0.6.0 - 2019-06-14

Added

  • Added a way to unsubscribe client from specific subscription (see #18)

v0.5.0 - 2019-06-12

Changed

  • Use incremental id generation for operations (see #17)

v0.4.0 - 2019-06-11

Added

  • Replaced ulid by uuid and added support for custom id generators

v0.3.1 - 2019-06-04

Fixed

  • Add support for context creator (see #14)

v0.3.0 - 2019-06-04

Added

  • Added support for custom context and added an AWS Lambda event to resolvers (see #13)

v0.2.1 - 2019-05-29

v0.2.0 - 2019-05-29

Added

  • Added serverless.yml deployment instead of cloudformation template by @guerrerocarlos (see #8)
  • Added support for validationRules

Fixed

  • unregistering all subscriptions on connection deletion

v0.1.0 - 2019-01-13

aws-lambda-ws-link ⚠️ Deprecated, do not use with versions newer that 0.13.0

v0.13.0 - 2019-12-12

Changed

  • Updated aws-lamba-graphql version to 0.13.0

v0.12.3 - 2019-12-04

Changed

  • Updated aws-lamba-graphql version to 0.12.3

v0.12.2 - 2019-12-04

Changed

  • Updated aws-lamba-graphql version to 0.12.2

v0.12.1 - 2019-11-27

Changed

  • Updated aws-lamba-graphql version to 0.12.1

v0.12.0 - 2019-11-22

Changed

  • Updated aws-lamba-graphql version to 0.12.0

v0.11.0 - 2019-11-17

Changed

  • Updated aws-lamba-graphql version to 0.11.0

v0.10.0 - 2019-11-08

Changed

  • Updated aws-lamba-graphql version to 0.10.0

v0.9.1 - 2019-11-03

Changed

  • Updated aws-lamba-graphql version to 0.9.1

v0.9.0 - 2019-11-01

Changed

  • Updated aws-lamba-graphql version to 0.9.0

v0.8.1 - 2019-10-07

Changed

  • Updated aws-lamba-graphql version to 0.8.1

v0.8.0 - 2019-10-03

Changed

  • Updated aws-lamba-graphql version to 0.8.0

v0.7.2 - 2019-09-29

Changed

  • Updated aws-lamba-graphql version to 0.7.2

v0.7.1 - 2019-09-17

Changed

  • Updated aws-lamba-graphql version to 0.7.1

v0.7.0 - 2019-08-07

Changed

  • Updated aws-lamba-graphql version to 0.7.0

v0.6.0 - 2019-06-14

Changed

  • Updated aws-lamba-graphql version to 0.6.0

v0.5.0 - 2019-06-12

Changed

  • Updated aws-lamba-graphql version to 0.5.0

v0.4.0 - 2019-06-11

Changed

  • Updated aws-lamba-graphql version to 0.4.0

v0.3.1 - 2019-06-04

Changed

  • Updated aws-lamba-graphql version to 0.3.1

v0.3.0 - 2019-06-04

Changed

  • Updated aws-lamba-graphql version to 0.3.0

v0.2.1 - 2019-05-29

Changed

  • Updated aws-lamba-graphql version to 0.2.1

v0.2.0 - 2019-05-29

Changed

  • Updated aws-lamba-graphql version to 0.2.0

v0.1.0 - 2019-01-13