Skip to content

v1.5.6

Choose a tag to compare

@github-actions github-actions released this 07 Jun 17:30

Key Features

  • Implemented handling for HTTP 410 Gone status during event deletion in the API, improving the robustness of the deletion process.
  • Introduced throttling for deletion calls to prevent excessive requests, enhancing system stability.
  • Enhanced user login flow to queue initial synchronization only if the user has associated platforms, optimizing the user experience.
  • Restored functionality for cancelled events during synchronization conflicts, ensuring accurate event management.
  • Integrated GSAP, ScrollTrigger, and Lenis animations into the frontend application, elevating the user interface.
  • Updated Content Security Policy (CSP) to include new domains for analytics, strengthening security measures.

Bug Fixes

  • Fixed the account deletion process to ensure proper cleanup of calendar events, preventing data inconsistency.
  • Addressed issues with old contests pruning in the backend, ensuring that outdated data is managed effectively.
  • Corrected session handling to guarantee a new session is created if the existing one is corrupted, enhancing session reliability.
  • Adjusted rate limiting for manual sync requests to allow for more frequent operations, improving user interaction.

Technical Improvements

  • Simplified session checks in the account deletion handler, streamlining the deletion process.
  • Refactored the Google callback handler to enhance the efficiency of user insertion and platform retrieval.
  • Relaxed rate limiting parameters to improve the overall user experience during synchronization.
  • Cleaned up code related to security audits, including adjustments to middleware for CSP, enhancing security compliance.
  • Improved overall code structure and readability by removing unnecessary comments and consolidating logic, facilitating easier maintenance and future development.