From d9e7a95a9b90d5c5e0c7991ef668735e3e521fdd Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Mon, 8 Jan 2024 13:56:49 -0500 Subject: [PATCH] DOC: Update the changelog. [skip ci] --- HISTORY.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 82aa951..2612f49 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,22 @@ History ======= +0.16.1 (2024-XX-XX) +------------------- + +Bug Fixes +~~~~~~~~~ +- ``pyproj`` uses its own env variables for SSL certification. This release + fixes the issue with ``pyproj`` not being able to download the grid database + when using DOI SSL certification file. This release uses + ``pyproj.network.set_ca_bundle_path`` for setting the SSL certification file + given by the user via ``HYRIVER_SSL_CERT`` env variable. + +Internal Changes +~~~~~~~~~~~~~~~~ +- For ``ServiceURL`` class, use ``dataclass`` instead for better performance + and consistency. + 0.16.0 (2024-01-03) -------------------