Releases: project-next/podcast-api
Releases · project-next/podcast-api
v1.7.0: Added Ability To Delete Podcasts & Episodes
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
Changes
- Moving to SKC server to save $$$
- Updating db configs
- Dependency Updates
v1.6.6: Dependency Updates
Changes
- Dependency updates
v1.6.5: Dependency Updates
Changes
- Dependency updates
v1.6.4: Syncing With DB Updates
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
Changes
- Various script updates
- Various dependency updates
v1.6.2: Migrating AWS Secret Manager
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
Changes
- Updated config files for new EC2 instance API will be hosted in
- Various dependency updates
v1.6.0: SSL Support and Script Changes
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)
Changes
- Java version is updated to next LTS (21)
- Docker containers updated
- GH actions updated
- Various dependency versions updated