Skip to content

Releases: guanguans/notify

5.2.0

30 Mar 07:10

Choose a tag to compare

5.2.0 - 2026-03-30

✨ Features

  • MessageRector: Add normalizers method migration from configureOptionsResolver (3183d96)
  • MessageRector: Implement nested method migration from configureOptionsResolver (6c77943)

💅 Code Refactorings

  • Message: Migrate configureOptionsResolver to nested method (ac2146b)
  • monorepo-builder: Remove local monorepo-builder.php and update composer script (e3e8cd8)

5.1.0

29 Mar 09:29

Choose a tag to compare

5.1.0 - 2026-03-29

✨ Features

  • NotifyX: Add NotifyX integration with client, message, and authenticator (962c9b2)

5.0.0

29 Mar 08:32

Choose a tag to compare

5.0.0 - 2026-03-29

✨ Features

  • requirements: Update minimum PHP version requirement to 8.2 (5166255)

💅 Code Refactorings

  • apply inspection (9cce653)
  • apply rector (9b8fe8c)
  • options: Rename nestedOptions to nested (75e5014)
  • options: Improve type hints in HasOptions trait (e407dea)
  • options: Simplify nested options handling in HasOptions (4dc66d5)

🤖 Continuous Integrations

  • config: Update pest config files (22935d8)
  • config: Update github config files (0fa4136)
  • config: Update config files (a3f89ea)

4.1.1

19 Mar 07:32

Choose a tag to compare

4.1.1 - 2026-03-19

🐞 Bug Fixes

  • Foundation: Ignore code coverage for nestedOptions method (b949b10)

📦 Builds

  • deps: update composer dependencies to latest versions (d0b5b83)

Pull Requests

  • Merge pull request #178 from guanguans/dependabot/composer/shipmonk/dead-code-detector-tw-0.14or-tw-0.15

4.1.0

11 Feb 05:28

Choose a tag to compare

4.1.0 - 2026-02-11

💅 Code Refactorings

  • Messages: Rename method for updating doc comments (b5de6f3)
  • Messages: Enhance property doc comments using BetterNodeFinder (e84406a)

🏎 Performance Improvements

  • concerns: Add explicit property definitions for option handling (f7d8b5a)

4.0.0

10 Feb 07:33

Choose a tag to compare

4.0.0 - 2026-02-10

✨ Features

  • Rectors: add AddSensitiveParameterAttributeRector class (76f5c94)

🐞 Bug Fixes

  • Foundation: Correct property types and update deprecated options handling (1adc8c3)
  • Messages: add allowedTypes property to message classes (e42c0a4)

🎨 Styles

💅 Code Refactorings

  • apply phpstan (eac8032)
  • apply phpstan (c10e233)
  • apply inspection (22e4c19)
  • apply rector (954ab6c)
  • apply inspection (f244d75)
  • apply rector (334260e)
  • apply rector (9526cf7)
  • apply phpstan (e6c5c29)
  • apply rector (6a692e8)
  • ComposerScripts: Enhance method signatures and add utility functions (fd1df6f)
  • Dumpable: Simplify dump method implementation (2490226)
  • HasHttpClientDocCommentRector: refactor HasHttpClientDocCommentRector (ce3cd24)
  • HasHttpClientDocCommentRector: rename method and simplify logic (3c7ae47)
  • HasOptionsRector: remove unused doc comment and simplify code (32e547b)
  • MessageRector: enhance method visibility and simplify logic (ae01f71)
  • Messages: rename Message class to AbstractMessage (564fdc6)
  • Messages: use Utils for setting default options (796f00a)
  • Messages: rename AbstractMessage to Message (9973fcf)
  • Method: Replace interface with enum for HTTP methods (894d5e6)
  • Process: replace PhpExecutableFinder with PhpSubprocess (d62a3f2)
  • composer: update package versions and rename rector file (1e1bb5d)
  • helpers: Remove unused rescue function implementation (41c0d54)
  • project: Upgrade PHP version references from 8.0 to 8.1 (1f8f78c)

🤖 Continuous Integrations

  • config: Update github config files (861346d)
  • config: Update CI config files (5831451)
  • config: Update CI config files (6969856)

3.5.6

04 Feb 04:12

Choose a tag to compare

3.5.6 - 2026-02-04

🐞 Bug Fixes

  • tests: Replace mt_getrandmax() with getrandmax() in FileCacheTest (c5ef09b)

📖 Documents

  • Add additional cache references in NullCache.php (2b1e391)

🎨 Styles

Pull Requests

  • Merge pull request #177 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.5.0
  • Merge pull request #176 from guanguans/dependabot/github_actions/actions/cache-5

3.5.5

09 Dec 03:38

Choose a tag to compare

3.5.5 - 2025-12-09

🐞 Bug Fixes

  • Adapt symfony/options-resolver 8 (754f9b6)
  • exceptions: Update return type declaration in RequestException (ab25484)

💅 Code Refactorings

  • exceptions: Add createFromResponse method to RequestException (d885f1b)

3.5.4

28 Nov 08:11

Choose a tag to compare

3.5.4 - 2025-11-28

✨ Features

  • zohocliq: Full Thread support with Title and Posting Options (2d39706)

💅 Code Refactorings

  • zoho cliq: remove ThreadConfig trait and add thread properties directly to message classes (52813aa)

📦 Builds

  • dependencies: update Symfony options-resolver and other dev dependencies (ff06ef9)

Pull Requests

  • Merge pull request #175 from ricardoapaes/add_support_thread_messages_zoho_cliq
  • Merge pull request #174 from guanguans/dependabot/github_actions/actions/checkout-6

3.5.3

19 Nov 06:30

Choose a tag to compare

3.5.3 - 2025-11-19

📖 Documents

  • add guidelines for writing effective git commit messages (1dace96)

💅 Code Refactorings

  • authenticator: simplify base URI handling in middleware (b6edba9)
  • authenticator: extract retry logic to configurable callbacks (1b49323)

✅ Tests

  • ZohoCliq: enhance client retry logic tests (adc134d)

📦 Builds

  • dependencies: remove unused dev dependencies and add separate composer.json for psl (89bf372)