Ajax: Enjoy a new feature that allows you to easily access and examine response headers from your AJAX requests. This enhancement simplifies the process of working with response data, making it more intuitive.
Improvements
Ajax: The default responseType for AJAX requests is now set to json, ensuring that you receive JSON data without needing to specify it manually.
Fixes
Fix an issue where AsyncGenerators do not finalize properly when unsubscribed, ensuring smoother operation and resource management.
Resolve an edge case in the throttle operator that prevents it from emitting values excessively in synchronous scenarios, providing a more reliable experience.