Skip to content

Tags: alfhv/WebHooks

Tags

1.2.0-rc1c

Toggle 1.2.0-rc1c's commit message
Updated doc comment.

1.2.0-rc1b

Toggle 1.2.0-rc1b's commit message
Made it possible to hook into the default WebHookSender instance and …

…get called when a WebHook retries (in addition to succeeds, is gone, or fails). This enables for a variety of post-send processing scenarios where an implementation may want to take certain actions depending on whether a WebHook is retried.

1.2.0-rc1a

Toggle 1.2.0-rc1a's commit message
Update README.md

Added announcement for RC1

1.2.0-rc1

Toggle 1.2.0-rc1's commit message
Enforce mandatory properties in Azure Alert payload

- Tag mandatory properties with Required.Always so JSON.NET enforces the requirement during (de)serialization
- Fix a couple of comment typos on KuduNotification
- Add required 'resourceRegion' property to AlertMessage1.json test content
- Add AlertMessage3.json to validate change against sample payload in Azure docs
- Add unit tests

1.2.0-beta6b

Toggle 1.2.0-beta6b's commit message
Minor code tweak

1.2.0-beta6a

Toggle 1.2.0-beta6a's commit message
Update README.md

Updated readme with new blog links

1.2.0-beta6

Toggle 1.2.0-beta6's commit message
Removed problematic references to System.IO required by older DataPro…

…tection builds.

1.2.0-beta5

Toggle 1.2.0-beta5's commit message
Added abstraction for making it simple to control how WebHooks are se…

…nt. Now it is easy to enqueue messages into something like an Azure Storage Queue and also to control the format of what the actual WebHooks messages look like. This means that if you want the message format to be different then it's now easy to do.

Added support for sending WebHooks directly to an Azure Storage Queue and also a mechanism for dequeing messages from the queue and then send out the WebHooks as normal. That allows for implementing highly scalable systems where the outgoing WebHooks are persisted in a queue and then can be sent from any number of queue client that poll for messages as they become available.

1.2.0-beta4

Toggle 1.2.0-beta4's commit message
Added readme for azure storage

1.2.0-beta3a

Toggle 1.2.0-beta3a's commit message
Updating description of Kudu