v2.5.0

thedevs-network/kuttv2.5.0Aug 5, 2020by poeti8

AI Summary

This release focuses on enhancing link management with optional reCaptcha usage and link expiration dates, alongside fixes for search functionality and request handling.

Key Highlights

  • Conditional reCaptcha implementation based on credentials
  • New option to set link expiration dates
  • Fix for non-logged-in cooldown limits
  • Restored link searching functionality
  • Improved handling of optional request fields

New Features

  • Conditional reCaptcha
  • Link expiration
  • Link search

Full Release Notes

* **Feature:** Only use reCaptcha if credentials are provided. (#43, #68)
* **Feature:** Add link expiration option. (#357)
* **Fix:** Apply non-logged-in cooldown limit .
* **Fix:** Searching links.
* **Fix:** Allow the optional fields of the link creation request body to be null or falsey.
* **chore:** Increase number of processors for visit queue.