Skip to content

Releases: simplito/privmx-endpoint

v2.7.3

11 Mar 09:54
e67703c

Choose a tag to compare

What's Changed

  • fix: use generic buildEvent() to build events by @zurekz in #389
  • fix: update trickle call to Bridge by @zurekz in #390

v2.7.2

10 Mar 15:06
d65b6b4

Choose a tag to compare

What's Changed

v2.7.1

10 Mar 05:37
0dc0b87

Choose a tag to compare

What's Changed

  • fix: rename streamNewStreams event by @zurekz in #384

v2.7.0

06 Mar 13:32
65d80e0

Choose a tag to compare

What's Changed

Key notes

Added the Streams module - providing encrypted audio, video, and data streaming over WebRTC.

Details

New Contributors

Full Changelog: v2.6.5...v2.7.0

v2.7.0-rc2

04 Mar 08:56
d667bd6

Choose a tag to compare

v2.7.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.7.0-rc1...v2.7.0-rc2

v2.7.0-rc1

16 Jan 12:24
59babd1

Choose a tag to compare

v2.7.0-rc1 Pre-release
Pre-release

Key features

  • Audio/Video streaming API (full e2e encrypted) based on WebRTC.

What's Changed

  • feat: stream varinterface and serialization by @zurekz in #126
  • Devel streams comments to streamapi by @Uriagat in #212
  • Fixed compile error (explicit cast to int64_t) in streamApiLowImpl by @Drejzer in #313
  • fix: update StreamApi by @Uriagat in #310
  • Devel streams testing merge with devel by @Uriagat in #311
  • fix: ManualManagedClass::cleanup thread safety by @Uriagat in #330
  • fix: cmake when building with conan by @Uriagat in #331
  • fix: logger-cmake by @Uriagat in #332
  • Fix/authorized connection ticket loop by @Uriagat in #333
  • feat: ManualManagedClass for streamApiLow by @Uriagat in #334
  • fix: crypto module alignment bug in from/toBase58 by @zurekz in #335
  • fix: add missing include by @zurekz in #336
  • fix: StreamApiLow remove unsubscribeFromInternal by @Uriagat in #337

New Contributors

Full Changelog: v2.6.5...v2.7.0-rc1

v2.6.5

02 Dec 14:04
3c123b2

Choose a tag to compare

What's Changed

v2.6.4

13 Nov 13:17
1620cf8

Choose a tag to compare

What's Changed

v2.6.3

27 Oct 14:25
c9c592f

Choose a tag to compare

What's Changed

  • chore: fix header file name in CMake by @zurekz in #306

v2.6.2

27 Oct 10:20
058ca40

Choose a tag to compare

What's Changed

  • fix: size_t and uint64_t discrepancies between interfaces and implementation by @Uriagat in #301
  • chore: remove keys from examples by @zurekz in #302
  • feat: Add warning message about usage of the default UserVerifierInte… by @kisielewski in #304