Releases: projectdiscovery/notify
Releases · projectdiscovery/notify
v1.0.7
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.6
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.5
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
UseHTML
andUseStartTLS
parameters for SMTP provider by @S0obi in #223 - Added discord thread support by @CodyCline in #191
- Added
dataJsonString
to 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.4
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.3
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.2
What's Changed
- Added
-bulk
support with stdin by @justinsteven in #130 - Added subject customization support in email by @MrSuicideParrot in #141
- Fixed bug in
-rate-limit
flag 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
v1.0.1
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.0
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