Skip to content

Releases: ArthurVardevanyan/Analytics-for-Spotify

Analytics-for-Spotify-v20211218

18 Dec 18:34
Compare
Choose a tag to compare

Analytics-for-Spotify-v20211218

Feature Removal:
Removed Storing Uneeded information from the Spotify API.
The json column in the listening history table can be removed.

Development Tweaks:
Updated GitHub Actions to use Mariadb over Mysql and pin specific versions of Host OS / Database
Added GitLab IaC Scanner

Analytics-for-Spotify-v20211103

04 Nov 03:54
Compare
Choose a tag to compare

Analytics-for-Spotify-v20211103

  • Reverted Change: Added Back Playlist Order By
  • GitLab CI/CD
    • DIND Updates
    • Secret Detection and SAST
    • Other Tweaks
  • Added .vscode settings
  • Python
    • Hold Python Version at 3.9
    • Added Python VENV to .gitignore
  • Kubernetes Configs
    • Prevent Running as Root
    • Kubernetes Read Only Root File System
    • livenessProbe
    • Convert configmap to secret
  • Container OS Modified to account for above
    • Apache Configs
  • Django
    • Environment Variable Tweaks
    • URL Redirect Tweaks
    • Disable Debug Mode
    • django.contrib.auth Removal
    • django.contrib.messages Removal
    • Re-Enable CSRF: Cors Origin
    • General Settings Cleanup
  • Docker Compose Template Update

Analytics-for-Spotify-v20211017

17 Oct 16:31
Compare
Choose a tag to compare

Analytics-for-Spotify-v20211017

  • TimeZone BugFix on Daily Hourly Chart
  • Reverted DB "Playlist Order By" Removal
  • Gitlab CI/CD Tweaks
  • Lock Python Version to 3.9
  • Added VSCode Settings
  • Added Kubernetes Config Files

Analytics-for-Spotify-v20210906

06 Sep 17:48
Compare
Choose a tag to compare

Analytics-for-Spotify-v20210906

  • Added Exception Catch for Ignoring Ads, Podcasts, and Unknown Types.
  • CI/CD Tweaks and Performance Improvements
  • Added More Logging Points

Analytics-for-Spotify-v20210901

02 Sep 04:07
Compare
Choose a tag to compare

Analytics-for-Spotify-v20210901

  • Reduced Docker Image Build Size
  • Database Query Optimizations
  • Apache Logging Customization
  • Converted Print Statements to Log Statements
  • Renamed songMonitoringBackend -> monitoringBackend
  • Added Logging for Duplicate Songs
  • Added Logging for Failed Inserts into Playlists

Analytics-for-Spotify-v20210821

27 Aug 03:17
Compare
Choose a tag to compare

Analytics-for-Spotify-v20210821

  • Update DB when Spotify Updates Song ID's

  • Other Logic Fixes

  • GitLab CI/CD

  • Pipelines for Building Docker Containers

  • Github Actions

    • Coveralls Code Coverage Tracking
  • Database Tweaks

  • Docker Support

  • Initial Kubernetes Support

Analytics-for-Spotify-v20210407

27 Aug 03:16
Compare
Choose a tag to compare
Pre-release

Analytics-for-Spotify-v20210407

Added Last Played to Playlist Song Viewer Added Graph to easily the Distribution of when songs were played.

Analytics-for-Spotify-v20210404

27 Aug 03:15
Compare
Choose a tag to compare
Pre-release

Analytics-for-Spotify-v20210404

Initial Transition from SQL to Django Models BugFixes

Analytics-for-Spotify-v20210401

27 Aug 03:15
Compare
Choose a tag to compare

Analytics-for-Spotify-v20210401
Added Installation Instructions BugFixes Tweaks.

Analytics-for-Spotify-v20210329-Internal-Testing

27 Aug 03:15
Compare
Choose a tag to compare

Analytics-for-Spotify-v20210329-Internal-Testing

Their are no Installation Instructions Currently.

Removed all Encryption Code Made Performance Improvements Code Structure Improvements Bug-fixes.