Skip to content

Releases: jooservices/laravel-notifications

Release list

v1.0.1

Choose a tag to compare

@soulevilx soulevilx released this 19 Sep 01:56
0bb5226

Fixed

  • Telegram Bot API path uses absolute-path /bot{token}/… so tokens containing : are not misparsed as a URI scheme

v1.0.0

Choose a tag to compare

@soulevilx soulevilx released this 19 Sep 00:51
dd7e58c

jooservices/laravel-notifications v1.0.0

First stable release of the send-only Laravel notification transport.

Added

  • Telegram, Slack, and mail channel adapters
  • Pre-rendered Message DTO with SendResult / SendReport
  • Fail-open skip when credentials are missing
  • Integration with jooservices/client, jooservices/dto, and jooservices/exceptions