Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Releases: ayltai/hknews

3.3.7

06 Apr 16:08
Compare
Choose a tag to compare

Update dependencies

3.3.6

01 Mar 11:09
Compare
Choose a tag to compare
  • Fix incorrect date/time display issue on frontend due to timezone mismatch
  • Use Date from the correct package

3.3.5

01 Mar 04:51
Compare
Choose a tag to compare
  • Fix news record time zone mismatch between reading from and writing to DynamoDB
  • Update Wen Wei Po news parser
  • Fix news source URL encoding bug

3.3.4

28 Feb 17:07
Compare
Choose a tag to compare
  • Return all results from DynamoDB scan operations
  • Change news retention from 7 days to 3 days to reduce DynamoDB read operations
  • Update dependencies

3.3.3

10 Feb 02:28
Compare
Choose a tag to compare
  • Fix incorrect API cache key
  • Add Lambda log metric filter
  • Increase API memory to boost performance significantly

3.3.2

09 Feb 03:57
Compare
Choose a tag to compare
  • Replace OkHttp, Retrofit, and SimpleXML libraries with the Apache HttpClient and Jackson that are bundled with AWS SDK
  • Remove unused logging libraries
  • Keep a long-lived instance of DynamoDB object
  • Skip checking table existence if not explicitly specified in an environment variable
  • Reduce Lambda runtime memory
  • Update dependencies

3.3.1

04 Feb 09:00
Compare
Choose a tag to compare

Use in-memory expiring cache for Lambda handler responses to save cost

3.3.0

04 Feb 06:43
Compare
Choose a tag to compare
  • Use API Gateway mock response to handle root ("/") requests

3.2.0

03 Feb 15:23
Compare
Choose a tag to compare
  • Add CloudWatch Dashboard
  • Remove root API to save cost

3.1.2

03 Feb 10:46
Compare
Choose a tag to compare

Cannot use IDynamoDBMapper.batchLoad