github.com/projectdiscovery/notify
v1.0.7
#1064 most downloaded on Go modules
projectdiscovery/notify
What this package is like to depend on
Last release 2 months ago
19 Jun 2026
Release timing varies
gaps range from 3 weeks to 12 months
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
54 releases · first in 2020
2 releases in the last 12 months
see the full history below
Release timeline
54 releases · Nov 2020 to Jun 2026Releases
latest 54-
v1.0.8-0.20260619222225-ef5d328cf0b719 Jun 2026 pre-releaseNothing published for this version
-
v1.0.8-0.20260406124756-2d6ef20689e806 Apr 2026 pre-releaseNothing published for this version
-
v1.0.731 Oct 2024Release notes
Open source →What's Changed
🐞 Bug Fixes
- Fixed broken markdown formatting caused by escaping characters by @dogancanbakir in #395
- Fixed failing integration tests by @RamanaReddy0M in #408
- Fixed Telegram proxy issue with rate limit 0 by @AaronChen0 in #402
- Fixed potential resource leak issue by ensuring proper closure of HTTP response bodies by @testwill in #374
Other Changes
- Updated shoutrrr version by @dogancanbakir in #349
New Contributors
- @dogancanbakir made their first contribution in #349
- @testwill made their first contribution in #374
- @AaronChen0 made their first contribution in #402
Full Changelog: v1.0.6...v1.0.7
-
v1.0.7-0.20250408000648-57a8c6a8bd3608 Apr 2025 pre-releaseNothing published for this version
-
v1.0.7-0.20250318000703-3fbaa3ed720718 Mar 2025 pre-releaseNothing published for this version
-
v1.0.7-0.20241031120435-36f061cc67e431 Oct 2024 pre-releaseNothing published for this version
-
v1.0.7-0.20241014233506-09d55f31363314 Oct 2024 pre-releaseNothing published for this version
-
v1.0.7-0.20241007235126-4af13a7d448807 Oct 2024 pre-releaseNothing published for this version
-
v1.0.7-0.20240726154119-328cc3d7d1f326 Jul 2024 pre-releaseNothing published for this version
-
v1.0.7-0.20240227124808-fa73cdd4ba5a27 Feb 2024 pre-releaseNothing published for this version
-
v1.0.608 Feb 2024Release notes
Open source →What's Changed
🎉 New Features
- Added gotify provider support by @bugrakocabay in #269
🐞 Bugs Fixes
- Fixed issue with telegram provider by @bugrakocabay in #270
New Contributors
- @bugrakocabay made their first contribution in #270
- @isacaya made their first contribution in #333
Full Changelog: v1.0.5...v1.0.6
-
v1.0.6-0.20240208094206-ce2e6e0331df08 Feb 2024 pre-releaseNothing published for this version
-
v1.0.6-0.20230816062221-481b473086dd16 Aug 2023 pre-releaseNothing published for this version
-
v1.0.527 May 2023Release notes
Open source →What's Changed
- Added environment variable support in provider config by @iamargus95 in #249
slack: - id: recon slack_channel: $SLACK_CHANNEL slack_username: $SLACK_USER slack_webhook_url: $SLACK_WEBHOOK
- Added format helpers for messages by @edoardottt in #186
{{datetime}}{{date}}{{time}}{{count}}
- Added discord username support from config by @JorianWoltjer in #217
- Added
UseHTMLandUseStartTLSparameters for SMTP provider by @S0obi in #223 - Added discord thread support by @CodyCline in #191
- Added
dataJsonStringto custom provider format handler by @vy-bot in #225 - Added self update option by @RamanaReddy0M in #235
- Fixed issue with password escaping in smtp url by @ggranjus in #258
Issues closed in this release - https://github.com/projectdiscovery/notify/milestone/3?closed=1
New Contributors
- @cyicz123 made their first contribution in #184
- @edoardottt made their first contribution in #186
- @JorianWoltjer made their first contribution in #217
- @S0obi made their first contribution in #223
- @CodyCline made their first contribution in #191
- @vy-bot made their first contribution in #225
- @RamanaReddy0M made their first contribution in #235
- @ggranjus made their first contribution in #258
- @iamargus95 made their first contribution in #249
Full Changelog: v1.0.4...v1.0.5
-
v1.0.5-0.20230527163423-eab52769ab3f27 May 2023 pre-releaseNothing published for this version
-
v1.0.5-0.20230504101314-236c43dc6d1204 May 2023 pre-releaseNothing published for this version
-
v1.0.5-0.20230417161742-48fb1c64e0a517 Apr 2023 pre-releaseNothing published for this version
-
v1.0.5-0.20230311232305-f413054d6e3911 Mar 2023 pre-releaseNothing published for this version
-
v1.0.5-0.20230311231804-64f9fc4e6b7911 Mar 2023 pre-releaseNothing published for this version
-
v1.0.5-0.20230226103708-9bc23dc67dd826 Feb 2023 pre-releaseNothing published for this version
-
v1.0.5-0.20221216204030-4b234d9539f916 Dec 2022 pre-releaseNothing published for this version
-
v1.0.5-0.20221103154751-7383716bc09a03 Nov 2022 pre-releaseNothing published for this version
-
v1.0.5-0.20221101080046-1b7bbf4b9d2501 Nov 2022 pre-releaseNothing published for this version
-
v1.0.406 Oct 2022Release notes
Open source →What's Changed
- Fixed Microsoft Teams webhook format by @parrasajad in #175
- Fixed typo in
custom_webhook_url#170 by @forgedhallpass in #172
Example config https://github.com/projectdiscovery/notify#provider-config including Microsoft Teams
Full Changelog: v1.0.3...v1.0.4
-
v1.0.324 Aug 2022Release notes
Open source →What's Changed
- Added google chat support by @parrasajad in #155
- Added delay option by @parrasajad in #164
- Added parsemode option for telegram by @parrasajad in #166
- Added Integration tests by @parrasajad in #143
- Fixed msg format conflict fix by @parrasajad in #162
Full Changelog: v1.0.2...v1.0.3
-
v1.0.216 Jun 2022Release notes
Open source →What's Changed
- Added
-bulksupport with stdin by @justinsteven in #130 - Added subject customization support in email by @MrSuicideParrot in #141
- Fixed bug in
-rate-limitflag by @LuitelSamikshya in #147 - Fixed bug with notify failing silently by @parrasajad in #146
- Fixed multiple errors relating to input length by @justinsteven in #150
- Fixed bug with notified lines being printed to stderr instead of stdout by @justinsteven in #150
New Contributors
- @forgedhallpass made their first contribution in #122
- @justinsteven made their first contribution in #130
- @LuitelSamikshya made their first contribution in #147
- @MrSuicideParrot made their first contribution in #141
Full Changelog: v1.0.1...v1.0.2
- Added
-
v1.0.2-0.20220923153605-7f0df873fbf623 Sep 2022 pre-releaseNothing published for this version
-
v1.0.2-0.20220824114122-545350f61c1b24 Aug 2022 pre-releaseNothing published for this version
-
v1.0.2-0.20220616210119-5fc442a4840216 Jun 2022 pre-releaseNothing published for this version
-
v1.0.2-0.20220421110334-53bacf63e03121 Apr 2022 pre-releaseNothing published for this version
-
v1.0.113 Nov 2021Release notes
Open source →What's Changed
- Added Rate limit support by @parrasajad in #94
- Fixed bug in input switch case order to check for input file first by @parrasajad in #82
- Updated discord webhook regex by @IlluminatiFish in #91
New Contributors
- @IlluminatiFish made their first contribution in #91
Full Changelog: v1.0.0...v1.0.1
-
v1.0.1-0.20220611083924-0f09512ec9cb11 Jun 2022 pre-releaseNothing published for this version
-
v1.0.1-0.20220426153653-c41a4d46137426 Apr 2022 pre-releaseNothing published for this version
-
v1.0.1-0.20220420114549-3becb09c62ee20 Apr 2022 pre-releaseNothing published for this version
-
v1.0.1-0.20220322002017-5f0b03f8f3ee22 Mar 2022 pre-releaseNothing published for this version
-
v1.0.1-0.20220215061443-7c5ad47ae3bb15 Feb 2022 pre-releaseNothing published for this version
-
v1.0.1-0.20211214164230-0b81fa58526e14 Dec 2021 pre-releaseNothing published for this version
-
v1.0.1-0.20211113082916-6cd113c77e4a13 Nov 2021 pre-releaseNothing published for this version
-
v1.0.1-0.20211109085205-65b163a3e84509 Nov 2021 pre-releaseNothing published for this version
-
v1.0.1-0.20211106100244-caf9c6b0dc8106 Nov 2021 pre-releaseNothing published for this version
-
v1.0.1-0.20211026222348-03b36c7d7c0926 Oct 2021 pre-releaseNothing published for this version
-
v1.0.1-0.20211020002634-44ef7b0d75a620 Oct 2021 pre-releaseNothing published for this version
-
v1.0.021 Aug 2021Release notes
Open source →Changelog
Breaking Change: Create a new configuration file based on the new provider specifications described in the readme
- Added New improved provider configuration file
- Added New providers support: Pushover, Email, Teams
- Added New flags:
id,provider,bulk,char-limit,data,msg-format,proxy - Added Notify configuration file
- Added File input support
- Added Data formatting support
- Added Custom Webhook support
- Added Bulk processing support
- Added Proxy support
- Discontinued intercept and collaborator
-
v0.0.3-0.20210921071127-af5eb8adc81521 Sep 2021 pre-releaseNothing published for this version
-
v0.0.3-0.20210819215034-5971c18ff67819 Aug 2021 pre-releaseNothing published for this version
-
v0.0.3-0.20210806112331-d32b36032a4b06 Aug 2021 pre-releaseNothing published for this version
-
v0.0.3-0.20210724154905-45885f6beb5a24 Jul 2021 pre-releaseNothing published for this version
-
v0.0.3-0.20210720160359-8ea06d52dfe320 Jul 2021 pre-releaseNothing published for this version
-
v0.0.3-0.20210702114725-46fd60c1313902 Jul 2021 pre-releaseNothing published for this version
-
v0.0.3-0.20210217203733-c03d0cfcf35117 Feb 2021 pre-releaseNothing published for this version
-
v0.0.3-0.20210130064837-8c872081ff5f30 Jan 2021 pre-releaseNothing published for this version
-
v0.0.216 Nov 2020 -
v0.0.104 Nov 2020Release notes
Open source →Merge pull request #3 from projectdiscovery/bugfix-temporary-limit-li…
…nux-osx
temporary limit to linux and osx
-
v0.0.0-20210130064837-8c872081ff5f30 Jan 2021 pre-releaseNothing published for this version