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

Latest commit

 

History

History
75 lines (58 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

75 lines (58 loc) · 2.38 KB

Changelog

All notable changes to this project will be documented in this file.

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

v0.1.1 - 2018-06-25

Changed

  • Set Serverless stage to be prod by default.

v0.1.0 - 2018-06-25

Added

  • Update Goal.NotificationSentAt DB field when Slack notification is sent.

v0.0.7 - 2018-06-24

Changed

  • Restructured justscored.Goal.

Fixed

  • Properly handle own goals (#4).

v0.0.6 - 2018-06-24

Added

  • Added goal-notifier Lambda function.

Changed

  • Got rid of goal-checker.Response struct.

Fixed

  • Renamed GetCurrentMatch to GetCurrentMatches, as there can be multiple matches played at the same time (#3).

v0.0.5 - 2018-06-22

Changed

  • Refactored and separated match parsing and DB logic code.
  • Moved all goal and DynamoDB related code from goal-checker to just-scored package.
  • Save Goal.CreatedAt field as UTC.

Fixed

  • Goals are not overridden if they already exist in the database (#2).

v0.0.4 - 2018-06-21

Fixed

  • Better handle event types and correctly process penalty goals (#1).

v0.0.3 - 2018-06-20

Fixed

  • Use DYNAMODB_TABLE environment variable when connecting to DynamoDB table.

v0.0.2 - 2018-06-20

Fixed

  • Added DynamoDB definition and appropriate IAM to Serverless config file.

v0.0.1 - 2018-06-19

Added

  • Initial release.
  • Added worldcup package.
  • Added goal-checker Lambda function.