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
- Set Serverless stage to be prod by default.
v0.1.0 - 2018-06-25
- Update
Goal.NotificationSentAt
DB field when Slack notification is sent.
v0.0.7 - 2018-06-24
- Restructured
justscored.Goal
.
- Properly handle own goals (#4).
v0.0.6 - 2018-06-24
- Added
goal-notifier
Lambda function.
- Got rid of
goal-checker.Response
struct.
- Renamed
GetCurrentMatch
toGetCurrentMatches
, as there can be multiple matches played at the same time (#3).
v0.0.5 - 2018-06-22
- Refactored and separated match parsing and DB logic code.
- Moved all goal and DynamoDB related code from
goal-checker
tojust-scored
package. - Save
Goal.CreatedAt
field as UTC.
- Goals are not overridden if they already exist in the database (#2).
v0.0.4 - 2018-06-21
- Better handle event types and correctly process penalty goals (#1).
v0.0.3 - 2018-06-20
- Use
DYNAMODB_TABLE
environment variable when connecting to DynamoDB table.
v0.0.2 - 2018-06-20
- Added DynamoDB definition and appropriate IAM to Serverless config file.
v0.0.1 - 2018-06-19
- Initial release.
- Added
worldcup
package. - Added
goal-checker
Lambda function.