1
0
Files
LinkMobility/CHANGELOG.md
Andreas Müller 1a8f23300e
All checks were successful
Branch Build / build-test-deploy (push) Successful in 3m1s
Added DocFX
2026-03-24 17:59:47 +01:00

1.4 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

  • Validation utility class for specifications as MSISDN
  • Docs rendering using DocFX

Changed

  • Channel implementations (SMS, WhatsApp, ...) are extensions to the ILinkMobilityClient interface.
  • Reorganized namespaces to reflect parts of the API

Removed

  • IQueryParameter as no usage on API docs found (for now)

v0.1.1 - 2026-03-13

Added

  • Added optional parameter to inject your own HttpClient

Changed

  • Migrated main repository from Gitlab to Gitea

v0.1.0 - 2025-12-03

Initial release, SMS only.

Added

  • (I)LinkMobilityClient with client options to communicate with the REST API
  • Methods to send SMS messages
    • SendTextMessage() sending a normal text message
    • SendBinaryMessage() sending a binary message as base64 encoded message segments
  • IncomingMessageNotification to support receiving incoming messages or delivery reports via WebHooks
  • UnitTesting