Delivery Artifacts

📦v1.0.0📅2026-02-19🔄Updated 2026-04-28👤Admin Team
administrationdeploymentartifactsrepositories

Delivery Artifacts

This page describes the components delivered as part of the SMS Gateway Proxy platform and the versioning policy.

Platform Components

ComponentImageVersionDescription
SMPP Proxysms-sender-proxyv1.0.0Core messaging gateway — SMPP routing, rate limiting, delivery tracking, REST & gRPC APIs
MCPnode-red (custom flows)v1.0.0Message Control Platform — contact policy enforcement, deduplication, blacklisting
Redisredis:latestDistributed rate limiting and MCP state storage
Aerospikeaerospike:ce-6.4.0Message lifecycle state persistence
MinIO (optional)minioS3-compatible storage for journal export and blacklist files

Versioning Policy

The platform follows Semantic Versioning (SemVer):

  • Major version — breaking changes to API contracts or configuration format
  • Minor version — new features, backward-compatible
  • Patch version — bug fixes, performance improvements

All platform components within a release are tested and validated together. It is recommended to deploy matching versions of the Proxy and MCP components.

Configuration Artifacts

In addition to Docker images, the deployment includes:

ArtifactFormatDescription
smpp_rules.tomlTOMLSMPP link and pool configuration
routes.iniINIRouting rules for message filtering per link
MCP flowsNode-RED JSONContact policy flow definitions

Next Steps