Skip to content

1.34.8

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 16:16
v1.34.8
c7a3138

c-ares version 1.34.8 - July 7 2026

This is a bugfix release.

Bugfixes:

  • Revert "Mark parameters in callbacks as const" which shipped in 1.34.7.
    Changing the parameter types of the ares_callback, ares_host_callback,
    and ares_nameinfo_callback function pointer typedefs was an unintended
    API break: existing applications with the historical non-const callback
    signatures no longer compiled, particularly in C++ where function pointer
    types must match exactly. The read-only nature of the callback parameters
    is now documented instead.
    PR #1244

Thanks go to these friendly people for their efforts and contributions for this
release: