Releases: session-foundation/libsession-util
Releases · session-foundation/libsession-util
v1.3.1
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
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
What's Changed
- Tweaks to the iOS build script for more control over packaging process by @mpretty-cyro in #27
 - Mistake in ios.sh by @mpretty-cyro in #28
 - Fixed bug where merge resulting in clean state remained dirty by @mpretty-cyro in #31
 - Version number change by @mpretty-cyro in #32
 
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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_sentfunction 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
- @Bilb made their first contribution in #1
 - @mpretty-cyro made their first contribution in #5
 - @jagerman made their first contribution in #21
 
Full Changelog: v1.0.0...v1.2.0