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.
no changes yet
v0.2.0 - 2026-03-24
Validationutility class for specifications as MSISDN- Docs rendering using DocFX
Personalas enum value forContentCategory- WhatsApp support for
AudioDocumentImageTextVideo
- Channel implementations (SMS, WhatsApp, ...) are extensions to the
ILinkMobilityClientinterface. - Reorganized namespaces to reflect parts of the API
IQueryParameteras no usage on API docs found (for now)
v0.1.1 - 2026-03-13
- Added optional parameter to inject your own
HttpClient
- Migrated main repository from Gitlab to Gitea
v0.1.0 - 2025-12-03
Initial release, SMS only.
(I)LinkMobilityClientwith client options to communicate with the REST API- Methods to send SMS messages
SendTextMessage()sending a normal text messageSendBinaryMessage()sending a binary message as base64 encoded message segments
IncomingMessageNotificationto support receiving incoming messages or delivery reports via WebHooks- UnitTesting