Skip to content

Releases: AlertuLabs/Hooki

V1.2.0 Added .net 9 target

18 Dec 01:54
6c811aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

V1.1.0 Implemented Cloudcat feedback

08 Oct 21:54
11d9349
Compare
Choose a tag to compare

v1.1.0 Release Notes

Major Changes

  1. POCO Renaming:

    • Prefixed POCOs with the third-party application name
    • Removed ambiguity in naming conventions
  2. New Features:

    • Added MsInputStyle enum for MsTeamsMultiChoiceInput to enhance type safety
    • Implemented a generic serialization extension method for payloads: payload.Serialize()
  3. Documentation:

    • Cleaned up and improved existing documentation
    • Added a comprehensive guide for using Slack webhooks

Improvements

  • Removed JsonHelper class for streamlined code

Breaking Changes

  • POCO renaming may require updates to existing code using these classes

Migration Guide

If you're upgrading from v1.0.0, please review the renamed POCOs and update your code accordingly. The new naming convention should be more intuitive and reduce ambiguity.

Feedback

We value your input! If you encounter any issues or have suggestions, please open an issue on our GitHub repository.

Thank you for using our library!

v1.0.0 Official Release

07 Oct 12:37
1edd676
Compare
Choose a tag to compare
  • Supports Discord, Microsoft Teams and Slack with POCOs and enums for type safety
  • Unit tests and integration tests for all supported integrations
  • Docs, guides and examples to guide consumers on how to use Hooki

Small fixes and migrated to Alertu org

02 Oct 14:18
Compare
Choose a tag to compare
Pre-release
  • Includes small fixes to all webhooks
  • Updated readme
  • Updated docs

Implemented significant improvements

01 Oct 19:50
Compare
Choose a tag to compare
Pre-release
  1. Fixed JSON formatting issues around Slack and Microsoft Teams POCOs.
  2. Improved type safety in various places.
  3. Enhanced documentation with examples and breakdowns of the different components in the POCOs.