Skip to content

Releases: project-next/heart-api

v1.4.8: Dependency Updates & Sonar Fixes

03 Jul 00:28
Compare
Choose a tag to compare

Changes

  • Dependency Updates
  • Sonar Fixes

v1.4.7: Dependency Updates

13 Jun 00:01
Compare
Choose a tag to compare

Changes

  • Updated to mongoose 8.4.1 - fixed issue with version by updating the
  • Added dev DB credentials to AWS and updated AWS scripts to both update and retrieve the dev credentials along with prod credentials
  • Fixed warning of ts loaders being deprecated by using register.js to register the esm library

v1.4.6: Yarn Adoption

20 May 20:03
5ef334c
Compare
Choose a tag to compare

Changes

  • Using Yarn over NPM
  • Updated deploy scripts and resource values for docker container to be more efficient with memory
  • Various dependency updates

v1.4.5: Migrating To AWS Secret Manager

22 Mar 02:50
3e170c6
Compare
Choose a tag to compare

Changes

  • Using AWS for secret management instead of Doppler
    • Added new AWS scripts and removed/modified existing Doppler scripts
  • Updated various env var names to keep names consistent
  • Various dependency updates

v1.4.4: EC2 Migration

04 Feb 01:01
92f3b9a
Compare
Choose a tag to compare

Changes

  • Updated config files for new EC2 instance API will be hosted in
  • Various dependency updates

v1.4.3: Simplifying Deploy Scripts & Dependency Updates

02 Dec 18:30
4e8fd8f
Compare
Choose a tag to compare

Changes

  • Merging deploy activities to one shell script for simplicity
  • Added script to automate ssl updates for AWS deployments
  • Various dependency updates

v1.4.2: Simplifying NPM Scripts

05 Nov 17:22
7591065
Compare
Choose a tag to compare

Changes

  • Title says it all 😎

v1.4.1: Adding gzip Compression For Responses

12 Oct 03:54
8bc86fe
Compare
Choose a tag to compare

Changes

  • Responses are now being compressed
  • Various dependency updates

v1.4.0: Updating Uploads Logic

16 Sep 22:18
Compare
Choose a tag to compare

Changes

  • YouTube API has changed again and the Search functionality is useless, so now uploads are being fetched using a combination of YouTube API calls
    • /channels endpoint will be used to get a channels default upload playlist ID
    • /playlistItems will then be used with the corresponding playlist ID to fetch the recent vids in actual upload order
  • Logic was also improved for the uploads endpoint. Shorts will no longer be sent back to requester
  • Found an issue in the code were requests were not being cached or memoized correctly - this is now fixed
  • Code cleanup
  • Updated documentation
  • Dependency updates

v1.3.9: Dependency Updates

19 Jul 01:03
Compare
Choose a tag to compare

Changes

  • Using rsync instead of sftp
  • Removed deprecated mongoose configs
  • Various dep updates