Skip to content

Releases: guanguans/notify

2.12.2

01 Oct 09:45
Compare
Choose a tag to compare

2.12.2 - 2024-10-01

Docs

  • README: Improve HandlerStackResolver example
  • README: Update client handler setup instructions

Feat

  • Authenticator: update base URI construction logic
  • Message: add tags method and property
  • rector: add sensitive parameter attribute rector

Refactor

  • ServerChan: refactor Authenticator and Message classes

Test

  • ServerChan: refactor message sending test to use dynamic key

Pull Requests

  • Merge pull request #109 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.82.6
  • Merge pull request #108 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.82.5
  • Merge pull request #107 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.82.3
  • Merge pull request #105 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.82.2
  • Merge pull request #104 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.82.1

2.12.1

09 Sep 08:51
Compare
Choose a tag to compare

2.12.1 - 2024-09-09

Docs

  • readme: update middleware usage in client handler

Feat

  • http-client: add default middleware method

Refactor

  • http-client: rename method and streamline middleware handling
  • http-client: simplify http client resolver logic

2.12.0

09 Sep 06:50
Compare
Choose a tag to compare

2.12.0 - 2024-09-09

Docs

  • http-client: Update type hints for resolvers
  • readme: add coroutine handler example

Feat

  • Client: add getter and setter for authenticator
  • http-client: add handler stack resolver methods
  • rector: add ChangeMethodVisibilityRector configuration

Refactor

  • http: Add handlerStackResolver to Client

Test

  • client: add tests for setting authenticator and handler stack resolver

Pull Requests

  • Merge pull request #103 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.81.10

2.11.10

21 Aug 06:24
Compare
Choose a tag to compare

2.11.10 - 2024-08-21

Refactor

  • messages: rename toHttpOptions to toPayload

Test

  • HasOptions: add validation checks for options

2.11.9

16 Aug 07:10
Compare
Choose a tag to compare

2.11.9 - 2024-08-16

Docs

  • README: Add JetBrains logo and link

Pull Requests

  • Merge pull request #102 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.81.9
  • Merge pull request #101 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.81.8
  • Merge pull request #100 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.81.7
  • Merge pull request #99 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.81.6
  • Merge pull request #98 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.81.5
  • Merge pull request #97 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.81.4
  • Merge pull request #96 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.80.5
  • Merge pull request #95 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.80.4
  • Merge pull request #94 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.80.3
  • Merge pull request #93 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.80.2

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