Skip to main content

Release Notes

2.1.1 - July 2026

  • Fixed chat bubbles dynamic width
  • Improved video upload performance with native compression

2.1.0 - June 2026

  • Audio messages in chat: record and send audio with waveform preview and playback speed control. Disabled by default, enable it with setFeatureFlag(enableChatAudioMessages:).
  • New document picker for attaching files in chat conversations.
  • Links shared in chat messages are now detected and tappable.
  • New chat info banner and a loading indicator while older messages are being fetched.
  • New scroll-to-bottom button in chat conversations.
  • Chat interface rebuilt with SwiftUI: new message bubbles for text, images and audio, and a new chat input bar.
  • Smoother scrolling and overall performance in professional chat conversations.
  • Unified image loading cache, reducing memory usage and duplicate downloads.
  • Accessibility improvements across chat views and the toolbar.
  • Security hardening: stronger internal identifiers (UUIDv7) and improved SSL pinning diagnostics.
  • Fixed logout not removing SDK data stored on the device.
  • Breaking: professionals are now identified by hash instead of id. The ProfessionalListOutputType.onProfessionalCellClick delegate now receives professionalHash (was professionalId), and MeetingLawyersChatFilter.professionalId(id:) was removed in favor of professionalHash(hash:).

2.0.19 - March 2026

  • Updated views for improved accessibility.
  • UI enhancements for better experience on modern devices.

2.0.18 - March 2026

  • Added new specialties to the filter.
  • Added a new filter for unread message count.
  • Added new asynchronous push notification methods.

2.0.17 - February 2026

  • Fixed BUILD_LIBRARY_FOR_DISTRIBUTION compilation config.

2.0.16 - January 2026

  • Adjustments for LiquidGlass.
  • Improvements in error handling/management.
  • Improvements in request tracing.
  • Updated internal dependencies.

2.0.15 - December 2025

  • Updated security encryption.
  • Increased total paginated chat messages.

2.0.14 - November 2025

  • Improved request tracing.

2.0.13 - November 2025

  • Improvements in error handling.

2.0.12 - October 2025

  • Optimized real-time transport for more stable connections.

2.0.11 - September 2025

  • Improved chat connection stability and reconnection handling.

2.0.10 - September 2025

  • Improved ordering of supported languages.

2.0.9 - August 2025

  • Improved request tracing.

2.0.8 - August 2025

  • Enhanced response logging.
  • Simplified file upload payload.

2.0.7 - August 2025

  • Improved Accept-Language fallback handling in REST calls.

2.0.6 - July 2025

  • Delegate onProfessionalCellClick now also triggers when tapping the profile picture.

2.0.5 - June 2025

  • Added accessibility identifiers to key UI elements to facilitate integration and UI testing.

2.0.4 - March 2025

  • Limited crash report stack trace to 40000 characters.
  • Fixed professional schedule +1h offset.

2.0.3 - March 2025

  • Improvements in error handling.

2.0.2 - February 2025

  • Added support for Italian and French translations.
  • Improvements in error handling.

2.0.1 - February 2025

  • Fixed issues with the file picker.
  • Added support for a nil navigation bar.
  • Updated professional details endpoint.
  • Limited crash report stack trace to 2000 characters.

2.0.0 - December 2024

  • Released a new SDK version.