NEWS


gh 1.5.0.9000

gh 1.5.0 (2025-05-26)

BREAKING CHANGES

Posit Security Advisory(PSA) - PSA-1649

gh(), and other functions that use it, now do not save the request headers in the returned object. Consequently, if you use the gh_next(), gh_prev(), gh_first() or gh_last() functions and passed .token and/or .send_headers explicitly to the original gh() (or similar) call, then you'll also need to pass the same .token and/or .send_headers to gh_next(), gh_prev(), gh_first() or gh_last().

OTHER CHANGES

gh 1.4.1 (2024-03-28)

gh 1.4.0 (2023-02-22)

gh 1.3.1 (2022-09-08)

gh 1.3.0 (2021-04-30)

gh 1.2.1 (2021-04-01)

gh 1.2.0 (2020-11-27)

gh 1.1.0 (2020-01-24)

gh 1.0.1 (2017-07-16)

First public release.