Skip to content

Releases: session-foundation/libsession-util

v1.3.1

07 Apr 02:09
201b37f

Choose a tag to compare

What's Changed

  • Fixed a infinite loop, updated libQuic, disabled MTU discovery and C API tweaks by @mpretty-cyro in #39

Full Changelog: v1.3.0...v1.3.1

v1.3.0

03 Apr 03:51
e2eed34

Choose a tag to compare

What's Changed

  • fix: zstd cmake_minimum_required is 2.8, but not supported anymore by @Bilb in #38
  • Updated to the latest stable libQuic, Retyped the networking code by @mpretty-cyro in #26

Full Changelog: v1.2.1...v1.3.0

v1.2.1

05 Mar 21:04
20d7275

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

24 Feb 05:43
93da4d4

Choose a tag to compare

What's Changed

  • feat: add is_destroyed flag to UserGroupsConfig by @Bilb in #1
  • Add blind version signing for a generic request by @Bilb in #4
  • chore: replace oxen-io urls with session-foundation by @Bilb in #2
  • Consolidated the group member status read funcs into an enum by @mpretty-cyro in #5
  • fix: member::status() can be marked as const by @Bilb in #7
  • Added a missing C func to mark a user as invited (no longer kicked) by @mpretty-cyro in #8
  • Split set_invited func, renamed some constants, renamed some functions by @mpretty-cyro in #10
  • Local "Sending" member invite & promotion status logic by @mpretty-cyro in #12
  • feat: allow to mark a member invite state as not sent by @Bilb in #16
  • Added C API for new set_invite_not_sent function by @mpretty-cyro in #18
  • fix: build on sid with clang-17 by @Bilb in #20
  • Updated the Ci instructions to use the local mirror on all pipelines by @mpretty-cyro in #22
  • Added the local mirror to the specific platform scripts by @mpretty-cyro in #23
  • Add implicit group pubkey to group signature by @jagerman in #21
  • Libquic integration by @mpretty-cyro in #6
  • Updated decrypt_ons_response to support decrypting legacy ONS values by @mpretty-cyro in #9
  • Fixes for MSVC builds by @mpretty-cyro in #24
  • feat: forgive timestamps provided as ms/μs by @Bilb in #13

New Contributors

Full Changelog: v1.0.0...v1.2.0