Skip to content

Releases: session-foundation/libsession-util

v1.5.3

29 Jul 22:05
551a48b
Compare
Choose a tag to compare

What's Changed

  • Removed the legacy_blinding flag from blinded contacts by @mpretty-cyro in #59

Full Changelog: v1.5.2...v1.5.3

v1.5.2

29 Jul 00:11
1c16029
Compare
Choose a tag to compare

What's Changed

  • Increased the port numbers used by the network tests by @mpretty-cyro in #57
  • Add blinded contact records to Contacts and ConvoInfoVolatile by @mpretty-cyro in #52
  • Added 'profile_updated' to contact_info & member to version profile info by @mpretty-cyro in #54

Full Changelog: v1.5.1...v1.5.2

v1.5.1

23 Jul 03:18
f2c6d31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

11 Jun 00:50
77fb662
Compare
Choose a tag to compare

What's Changed

  • Added the ability to locally store arbitrary String -> Bool values and new local enum settings by @mpretty-cyro in #47

Full Changelog: v1.4.1...v1.5.0

v1.4.1

11 Jun 00:49
b38a0e0
Compare
Choose a tag to compare

What's Changed

  • chore: make cppcheck happy in ed25519 sign by @Bilb in #46
  • Updated the code to ignore nodes which fail to parse by @mpretty-cyro in #48

Full Changelog: v1.4.0...v1.4.1

v1.4.0

16 Apr 00:25
95b9fe7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

07 Apr 02:09
201b37f
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.2.0

24 Feb 05:43
93da4d4
Compare
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