Skip to content

Releases: guanguans/notify

2.11.8

22 Jul 10:03
Compare
Choose a tag to compare

2.11.8 - 2024-07-22

Perf

  • src: improve performance by using const instead of define

2.11.7

19 Jul 08:52
Compare
Choose a tag to compare

2.11.7 - 2024-07-19

Docs

  • Add completion.jpg image
  • ServerChan: update links in README

Feat

  • generate-ide-json: add script to generate ide.json for PHP IDE assistance
  • ide: Add completions for staticStrings and classFields

Pull Requests

  • Merge pull request #92 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.80.1
  • Merge pull request #90 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.80.0

2.11.6

16 Jul 09:49
Compare
Choose a tag to compare

2.11.6 - 2024-07-16

Docs

  • benchmark: update benchmark results

Test

  • benchmarks: rename NotifyBench.php to SendMessageBench.php

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