Releases: AlertuLabs/Hooki
Releases · AlertuLabs/Hooki
V1.2.0 Added .net 9 target
What's Changed
- Added .net 9 target support and upgraded nuget packages by @adamthewilliam in #5 & #6
Full Changelog: v1.1.0...v1.2.0
V1.1.0 Implemented Cloudcat feedback
v1.1.0 Release Notes
Major Changes
-
POCO Renaming:
- Prefixed POCOs with the third-party application name
- Removed ambiguity in naming conventions
-
New Features:
- Added
MsInputStyle
enum forMsTeamsMultiChoiceInput
to enhance type safety - Implemented a generic serialization extension method for payloads:
payload.Serialize()
- Added
-
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
- 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
- Includes small fixes to all webhooks
- Updated readme
- Updated docs
Implemented significant improvements
- Fixed JSON formatting issues around Slack and Microsoft Teams POCOs.
- Improved type safety in various places.
- Enhanced documentation with examples and breakdowns of the different components in the POCOs.