PR #014: CDT, Expressions, and Async Client
Major feature release adding CDT operations, expression filters, async client, and PyO3 0.28 upgrade
Major feature release adding CDT operations, expression filters, async client, and PyO3 0.28 upgrade
Benchmark report JSON format and React Tabs UI for performance visualization
레코드 브라우저에 인덱스 인식 칩 기반 필터 툴바와 표현식 필터 백엔드 추가
AerospikeCluster CRD 완전 지원과 10단계 상태 추적 기능 추가
랙 구성 마법사와 실시간 클러스터 헬스 대시보드 추가
Compressed cluster creation wizard from 9 steps to 5 with template mode support
Security enhancements (Fernet encryption), architecture improvements, and 40 new tests
11-category event timeline, config drift detection, and cluster-scoped template support
HPA CRUD, Prometheus exporter 설정, 대역폭 모니터링, 노드 블록 리스트 기능 추가
Updated all 5 skills with latest project changes and added BatchRecords documentation
Added structured logging with Rust-to-Python bridge for unified log output
Added OpenTelemetry-compatible Prometheus metrics collection
Added OpenTelemetry distributed tracing with OTLP export support
Template sync status tracking, operation progress display, and storage improvements
Enhanced Kubernetes operator integration with multi-volume storage and dual-mode wizard
Topology spread constraints UI and pod security context configuration
Seeds finder services UI and template topology spread constraints
Added admin info commands info_all() and info_random_node() to Client and AsyncClient
Added migration status monitoring UI for real-time data migration tracking
Added docstrings to .pyi stubs and auto-generate Docusaurus API documentation
Added reconciliation health monitoring, config drift detection, and circuit breaker controls
Fundamental type system change from tuples to NamedTuples and TypedDicts for all API returns
Unified cluster list view with code dedup and type-checking hooks
ACL and resources editing with improved cluster list visibility
Added PVC status monitoring, CR export/import, and force reconcile functionality
Rack config editing and node blocklist picker in edit dialog
Added side-by-side config diff viewer and event export functionality
New NumPy-based batch write API for high-performance bulk operations
Operator integration enhancements with revision management, container securityContext, and affinity settings
Added cluster clone functionality for duplicating cluster configurations
Added split-brain detection, circuit breaker reset, and CE validation to cluster management
Added exporter env vars, PVC pod binding, and pod volume status to operator integration
Added description field to AerospikeClusterTemplate CRD for better documentation
Complete UI redesign dropping DaisyUI in favor of pure Tailwind CSS 4 design system
AerospikeClusterTemplate이 다른 namespace에서 참조 가능하도록 확장
Helm chart에 UI 관련 세부 설정 추가 (DB pool, timeout, logging, metrics)
Added migrationStatus CRD field with per-pod tracking to AerospikeCluster status
노드당 커넥션 풀 수를 설정 가능하도록 공개하고 에러 핸들링 문서를 확장
Added priorityClassName to AerospikeCluster CRD and fixed topologySpreadConstraints
HyperLogLog CDT 연산 헬퍼 함수 추가 (hll_init, hll_add, hll_count 등)
Bitwise CDT 연산 헬퍼 함수 추가 (bit_resize, bit_insert, bit_get 등)
Added Tokio Semaphore-based backpressure to limit concurrent operations and prevent server overload
Major consolidation of exception handler, backpressure, retry logic, and enhanced observability