Platform Changelog
Track version releases, feature additions, bug fixes, and deprecation notices across the Aevum Zenth enterprise platform.
feat
Unified Identity Federation v2
Complete overhaul of cross-division authentication. Now supports SCIM 2.0 provisioning, JIT user creation, and hardware security key attestation across all subsidiaries.
feat
Real-time Ledger Streaming
WebSocket endpoint for Aevum Capital Group settlement events. Sub-millisecond latency for institutional trading partners and compliance auditors.
perf
Query Engine Optimization
Reduced metadata fetch times by 64% through distributed caching and connection pooling. Impacts dashboard load across all divisional admin panels.
fix
Timezone drift in scheduled batch jobs
Resolved edge case where UTC conversion caused 30-second delays in APAC regional data synchronization. All cron definitions now explicitly use IANA tz database.
fix
SDK pagination cursor corruption
Fixed base64 padding issue in TypeScript/Python SDKs that caused infinite loops when fetching >10k records. Rollout via package managers.
docs
Updated webhook signature verification guide
Added Go, Rust, and Java examples for HMAC-SHA256 validation. Clarified nonce replay protection requirements.
fix
Role inheritance regression
Corrected permission matrix calculation for nested organizational units. Finance and Compliance roles now correctly inherit read-only audit scopes.
break
API v2 Sunset & v3 Migration
Legacy v2 endpoints now return 410 Gone. All clients must migrate to v3 namespaces. Breaking changes include renamed `entity_id` fields and updated error response structure.
feat
Multi-region failover dashboard
New observability panel showing real-time latency, error rates, and automatic traffic shifting across Neo Geneva, New York, Tokyo, and Dubai clusters.
feat
Structured logging export v2
Native support for OpenTelemetry traces and Jaeger integration. All divisional services now emit correlated trace IDs.
fix
Rate limiter state desync
Fixed distributed counter drift under high concurrency. Token bucket algorithm now synchronizes via Redis Streams to prevent false throttling.
ops
Infrastructure hardening
Rotated all internal TLS certificates. Enabled mutual TLS for inter-service communication in staging and production environments.