Skip to content

Releases: simplito/privmx-endpoint

v2.7.6-rc1

30 Apr 13:40

Choose a tag to compare

v2.7.6-rc1 Pre-release
Pre-release

What's Changed

  • fix: event name by @zurekz in #386
  • fix: use generic buildEvent() to build events by @zurekz in #389
  • fix: update trickle call to Bridge by @zurekz in #390
  • fix: trickle model passed to Bridge and isLeftEvent check by @zurekz in #393
  • Feat/data track by @Uriagat in #399
  • Fix: out-of-bounds write in HttpChannel::send causing segfault by @zurekz in #400
  • feat: data track encryption by @zurekz in #401
  • feat: use prebuilt webrtc and add comaptibility with the newest webrtc by @zurekz in #404
  • fix: PeerConnectionManager connection reset by @Uriagat in #403
  • Fix/stream api multiple calls checks by @Uriagat in #405
  • fix: StreamApiLow remove Ex functions by @Uriagat in #406
  • docs: update build scripts and fix project info in index.md by @kisielewski in #412
  • fix: datachannel missing data flag by @Uriagat in #409
  • Refactor/stream api cleanup by @Uriagat in #413
  • feat: move dataChannel encryption code to StreamApiLow by @Uriagat in #410
  • Refactor/removal of stream key manager by @Uriagat in #414
  • chore: improvements in testing env by @zurekz in #417
  • chore: update CMakeLists.txt and conanfile for libwebrtc switching by @zurekz in #418
  • fix: restore api compat by @zurekz in #419
  • fix: data channel seq checking by @zurekz in #416

Full Changelog: v2.7.1...v2.7.6-rc1

v2.7.5

09 Apr 10:55
e03f79e

Choose a tag to compare

What's Changed

  • feat: use prebuilt webrtc and add comaptibility with the newest webrtc by @zurekz in #404

v2.7.4

31 Mar 14:52
742e829

Choose a tag to compare

What's Changed

This version supports fully end-2-end encrypted Data Tracks

  • fix: trickle model passed to Bridge and isLeftEvent check by @zurekz in #393
  • feat: data track by @Uriagat in #399
  • Fix: out-of-bounds write in HttpChannel::send causing segfault by @zurekz in #400
  • feat: data track encryption by @zurekz in #401

Full Changelog: v2.7.3...v2.7.4

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