From 077c350b6d3f8d7adfd48e709604372533a95e3e Mon Sep 17 00:00:00 2001 From: Dominik Przybysz Date: Tue, 29 Oct 2024 14:14:17 +0100 Subject: [PATCH] SNOW-1756807: Add note about GCP regional endpoints --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0378b5416..408563f25 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,8 @@ Read more in [certificate validation](doc/CertficateValidation.md) docs. were not performed where the insecureMode flag was set to false, which is the default setting. From version v2.1.5 CRL is working back as intended. +5. This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. + Note that the driver is now targeting .NET Standard 2.0. When upgrading, you might also need to run “Update-Package -reinstall” to update the dependencies. See more: