Skip to content

Releases: rdkcentral/firebolt-cpp-transport

1.1.8: Additional logging, unit tests

08 Apr 13:29
4b74a1f

Choose a tag to compare

What's Changed

  • fix(transport): cap close-handshake timeout to prevent disconnect() b… by @brendanobra in #79

Full Changelog: v1.1.6...v1.1.8

1.1.7: bugfix: socket timeout

31 Mar 13:03
4b74a1f

Choose a tag to compare

What's Changed

  • fix(transport): cap close-handshake timeout to prevent disconnect() b… by @brendanobra in #79

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

16 Mar 10:24
b092fab

Choose a tag to compare

1.1.6

Changed

  • Allow building without a SONAME

v1.1.5

10 Mar 08:53
f1f6b34

Choose a tag to compare

1.1.5

Changed

  • Enable websocketpp logs by default only at Debug log level; they can also be controlled with
    Config.log.transportInclude and Config.log.transportExclude

Fixed

  • In legacy protocol, allow result to be an object or an array

v1.1.4

06 Mar 10:16
ac6311c

Choose a tag to compare

1.1.4

Fixed

  • Add / at the end of URL, otherwise query arguments were not sent

v1.1.3

05 Mar 09:33
14234e1

Choose a tag to compare

1.1.3

Changed

  • Add JSON payload validation to ensure all required fields are present

v1.1.2

04 Mar 14:31
5585275

Choose a tag to compare

1.1.2

Changed

  • Allow setting log level to MaxLevel, falling back to Debug

Fixed

  • Events are dispatched in separate thread to avoid blocking the main queue

v1.1.1

24 Feb 10:20
bdff0bd

Choose a tag to compare

1.1.1

Fixed

  • Deadlock when unsubscribing from an event inside its callback

v1.1.0

18 Feb 09:15
4483638

Choose a tag to compare

1.1.0

Added

  • Legacy support: Events can be retrieved in the old way via legacyRPCv1 configuration option

Changed

  • Set SameMajorVersion compatibility

v1.1.0-rpc-v1.1

14 Jan 12:49

Choose a tag to compare

v1.1.0-rpc-v1.1 Pre-release
Pre-release

1.1.0-rpc-v1.1 (2026-01-14)

Added

  • Legacy support: Events can be retrieved in the old way via legacyRPCv1 configuration option