---
title: "Livewire v4.2.0 Released with Security Hardening and Laravel 13 Support"
url: https://daily.dev/posts/livewire-v4-2-0-released-with-security-hardening-and-laravel-13-support-khuqtjnbs
source_url: https://laravel-news.com/livewire-v4-2-0
type: article
source: "Laravel News"
published: 2026-02-27T14:17:41.521Z
updated: 2026-02-27T14:17:59.472Z
tags: ["security", "php", "laravel"]
reading_time: 3
upvotes: 17
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Livewire v4.2.0 Released with Security Hardening and Laravel 13 Support

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 17 upvotes · 0 comments

## Summary

Livewire v4.2.0 has been released with Laravel 13 compatibility and seven targeted security hardening improvements. Security changes include lifecycle method protection against frontend invocation, timing-safe checksum comparison using hash_equals(), payload schema validation, stricter X-Livewire header and JSON content type requirements, and web middleware enforcement on custom update routes. New developer features include reactive props during boot hooks and a $errors.clear() method on the JavaScript errors object. Bug fixes address an EventBus listener memory leak under Octane, silent failures for non-UTF-8 property data, broken route model binding with cached middleware, and wire:model failures with string array keys. No breaking changes are expected for typical applications.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/livewire-v4-2-0>

---

Tags: [#security](https://daily.dev/tags/security), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/livewire-v4-2-0-released-with-security-hardening-and-laravel-13-support-khuqtjnbs)
