Skip to content

1.1.0

Compare
Choose a tag to compare
@pavelreiter pavelreiter released this 15 Jan 14:50
· 26 commits to main since this release
ec193c7

1.1.0 - 2023-06-26

Bug Fixes

  • Allow lenient parsing of UUID type
  • Successful thread-archived event will trigger thread list refresh
  • Update thread agent correctly
  • Allow application to respond to the websocket session state & reconnect
  • Use OkHttp for WebSocket communication
  • Add missing consumer ProGuard rule for GSON classes
  • Modify Proguard/R8 rules to be compatible with R8 fullMode
  • Fix threading issue introduced with postback support
  • Use OkHttp for WebSocket communication
  • Add missing consumer ProGuard rule for GSON classes

Dependency Change

  • Bump androidx.core:core-ktx from 1.9.0 to 1.10.0
  • Bump org.jetbrains.dokka from 1.6.10 to 1.8.10
  • Bump org.jetbrains.kotlin.android from 1.6.10 to 1.8.10

Features

  • Increase targetSdk 31 -> 33
  • implement/fix LoadThreadMetadata and add loadMetadata entry to ChatThreadEventHandlerActions
  • Dynamic pre contact survey
  • Documentation update
  • create ContentDescriptor.DataSource to facilitate minimizing memory usage
  • Modify Custom Fields storing behavior
  • implement RichLink message types
  • implement ListPicker message type
  • add support for QUICK_REPLIES message types
  • Add an option to send postback value in a thread message
  • Parse and utilize custom field definitions from the server.
  • Fresh Naming in Websocket events
  • Fresh Naming in Websocket events

Reverts

  • [chore] Bump androidx.core:core-ktx from 1.9.0 to 1.10.0