- Support for
namefield during access token creation node_idparameter support in create room options- Comprehensive test coverage for create room function options
- Resolved Dialyzer type analysis issues across multiple modules
- Removed Tesla deprecation warnings in room service client
- Improved type specifications in egress service client
- Fixed webhook receiver type handling
- Streamlined mix task implementation
- Removed unused
google_protosandtwirpdependencies causing module conflicts during mix release - Resolved issue #3 - duplicate protobuf modules that were conflicting with protobuf ~> 0.14.0
- Comprehensive Ingress Service Documentation: Complete interactive Livebook tutorials covering all ingress types
ingress_basic_setup.livemd- Basic ingress service usage and conceptsingress_rtmp_streaming.livemd- Complete RTMP streaming tutorial with OBS/FFmpeg integrationingress_webrtc_input.livemd- WebRTC/WHIP streaming setup with browser integrationingress_file_processing.livemd- File and URL processing workflows with batch operationsingress_management.livemd- Complete lifecycle management with advanced monitoringingress_troubleshooting.livemd- Comprehensive debugging and troubleshooting guide
- Interactive forms and real-time monitoring capabilities in Livebook examples
- Advanced ingress management workflows including batch operations and automated cleanup
- Performance optimization guides and best practices
- Emergency recovery procedures and systematic troubleshooting methodologies
- BREAKING: Updated
grpcdependency from~> 0.7.0to~> 0.10.2 - BREAKING: Updated
protobufdependency from~> 0.12.0to~> 0.14.0 - Regenerated all protobuf files with newer protoc-gen-elixir for compatibility
- Updated GRPC service client APIs to use new library syntax
- Modified GRPC credential setup for SSL connections
- Eliminated all Elixir deprecation warnings related to map.field notation
- Fixed FunctionClauseError in GRPC stub method calls
- Resolved Keyword.merge/2 compatibility issues in GRPC client adapters
- Fixed test expectations for exception types with newer GRPC library
- Corrected @describetag usage in performance tests
- Updated service client connection handling for newer GRPC API
- README.md with comprehensive ingress service documentation section
- Feature matrix to reflect completed ingress documentation and tutorials
- SDK completion percentage from 60-70% to 70-75%
- Development roadmap to prioritize ingress service implementation
- Configuration system for managing Livekit settings
- Runtime configuration support through environment variables
- Improved error handling for GRPC client operations
- Better token generation with proper grant structure
- Corrected AccessToken grant structure
- Fixed GRPC error handling in room recording
- Improved test coverage and error handling
- Added proper metadata handling in token creation
- Initial implementation of Livekit client
- Basic room management functionality
- Token generation
- Room recording capabilities