Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slavarazum committed Dec 14, 2023
1 parent 444f4d5 commit 5c96779
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to `laravel-wave` will be documented in this file.

## [Unreleased](https://github.com/qruto/laravel-wave/compare/0.8.0...main)

## [0.8.0](https://github.com/qruto/laravel-wave/compare/0.7.1...0.8.0) - 2023-12-14

- **Compatibility Testing with Laravel Octane**: Conducted thorough testing with [Laravel Octane](https://laravel.com/docs/10.x/octane), ensuring seamless integration and robust performance under the high-throughput, long-lived application scenarios that Octane facilitates.
- **Enhanced Efficiency for Presence Channels**: Re-engineered the data structure, significantly boosting the efficiency of data storage and retrieval processes for presence channels.
- **Migration to Redis Streams**: Transitioned the event history storage mechanism to [Redis Streams](https://redis.io/docs/data-types/streams). This change leverages Redis's advanced capabilities for more robust and scalable event stream resume.
- **Atomic Operations with Lua Scripts**: Integrated Lua scripts for atomic operations in Redis. This enhancement not only accelerates performance but also fortifies data integrity and effectively addresses potential race conditions.
- **Streamlined Naming Conventions**: Simplified the namespace and service provider's name for greater ease of use and clarity. The service provider has been renamed from `LaravelWave` to `Wave`.

## [0.7.1](https://github.com/qruto/laravel-wave/compare/0.7.0...0.7.1) - 2023-07-20

Various bug fixes.
Expand Down Expand Up @@ -53,11 +61,3 @@ Required php version dropped to 8.0 ⬇️
First release 🎉 Works well in the home environment, but should be battle tested before **1.0**.

Checkout ➡️ [README](https://github.com/qruto/laravel-wave/blob/main/README.md).

## [0.8.0](https://github.com/qruto/laravel-wave/compare/0.8.0...0.8.0) - 2023-12-14

- **Compatibility Testing with Laravel Octane**: Conducted thorough testing with [Laravel Octane](https://laravel.com/docs/10.x/octane), ensuring seamless integration and robust performance under the high-throughput, long-lived application scenarios that Octane facilitates.
- **Enhanced Efficiency for Presence Channels**: Re-engineered the data structure, significantly boosting the efficiency of data storage and retrieval processes for presence channels.
- **Migration to Redis Streams**: Transitioned the event history storage mechanism to [Redis Streams](https://redis.io/docs/data-types/streams). This change leverages Redis's advanced capabilities for more robust and scalable event stream resume.
- **Atomic Operations with Lua Scripts**: Integrated Lua scripts for atomic operations in Redis. This enhancement not only accelerates performance but also fortifies data integrity and effectively addresses potential race conditions.
- **Streamlined Naming Conventions**: Simplified the namespace and service provider's name for greater ease of use and clarity. The service provider has been renamed from `LaravelWave` to `Wave`.

0 comments on commit 5c96779

Please sign in to comment.