Skip to content

Latest commit

 

History

History
104 lines (81 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

104 lines (81 loc) · 4.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

1.8.29 - 2024-05-28

Changed

1.8.21.2 - 2024-05-27

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).

1.8.21.1 - 2024-05-26 [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.win-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).

1.8.21 - 2023-11-26

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.

1.8.12 - 2023-03-18

Changed

1.8.9 - 2022-12-09

Changed

1.8.1 - 2022-04-10

Changed

1.7.9.1 - 2021-12-09

Changed

  • Linux: build on Ubuntu 18.04

Fixed

1.7.9 - 2021-12-04

Changed

Fixed

  • This fixes the issue with UPDATE_APP_TO_LOGIN which has started occuring after a server update.

1.7.0 - 2021-08-03

Changed

  • Update to TDLib v1.7.0.

1.6.0 - 2020-02-16

Changed

  • Update to TDLib v1.6.0.
  • Windows: build using Visual Studio 2019.

1.3.0 - 2018-09-09

Changed

  • Pack for NuGet in a way compatible with SDK-based projects.
  • Update to TDLib v1.3.0.

1.2.0 - 2018-09-04

Initial release supporting TDLib v1.2.0.