-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CosmosClientOptions: Adds support for multiple formats of Azure region names #4016
CosmosClientOptions: Adds support for multiple formats of Azure region names #4016
Commits on May 18, 2023
-
Allow ComosClientOptions to take ApplicationRegion and ApplicationPre…
…ferredRegions in multiple region name formats. This is a proposed fix for - #2330
Configuration menu - View commit details
-
Copy full SHA for d2bc95d - Browse repository at this point
Copy the full SHA d2bc95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 855e1ad - Browse repository at this point
Copy the full SHA 855e1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7abed77 - Browse repository at this point
Copy the full SHA 7abed77View commit details -
Merge branch 'pradeepc/regionname-mapping' of https://github.com/prad…
…eep-chellappan/azure-cosmos-dotnet-v3 into pradeepc/regionname-mapping
Configuration menu - View commit details
-
Copy full SHA for 91c5a62 - Browse repository at this point
Copy the full SHA 91c5a62View commit details
Commits on Aug 2, 2023
-
The map table is only used on initialization, so there's no need to keep a cache of it for the lifetime of the application
iain holmes committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 2707eab - Browse repository at this point
Copy the full SHA 2707eabView commit details
Commits on Aug 4, 2023
-
Only convert the region names when the client is initializing
The cache is created before converting all the names, so it only needs created once, but doesn't remain for the entire lifetime of the application
iain holmes committedAug 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 63d2fd2 - Browse repository at this point
Copy the full SHA 63d2fd2View commit details -
iain holmes committed
Aug 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 53f7a4a - Browse repository at this point
Copy the full SHA 53f7a4aView commit details -
Merge branch 'master' into dev/iainx/regionname-mapping
iain authoredAug 4, 2023 Configuration menu - View commit details
-
Copy full SHA for d3efe96 - Browse repository at this point
Copy the full SHA d3efe96View commit details
Commits on Aug 25, 2023
-
Make RegionNameMapper an instantiable class
Instead of having a prepare/clear cache system on a static class, make RegionNameMapper a class that gets instantiated for use and let the ctor handle it.
iain holmes committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 505ed0a - Browse repository at this point
Copy the full SHA 505ed0aView commit details -
iain holmes committed
Aug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 35705a0 - Browse repository at this point
Copy the full SHA 35705a0View commit details -
Update tests to actually test things
iain holmes committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for c6ec852 - Browse repository at this point
Copy the full SHA c6ec852View commit details -
Merge branch 'master' into dev/iainx/regionname-mapping
iain authoredAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 534bf8a - Browse repository at this point
Copy the full SHA 534bf8aView commit details
Commits on Sep 12, 2023
-
Merge branch 'master' into dev/iainx/regionname-mapping
iain authoredSep 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 70c8c52 - Browse repository at this point
Copy the full SHA 70c8c52View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8225e6c - Browse repository at this point
Copy the full SHA 8225e6cView commit details
Commits on Oct 3, 2023
-
Merge branch 'master' into dev/iainx/regionname-mapping
iain authoredOct 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 27d63c3 - Browse repository at this point
Copy the full SHA 27d63c3View commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7550eca - Browse repository at this point
Copy the full SHA 7550ecaView commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fda51e7 - Browse repository at this point
Copy the full SHA fda51e7View commit details