@@ -8,6 +8,27 @@ All notable changes to this project will be documented in this file.
88## [ Unreleased]
99
1010
11+ <a name =" 3.5.0 " ></a >
12+ ## [ 3.5.0] - 2025-11-16
13+ ### ✨ Features
14+ - ** cache:** add FileCache implementation for file-based caching ([ 4d4e7a7] ( https://github.com/guanguans/notify/commit/4d4e7a7 ) )
15+ - ** cliqzoho:** Implement OAuth 2.0 Authenticator with token management ([ a8d8ee5] ( https://github.com/guanguans/notify/commit/a8d8ee5 ) )
16+ - ** cliqzoho:** Introduce message classes for bot, channel, chat, and user ([ 58dbae7] ( https://github.com/guanguans/notify/commit/58dbae7 ) )
17+ - ** cliqzoho:** Add Message and Authenticator classes ([ b78ddff] ( https://github.com/guanguans/notify/commit/b78ddff ) )
18+ - ** zohoCliq:** implement caching for access token using PSR simple cache ([ 746d3e1] ( https://github.com/guanguans/notify/commit/746d3e1 ) )
19+ - ** zohoCliq:** add IDE autocomplete support and update documentation ([ 55878f5] ( https://github.com/guanguans/notify/commit/55878f5 ) )
20+
21+ ### 💅 Code Refactorings
22+ - ** CliqZoho:** rename CliqZoho namespace to ZohoCliq ([ eece3e9] ( https://github.com/guanguans/notify/commit/eece3e9 ) )
23+ - ** authenticator:** introduce applyToMiddleware method for middleware composition ([ 0d8380b] ( https://github.com/guanguans/notify/commit/0d8380b ) )
24+ - ** message:** change toMultipart() return type from MultipartStream to string ([ 2ba8f2a] ( https://github.com/guanguans/notify/commit/2ba8f2a ) )
25+ - ** message:** unify ZohoCliq message classes and enhance message payload handling ([ a088022] ( https://github.com/guanguans/notify/commit/a088022 ) )
26+ - ** zoho-cliq-webhook:** rename ZohoCliq namespace and files to ZohoCliqWebHook ([ 94f0855] ( https://github.com/guanguans/notify/commit/94f0855 ) )
27+
28+ ### ✅ Tests
29+ - ** ZohoCliq:** add ClientTest to verify message sending functionality ([ c5da21e] ( https://github.com/guanguans/notify/commit/c5da21e ) )
30+
31+
1132<a name =" 3.4.0 " ></a >
1233## [ 3.4.0] - 2025-11-14
1334### 💅 Code Refactorings
@@ -1414,7 +1435,8 @@ All notable changes to this project will be documented in this file.
14141435- Finish tests ([ 32e3c74] ( https://github.com/guanguans/notify/commit/32e3c74 ) )
14151436
14161437
1417- [ Unreleased ] : https://github.com/guanguans/notify/compare/3.4.0...HEAD
1438+ [ Unreleased ] : https://github.com/guanguans/notify/compare/3.5.0...HEAD
1439+ [ 3.5.0 ] : https://github.com/guanguans/notify/compare/3.4.0...3.5.0
14181440[ 3.4.0 ] : https://github.com/guanguans/notify/compare/3.3.0...3.4.0
14191441[ 3.3.0 ] : https://github.com/guanguans/notify/compare/3.2.2...3.3.0
14201442[ 3.2.2 ] : https://github.com/guanguans/notify/compare/3.2.1...3.2.2
0 commit comments