Releases: ForNeVeR/tdlib.native
v1.8.29
Changed
- Update to TDLib v1.8.29.
v1.8.21.2
Fixed
- The main package tdlib.native now depends on the following platform packages:
- tdlib.native.linux-x64 (Ubuntu 22.04),
- tdlib.native.osx-arm64 (macOS AArch64),
- tdlib.native.osx-x64 (macOS x86-64),
- tdlib.native.win-x64 (Windows x86-64).
v1.8.21.1 [YANKED]
Note that this version has been unlisted from nuget.org because the main package tdlib.native was prepared incorrectly: its dependencies on the platform packages weren't set.
Changed
-
(Breaking change!) The main package is now built on Ubuntu 22.04 and requires OpenSSL v3. The package for Ubuntu 20.04 (the previous default) is now available separately as
tdlib.native.ubuntu-20.04-x64
.Consult the package documentation to see the current versions and layout.
-
(Breaking change!) The platform-dependent artifacts have been extracted to separate packages. The main package no longer includes any executable files, and just depends on the latest versions of the platform-dependent packages. The new packages:
- tdlib.native.linux-x64 (Ubuntu 22.04),
- tdlib.native.ubuntu-20.04-x64 (Ubuntu 20.04),
- tdlib.native.osx-arm64 (macOS AArch64),
- tdlib.native.osx-x64 (macOS x86-64),
- tdlib.native.windows-x64 (Windows x86-64).
You may directly depend on them as needed.
-
(Technically a breaking change, though it's not expected to actually break anything.) The Linux artifacts no longer include
.a
files.
Added
- Support for AArch64 versions of macOS.
- Support for Ubuntu 22.04 (OpenSSL v3).
v1.8.21.2-preview
Fixed
- The main package tdlib.native now depends on the following platform packages:
- tdlib.native.linux-x64 (Ubuntu 22.04),
- tdlib.native.osx-arm64 (macOS AArch64),
- tdlib.native.osx-x64 (macOS x86-64),
- tdlib.native.win-x64 (Windows x86-64).
v1.8.21
Changed
- Update to TDLib v1.8.21.
- (Breaking change!) The package now only supports macOS 11, since macOS 10 is out of support by the OS (and CI infrastructure) vendor.
- (Breaking change!) The package now only supports Ubuntu 20.04 and newer, since Ubuntu 18.04 has reached EOL.
v1.8.12
Changed
- Update TDLib to a commit from v1.8.12.
v1.8.9
Changed
- Update TDLib to a commit from v1.8.9.
v1.8.1
Updated to 1.8.1.
v1.7.9.1
v1.7.9
Update TDLib to the latest commit of v1.7.9. This is required to resolve the issue tdlib/td#1758