Releases: session-foundation/libsession-util
Releases · session-foundation/libsession-util
v1.5.3
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
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
What's Changed
- Updated the seed node IP addresses by @mpretty-cyro in #55
- Increased version number to 1.5.1 by @mpretty-cyro in #56
Full Changelog: v1.5.0...v1.5.1
v1.5.0
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
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
What's Changed
- API Documentation Websites V2 by @yougotwill in #34
- Keep clang format happy by @yougotwill in #40
- Renaming 'network' to 'session_network' because xcode can't debug by @mpretty-cyro in #41
- Added general xchacha20 encrypt/decrypt functions, doc tweaks by @mpretty-cyro in #42
- Fix flaky network tests by @mpretty-cyro in #33
- Add support for large, multi-part config messages by @jagerman in #11
- Renamed current_hashes on GroupKeys to active_hashes for consistency by @mpretty-cyro in #43
New Contributors
- @yougotwill made their first contribution in #34
Full Changelog: v1.3.1...v1.4.0
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_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
- @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