Skip to content

Releases: guanguans/notify

2.11.5

16 Jul 08:37
Compare
Choose a tag to compare

2.11.5 - 2024-07-16

Docs

  • benchmark: Add benchmarking command to README.md

Test

  • Update benchmark command in composer.json
  • Add phpbench for benchmarking

2.11.4

10 Jul 02:55
Compare
Choose a tag to compare

2.11.4 - 2024-07-10

Feat

  • Utils: add normalizeHttpOptions method

Refactor

  • utils: update Utils references

2.11.3

09 Jul 10:23
Compare
Choose a tag to compare

2.11.3 - 2024-07-09

Perf

  • src: improve performance of Client pool method

2.11.2

09 Jul 09:11
Compare
Choose a tag to compare

2.11.2 - 2024-07-09

CI

  • psalm: update psalm baseline

Docs

  • Client: Add link to Guzzle documentation

2.11.1

09 Jul 07:04
Compare
Choose a tag to compare

2.11.1 - 2024-07-09

Docs

  • docs: add additional code examples to README.md
  • types: Update PHPDoc comments for type hints in Client class

Test

  • test: add test for concurrent message sending

2.11.0

09 Jul 05:27
Compare
Choose a tag to compare

2.11.0 - 2024-07-09

CI

  • composer-require-checker: Add GuzzleHttp PromiseInterface and Utils

Feat

  • Client: add pool method to handle multiple messages asynchronously
  • Client: add asynchronous message sending capability

2.10.0

09 Jul 02:41
Compare
Choose a tag to compare

2.10.0 - 2024-07-09

Refactor

  • messages: refactor postFor method in PostMessage class
  • tests: refactor create_response to response

2.9.0

08 Jul 03:18
Compare
Choose a tag to compare

2.9.0 - 2024-07-08

CI

  • release: update rector.php configuration

Feat

  • authenticators: improve constructor parameter formatting

Pull Requests

  • Merge pull request #89 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.2.0
  • Merge pull request #88 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.79.0
  • Merge pull request #87 from guanguans/dependabot/composer/brainmaestro/composer-git-hooks-tw-2.8or-tw-3.0
  • Merge pull request #86 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.78.2

2.8.4

14 Jun 06:28
Compare
Choose a tag to compare

2.8.4 - 2024-06-14

CI

  • psalm: Update psalm baseline and remove unused closure param

Fix

  • Support: Fix undefined constant issue

Test

  • test: add tests for form params, query, and Multipart conversion

2.8.3

14 Jun 03:57
Compare
Choose a tag to compare

2.8.3 - 2024-06-14

CI

  • composer.json: Add pest-highest and putenvs scripts

Feat

  • Message: Add new methods to handle form parameters, query strings, and multipart data