Skip to content

v1.7.0: Added Ability To Delete Podcasts & Episodes

Latest
Compare
Choose a tag to compare
@rtomyj rtomyj released this 26 Nov 21:35
· 14 commits to release since this release
248abd4

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