v0.6.5

leptos-rs/leptosv0.6.5Feb 1, 2024by gbj

AI Summary

This release fixes bugs that appeared since 0.6. It addresses issues with Actix redirects and introduces the ability to easily create custom server function clients.

Key Highlights

  • Fix bug with Actix redirects
  • Ability to easily create custom server fn clients
  • Fix serialization error during SSR on ServerFnError

New Features

  • Custom server fn clients

Full Release Notes

This fixes a few bugs that have popped up since 0.6. For general 0.6 release notes, [see here](https://github.com/leptos-rs/leptos/releases/tag/v0.6.3).

## What's Changed
* fix: bug with Actix redirects by @gbj in https://github.com/leptos-rs/leptos/pull/2246
* feat: easily create custom server fn clients by @gbj in https://github.com/leptos-rs/leptos/pull/2247


**Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.6.4...v0.6.5