Skip to content

Latest commit

 

History

History
190 lines (106 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

190 lines (106 loc) · 17.1 KB

Changelog

All notable changes to this project are documented in this file.

4.7.0 - 2024-12-10

4.6.2 - 2024-08-01

  • Updated guzzlehttp/guzzle from 7.9.1 to 7.9.2 (#400, 440f4a2)

4.6.1 - 2024-07-20

  • Updated guzzlehttp/guzzle from 7.9.0 to 7.9.1 (#394, a3fed39)

4.6.0 - 2024-07-18

  • Updated guzzlehttp/guzzle from 7.8.1 to 7.9.0 (#390, bf44cbd)
  • Updated supported binwiederhier/ntfy version from 2.10.0 to 2.11.0 (#377, 043db4f)
  • Renamed and move abstract classes. (#367, 3e37deb)
  • Changed auth parameter in Client construct to use union types. (#392, 81cfc7d)

4.5.2 - 2024-03-25

4.5.1 - 2023-12-04

  • Updated guzzlehttp/guzzle from 7.8.0 to 7.8.1 (#309, 606dde1)

4.5.0 - 2023-11-20

  • Updated supported binwiederhier/ntfy version from 2.7.0 to 2.8.0 (#304, 4f68864)

4.4.0 - 2023-10-16

4.3.0 - 2023-08-28

  • Action\Broadcast: Added type hints to method extra(). (#268, eb00101)
  • Updated dependency guzzlehttp/guzzle from 7.7.0 to 7.8.0 (#264, 0d5f26b)

4.2.5 - 2023-08-18

  • Updated supported binwiederhier/ntfy version from 2.6.2 to 2.7.0 (#257, 17e1918)

4.2.4 - 2023-07-09

  • Updated supported binwiederhier/ntfy version from 2.6.0 to 2.6.2 (#245, 2c36036)

4.2.3 - 2023-06-28

  • Updated supported binwiederhier/ntfy version from 2.4.0 to 2.6.0 (#240, 560705d)

4.2.2 - 2023-05-29

  • Updated dependency guzzlehttp/guzzle from 7.6.0 to 7.6.1 (#223, 7474a7e)
  • Updated dependency guzzlehttp/guzzle from 7.6.1 to 7.7.0 (#226, bfcec3e)

4.2.1 - 2023-05-14

  • Updated dependency guzzlehttp/guzzle from 7.5.1 to 7.6.0. (#219, b3b44b8)

4.2.0 - 2023-04-18

  • Removed deprecated option for setting user authentication with Auth class. Use Auth\User class. (#169, da96849)
  • Updated dependency guzzlehttp/guzzle from 7.5.0 to 7.5.1. (#208, 9897e68)

4.1.1 - 2023-02-18

  • Minor Guzzle class refactoring. (#170, 6d0c28a)
  • Updated supported binwiederhier/ntfy version from 2.0.0 to 2.0.1 (#171, f195051)

4.1.0 - 2023-02-17

  • Added support for access tokens. (#166, cdb1137)
  • Updated supported binwiederhier/ntfy version from 1.31.0 to 2.0.0 (#164, 44915b2)
  • Deprecated setting username and password authentication with class Auth. Use class Auth\User instead.

4.0.4 - 2023-02-15

  • Updated supported binwiederhier/ntfy version from 1.30.1 to 1.31.0 (#161, da49312)

4.0.3 - 2022-12-24

  • Updated supported binwiederhier/ntfy version from 1.29.1 to 1.30.1 (#138, 47cf52f)

4.0.2 - 2022-11-23

  • Updated supported binwiederhier/ntfy version from 1.29.0 to 1.29.1 (#131, ad40e19)

4.0.1 - 2022-11-16

  • Updated supported binwiederhier/ntfy version from 1.28.0 to 1.29.0 (#125, ee9f29d)
  • Tidied code (#126, f82efed)

4.0.0 - 2022-10-10

This release is not backwards compatible with version 3. Review the updated documentation.

  • Added Client class to handle sending messages. (#98, 502dd27)
  • Added Auth class to handle authentication.
  • Added code example for sending messages to a server with authentication.

3.2.0 - 2022-10-03

  • Added support for message notification icons. (#101, 9bf4ae5)

3.1.10 - 2022-09-27

  • Updated supported binwiederhier/ntfy version from 1.27.2 to 1.28.0 (#95, 585033b)

3.1.9 - 2022-09-05

  • Updated dependency guzzlehttp/guzzle from 7.4.5 to 7.5.0. (#88, bfdc0b5)

3.1.8 - 2022-07-15

  • Updated supported binwiederhier/ntfy version from 1.26.0 to 1.27.2 (#81, 95e7486)

3.1.7 - 2022-06-22

  • Updated dependency guzzlehttp/guzzle from 7.4.4 to 7.4.5. (#76, e01f701)

3.1.6 - 2022-06-18

  • Updated supported binwiederhier/ntfy version from 1.25.2 to 1.26.0 (#72, 8f4fb87)

3.1.5 - 2022-06-10

  • Updated dependency guzzlehttp/guzzle from 7.4.3 to 7.4.4. (#69, 703f6a3)

3.1.4 - 2022-06-04

  • Updated supported binwiederhier/ntfy version from 1.24.0 to 1.25.2 (#66, c934621)

3.1.3 - 2022-05-29

  • Updated supported binwiederhier/ntfy version from 1.23.0 to 1.24.0 (3321712)

3.1.2 - 2022-05-26

  • Updated dependency guzzlehttp/guzzle from 7.4.2 to 7.4.3. (#62, 6ba07b9)

3.1.1 - 2022-05-21

  • Updated supported binwiederhier/ntfy version from 1.22.0 to 1.23.0 (33029cf)

3.1.0 - 2022-04-09

  • Added name parameter to Message class method attachURL(). (7b4f641)
  • Updated Message class method schedule() to require delay parameter value be a string. (6e05139)

3.0.0 - 2022-04-08

  • Reworked library to publish messages as JSON. (#53. fcd7662)
  • Added support for action buttons. (#54. 00f9072)
  • Updated supported binwiederhier/ntfy version from 1.18.0 to 1.22.0.
  • Updated dependency guzzlehttp/guzzle from 7.4.1 to 7.4.2 (#38. 8c7d2c6)

2.1.1 - 2022-03-17

  • Updated supported ntfy version from 1.14.0 to 1.18.0. (75e3354)

2.1.0 - 2022-02-08

  • Updated supported binwiederhier/ntfy version from 1.13.0 to 1.14.0.
  • Added support for basic access authentication. (#25, 587fb60)

2.0.0 - 2022-02-01

Version 2 is not backwards compatible. See the updated documentation.

  • Major library rewrite. (#20)

1.2.0 - 2021-12-14

  • Added support for disabling message caching. (b5bfa94)
  • Added support for delaying messages. (8974a7b)

1.1.0 - 2021-12-09

  • Added message priority constants. (#6)

1.0.0 - 2021-12-06

Initial release