What's New

What's New

What's New in v26

Connexion v26 is a major platform release. It modernizes the runtime, adds Linux and cloud-native deployment options, introduces multi-active scaling, expands database and message-storage choices, and adds governed AI-assisted administration.

The pages below describe the customer-facing changes. Engineering implementation notes are consolidated into these broader stories rather than published as one page per internal change.

Platform and deployment

  • Modernized Runtime - .NET 10, x64, cross-platform services, and the foundation for the other v26 changes.

  • Linux Support - installing, configuring, and operating Connexion server workloads on Linux.

  • Multi-Active Application Servers - multiple active servers sharing workload and providing failover capacity.

  • Cloud Dynamic Scaling & Integration - cloud infrastructure integration and elastic capacity.

  • Kubernetes: Dynamic Scaling - how Connexion workload ownership works with Kubernetes scaling.

  • Kubernetes and Helm: Deployment & Management - installation, upgrades, configuration, and lifecycle management with Helm.

  • Dynamic Inbound Routing - publishing and routing inbound endpoints as channel ownership changes.

  • Modern service communications and APIs - Connexion’s legacy Windows-specific service transport has been replaced with cross-platform services built on Kestrel and gRPC. This supports Linux and container deployment, more efficient streaming between Connexion components (secure senders, remote agents), and modern management automation through a certificate-authenticated REST API.

  • Custom plugin compatibility - The overall device model, configuration experience, and operational concepts remain familiar in v26, but v16 plugins are not binary- or source-compatible without changes. The runtime has moved from .NET Framework to .NET 10; lifecycle and message-processing APIs are now asynchronous; some plugin APIs have been renamed, reorganized, or nested; and custom batch processing is integrated into the base device API rather than implemented through the former separate interface and queue mode. These changes provide a simpler and more efficient API, but existing plugins must be migrated and rebuilt for v26.

Data and message handling

  • PostgreSQL Support - PostgreSQL as a peer of SQL Server for configuration databases and message repositories.

  • SQL Server Queue V2 - the high-throughput partitioned SQL Server queue, including its repository-wide Tier 1 retention model and Tier 2 support.

  • Large Message / Attachment Support - streamed access to large message bodies and attachments, pluggable large-object storage, reduced memory use, and copy-free branching.

  • Message Archiving and Tier 2 Storage - moving completed partitions to queryable Parquet storage on filesystems or cloud object stores.

Security and governance

Development and transformation

Operations and observability

Additional pages will be added as the remaining customer-facing v26 stories are distilled from the engineering feature library.