Skip to content

Releases: project-next/podcast-api

v1.7.0: Added Ability To Delete Podcasts & Episodes

26 Nov 21:35
248abd4
Compare
Choose a tag to compare

Changes

  • Added functionality to delete podcasts and episodes
  • Updated spring security to allow admins to call the delete endpoints
  • Simplified logic by removing redundant DTO object (PodcastData.kt) - using JPA to fetch episodes along with podcast data
    • Updated tests accordingly
  • Addressed code warnings

v1.6.7: Updating DB Configs & Migrating To SKC Server

12 Sep 23:18
884b798
Compare
Choose a tag to compare

Changes

  • Moving to SKC server to save $$$
  • Updating db configs
  • Dependency Updates

v1.6.6: Dependency Updates

30 Aug 15:32
7172b95
Compare
Choose a tag to compare

Changes

  • Dependency updates

v1.6.5: Dependency Updates

06 Jun 21:56
eb79294
Compare
Choose a tag to compare

Changes

  • Dependency updates

v1.6.4: Syncing With DB Updates

10 May 02:45
a77244c
Compare
Choose a tag to compare

Changes

  • Updated table references as per changes to underlining database
    • Removed KeywordsConverter as table is now using array for storage
    • Removed prefixes in table columns as they are redundant
    • Updated test files/configs so updated references don't break Unit tests
  • Added support for seasons

v1.6.3: Dependency Updates

30 Mar 20:04
7810bfd
Compare
Choose a tag to compare

Changes

  • Various script updates
  • Various dependency updates

v1.6.2: Migrating AWS Secret Manager

18 Mar 00:33
3339347
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.6.1: EC2 Migration

04 Feb 01:02
221f621
Compare
Choose a tag to compare

Changes

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

v1.6.0: SSL Support and Script Changes

07 Jan 05:31
afc2667
Compare
Choose a tag to compare

Changes

  • Added support for SSL so requests/responses are secured
    • Added scripts to retrieve and store secrets related to SSL
    • Added scripts to update SSL info in AWS
    • Simplified scripts to have only one script - deploy.sh - that will handle artifact transfer and restaging
    • Updated docker compose files with new env var and a fix for network warning
  • Package restructuring
  • Various dependency updates

v1.5.0: Updating Java Version (20 to Java 21)

18 Nov 17:06
aeaf75c
Compare
Choose a tag to compare

Changes

  • Java version is updated to next LTS (21)
    • Docker containers updated
    • GH actions updated
  • Various dependency versions updated