-
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
[Internal] Direct : Refactores msdata/direct branch #4465
[Internal] Direct : Refactores msdata/direct branch #4465
Commits on Apr 7, 2023
-
HttpClient: Adds detection of DNS changes through use of SocketsHttpH…
…andler for .NET 6 and above (#3762) * initial commit * removed unneeded usings * added validation callback, still needs tests * nits + fixes * added additional test * test change * removed unneeded Dispose calls * removed unnneed dispose calls * requested changes * added pooledConnectionLifetime as client option * nit Co-authored-by: Kevin Pilch <[email protected]> * Update Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs Co-authored-by: Matias Quaranta <[email protected]> * suggested changes * remove test, reorder usings * updated contracts * removed all non XXXAPI.json changes from UpdateContracts run * removed public surface, added random timespan * removed change from unrelated file * Update Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs Co-authored-by: Matias Quaranta <[email protected]> * added thread safe random method * nit * fixed merge mistake * added reflection failsafe/error tracing * nits * added back removed if * fixed formatting * changed random method, fixed serverCertificateCustomValidation --------- Co-authored-by: Kevin Pilch <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f2e8fb - Browse repository at this point
Copy the full SHA 2f2e8fbView commit details
Commits on Apr 8, 2023
-
[Internal] Tests: Fixes Open Telemetry attributes for ReadMany test (#…
…3805) * Fixing test * New baseline * Undo some changes
Configuration menu - View commit details
-
Copy full SHA for 789f701 - Browse repository at this point
Copy the full SHA 789f701View commit details
Commits on Apr 10, 2023
-
[Internal] Client Telemetry: Refactors code to run client telemetry d…
…ata processing task in background. (#3783) * first draft * remove failure count test * refactporing * code refactor * create task with timeout * fix test * code refactoring * fix timeout code * space fix * not failing if processor is taking time * fix procrsser test * code refactor * refactor and test fix
Configuration menu - View commit details
-
Copy full SHA for 2b6fdb7 - Browse repository at this point
Copy the full SHA 2b6fdb7View commit details
Commits on Apr 11, 2023
-
Patch: Adds Move Operation (#3389)
* Basic changes to introduce move operator * Added "from" object in patch spec operation. Added testcase block. * Fixed testcase. * Changes made to address comments' * Added comment regarding enum mutations * Formatted comment Co-authored-by: Matias Quaranta <[email protected]> * Moved summary location. * Ran UpdateContracts.ps1 --------- Co-authored-by: Amaan Haque <[email protected]> Co-authored-by: Amaan Haque <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33dea8a - Browse repository at this point
Copy the full SHA 33dea8aView commit details -
[Internal] Pipelines: Adds nightly build to produce packages (#3802)
* Support cleaning * wire previous content delete * as text * with variable * another test * param with types * as string * no delete * no quotes * undoing * re-adding quotes * testing empty * trying another test * readding version * fixing publishing artifacts * fixing parameter * Fixing official pipeline * version 5 * fixing main pipeline * test with true * using start time * nightly preview * passing parameters to pack * Fixing nuget version * arguments on the nuget pack * folder structure * testing v5 * Using only content * Removing currentDate
Configuration menu - View commit details
-
Copy full SHA for 31b1ff3 - Browse repository at this point
Copy the full SHA 31b1ff3View commit details
Commits on Apr 18, 2023
-
[Internal] OpenTelemetry: Direct Package update and replacing diagnos…
…tic files (#3797) * Direct Package update and replacing dagnostic files * Resolve merge conflicts * Running updateCOnstracts script * Removed LinqTranslationWithCustomSerializerBaseline file * Adding isDistributedTracingEnabled flag * Running update contracts * Running update contracts * Running update contracts * fix test * Code cleanup for test fix * Code cleanup for test fix * Making regex expression readable * Adding comment for regex expression --------- Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfbb43e - Browse repository at this point
Copy the full SHA bfbb43eView commit details -
[Internal] MerlinBot: Adds auto-merge and cleanup automation (#3813)
* Add config changes * Polishing automerge config
Configuration menu - View commit details
-
Copy full SHA for f94869a - Browse repository at this point
Copy the full SHA f94869aView commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afd5904 - Browse repository at this point
Copy the full SHA afd5904View commit details -
[Internal] Upgrade Resiliency: Adds Logic to Validate
Unknown
Repli……cas along with `Unhealthy`. (#3820) * Code changes to add aggressive validation logic. * Code changes to enable aggressive validation for all regions. * Code changes to pull in msdata cosmos.direct changes related to aggresive validation logic. * Code changes to make minor cosmetic changes. * Code changes to address review comments.
Configuration menu - View commit details
-
Copy full SHA for fb80ba8 - Browse repository at this point
Copy the full SHA fb80ba8View commit details
Commits on Apr 25, 2023
-
Serialization: Fixes call to CosmosSerializer.FromStream on Gateway m…
…ode when EnableContentResponseOnWrite is false (#3814) * Do not call serializer if ResponseMessage.Content is empty. * Add unit test * Update unit tests * Remove unused usings --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d4f7c1 - Browse repository at this point
Copy the full SHA 5d4f7c1View commit details
Commits on Apr 27, 2023
-
[Internal] Documentation: Adds documentation covering build pipelines (…
…#3822) * Add doc * Move benchmark * Fixing texts
Configuration menu - View commit details
-
Copy full SHA for 0d0ffe0 - Browse repository at this point
Copy the full SHA 0d0ffe0View commit details -
Client Encryption: Adds release version of Microsoft.Azure.Cosmos to …
…Microsoft.Azure.Cosmos.Encryption.Custom (#3799) * cosmos version change * changing preview to release * resolving code review comments --------- Co-authored-by: Santosh Kulkarni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e872f93 - Browse repository at this point
Copy the full SHA e872f93View commit details -
SDK 3.33.0 : Adds version bump and changelog (#3823)
* release 3.30.0 * added changelog * updated changelog * updated changelog * suggested change to changelog * updated changelog --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5972ac - Browse repository at this point
Copy the full SHA e5972acView commit details
Commits on May 1, 2023
-
[Internal] Documentation: Adds msdata/direct Sync-up Guide. (#3828)
* Code changes to add msdata/direct sync-up documentation. * Code changes to address review comments. * Code changes to address further review comments. * Code changes to address minor review comments. * Removed internal links.
Configuration menu - View commit details
-
Copy full SHA for 7465da2 - Browse repository at this point
Copy the full SHA 7465da2View commit details
Commits on May 2, 2023
-
Query: Adds TRIM string system function support in LINQ (#3833)
* add trim support * Added some test coverage * address reviews --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20121c8 - Browse repository at this point
Copy the full SHA 20121c8View commit details -
Query: Fixes Parsing Error in SQL DOM when CultureInfo is available (#…
…3832) * add fix * Add cultural info to test to verify correct behavior * address pr review to restore to restore culture * fix comment --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15616d3 - Browse repository at this point
Copy the full SHA 15616d3View commit details
Commits on May 3, 2023
-
Client Encryption: Adds api FetchDataEncryptionKeyWithoutRawKeyAsync …
…and FetchDataEncryptionKeyAsync to get DEK without and with raw key respectively. (#3809) * added raw key to MdeEncryption * adding ray key to Mde Algo * test case changes * resolving code review comments * code optimization to reduce keyvault calls * removed Microsoft.Data.Encryption.Cryptography nuget package * added api for dek with raw key * resolved code review comments * adding change log * code review changes
Configuration menu - View commit details
-
Copy full SHA for 1dcba53 - Browse repository at this point
Copy the full SHA 1dcba53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba3f75 - Browse repository at this point
Copy the full SHA 9ba3f75View commit details
Commits on May 4, 2023
-
Query: Adds Computed Property SDK Support (#3761)
* Initial commit * Restored settings.json changes. * Update * Addressed comments; still need to be tested using Emulator. * Fixes after test run. * Ignored the computed property tests based on the sync this morning (to allow for preview release). * Suite0 fixes. * Test update. * Suite0 fixes
Configuration menu - View commit details
-
Copy full SHA for 17203a5 - Browse repository at this point
Copy the full SHA 17203a5View commit details
Commits on May 5, 2023
-
[Internal] Samples: Adds OpenTelemetry and Application Insights sampl…
…es (#3818) * add opentelemetry and application insights samples * address pr comments
Configuration menu - View commit details
-
Copy full SHA for 033e883 - Browse repository at this point
Copy the full SHA 033e883View commit details
Commits on May 9, 2023
-
[Internal] Query: Added custom serializer coverage tests to Expressio…
…nToSQL.cs (#3722) * Ensure enum as string is preserved for custom serializer * Failing test * Added failing tests * Updated requested names * Ignore result of test for now * Added additional comment on why the test is ignored * Replaced with sample code * Remove ignore attribute from tests, documented misbehavior for future use * Updated comment --------- Co-authored-by: leminh98 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c15865 - Browse repository at this point
Copy the full SHA 0c15865View commit details -
Query: Added remaining Cosmos Type checking functions to CosmosLinqEx…
…tensions (#3724) * Added the remaining Cosmos Type checking functions to the CosmosLinqExtensions * Added comments requested * Updated comment * Updated baseline * Improve readability of dictionary initialization * Aligned with code style guide * Revert change to baseline * Executed update baseline script --------- Co-authored-by: neildsh <[email protected]> Co-authored-by: leminh98 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ade7e34 - Browse repository at this point
Copy the full SHA ade7e34View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aff7349 - Browse repository at this point
Copy the full SHA aff7349View commit details
Commits on May 16, 2023
-
PackageLicense: Removes PackageLicenseUrl and Adds PackageLicenseFile…
… since PackageLicenseUrl is deprecated (#3847) * proposal to add PackageLicenseFile since PackageLicenseUrl is deprecated. NuGet/Home#4628 * adding attribute Visible=false
Configuration menu - View commit details
-
Copy full SHA for 1a8b7f0 - Browse repository at this point
Copy the full SHA 1a8b7f0View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b06d6c3 - Browse repository at this point
Copy the full SHA b06d6c3View commit details -
AI Integration: Fixes Operation Name in the activity and end to end T…
…ests. (#3845) * first draft * second draft * 3rd draft * remove untouched file * test fix * fix order * change order * refactor * skip network activities in test * remove network attributes
Configuration menu - View commit details
-
Copy full SHA for c66e488 - Browse repository at this point
Copy the full SHA c66e488View commit details
Commits on May 18, 2023
-
SDK 3.34.0 : Adds version bump and changelog (#3855)
* SDK 3.34.0: Adds version bump and changelog * adding changelog changes * added a missing PREVIEW PR * Update changelog.md Co-authored-by: Justine Cocchi <[email protected]> * Update changelog.md Co-authored-by: Kiran Kumar Kolli <[email protected]> * removed 3840 as it was not committed * change text for 3832 * fix merge issue * add 3724 * Update changelog.md Co-authored-by: Matias Quaranta <[email protected]> * Update changelog.md Co-authored-by: Matias Quaranta <[email protected]> * including 3845 --------- Co-authored-by: Justine Cocchi <[email protected]> Co-authored-by: Kiran Kumar Kolli <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b32e8e - Browse repository at this point
Copy the full SHA 7b32e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7d709 - Browse repository at this point
Copy the full SHA 2b7d709View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3727d4d - Browse repository at this point
Copy the full SHA 3727d4dView commit details
Commits on May 22, 2023
-
Documentation: Adds see also link to Container.CreateTransactionalBat…
…ch (#3860) * Linking limit documentation to Container.CreateTransactionalBatch(PartitionKey) method * Resolved PR comments * Links update * Using learn.microsoft instead of docs.microsoft in the links --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69cda11 - Browse repository at this point
Copy the full SHA 69cda11View commit details
Commits on May 23, 2023
-
Query: Adds type-markers with count and length for large arrays (#3852)
* initial commit * cleanup * update test output * cleanup * typo * Pr comments
Configuration menu - View commit details
-
Copy full SHA for d4f48f4 - Browse repository at this point
Copy the full SHA d4f48f4View commit details
Commits on May 24, 2023
-
[Internal] AI Integration or Open Telemetry: Design Document (#3858)
* first draft * redesign * ädd link * updated observability url
Configuration menu - View commit details
-
Copy full SHA for 459a865 - Browse repository at this point
Copy the full SHA 459a865View commit details
Commits on May 25, 2023
-
Benchmarking: Adds use of ARM Templates for benchmarking (#3838)
* initial commit DONT REVIEW * fixes and documentation * Apply suggestions from code review Co-authored-by: Matias Quaranta <[email protected]> * requested changes * Apply suggestions from code review Co-authored-by: Matias Quaranta <[email protected]> * name changes * readme changes * nits + changing case of parameters file --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09e6fac - Browse repository at this point
Copy the full SHA 09e6facView commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83bad12 - Browse repository at this point
Copy the full SHA 83bad12View commit details
Commits on May 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5ef47e - Browse repository at this point
Copy the full SHA c5ef47eView commit details
Commits on May 30, 2023
-
Direct Package Upgrade 3.31.0: Refactors code to make compatible with…
… latest direct (#3877) * upgrade to 3.31.0 * add more regions * enable dt for operations * updated contract file
Configuration menu - View commit details
-
Copy full SHA for ee7f86d - Browse repository at this point
Copy the full SHA ee7f86dView commit details
Commits on May 31, 2023
-
[Preview] Integrated cache: Adds BypassIntegratedCache to DedicatedGa…
…tewayRequestOptions (#3836) * Integrated cache: Add BypassIntegratedCache to DedicatedGatewayRequestOptions Currently, integrated cache is used by default for Dedicated Gateway. Customers cannot skip cache for particular requests or data unless they shift to multi-tenant Gateway,which will lose the benefits of Dedicated Gateway. For customers to have more control over integrated cache, we're introducing a new "RequestOption" called "BypassIntegratedCache". This option will allow the customer to decide whether to use integrated cache for each request or not. If this value is set to true, the item/query will be served from backend and won't be cached in Dedicated Gateway. * Move this feature to public preview * Address comments 1. Add more tests 2. Add more detail and example code for BypassIntegratedCache * Revert changes in EncryptionCustomAPI --------- Co-authored-by: Jiajun Peng <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89cc257 - Browse repository at this point
Copy the full SHA 89cc257View commit details
Commits on Jun 1, 2023
-
Client Encryption: Adds Microsoft.Azure.Cosmos compatibility to versi…
…on 3.34.0 (#3874) * chaging Microsoft.Azure.Cosmos support version * resolved merge conflicts
Configuration menu - View commit details
-
Copy full SHA for 327422b - Browse repository at this point
Copy the full SHA 327422bView commit details -
CosmosClient: Fixes missing Trace when converting HTTP Timeout to 503 (…
…#3866) * Added tracing when converting HTTP Timeout to 503 * Fixed tracing when converting HTTP Timeout to 503 * Resolved PR comments * Using ITrace as part of ClientSideRequestStatisticsTraceDatum * Refactoring * Test update * Unit tests fix
Configuration menu - View commit details
-
Copy full SHA for 3e3bbe5 - Browse repository at this point
Copy the full SHA 3e3bbe5View commit details
Commits on Jun 2, 2023
-
AI Integration: Fixes Open Telemetry Example (#3868)
* first draft * add filter * revert csproj * fix sample * changed log message * remove unused library
Configuration menu - View commit details
-
Copy full SHA for 387ab62 - Browse repository at this point
Copy the full SHA 387ab62View commit details
Commits on Jun 5, 2023
-
[Internal] Query: Adds OptimisticDirectExecute and RequiresDistributi…
…on headers (#3882) * Adding ODE and RequiresDistribution Headers * Fixed comments * Updated parameter in SwitchToFallbackPipelineAsync * Renamed TryUnwrapContinuationToken to UnwrapContinuationToken --------- Co-authored-by: neildsh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f19acb0 - Browse repository at this point
Copy the full SHA f19acb0View commit details
Commits on Jun 7, 2023
-
Query: Refactors the EnableOptimisticDirectExecution flag to be public (
#3883) * Made EnableOptimisticDirectExecution a public flag * Updated contract
Configuration menu - View commit details
-
Copy full SHA for c095bc1 - Browse repository at this point
Copy the full SHA c095bc1View commit details -
[Internal] OpenTelemetry : Adds Telemetry Distributed Tracing functio…
…nality (#3801) * Direct Package update and replacing dagnostic files * Resolve merge conflicts * Running updateCOnstracts script * Add code changes for distributed tracing open telemetry changes * Add distributed tracing tests * Updated tests for distributed tracing * Addin traceID for diagnostics * Running update contract script * Removed LinqTranslationWithCustomSerializerBaseline file * Adding isDistributedTracingEnabled flag * Running update contracts * Running update contracts * Updates based on differnt code review comments * Running update contracts * Running update contracts * Running update contracts * fix test * Code cleanup for test fix * Running Update contracts * resolving merge conflicts * resolving merge conflicts * Set EnableDistributedTracing to true for performance tests * Benchmark project change for distributed tracing * Updating tests * Updated unit tests * Updated unit tests * Updated tests and constructors based on review comments * Updated scope name in recorder * Updated distributedOtel tests to cover more scenarios * Updated distributedOtel tests * Reverting benchmark performance test changes * Update DistributedOpentelemetry tests * Update test cleanup * Update distributed tests with custom builder * Update distributed open telemetry tests * Update contracts * Cleanup files * Update distributed Otel tests * Update distributed Otel tests * code refactoring * fix custom listener * Update direct package to 3.31.1 * Code clean up * Update tests with display name --------- Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6024f24 - Browse repository at this point
Copy the full SHA 6024f24View commit details
Commits on Jun 8, 2023
-
Documentation: Adds additional remarks to CosmosClient (#3891)
* CosmosClient documentation improvements * Cref fix * Link fix * Documentation fix * Typo fix --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e08fd52 - Browse repository at this point
Copy the full SHA e08fd52View commit details -
Open Telemetry End To End Test: Adds baseline for network level reque…
…sts trace (#3887) * enable request level in end to end * made some changes * fix tests * fix display name * hardcoded containername and databasenam * fix tests * temp * fix tests * update contracts * fix tests * fixed display name
Configuration menu - View commit details
-
Copy full SHA for d58b441 - Browse repository at this point
Copy the full SHA d58b441View commit details
Commits on Jun 9, 2023
-
[Internal] Design Docs: Adds Design Document for Client Telemetry (#3590
) * sdk design for client telemetry * Otel design * update optel design * added more nformation * updated ct design * remove otel design * Client Telemetry Design * update typos * fix typos * fix typos * added limitation * updated docs * updated doc * updated text * Update docs/observability.md Co-authored-by: Kiran Kumar Kolli <[email protected]> * Update docs/observability.md Co-authored-by: Kiran Kumar Kolli <[email protected]> * Update docs/observability.md Co-authored-by: Kiran Kumar Kolli <[email protected]> * Update docs/observability.md Co-authored-by: Kiran Kumar Kolli <[email protected]> * Update docs/observability.md Co-authored-by: Kiran Kumar Kolli <[email protected]> * move stuff here and there. --------- Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df63092 - Browse repository at this point
Copy the full SHA df63092View commit details -
[Internal] Design Docs: Adds Design Document for Client Telemetry Par…
…t 2 (#3903) * updated doc * Update docs/observability.md Co-authored-by: Justine Cocchi <[email protected]> * updated text --------- Co-authored-by: Justine Cocchi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1dbe94 - Browse repository at this point
Copy the full SHA d1dbe94View commit details
Commits on Jun 10, 2023
-
ConnectionPolicy: Refactors Code to Reduce Default Request Timeout to…
… 6 Seconds. (#3902) * Code changes to reduce default request timeout to 6 seconds. * Code changes to update API doc default request timeout to 6 seconds.
Configuration menu - View commit details
-
Copy full SHA for 28e03c8 - Browse repository at this point
Copy the full SHA 28e03c8View commit details -
[Internal] Upgrade Resiliency: Adds Replica Health State Diagnostics. (…
…#3835) * Code changes to add replica health status in diagnostics. * Code changes to fix performance test build failure. * Code changes to add health state capture logic in address cache. * Code changes to fix benchmark test execution. * Code changes to add tests to validate health state cache. * Code changes to reduce default request timeout to 5 seconds. * Revert "Code changes to reduce default request timeout to 5 seconds." This reverts commit 139f37e588fc9dfed608431f4186c567a080e622.
Configuration menu - View commit details
-
Copy full SHA for b924209 - Browse repository at this point
Copy the full SHA b924209View commit details
Commits on Jun 12, 2023
-
Subpartitioning: Fixes handling of split physical partitions (#3879)
* Initial Commit DO NOT REVIEW * bug fix, needs Direct Package Changes * fix for change feed and query plus tests * clean up * query + clean up --------- Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea10439 - Browse repository at this point
Copy the full SHA ea10439View commit details
Commits on Jun 14, 2023
-
[Query] Fixes empty property name parsing exception (#3907)
* inital commit * cleanup * test cleanup * PR comments * PR comment
Configuration menu - View commit details
-
Copy full SHA for 8137c77 - Browse repository at this point
Copy the full SHA 8137c77View commit details -
[Preview] Query: Refactors EnableOptimisticDirectExecution to true by…
… default in Preview mode (#3909) * Setting EnableODE to true by default in Preview Mode. * Added seperate if block for default value * Updated property * Removed unused Usings * Updated contracts * Updated test * Updated directive indentation
Configuration menu - View commit details
-
Copy full SHA for b200491 - Browse repository at this point
Copy the full SHA b200491View commit details
Commits on Jun 15, 2023
-
Documentations: Adds links to PatchItems docs (#3910)
* Added links to PatchItems docs * Undo changes from internal file
Configuration menu - View commit details
-
Copy full SHA for 8684535 - Browse repository at this point
Copy the full SHA 8684535View commit details
Commits on Jun 17, 2023
-
[Internal] Direct Package Upgrade: Refactors Code to Bump Up `Cosmos.…
…Direct` Package to `3.31.2` (#3918) * Code changes to bump up the direct version. * Code changes to mark the Israel Central region as public. * Code changes to update contracts. * Code changes to fix test failure. Some clean ups. * Code changes to add detailed message for open channels count.
Configuration menu - View commit details
-
Copy full SHA for 6970222 - Browse repository at this point
Copy the full SHA 6970222View commit details
Commits on Jun 19, 2023
-
SDK 3.35.0 : Adds version bump and changelog (#3920)
* release PR * updated changelog.md * more changelog updates
Configuration menu - View commit details
-
Copy full SHA for b979061 - Browse repository at this point
Copy the full SHA b979061View commit details -
[Internal] Last minute fix to changelog for 3.35.0 (#3921)
* release PR * updated changelog.md * more changelog updates * changelog fix * Update changelog.md * Update changelog.md
Configuration menu - View commit details
-
Copy full SHA for b1d3134 - Browse repository at this point
Copy the full SHA b1d3134View commit details
Commits on Jun 22, 2023
-
[Internal] Query: Adds new header SupportedSerializationFormats (#3911)
* Binary Serilaization Response test * Added new header SupportedSerializationFormats * Modified existing use of CosmosSerializationFormatOptions * Modified tests and removed unused code * Addressed comments * Added more negative cases * Revert changes * Added spaces * Addressed comments * Addressed comments * Removed SupportedSerializationFormats from Headers file * Removed unused JsonSerilazationFormats option * Addressed comments * Addressed comments * Addressed comments * Addressed comments * Added new enum TransportSerializationFormat * Added new enum TransportSerializationFormat * Addressed comments * Removed unused parameter * Addressed comments * updating API * remove tests * Text fixes * fix typo * remove TransportSerializationFormat header * text reverts * revert * test update * PR comments * remove test owner headers HeadersValidationTests.cs * PR comments - remove unsupported tests and scope client --------- Co-authored-by: Heet <[email protected]> Co-authored-by: neildsh <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92319a0 - Browse repository at this point
Copy the full SHA 92319a0View commit details
Commits on Jun 26, 2023
-
Code changes to optimize the rntbd open connection logic to open conn…
…ections in parallel. (#3939)
Configuration menu - View commit details
-
Copy full SHA for 3f4b7bd - Browse repository at this point
Copy the full SHA 3f4b7bdView commit details -
Query : Adds support for newtonsoft member access via ExtensionData (#…
…3834) * Support newtonsoft member access via ExtensionData * Return null instead of empty string * Added tests for select & where * Updated baseline with note --------- Co-authored-by: leminh98 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abab80e - Browse repository at this point
Copy the full SHA abab80eView commit details
Commits on Jun 27, 2023
-
HttpTransport: Fixes HttpTimeoutPolicies to not accidentally suppress…
… retries (#3944) * Fix HttpTimeoutPolicies to not accidentally suppress retries * Removing HttpTimeoutPolicy.MaxRetryTimeLimit altogether
Configuration menu - View commit details
-
Copy full SHA for 3a1f46b - Browse repository at this point
Copy the full SHA 3a1f46bView commit details -
SDK 3.35.1 : Adds version bump and changelog (#3945)
* version bump * changelog * contract
Configuration menu - View commit details
-
Copy full SHA for cf71ddd - Browse repository at this point
Copy the full SHA cf71dddView commit details -
[Internal] Changelog: Fixes recommended version and title (#3948)
* SDK 3.35.1: Adds version bump and changelog * Update changelog.md * Update changelog.md * Update changelog.md * Update changelog.md * Update changelog.md
Configuration menu - View commit details
-
Copy full SHA for c2bf640 - Browse repository at this point
Copy the full SHA c2bf640View commit details
Commits on Jun 28, 2023
-
[Internal] Dependencies: Fixes dependabot alert for System.Linq.Dynam…
…ic.Core (#3957) * Removing 1 * Removing 2 * Removing 3
Configuration menu - View commit details
-
Copy full SHA for a25730a - Browse repository at this point
Copy the full SHA a25730aView commit details
Commits on Jun 30, 2023
-
[Internal] Upgrade Resiliency: Adds Code to Enable Replica Validation…
… Feature for Preview (#3951) * Code changes to add replica validation feature in cosmos client options. * Code changes to upgrade the cosmos direct version to 3.31.3. * Adding emulator test to cover replica validation. * Code changes to address cosmetic clean ups. * Code changes to address review comments. Fixed preview build failures. * Code changes to enable replica validation for preview package by default. * Code changes to address review comments. * Code changes to fix preview unit tests. * Code changes to disable environment variable at the end of the test.
Configuration menu - View commit details
-
Copy full SHA for 17f1b4e - Browse repository at this point
Copy the full SHA 17f1b4eView commit details
Commits on Jul 4, 2023
-
Client Encryption: Adds package reference Microsoft.Azure.Cosmos vers…
…ion 3.35.1-preview (#3956) * changing cosmos preview version * updating build file --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 077acf3 - Browse repository at this point
Copy the full SHA 077acf3View commit details
Commits on Jul 6, 2023
-
[Internal] FabricBot: Adds GitOps.ResourceManagement because of Fabri…
…cBot decommissioning (#3966) * Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement Owners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot. Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html Please review and merge this PR to complete the process of onboarding to the new service. * Deleting fabricbot.json --------- Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d4e93f - Browse repository at this point
Copy the full SHA 0d4e93fView commit details
Commits on Jul 7, 2023
-
[Internal] Query: Refactors certain tests to not fail when EnableOpti…
…misticDirectExecution is set to true in 3.35.0-preview package (#3955) * Updated emulator and baseline tests to not fail when ODE is set to default true in PREVIEW mode * Fixed QueryAsync() test * Fixed QueryAsync() in EndToEndTraceBaselineTests * Undid changes to IndexMetrics baseline file * Updated EndToEndTraceWriterBaselineTests.QueryAsync xml * Updated xml * Updated xml to have request options tag
Configuration menu - View commit details
-
Copy full SHA for 1981fc1 - Browse repository at this point
Copy the full SHA 1981fc1View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3fa6a8 - Browse repository at this point
Copy the full SHA d3fa6a8View commit details -
Query: Fixes malformed continuation token exception type and message (#…
…3917) * Fixed malformed continuation token issue where Exception was not CosmosExceptionan and did not have the correct Status and Sub Status codes. * Fixed incorrect indentation * Added type check for incoming exception * Replaced if/else with extra catch block * Moved fix to a higher point in the call stack * Removed unused Usings * Updated test code --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51c9d9c - Browse repository at this point
Copy the full SHA 51c9d9cView commit details
Commits on Jul 11, 2023
-
[Internal] Upgrade Resiliency: Refactors Code to Enable Replica Valid…
…ation Feature Through `CosmosClientOptions` And Environment Variable (#3974) * Code changes to use client options to enable or disable replica validation. * Code changes to fix preview build failures.
Configuration menu - View commit details
-
Copy full SHA for 4bb62d3 - Browse repository at this point
Copy the full SHA 4bb62d3View commit details -
Query : Adds string comparison alternative when converting LINQ to SQL (
#3668) * string.Compare supported with LINQ to SQL * Update tests * Update test name * Update tests * Add test * Create helper ReverseExpressionTypeForStrings * PR feedback * Update tests * Update base line --------- Co-authored-by: Aditya <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0aac27 - Browse repository at this point
Copy the full SHA d0aac27View commit details
Commits on Jul 12, 2023
-
AI Integration: Fixes event generation for failed requests (#3973)
* first draft * fix code * included feedback * flip condition * updated docs * Update docs/observability.md Co-authored-by: Matias Quaranta <[email protected]> * Update observability.md * updated contract --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7fc282 - Browse repository at this point
Copy the full SHA d7fc282View commit details
Commits on Jul 14, 2023
-
[Internal] Category: Refactors Cosmos benchmark operations (#3961)
* Refactoring: base classes for operations. * Updating comments. * Adding new line at the end of the file. * Fixing code review points. * Restore PrepareAsync to be virtual.
Configuration menu - View commit details
-
Copy full SHA for 8d2691b - Browse repository at this point
Copy the full SHA 8d2691bView commit details
Commits on Jul 17, 2023
-
3.35.2: Adds new SDK versions and contract files (#3985)
* Updated change log and bumped up the version. * Changing the version to 3.35.2 * Code changes to address review comments. * Code changes to make minor fixes. * Code changes to move some fixes into preview.
Configuration menu - View commit details
-
Copy full SHA for 38b556b - Browse repository at this point
Copy the full SHA 38b556bView commit details
Commits on Jul 19, 2023
-
[INTERNAL] LocalQuorum: Adds documentation for LocalQuorum (#3993)
* Draft of local-quorum documentation * Adding experimental to header * Adding cross-region read guarantees * Reads Bounded clarification * Adding account consistency step also * Non-Prod usage note at top * Addressing review comments * Some more refinement
Configuration menu - View commit details
-
Copy full SHA for d71dcb2 - Browse repository at this point
Copy the full SHA d71dcb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec7b4b - Browse repository at this point
Copy the full SHA 5ec7b4bView commit details
Commits on Jul 28, 2023
-
Client Encryption: Adds fix for supporting Prefix Partition Key (Hier…
…archical partitioning) (#3979) * Hirarchical pk bug fix * Hirarchical pk bug fix * Hirarchical pk bug fix * Hirarchical pk bug fix * Hirarchical pk bug fix * testing new version * adding more tests * adding more tests * adding more tests * code review changes * test fix * test fix * test fix * test fix --------- Co-authored-by: Nalu Tripician <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08981bf - Browse repository at this point
Copy the full SHA 08981bfView commit details
Commits on Aug 1, 2023
-
Query: Refactors changelog.md with Optimistic Direct Execution recomm…
…endation (#4004) * Update changelog.md This is a recommendation for customers if they would like to use the ODE features. * Updated release notes for ODE
Configuration menu - View commit details
-
Copy full SHA for ebd1b91 - Browse repository at this point
Copy the full SHA ebd1b91View commit details
Commits on Aug 5, 2023
-
[Internal] Query: Adds performance testing for OptimisticDirectExecut…
…ion pipeline (#3839) * Infrastructure for performance testing with ODE pipeline. * Resolve comments * Removed randomization from data creation process * Fixed comments * Removed Query and EnableODE from QueryStatisticsMetrics, as they do not relate to query statistics. * Removed try catch to make CreateItemAsync call always succeed * Removed one liner functions * Removed code from MetricsSerializer and QueryStatisticsDatumVisitor files * Fixed comments * Removed request Charge check * Bug in Debug Assert * Test * Bug in debug assert fix * Fixed second bug in Metrics Accumalator class * Added ignore flag to ode perf tests so that they do not run on every loop build * Added comment explaining the Ignore flag.
Configuration menu - View commit details
-
Copy full SHA for 8c4f99f - Browse repository at this point
Copy the full SHA 8c4f99fView commit details -
Query: Adds ODE continuation token support for non-ODE pipelines (#4009)
* Added code to throw exception if ODE continuation token goes into non ODE pipeline * Removed count variable * Updated test name * Removed ODE continuation token logic from caller class * Simplified code * Fixed comments * Updated continuation token cast * Removed const string for continuation token * Added Ignore flag for test * Added baseline test * Updated baseline test
Configuration menu - View commit details
-
Copy full SHA for c46614b - Browse repository at this point
Copy the full SHA c46614bView commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e05e3eb - Browse repository at this point
Copy the full SHA e05e3ebView commit details
Commits on Aug 9, 2023
-
3.35.3: Adds new SDK versions and contract files (#4024)
* Updated change log and bumped up the patch version. * Code changes to update the change log message.
Configuration menu - View commit details
-
Copy full SHA for 27b9350 - Browse repository at this point
Copy the full SHA 27b9350View commit details -
[Internal] Distributed tracing: Adds a sample to collect activities a…
…nd events using custom listener (#4021) * custom listener example * removed unwanted code * add comments * fix appsettings * revert changes
Configuration menu - View commit details
-
Copy full SHA for f8f3801 - Browse repository at this point
Copy the full SHA f8f3801View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32827f7 - Browse repository at this point
Copy the full SHA 32827f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb90f0 - Browse repository at this point
Copy the full SHA efb90f0View commit details
Commits on Aug 11, 2023
-
Documentation: Fixes article links (replaced links V2 to V3 SDK versi…
…on) + Azure Cosmos DB typo (#4031) * Documentation link fix * Fixed Typo "Azure CosmosDB"→"Azure Cosmos DB"
Configuration menu - View commit details
-
Copy full SHA for e708ec9 - Browse repository at this point
Copy the full SHA e708ec9View commit details
Commits on Aug 15, 2023
-
[Internal] Benchmark tool: Adds Cosmos Benchmark Metrics (#3950)
* Adding metrics for Benchmark tool. * Adding OpenTelemetry. * Revert "Adding OpenTelemetry." This reverts commit c7da088. * Telemetry for windowed percentiles. * OpenTelemetry, AppInsights and Dashboard. * Removing DiagnosticDataListener. * Code styling, comments and clean-up. * Fixing issues with dashboard. * Fixing positions of charts on the dashboard. * Fixing the dashboard. * Updating titles and subtitles. * Removing ILogger and other not required references. * Fixing code review points. * Fixing issues after rebase. * Removing unnecessary changes. * Fixing code review points. * Adding metrics for Benchmark tool. * Adding OpenTelemetry. * Revert "Adding OpenTelemetry." This reverts commit c7da088. * Telemetry for windowed percentiles. * OpenTelemetry, AppInsights and Dashboard. * Removing DiagnosticDataListener. * Code styling, comments and clean-up. * Fixing issues with dashboard. * Fixing positions of charts on the dashboard. * Fixing the dashboard. * Updating titles and subtitles. * Removing ILogger and other not required references. * Fixing code review points. * Fixing issues after rebase. * Removing unnecessary changes. * Fixing code review points. * Fixing code review points. * make MetrcisCollectorProvider non static and remove locks * fix * fixes * use static class name TelemetrySpan.IncludePercentile * use app insights connection string * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs * rename AppInsightsConnectionString * fix * fix comments * fix if AppInsights c string is not set * summary * fix * remove unnecessary collector types * remove unnecesary metere provicer * add event source * remove folder * fix * split success and failed latencies * fix * fix --------- Co-authored-by: David Chaava <[email protected]> Co-authored-by: David Chaava <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 946dd4a - Browse repository at this point
Copy the full SHA 946dd4aView commit details
Commits on Aug 16, 2023
-
GatewayAddressCache: Fixes Unobserved Exception During Background Add…
…ress Refresh (#4039) * Code changes to fix unobserved exception during background address refresh. * Code changes to add exception handler in task. * Code changes to fix null ref exception. * Revert "Code changes to fix null ref exception." This reverts commit 83f90d5. * Revert "Code changes to add exception handler in task." This reverts commit c49ed81. * Code changes to address review comments. * Revert "Code changes to address review comments." This reverts commit d2b9f6b.
Configuration menu - View commit details
-
Copy full SHA for 48af69e - Browse repository at this point
Copy the full SHA 48af69eView commit details
Commits on Aug 18, 2023
-
Documentation: Adds additional note for GetContactedRegions method (#…
…4042) * Added small remark for GetContactedRegions method documentation * Moved to remarks
Configuration menu - View commit details
-
Copy full SHA for ce38cc1 - Browse repository at this point
Copy the full SHA ce38cc1View commit details
Commits on Aug 22, 2023
-
[Internal] Client Telemetry: Adds Client Telemetry pipeline sending d…
…ata to service (#3900) * first draft * comment other pipelines * pint variables * commnet other pipelines * added env variable * minor changes * update env variable * print env variable * add space in end * fix test * fix tests * fix test * fix tests * remove response interceptor * logs * debuug mode * 3failing test to print llgs * minor refactoring * 2nd windows-2019 * fix ct tests * 2remove debugging * fix tests * revert * ncomment pipelines * fix test * minor changes * release and emulator pipeline * update pipelines * ignore abstract class test * fixing pipeline * refactor code * change it to class name to run tests * added emulator setup * 1 temp commit * env variable * renames env variable * fix tests * add condition * fix tests * reorder env variable * revert pipeline * did some clean up * change to revert * Revert "change to revert" This reverts commit 03db3c104505dc7b8f3cea267835c92ca530f8f4. * fix typos * throw if exception intercepter is null * remove modelling changes * removed virtaul * Update Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Utils/HttpHandlerHelper.cs Co-authored-by: Matias Quaranta <[email protected]> * added condition for pipelines * Revert "added condition for pipelines" This reverts commit f9a208cd28e01badee97a2eb770a486cea67c1f0. * changed cond * fix codn * more enhancement * testing for release pipeline * refactore code and using test category * added comments on test * refactor pipeline code * fix variables * fix pipeline --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2257ca2 - Browse repository at this point
Copy the full SHA 2257ca2View commit details -
[Internal] Client Telemetry: Refactors code for collectors (#4037)
* refactored code * implemented review comments * test fix * fix tests * fix test * fix test * logger fix * update contract * fic test * updated benchmarks
Configuration menu - View commit details
-
Copy full SHA for e2311a9 - Browse repository at this point
Copy the full SHA e2311a9View commit details
Commits on Aug 23, 2023
-
[Internal] Automation: Adds logic to tag customer-reported issues (#4047
Configuration menu - View commit details
-
Copy full SHA for f56944e - Browse repository at this point
Copy the full SHA f56944eView commit details -
[Internal] Benchmark tool: Adds requests diagnostic data capture and …
…upload to storage (#3926) * azure-cosmos-dotnet-v3/issues/3889 add diagnostics data capturing during bechmark and storing into blob storage after finish * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/custom-script.sh * fix bug * fix review comments * fix comments * fix comments * fix case * add tests and refactoring * fix * unify logging * add summaries * fix method summary * fix BOM * fix review comments * fix comment * fix line breaks * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/ARMTemplate/README.md * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md * catch exceptions * add container prefix * ResultStorageContainerPrefix * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/execute.sh * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/custom-script.sh * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/BenchmarkConfig.cs Co-authored-by: Kiran Kumar Kolli <[email protected]> * Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/BenchmarkConfig.cs Co-authored-by: Kiran Kumar Kolli <[email protected]> * Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Fx/DiagnosticDataListener.cs Co-authored-by: Matias Quaranta <[email protected]> * fix comments * fix comments * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/execute.sh * make BlobCLient Lazy singleton * new file: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/README.md modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/README.md * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/execute.sh * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/execute.sh * check on diagnostic colletiong * remove locks and improve logs appending * removed unnecesary directory * removed unnecesary directory * removed unnecesary directory * new file: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/ARMTemplate/README.md * add dashboard * fix arm template * change branch * fix * add dashboard name * fix dashboard * add logging * fix * trace error * fix devide zero * add trace errors * fix * fix * fix * fix * fix * migrate to text writer * fixes * diagnostic logs * add diagnostic logs * remove flush and reset * metric collection window lock * collection window * force flush every n seconds * fix bug * fix * Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md Co-authored-by: Matias Quaranta <[email protected]> * change deafult metric interval * constant * fix container creating conflict issue * change azuredeply branch name * remove ArmTemplate folder * fix DiagnosticLatencyThresholdInMs default value --------- Co-authored-by: David Chaava <[email protected]> Co-authored-by: Kiran Kumar Kolli <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83dd4b5 - Browse repository at this point
Copy the full SHA 83dd4b5View commit details
Commits on Aug 29, 2023
-
[Internal] Benchmark tool: Adds feature to the dashboard that generat…
…e plots queries for metrics with a workload name prefix, depending on the benchmark workload type. #4048 (#4053) * Merge remote-tracking branch 'origin/master' into users/v-dchaava/benchmark-diagnostics/3889 * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/README.md * add metrics prefixes * fix chart metrics names * fix dashboard queries according selected workload type --------- Co-authored-by: David Chaava <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3aced24 - Browse repository at this point
Copy the full SHA 3aced24View commit details
Commits on Aug 31, 2023
-
[Internal] Client Telemetry: Adds client config api call to get lates…
…t flag status (#4050) * first draft * tets fix * fix dependent projects * reduce refresh time in tests * fix tests and added comments * fix diagnostic handler fix * fix test * adding test * ret pushmove console * fix test * provide options to enable/disable this featire in benchmark and ctl proj * updated trace message Co-authored-by: Matias Quaranta <[email protected]> * remove import * updated traces Co-authored-by: Matias Quaranta <[email protected]> * test fix * remove null assignment * fix test --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c72ebc8 - Browse repository at this point
Copy the full SHA c72ebc8View commit details
Commits on Sep 5, 2023
-
[Internal] Benchmark tool: Fixes benchmark run command using OSSProje…
…ctRef parameter (#4066) * fix benchmark run command using OSSProjectRef parameter * remove ShouldUnsetParentConfigurationAndPlatform=false --------- Co-authored-by: David Chaava <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c3f5e1 - Browse repository at this point
Copy the full SHA 7c3f5e1View commit details
Commits on Sep 8, 2023
-
[Query] Adds public backend metrics property to Diagnostics (#4001)
* initial commit * some pr comments, WIP * Refactor * more * Public constructors and modify accumulators * accumulator updates and undo test changes * add test * PR comments * bug fix * ToString() refactor * contract updates * test updates * small fixes * text fix * Update accumulators * fix * PR comments * small fix * Rename BE -> ServerSide * more renaming * Update API and tests * separate public and internal classes * API update * change namespace * Pr comments * public constructors and bug fix * API updates * renaming and test updates * PR comments * more PR comments * PR comments, test additions * API updates and more tests * tests and pkrangeid update * PR comments * more PR comments * smol test fix * PR comments - renaming properties and constructor rehash * contract update * seal classes and private fields. * update indexHitRatio calc * mocking refactor to abstract classes * contract updates * PR comments - Update documentation
Configuration menu - View commit details
-
Copy full SHA for b7b1064 - Browse repository at this point
Copy the full SHA b7b1064View commit details
Commits on Sep 11, 2023
-
[Query][Internal] Adds tests for aggregate queries with invalid conti…
…nuation tokens (#4052) * partial test * Tests and error handling update * update error message * typo * update original err msg * combine tests * test cleanup * undo error message update
Configuration menu - View commit details
-
Copy full SHA for 4111cae - Browse repository at this point
Copy the full SHA 4111caeView commit details -
[Internal] Benchmark tool: Fixes code refractoring to model the metri…
…cs as EventSource (#4040) * Adding metrics for Benchmark tool. * Adding OpenTelemetry. * Revert "Adding OpenTelemetry." This reverts commit c7da088. * Telemetry for windowed percentiles. * OpenTelemetry, AppInsights and Dashboard. * Removing DiagnosticDataListener. * Code styling, comments and clean-up. * Fixing issues with dashboard. * Fixing positions of charts on the dashboard. * Fixing the dashboard. * Updating titles and subtitles. * Removing ILogger and other not required references. * Fixing code review points. * Fixing issues after rebase. * Removing unnecessary changes. * Fixing code review points. * Adding metrics for Benchmark tool. * Adding OpenTelemetry. * Revert "Adding OpenTelemetry." This reverts commit c7da088. * Telemetry for windowed percentiles. * OpenTelemetry, AppInsights and Dashboard. * Removing DiagnosticDataListener. * Code styling, comments and clean-up. * Fixing issues with dashboard. * Fixing positions of charts on the dashboard. * Fixing the dashboard. * Updating titles and subtitles. * Removing ILogger and other not required references. * Fixing code review points. * Fixing issues after rebase. * Removing unnecessary changes. * Fixing code review points. * Fixing code review points. * make MetrcisCollectorProvider non static and remove locks * fix * fixes * use static class name TelemetrySpan.IncludePercentile * use app insights connection string * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs * modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs * rename AppInsightsConnectionString * fix * fix comments * fix if AppInsights c string is not set * summary * fix * remove unnecessary collector types * remove unnecesary metere provicer * add event source * remove folder * fix * split success and failed latencies * Code refractor to use EvenSource design pattern for metrics * Fixing build breaks * Removing BenchmarkExecutionEventSource * Fixign misc things * Some extra cleanup * use TimeSpan except milliseconds * fix metrics publication * fix metrics publication * move tests to benchmark folder * move back benchmark test * use background task for flushing metrics * remove sync metrics flushing * split failed and success operations * fix latenclies charts * fix benchmark run command * remove ShouldUnsetParentConfigurationAndPlatform=false --------- Co-authored-by: Mikhail Lipin <[email protected]> Co-authored-by: David Chaava <[email protected]> Co-authored-by: David Chaava <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b909bd7 - Browse repository at this point
Copy the full SHA b909bd7View commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be0c098 - Browse repository at this point
Copy the full SHA be0c098View commit details
Commits on Sep 14, 2023
-
Subpartitioning: Fixes bug for queries on subpartitioned containers (#…
…3934) * initial fix, needs testing on prod * test fix * clean up pr * query rework * refactors previous changes * requested changes and bug fixes * nits * requested changes * bug fixes * start of test * added test * nit: changed name of EffectivePartitionKeyRanges to EffectiveRangesForPartitionKey * Address code comments * Address code comments * saving work * addresses code comments * nit, spacing * PartitionKeyHash fixes * Fixes bugs in tests * Removed bad method, added additional test coverage * Removed EffectivePartitionKeyString use * test fix * requested changes * Requested changes * fixed test * Test fix * Added comment --------- Co-authored-by: SrinikhilReddy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 391c3d9 - Browse repository at this point
Copy the full SHA 391c3d9View commit details
Commits on Sep 15, 2023
-
[Internal] Query: Fixes LINQ Test Organization (#4076)
* preliminary change * Add some more boiler plate code * move all linq test to the same folder; add some groupBy test * fix references error in test refactoring add code for group by substitution. Still need to adjust binding post groupby * preliminary for the groupby functions with key and value selector * trying to change collection inputs for group by * Undo the LINQ GROUP BY part * fix accidental changes --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a0e5ae - Browse repository at this point
Copy the full SHA 0a0e5aeView commit details -
ClientTelemetry : Adds logic to call client config in every 10 minutes (
#4071) * first draft * fix tests * fixes * fix tests * remove consoles * added exception * remove comment * fix tests * fix test * rev comments * rev comments * refactor code * remove log from api exception
Configuration menu - View commit details
-
Copy full SHA for 52d0436 - Browse repository at this point
Copy the full SHA 52d0436View commit details -
SDK 3.35.4: Adds version bump and changelog (#4087)
* bump version and changelog * added apis * Update changelog.md
Configuration menu - View commit details
-
Copy full SHA for 83509cc - Browse repository at this point
Copy the full SHA 83509ccView commit details
Commits on Sep 18, 2023
-
[Internal] Query: Fixes escaped string parsing in SqlParser (#4054)
* Initial commit * Addressed comments.
Configuration menu - View commit details
-
Copy full SHA for 258d960 - Browse repository at this point
Copy the full SHA 258d960View commit details
Commits on Sep 20, 2023
-
Bechmark : Fixes benchmark runs (#4088)
* pk to result container * set pk * pk value fix * update run.sh * remove changes value * remove telemetry service end point * cleanup
Configuration menu - View commit details
-
Copy full SHA for 373ab9e - Browse repository at this point
Copy the full SHA 373ab9eView commit details -
[Internal] Query: Adds Index Metrics V2 Object Model (#4058)
* making necessary ownership change * made change to ownerships * header test * Call to TryCreate instead of Create in Responsemessage * Add baseline test infra for index metric parser * update baseline files * Add parse retry logic * Update headers test * address code review * address code review * fix tests * Update csproj file * Adopt the new header * update the response to parse with text instead of base 64 * test for headers adoption of uri escape * Add URI Decode logic * Update baseline * Update with the new header name from back end * update the query parsing requirement * New Index Metrics DOM * fix build error * Code clean up * Address code review * Turn off switching to V2 * Fix test * fix test errors * Address code review comment * addressed code review * removed the empty entity * update test parse * update test --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f8d848 - Browse repository at this point
Copy the full SHA 9f8d848View commit details
Commits on Sep 26, 2023
-
Distributed Tracing: Fixes dependency failure on appinsights (#4098)
* first draft * refactor * fix tests * fixed condition
Configuration menu - View commit details
-
Copy full SHA for 08e7f54 - Browse repository at this point
Copy the full SHA 08e7f54View commit details -
[Internal] Query: Adds deserializing logic for ClientQL Coordinator D…
…istribution Plan (#3988) * First commit. * Added remaining classes for ClientQL structure * Added ClientQLDeserializing class and added CoordinatorDistributionPlan folder * Added support for all Enumerable and Scalar Expressions * Added baseline tests for testing CoordinatorDistributionPlan deserializing * Made ClientQL objects immutable * Added error and null checks for Value calls * Updated List<> with IReadOnlyList<> * Made most functions in the Deserializing class private and static * Added static constant class for Enumerable expressions * Added null checking for arrays * Removed null checks from deserializing array functions * Removed support for JavaScript * Removed support for Unwind * Function names changed * Removed few functions. * Updated constants class * Function Formatting for ClientQL Deserializing (#4062) * Adding error handling for Deserializing functions * Finished updating code to remove all dependency on Newtonsoft.Json * Removed try catch for all upper level functions * Resolved comments * Resolved comments pt2 * Updated error message * Resolved comments pt3 * Changed parameter types from int to long * Removed ClientQLDelegate * Syntax Fixes * Removed ClientQLFlattenEnumerable file. This is JS. * Fixed List helper functions * Made singleton constructors from public to private * Updated the DeserializeClientQLBinaryLiteral function * Renamed ClientQL to QL * Fixed variable names * Updated more variable names * Removed support for Type * Removed all extra newlines * Added null checks * Updated the name CoordinatorDistributionPlan to ClientDistributionPlan * Removed all support for Cassandra, Mongo and Binary Literal * Updaed ClientQL to Cql * Updated baseline test class property.
Configuration menu - View commit details
-
Copy full SHA for 4556567 - Browse repository at this point
Copy the full SHA 4556567View commit details
Commits on Sep 28, 2023
-
[Internal] Query: Adds check to detect unsupported queries for Optimi…
…stic Direct Execution code path (#4090) * Added query validity function on Ode code path * Fixed syntax * Updated to use string search instead of query parsing * Updated string search to now be regex * Changed location of caller for QueryValidityCheck() * Updated regex string * Added extra test coverage * Added const string to error messages * Added compile flag to Regex * Fixed comments * Added missing null reference coverage * Removed extra foreach loop in test * Removed useQueryPlan bool in test code
Configuration menu - View commit details
-
Copy full SHA for f312f6a - Browse repository at this point
Copy the full SHA f312f6aView commit details -
[Internal] Query: Fixes minor issues with TestQueryValidityCheckWithO…
…DEAsync (#4105) * Fixed typos and made test more readable * Another typo
Configuration menu - View commit details
-
Copy full SHA for 101b9b1 - Browse repository at this point
Copy the full SHA 101b9b1View commit details
Commits on Oct 3, 2023
-
Query: Adds LINQ RegexMatch Extension method (#4078)
* Add support for translation to REgexmatch * Add test and fix some indexing issues * remove visit explicit, add some comment. Update public contract and added the baseline for the test * add the missing baseline * added test * address code review * update csproj --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11fa17b - Browse repository at this point
Copy the full SHA 11fa17bView commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b03df6b - Browse repository at this point
Copy the full SHA b03df6bView commit details -
Client Telemetry: Adds new public APIs (#4056)
* Revert "[Internal] Client Telemetry: Refactors code for collectors (#4037)" This reverts commit e2311a9. * Revert "Revert "[Internal] Client Telemetry: Refactors code for collectors (#4037)"" This reverts commit f04234b. * firdst draft * initialize object * null handle * update contracts * compilation charges * fix tests * public API changes * add docs * contract updated * fixed tests * by default switch of te;emetry in sdk * fix tests * fix assertion * incorporate review comments * fetaure flag fix in script * switch case * add test * fix tests * fix test * fixed run.sh * minor changes * code refactor * changed default values and fix tests
Configuration menu - View commit details
-
Copy full SHA for 72e96fa - Browse repository at this point
Copy the full SHA 72e96faView commit details
Commits on Oct 6, 2023
-
[Internal] Build: Adds CodeQL support in nightly builds (#4113)
* Update azure-pipelines-nightly.yml * Newlines in variables sections
Configuration menu - View commit details
-
Copy full SHA for 7ed22ac - Browse repository at this point
Copy the full SHA 7ed22acView commit details
Commits on Oct 9, 2023
-
Benchmark: Fixes to show estimated cost of a container only when new …
…container is getting created (#4109) * Showing Estimated Cost only when new container is getting created * read container to get container response * disable client telemetry by default * removed unused imports * resolve merge conflict * fixed name * fix container not found * removed the message * Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs Co-authored-by: Matias Quaranta <[email protected]> * removed line space --------- Co-authored-by: Kiran Kumar Kolli <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75eec5c - Browse repository at this point
Copy the full SHA 75eec5cView commit details -
Distributed Tracing: Fixes SDK responses compatibility with opentelem…
…etry response (#4097) * adding tets * wip * wip2 * fix code * add tests * fix test * fix test * remove consoles * fix indent and remove unused imports * internal to private rollback * added docs * removed unused imports * added exception in message * fix exception catching
Configuration menu - View commit details
-
Copy full SHA for a5dec66 - Browse repository at this point
Copy the full SHA a5dec66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fd4cd - Browse repository at this point
Copy the full SHA 88fd4cdView commit details
Commits on Oct 10, 2023
-
CosmosClientOptions: Adds support for multiple formats of Azure regio…
…n names (#4016) * Allow ComosClientOptions to take ApplicationRegion and ApplicationPreferredRegions in multiple region name formats. This is a proposed fix for - #2330 * Address PR comment to avoid duplicating list of names. * Remove the map table cache 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 * 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 * Update tests * 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. * Remove debugging * Update tests to actually test things --------- Co-authored-by: Pradeep Chellappan <[email protected]> Co-authored-by: Pradeep Chellappan <[email protected]> Co-authored-by: Matias Quaranta <[email protected]> Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2fb347 - Browse repository at this point
Copy the full SHA e2fb347View commit details -
Distributed Tracing: Fixes traceid null exception issue (#4111)
* Fix traceid null exception issue * Fixing merge conflicts * Fixing merge conflicts * Update script * Code cleanup * Updated change description * updated comment description * updated comment description --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e2beda - Browse repository at this point
Copy the full SHA 4e2bedaView commit details
Commits on Oct 12, 2023
-
Telemetry Options: Adds telemetry options in GA package (#4117)
* GA telemetry options and updated contract * enabe requuest level option * added request option in public contract
Configuration menu - View commit details
-
Copy full SHA for 7db0aa0 - Browse repository at this point
Copy the full SHA 7db0aa0View commit details
Commits on Oct 13, 2023
-
[Internal] Direct Package: Adds version bump (#4120)
* direct version bump * Code changes to fix emulator tests to comply with direct release 3.31.5. --------- Co-authored-by: Debdatta Kunda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20547bc - Browse repository at this point
Copy the full SHA 20547bcView commit details
Commits on Oct 17, 2023
-
Query : Adds Missing QueryMetrics Documentation (#4127)
* Update ServerSidePartitionedMetrics.cs * Update ServerSidePartitionedMetrics.cs
Configuration menu - View commit details
-
Copy full SHA for 8f65cd2 - Browse repository at this point
Copy the full SHA 8f65cd2View commit details
Commits on Oct 18, 2023
-
TriggerOperation: Adds Upsert Operation Support (#4119)
* Added Upsert Trigger Operation Support * updated contract * fix test
Configuration menu - View commit details
-
Copy full SHA for 51a8c6c - Browse repository at this point
Copy the full SHA 51a8c6cView commit details -
SDK 3.36.0 : Adds version bump and changelog (#4118)
* first draft * updated changelog * remove already released PRs * updated pr links * changelog and contract changes * updated changelog * updated changelog * updated changelog * remove 4071 from changelog as it should be internal PR * removed an query internal log * updated contracts
Configuration menu - View commit details
-
Copy full SHA for 5777a3a - Browse repository at this point
Copy the full SHA 5777a3aView commit details -
Release 3.36.0: Fixes pipeline by removing ReleasePackage variable (#…
…4130) * remove release variable * revert build config variable change also
Configuration menu - View commit details
-
Copy full SHA for f3a9cae - Browse repository at this point
Copy the full SHA f3a9caeView commit details -
Item Operations: Fixes JsonSerialization exception when MissingMember…
…Handling = Error on Json default settings when NotFound on Item operations. (#4125) * issue 4115 initial checkin. need insight from issuer on reproducing this issue * test refactoring and adding more coverage for other NotFound scenarios * commit on some actionables * setting JsonConvert.DefaultSettings to null so that other tests will not fail * as requested, removed catches from test methods
Configuration menu - View commit details
-
Copy full SHA for 28204bb - Browse repository at this point
Copy the full SHA 28204bbView commit details -
[Internal] Query : Adds test coverage for custom serializers (#4114)
* initial cleanup * test updates - working * cleanup * more cleanup * more * whoops * Add results to basline * adding payload to xml * some generics * cleanup * Add datamember serializer * reorder functions and test fix * tostring() update and add case * fix payload * fix datamembertest * cleanup * cleanup * PR comment --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1afcacd - Browse repository at this point
Copy the full SHA 1afcacdView commit details
Commits on Oct 19, 2023
-
Release 3.36.0 : Fixes Client Telemetry Release Test (#4132)
* Client Telemetry Release test fix * get endpoint from env variable * read client telemetry endpoint service from env * updated yaml
Configuration menu - View commit details
-
Copy full SHA for a0fb14f - Browse repository at this point
Copy the full SHA a0fb14fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ce570 - Browse repository at this point
Copy the full SHA e2ce570View commit details
Commits on Oct 23, 2023
-
Release 3.36.0: Fixes client config test and preview pipeline (#4149) (…
…#4150) * Fixed client cpnfig test and preview pipeline * fix telemertry service step
Configuration menu - View commit details
-
Copy full SHA for b8d9225 - Browse repository at this point
Copy the full SHA b8d9225View commit details
Commits on Oct 24, 2023
-
Query : Fixes querying conflicts (#4100)
* Initial commit * Update * Updated the test * Updated the test * Sample fix; to validate Suite0. * Skipped the ConflictsTest (which depends on azure cosmosdb account) * Addressed comments * Added Unit Test. * Reverted unnecessary change.
Configuration menu - View commit details
-
Copy full SHA for 6de10dd - Browse repository at this point
Copy the full SHA 6de10ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8253bef - Browse repository at this point
Copy the full SHA 8253befView commit details -
Bump Azure.Identity in /Microsoft.Azure.Cosmos.Samples/Usage/Encrypti…
…on (#4136) Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.5.0 to 1.10.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.5.0...Azure.Identity_1.10.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42cc681 - Browse repository at this point
Copy the full SHA 42cc681View commit details -
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.5.0 to 1.10.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.5.0...Azure.Identity_1.10.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 083df87 - Browse repository at this point
Copy the full SHA 083df87View commit details
Commits on Oct 27, 2023
-
Per Partition Automatic Failover: Fixes Gateway 503 Cold Start Issue (#…
…4073) * Code changes to add retry logic for GW returned 503.9002. * Revert "Code changes to add retry logic for GW returned 503.9002." This reverts commit 53ef5f3. * Code changes to clean up the PPAF retry logic fix. * Code changes to add retry logic for GW returned 503.9002. * Revert "Code changes to add retry logic for GW returned 503.9002." This reverts commit 53ef5f3. * Code changes to clean up the PPAF retry logic fix. * Code changes to revert location cache changes. * Code changes ro revert location cache changes. * Code changes to fix some of the failing tests. * Code changes to fix unit tests. * Code changes to add unit tests for client options. * Code changes to draft docs for PPAF design approach. * Code changes to add SDK side design docs for PPAF. * Code changes to modify the PPAF design. * Code changes to fix unit test. * Code changes to rename test name. * Code changes to add some cosmetic changes. * Code changes to enable retry on write for all regions in single master accounts. * Code changes to add code comments. * Code changes to clean up and handle endpoints in location cache. * Code changes to fix unit tests. Added detailed code comments. * Code changes to clean up the account read endpoints generation logic. * Code changes to fix unit tests. * Code changes to disable retry when ppaf is not enabled. Also validated application preferred region. * Code changes to fix unit tests. * Code changes to update md file. * Code changes to remove chache expiry check for account read endpoints. * Code changes to fix unit test. * Code changes to fix more tests. * Code changes to address review comments. * Code changes to fix verbaige in design document.
Configuration menu - View commit details
-
Copy full SHA for a4836ff - Browse repository at this point
Copy the full SHA a4836ffView commit details
Commits on Oct 30, 2023
-
[Internal] Query: Fixes optimalPageSize logic for OFFSET LIMIT in ORD…
…ER BY queries (#4158) * Fix logic in CosmosQueryExecutionContextFactory where we determine optimal page size for ORDER BY queries that have an OFFSET/LIMIT clause. Previously, the logic was only being applied to TOP and not OFFSET/LIMIT. * Changes based on PR feedback * Change based on PR feedback
Configuration menu - View commit details
-
Copy full SHA for 646d006 - Browse repository at this point
Copy the full SHA 646d006View commit details
Commits on Oct 31, 2023
-
[Internal] Client Telemetry: Adds telemetry contract (#4161)
* add tests * fix tests * remove unreated files
Configuration menu - View commit details
-
Copy full SHA for 9175f51 - Browse repository at this point
Copy the full SHA 9175f51View commit details
Commits on Nov 2, 2023
-
Client Encryption: Adds Azure.Identity from 1.1.1 to 1.10.2 (#4134)
* Bump Azure.Identity in /Microsoft.Azure.Cosmos.Encryption.Custom/src Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.1.1 to 1.10.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.1.1...Azure.Identity_1.10.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update Microsoft.Azure.Cosmos.Encryption.Custom.csproj Updated the Azure.Core version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Santosh Kulkarni <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f81b54 - Browse repository at this point
Copy the full SHA 1f81b54View commit details
Commits on Nov 3, 2023
-
[Internal] Query: Removes ForcePassThrough support (#4160)
* Remove passThrough from the codebase * Updated TestOptimisticDirectExecutionQueryAsync() to remove all aspects of passThrough from it * Undoing previous change * Removed forcePassThrough from FullPipelineTests.cs * Undoing changes to remove PassThrough * Undoing passThrough removal pt2 * Undoing changes to SanityQueryTests.cs * Updated TestTryExecuteQueryHelper() * Updated comment * Changed boolean location * Removed TryExecuteQueryAsync() * Fixed indentation
Configuration menu - View commit details
-
Copy full SHA for f379919 - Browse repository at this point
Copy the full SHA f379919View commit details
Commits on Nov 6, 2023
-
[Internal] Upgrade Resiliency: Fixes Duplicate Channel and Task Creat…
…ion. (#4123) * Code changes to fix duplicate channel and thread pool on refresh flow. * Code changes to fix failed tests. * Code changes to add global semaphore for concurrency control in address cache. * Code changes to refactor the refresh async method. * Code changes to address review comments. * Code changes to update summary.
Configuration menu - View commit details
-
Copy full SHA for f7a4c56 - Browse repository at this point
Copy the full SHA f7a4c56View commit details -
[Internal] DocumentClient: Adds TryGetAccountProperties (#4167)
* add api * tests * Update test * Rename
Configuration menu - View commit details
-
Copy full SHA for b191834 - Browse repository at this point
Copy the full SHA b191834View commit details
Commits on Nov 7, 2023
-
Query: Fixes documentation to reflect state of System.Text.Json seria…
…lizer (#4170) * Update Program.cs * Update Program.cs * Update Program.cs * Update Program.cs --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4db6078 - Browse repository at this point
Copy the full SHA 4db6078View commit details
Commits on Nov 8, 2023
-
[Internal] Query: Adds interface for linq serialization functions (#4163
Configuration menu - View commit details
-
Copy full SHA for d287f08 - Browse repository at this point
Copy the full SHA d287f08View commit details
Commits on Nov 9, 2023
-
Routing: Adds ExcludeRegions Feature to RequestOptions (#4128)
* adds excludeRegions * suggested changes * removed unused usings * fixed blank line error * removed using * update contracts * fixed test * reverted automatic changes to BaselineTests * requested changes * bug fix * PPOF test fix
Configuration menu - View commit details
-
Copy full SHA for 966b481 - Browse repository at this point
Copy the full SHA 966b481View commit details
Commits on Nov 15, 2023
-
Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection Fe…
…ature for Preview (#4180) * Code changes to enable replica validation for preview. * Code changes to enable replica validation for preview and GA.
Configuration menu - View commit details
-
Copy full SHA for 4fee546 - Browse repository at this point
Copy the full SHA 4fee546View commit details -
VS 17.8 auto runs NuGetAudit and flagging 10.0.2, CosmosDB SDK alread…
…y mitigated it by changing the MAXDEPATH (#4185)
Configuration menu - View commit details
-
Copy full SHA for f471418 - Browse repository at this point
Copy the full SHA f471418View commit details
Commits on Nov 16, 2023
-
Documentation: Adds Upsert documentation to include status codes for …
…Created vs Replaced (#4186) * Upset status codes clarification * Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection Feature for Preview (#4180) * Code changes to enable replica validation for preview. * Code changes to enable replica validation for preview and GA. --------- Co-authored-by: Debdatta Kunda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e205d41 - Browse repository at this point
Copy the full SHA e205d41View commit details -
[Internal] Code Analysis: Fixes all warning in source/test/usage proj…
…ects (#4188) * [Internal] CodeAnalsis: Fixing CA2200 for test projects * Making code warning clean * fixing the usages projects * Removing the insource overrides * One mroe small fix --------- Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98048d2 - Browse repository at this point
Copy the full SHA 98048d2View commit details
Commits on Nov 17, 2023
-
3.37.0: Adds new SDK versions and contract files (#4191)
* Updated change log and bumped up the patch version. * Updated change log and bumped up the minor version. * Updated change log to reflect correct version.
Configuration menu - View commit details
-
Copy full SHA for c6918b4 - Browse repository at this point
Copy the full SHA c6918b4View commit details
Commits on Nov 21, 2023
-
[Internal] Versioning: Adds guidance for versioning SDK releases (#4192)
* Create versioning.md * Update versioning.md * Update versioning.md * Update versioning.md * Update README.md * Update versioning.md * Update versioning.md * Apply suggestions from code review Co-authored-by: Kevin Pilch <[email protected]> * Update versioning.md * Update versioning.md --------- Co-authored-by: Kevin Pilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0f1c30 - Browse repository at this point
Copy the full SHA a0f1c30View commit details
Commits on Dec 1, 2023
-
[Internal] Query: Adds Baseline test for exceeding header length for …
…index advisor (#4176) * add baseline tests * added back missing bracket * update csporj file --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d07f9ca - Browse repository at this point
Copy the full SHA d07f9caView commit details
Commits on Dec 12, 2023
-
[Internal] Automation: Fixes check for issue assignment (#4213)
* Removing * fix
Configuration menu - View commit details
-
Copy full SHA for 07aa28e - Browse repository at this point
Copy the full SHA 07aa28eView commit details
Commits on Dec 13, 2023
-
Query: Add Optimistic Direct Execution configuration override support…
… on the Client (#4122) * Added ability to accept the AllowOptimisticDirectExecution flag from the backend and use that flag to decide if the Ode pipeline should be used or not. * Added comment and removed extra spacing * Added test coverage * Added exception handling logic * Resolved comments * Added null check for key parameter * Removed changes to common test infra * Removed all changes from QueryPartitionProviderTestInstance * Remove changes pt2 * Removed the dictionary in QueryPartitionProvider and added a bool instead * Updated GetClientDisableOptimisticDirectExecution() * Fixed comments * Revert QueryIterator.cs * Undoing changes to settings.json * Undoing changes to QueryIterator.cs * Updated error message * Made functions static * Cast to bool instead of recasting in GetClientDisableOptimisticDirectExecution() * Added ignore flag * Fixed merge conflicts * Updated GetPartitionedQueryExecutionInfoAndPartitionProvider() * Updated return type in OffsetLimitPageSize()
Configuration menu - View commit details
-
Copy full SHA for 6258e24 - Browse repository at this point
Copy the full SHA 6258e24View commit details
Commits on Dec 14, 2023
-
[Internal] Query: Adds ClientQL Compatibility Level support on client (…
…#4177) * Added ability to accept the AllowOptimisticDirectExecution flag from the backend and use that flag to decide if the Ode pipeline should be used or not. * Added comment and removed extra spacing * Added test coverage * Added exception handling logic * Resolved comments * Added null check for key parameter * Removed changes to common test infra * Removed all changes from QueryPartitionProviderTestInstance * Remove changes pt2 * Removed the dictionary in QueryPartitionProvider and added a bool instead * Updated GetClientDisableOptimisticDirectExecution() * Fixed comments * Revert QueryIterator.cs * Undoing changes to settings.json * Undoing changes to QueryIterator.cs * Updated error message * Made functions static * Cast to bool instead of recasting in GetClientDisableOptimisticDirectExecution() * Added clientQLCompatibilityLevel support on client * Updated assert * Updated client tests to use Data Contract serializer and deserializer * Added support to obtain the distribution plan payload on the client * Added binary support * Removed CheckCompatibilityLevelFlagInQuerySpec() * Renamed ParseElementsFromRestStream() * Updated test response * Switched to using binary json navigator * Using local variable before type check * Updated name to DistributionPlanSpec * Added support to test multiple distribution plan samples * Removed binary sample * Updated binary test * Added ignore flag * Fixed merge conflicts 2.0 * Resolved comments * Updated function name * Removed an unnecessary assert * Fixed comment * Improved debug assert message * Added checks to confirm that resourceType is document before getting distributionPlan * Removed changes to resourceManagement.yml
Configuration menu - View commit details
-
Copy full SHA for ea269c9 - Browse repository at this point
Copy the full SHA ea269c9View commit details
Commits on Dec 19, 2023
-
[Internal] CTL: Fixes docker image version dependency (#4216)
* update csproj * image * Right image * Sigh --------- Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a32b96 - Browse repository at this point
Copy the full SHA 7a32b96View commit details
Commits on Dec 20, 2023
-
Distributed Tracing: Refactors Samples to use latest cosmosdb SDK (#4218
Configuration menu - View commit details
-
Copy full SHA for 3cb1c55 - Browse repository at this point
Copy the full SHA 3cb1c55View commit details
Commits on Dec 21, 2023
-
Client Encryption: Adds Microsoft.Azure.Cosmos compatibility to versi…
…on 3.35.4 (#4214) * changing version * changing version * changing version * new versioning --------- Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e49b16 - Browse repository at this point
Copy the full SHA 1e49b16View commit details
Commits on Dec 22, 2023
-
Change Feed Processor: Fixes disposal of unused CancellationTokenSour…
…ce (#4220) * Calling dispose * Tests * refactoring
Configuration menu - View commit details
-
Copy full SHA for 5a096d1 - Browse repository at this point
Copy the full SHA 5a096d1View commit details
Commits on Dec 30, 2023
-
[Internal] Per Partition Automatic Failover: Fixes Metadata Requests …
…Retry Policy (#4205) * Code changes to retry on next preferred region for metadata reads on gateway timeouts. * Code changes to add retry for PK Ranges call. * Code changes to mark endpoint unavailable for read when cosmos exception occurs! * Code changes to fix unit tests. Added global endpoint manager in Pk Range Cache ctor. * Code changes to fix unit tests. * Code changes to fix build break. * Minor code clean-up. * Code changes to capture metadata location endpoint within on before send request. * Code changes to address review comments. * Code changes to fix build failure. * Code changes to refactor metadata timeout policy. * Code changes to add retry for request timeout. Fix emulator tests. * Code changes to add metadata retry policy unit tests. * Code changes to add more tests. * Code changes to refactor metadata retry policy logic to increment location index. Addressed review comments. * Code changes to address review comments. * Code changes to address review comments. * Code changes to add separate condition for pk range requests.
Configuration menu - View commit details
-
Copy full SHA for c555685 - Browse repository at this point
Copy the full SHA c555685View commit details
Commits on Dec 31, 2023
-
[Internal] GlobalEndpointManager: Fixes Memory Leak (#4226)
* memory leak fix * removed commented out code * changed to async so test would pass, with just static GetPropetiesHelper will get disposed before requests go through * added thread saftey * fixed to interlock pattern --------- Co-authored-by: Debdatta Kunda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02e4f34 - Browse repository at this point
Copy the full SHA 02e4f34View commit details
Commits on Jan 3, 2024
-
SDK 3.37.1 : Adds version bump and changelog (#4231)
* [Internal] GlobalEndpointManager: Fixes Memory Leak (#4226) * memory leak fix * removed commented out code * changed to async so test would pass, with just static GetPropetiesHelper will get disposed before requests go through * added thread saftey * fixed to interlock pattern --------- Co-authored-by: Debdatta Kunda <[email protected]> * changelog + version bump * genAPI * remove code changes * removed nit --------- Co-authored-by: Debdatta Kunda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4195ec0 - Browse repository at this point
Copy the full SHA 4195ec0View commit details
Commits on Jan 5, 2024
-
Query: Adds support for System.Text LINQ Custom Serializer (#4138)
* initial commit * add more tests * cleanup * camel case fix * fix precidence and add test * cleanup * cleanup * Implement serializers * clenaup and bugfix * cleanup constructors * fix baseline * updates * cleanup * removed requirement to decorate enums * nit PR comments * bug fix and api updates * Pr comments * remove datacontract and newtonsoft serializer types * Pr comments and adding tests * updates * Aggregate tests and new serializer member * More tests and cleanup * PR comments * PR comments * PR comments - internal options class * Update Program.cs * comment fixes * PR comments * Add preview flag * API changes * new serialization interface * Update API and serializer updates * API fix * cleanup * PR comments * update interface * fix * API * Update Microsoft.Azure.Cosmos/src/Serializer/ICosmosLinqSerializer.cs Co-authored-by: Kiran Kumar Kolli <[email protected]> * Some PR comments * adding sample code * Enum rename and interfact to abstract class * PR comments * PR comments * Remove CosmosLinqSerializerType * last one (hopefully) * Update Microsoft.Azure.Cosmos/src/Linq/TranslationContext.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/src/Linq/TranslationContext.cs Co-authored-by: Matias Quaranta <[email protected]> --------- Co-authored-by: Kiran Kumar Kolli <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17bbdab - Browse repository at this point
Copy the full SHA 17bbdabView commit details
Commits on Jan 8, 2024
-
BulkMode: Adds PartitionKeyRangeId in Bulk Mode and TransactionalBatc…
…h Response Headers (#4240) * Code changes to add partition key range id header to bulk and transactional responses. * Code changes to add pk range id check in emulator tests.
Configuration menu - View commit details
-
Copy full SHA for 6cb9038 - Browse repository at this point
Copy the full SHA 6cb9038View commit details
Commits on Jan 10, 2024
-
GatewayClientStore: Fixes an issue with dealing with invalid JSON HTT…
…P responses (#4229) * initial commit * add back a using to fix build * change exception message * check for json validity using parse * some refactoring and tests. I want to see if I can mine more tests later. * comment to rethink removing the media type check * more tests and refactoring. going to mine out more tests before I undraft it * moved string to top of class * more tests and some refactoring * simplified some more things in tests * removing this method * removed unnecessary usings * last refactoring to ignore dealing with Error.Message when empty * removed null check on 2 arguments because it was breaking other tests. I will maybe come back to it later. * && and > 0 in the conditional
Configuration menu - View commit details
-
Copy full SHA for 8af055c - Browse repository at this point
Copy the full SHA 8af055cView commit details
Commits on Jan 16, 2024
-
[Internal] FaultInjection: Adds support for FaultInjection for RNTBD …
…V3 SDK (#4217) * Adds fault injection support * chaos factory method * added null check * fixed null check * requested changes * removed resolveFaultInjectionEndpoints * added requested comments
Configuration menu - View commit details
-
Copy full SHA for 24ee86b - Browse repository at this point
Copy the full SHA 24ee86bView commit details
Commits on Jan 17, 2024
-
[Internal] Query: Adds ClientQL serialization support on the client (#…
…4171) * Creating pipelines from Client Distribution Plan * Added DistributionPlanWriter * Added support for CqlSelectEnumerable * Added support for CqlArrayIndexerScalarExpression * Added support for literals * Added ScalarAsEnumerableExpression support * Modified comma code * Updated UserDefined Deserialization * Updated implementation for Undefined Literal * Updated baseline tests * Adds missing baseline file * Modified baseline tests to only show the client distribution plan instead of the whole distribution plan * Updated RemoveWhitespace() * Updated RemoveWhitespace() in ClientDistributionPlanBaselineTests * Removed dependencies on Newtonsoft
Configuration menu - View commit details
-
Copy full SHA for 4064746 - Browse repository at this point
Copy the full SHA 4064746View commit details -
Documentation: Fixes API comment for
RequestOptions.IfMatchEtag
(#4249Configuration menu - View commit details
-
Copy full SHA for 431c6f2 - Browse repository at this point
Copy the full SHA 431c6f2View commit details
Commits on Jan 19, 2024
-
Query: Fixes LINQ Translation of SqlNullLiteral Values (#4260)
* initial commit * moar tests * test fix * more test
Configuration menu - View commit details
-
Copy full SHA for 4d9b7bd - Browse repository at this point
Copy the full SHA 4d9b7bdView commit details -
Query : Adds Request Charge to Query Metrics (#4252)
* initial commit * Initial commit * Revert "initial commit" This reverts commit 8393599. * contract updates * support gateway * PR comments * add totalrequestcharge * API update * new trace class * Class cleanup * Move request charge to serversidemetrics - optional * Revert "Move request charge to serversidemetrics - optional" This reverts commit 2999084. * nit fixes
Configuration menu - View commit details
-
Copy full SHA for 3c18156 - Browse repository at this point
Copy the full SHA 3c18156View commit details
Commits on Jan 22, 2024
-
[Internal] Pipelines: Adds permissions to workflow (#4270)
* Adding permissions to workflow * changing permissions * Lowering permissions * It was read * Nope it was write
Configuration menu - View commit details
-
Copy full SHA for fccbc93 - Browse repository at this point
Copy the full SHA fccbc93View commit details
Commits on Jan 24, 2024
-
Query: Refactors Optimistic Direct Execution to be turned on by defau…
…lt on .NET SDK (#4225) * Turned on ODe by default * update subpartitioning tests to include ODE * Updated contracts * adds multihash test cases * Updated client serialization test output * Updated OffsetLimitPageSize() test * Revert changes to Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/BaselineTest/TestBaseline/PartitionKeyHashBaselineTest.Lists.xml * Updated EndToEndTraceWriterBaselineTests.ReadManyAsync baseline test * Removed account details * Updated performance benchmark results * Set enableODE to true for some of the tests * Updated Feed token tests to test ODE and non ODE cases * Added ODE testing for Session token regression test * Updated AggregateQueryTests() and CosmosMultiHashTest() * Reverted changes to OffsetLimitPageSize() * Added ODE testing to AggregateFunctionAsync() * Removed account details from baseline tests * Added assert to confirm that the right document is being returned every time * Updated location of foreach loop for ODE * Updated baselines * Fixed comments * Cleaned up code * Fixed baselines * Updated more baselines * Setting QueryRequestRateTest() to not use ODE --------- Co-authored-by: Nalu Tripician <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e11dc9b - Browse repository at this point
Copy the full SHA e11dc9bView commit details -
Emulator : Adds support for flag in connection string to ignore SSL c…
…heck (#4251) * first drfat * add test * add test * add documentation * builder changes * updating contract file * add tests * fix tests * remove builder method * updated contract * update gttpclient * cleanup * added validation nd doc * added validation * modified error message * Update Microsoft.Azure.Cosmos/src/CosmosClient.cs Co-authored-by: Kiran Kumar Kolli <[email protected]> * Update Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs Co-authored-by: Matias Quaranta <[email protected]> * remove validation * updated client options * remving test * rename flag to DisableServerCertificateValidation * updated docs * updated test * updated doc --------- Co-authored-by: Kiran Kumar Kolli <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f33b2af - Browse repository at this point
Copy the full SHA f33b2afView commit details
Commits on Jan 25, 2024
-
[Internal] Pre-Checkin Tests: Fixes Failing Tests After Emulator Refr…
…esh; Marks Failing Encryption Test as Ignore (#4271) * Changed return pipeline type to ODE * Fixed following query team owned tests: IndexUtilizationHeaderLengthTest IndexUtilizationParse Fixed following SDK team owned test (based on guidance from Philip): ChangeFeedIteratorCore_WithFullFidelityReadFromBeginning Not able to repro failure for following test (all 3 instances pass locally): EncryptionChangeFeedDecryptionSuccessful * Marks following encryption test as ignored since it's flaky per offline discussion: EncryptionChangeFeedDecryptionSuccessful * Added fix for following test: TestQueryPlanGatewayAndServiceInteropAsync * Removed unused usings. --------- Co-authored-by: REDMOND\adityasa <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72957d1 - Browse repository at this point
Copy the full SHA 72957d1View commit details -
[Internal] Query: Fixes Group By queries with Select Value returning …
…incorrect return type (#4221) * Primary Code Change * Added test coverage * addressed code review * address code review * add baseline capabilitiesadd baselines --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8087dd6 - Browse repository at this point
Copy the full SHA 8087dd6View commit details -
Change Feed Processor: Fixes LeaseLostException on Notifications API …
…for Renewer (#4276) * Logging * tests
Configuration menu - View commit details
-
Copy full SHA for 5ab5a7e - Browse repository at this point
Copy the full SHA 5ab5a7eView commit details -
[Internal] Query: Adds ability to send plain text response as the def…
…ault (#4183) * add baseline tests * added back missing bracket * Enable text response for index advisor * update csproj * address code review * update tests --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32d0078 - Browse repository at this point
Copy the full SHA 32d0078View commit details
Commits on Jan 26, 2024
-
Region Availability: Adds Spain Central and Mexico Central Regions Fo…
…r Public Usage. (#4279) * Code changes to add spain and mexico central regions for public usage. * Code changes to revert isreal central region. * Code changes to add isreal central region in API contract. * Code changes to fix test failures. --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7209b38 - Browse repository at this point
Copy the full SHA 7209b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0633389 - Browse repository at this point
Copy the full SHA 0633389View commit details
Commits on Jan 30, 2024
-
CosmosClientOptions: Adds validation to check DisableServerCertificat…
…eValidation and ServerCertificateCustomValidationCallback are set together (#4283) * Added validation to check HttpFactory and ServerCallback are set together * fix validation
Configuration menu - View commit details
-
Copy full SHA for 1bbe101 - Browse repository at this point
Copy the full SHA 1bbe101View commit details -
Query: Adds LINQ Support for FirstOrDefault (#4286)
* Initial commit * Fixed failing aggregate tests. * Added validation for unsupported overloads of FirstOrDefault. * Addressed a couple of TODOs. * Addressed comments. * Addressed comments. * Addressed remaining comment.
Configuration menu - View commit details
-
Copy full SHA for 2c7c7ad - Browse repository at this point
Copy the full SHA 2c7c7adView commit details -
Documentation refresh: Fixes DeleteItem API will not return context i…
…n response (#4291) * Update csproj * Applying suggestion from comment --------- Co-authored-by: Jake Willey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b18607 - Browse repository at this point
Copy the full SHA 7b18607View commit details
Commits on Jan 31, 2024
-
PriorityBasedExecution: Adds PriorityLevel in CosmosClientOptions (#4262
) * Added PriorityLevel in CosmosClientoptions * Addressed comments on PR * Changed remark to remarks * Corrected null check * Updated contracts * reverted changes to PartitionKeyHashBaselineTest.Lists.xml * Update Microsoft.Azure.Cosmos/src/Handler/RequestInvokerHandler.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/src/Handler/RequestInvokerHandler.cs Co-authored-by: Matias Quaranta <[email protected]> * Making priority level as GA contract * fixing the preview contract API * resetting few misc files * Builder and contract changes: --------- Co-authored-by: Achint Agrawal <[email protected]> Co-authored-by: Debdatta Kunda <[email protected]> Co-authored-by: Kiran Kumar Kolli <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7a954f - Browse repository at this point
Copy the full SHA d7a954fView commit details -
GlobalEndpointManager: Fixes Unobserved and Unhandled Exception from …
…Getting Thrown (#4241) * Code changes to add continuation token for account properties task. * Code changes to fix unobserved exception from getting thrown. * Code changes to sync up with master and remvoe unnecessary changes.
Configuration menu - View commit details
-
Copy full SHA for 83958bb - Browse repository at this point
Copy the full SHA 83958bbView commit details -
3.38.0: Adds new SDK versions and contract files (#4277)
* Updated change log and bumped up the minor version. * Code changes to add few more required commits. * Code changes to pick new commits. * Code changes to address review comments. * Code changes to address more review comments. * Refactored the Warning section for better visibility. * Removed some of the unnecessary items.
Configuration menu - View commit details
-
Copy full SHA for b933cb8 - Browse repository at this point
Copy the full SHA b933cb8View commit details
Commits on Feb 2, 2024
-
[Internal] Query: Adds environment variable for overriding EnableOpti…
…misticDirectExecution default (#4299) * Configured default value for EnableOptimisticDirectExecution setting to honor environment variable. * Updated tests to include case insensitive checks no environment variable name. * Addressed comments. * Removed unused using.
Configuration menu - View commit details
-
Copy full SHA for 9591253 - Browse repository at this point
Copy the full SHA 9591253View commit details -
DisableServerCertificateValidation: Fixes Default HttpClient to honor…
… DisableServerCertificateValidation (#4294) * DisableServerCertificateValidation: Fix ensuring that both HttpClient and DocumentClient use a consistency way * E2E Emulator test coverage * - Supporting the combination of both DisableServerCertificateValidation and ServerCertificateCustomValidationCallback combination - Supporting test hook for DisableServerCertificateValidationInvocationCallback (specifically for only Disable checking) * Addressing comments * Fixing a warning * Update Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs Co-authored-by: Fabian Meiswinkel <[email protected]> * Update Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs Co-authored-by: Fabian Meiswinkel <[email protected]> * Addressing commens * Undoing a change * Fixing UT * Renaming a test case name --------- Co-authored-by: Fabian Meiswinkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f421fb - Browse repository at this point
Copy the full SHA 3f421fbView commit details
Commits on Feb 5, 2024
-
[Internal] Query: Adds Handling of STJ ExtensionData to Sample Custom…
Configuration menu - View commit details
-
Copy full SHA for 792dc39 - Browse repository at this point
Copy the full SHA 792dc39View commit details -
[Internal] Direct Version Upgrade: Fixes code to make it compatible w…
…ith 3.32.1 of direct package (#4282) * upgrade direct package to 3.32.1 * degrade core and add doagnosticspource 6.0.1 * updated otel contract * update otel factory * update contract * fix test * fixed tests * fixed tests * fixed tests * fixed source name and operation name in tests * fix tests * changed add tag fucn for integer fields * updated tests * unmask status code and substatuscode * updated contracts * fix query contract * update contracts after ordered operation activity * removed optional attributes * fix versioning * remove exception creation on request fail * changed message --------- Co-authored-by: Nalu Tripician <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d74003 - Browse repository at this point
Copy the full SHA 8d74003View commit details -
[Internal] Change Feed Processor: Adds AllVersionsAndDeletes support (#…
…4264) * porting Ian changes to new branch * changing DynamicTests back to its original state. Create a new test class for AllVersionsAndDeletes * including tests for AllVersionsAndDeletes DynamicTests * get master version of DynamicTests * testing changefeedprocessor with allversionsanddeletes * tests for changefeedprocessor with allversionsanddeletes * need to change name here also * adding example documentation to the GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes * removed a line from example that was not necessary * removed ChangeFeedMode from Create signature and using what is in ChangeFeedProcessorOptions * undoing file * default to LatestVersion, not Incremental * change Incremental to LatestVersion on tests * change access modifier and remove PREVIEW gate for internal classes * more removal of unnecessary mode on Create for PartitionController and PartitionSupervisor * change access modifiers and moving methods around due to PREVIEW * adding GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes to EncryptionContainer since it inherits Container * running UpdateContract powershell * override instead of abstract * fixing override, but not sure about how this works * taking guessing on this * lets try this again * once more * once more * internal on new change feed builder * making it public to test * internalizing the GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes * removed DecryptChangeFeedDocumentAsync * undoing this file * removing commented code * moved to ContainerCore.Items.cs * removing and undoing some files created or updated by UpdateContracts.ps1 * removed space and undoing a file
Configuration menu - View commit details
-
Copy full SHA for e827b6b - Browse repository at this point
Copy the full SHA e827b6bView commit details
Commits on Feb 6, 2024
-
3.38.1: Adds new SDK versions and contract files (#4305)
* Code changes to bump up release versions. * Updated changelog. --------- Co-authored-by: REDMOND\adityasa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d32f72d - Browse repository at this point
Copy the full SHA d32f72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a617e - Browse repository at this point
Copy the full SHA 03a617eView commit details
Commits on Feb 7, 2024
-
[Internal] Query: Fixes Aggregate Pipelines resetting headers (#4303)
* Init commit * address code review * address code review part 2 * fix formating --------- Co-authored-by: Minh Le <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6609ee - Browse repository at this point
Copy the full SHA f6609eeView commit details
Commits on Feb 8, 2024
-
FaultInjection: Adds Fault Injection Library (#4281)
* initial commit * add files * restructure + some cleanup * fixed await for chaos interceptor creation * added default operation/conntection type values * threshold to thresholdpercentage * more threshold changes * changed application to rule application for clarity * changed method names in application context * spelling fix * addressed comments * tests/csproj fixes * requested changes * requested changes * added comments arrount duration * added comments arrount duration * application context changes to avoid bounded staleness problem * requested changes and test fixes * removed unused code * update contracts * Revert "update contracts" This reverts commit 8df3317.
Configuration menu - View commit details
-
Copy full SHA for a9599bd - Browse repository at this point
Copy the full SHA a9599bdView commit details
Commits on Feb 9, 2024
-
CosmosClientOptions: Adds Private Custom Account Endpoints (#4265)
* Code changes to add regional endpoints for account metadata calls. * Code changes to refactor some codes. * Code changes to add unit tests. * Code changes to make minor code clean-up. * Code changes to fix tests. Refactored API. * Code changes to refactor the enumeration logic inside global endpoint manager. * Code changes to address review comments. * Code changes to fix minor API parameter. * Code changes to update the API naming. * Code changes to update some attribute names. * Code changes to refactor service endpoint creation logic. * Code changes to address review comments. * Code changes to address review comments. * Code changes to update the API contract. * Cosmetic code changes. * Code changes to address review comments.
Configuration menu - View commit details
-
Copy full SHA for 0589e8a - Browse repository at this point
Copy the full SHA 0589e8aView commit details
Commits on Feb 13, 2024
-
Distributed Tracing: Refactors code to rename net.peer.name attribute…
… to server.address (#4316) * Marking Distributed tracing feature as stable and changed an attribute name * remove it from emulator test * marked stable as false * fix tests * updated changefeedxml * remove statuscode and subsstatus from staic list * regenerated xml files * remove event counters events
Configuration menu - View commit details
-
Copy full SHA for caa1aeb - Browse repository at this point
Copy the full SHA caa1aebView commit details -
[Internal] Query: Adds support for continuation using SqlQuerySpec (#…
…3774) * initial change to support sending continuation as resume value in query spec * serialize resume value in continuation token. * fix unit test that was failing. other minor refactors * additional refactoring update exception messages * few minor changes * additional tests * code refactoring * Create separate top level object to represent SqlQueryResumeValue. Different types of resume values are private in this object Consolidate all the visitor and serialization of resume value to SqlQueryResumeValue Other code review comments * handle different continuation token for target partition * update test for continuation from array and object values. other minor code refactors * save resume value as CosmosElement instead of defining a separate derived objects. update cosmosundefinedquerytests. other code review comments. * support on CosmosNumber64. Other number types are not supported for resume value. unit tests for SqlQueryResumeValue. * update cosmosundefinedquerytests to include arrays and object in order by and group by tests. reducing the document count to reduce execution time. * revert change to have separate SqlQueryResumeValue objects as it is better symmetry for comparing arrays and objects. * group resume value into 3 types: Undefined, Primitive and Complex * minor fix --------- Co-authored-by: Bala Perumalswamy <[email protected]> Co-authored-by: Aditya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cba93d3 - Browse repository at this point
Copy the full SHA cba93d3View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40dfa25 - Browse repository at this point
Copy the full SHA 40dfa25View commit details -
Client Telemetry: Refactors code to stop throwing an exception. (#4317)
* Remove all code related to throwing an exception from client telemetry module * Update Microsoft.Azure.Cosmos/src/Telemetry/ClientTelemetryProcessor.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/src/Telemetry/ClientTelemetryProcessor.cs Co-authored-by: Matias Quaranta <[email protected]> * updated tests * remove extra try catch * updated message * cosmetic changes --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23dac8b - Browse repository at this point
Copy the full SHA 23dac8bView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf0f629 - Browse repository at this point
Copy the full SHA bf0f629View commit details
Commits on Mar 5, 2024
-
Diagnostics: Adds Client Configuration for Synchronization context ca…
Configuration menu - View commit details
-
Copy full SHA for d1a7d49 - Browse repository at this point
Copy the full SHA d1a7d49View commit details
Commits on Mar 7, 2024
-
Distributed Tracing: Adds configuration to disable network level trac…
…ing in sdk permanently (#4333) * disable network level tracing in sdk * update sample * remove network level tracing logic altogrther * 'fix spelling
Configuration menu - View commit details
-
Copy full SHA for deab135 - Browse repository at this point
Copy the full SHA deab135View commit details
Commits on Mar 13, 2024
-
[Internal] ChangeFeedEstimator: Fixes ChangeFeedProcessorState.Estima…
…tedLag to 1 When CFP is Dormant after a Partition Split (#4324) * adding a test to repro issue 4285 * fix plus e2e test * not all request have cosmos exception * add a quick unit test for ChangeFeedEstimatorIterator when Gone exception happens * added a test description * ignoring long running test. meant to be ran manually * move long running tests to its own folder and category; check response and header for status/substatus * one test category only, removed using, and exluding LongRunning category from build pipeline * Update templates/build-test.yml I am committing your suggestion. Also, the goal of this PR is not to executed long running tests. I will create a new PR for this. Because there are other unknowns that I need to answer. So for now, I just don't want it to be executed with the existing pipelines. Co-authored-by: Matias Quaranta <[email protected]> * change name of connectionString ENV to something more intention revealing --------- Co-authored-by: Matias Quaranta <[email protected]> Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c064a79 - Browse repository at this point
Copy the full SHA c064a79View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0953f6 - Browse repository at this point
Copy the full SHA f0953f6View commit details
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 652b99d - Browse repository at this point
Copy the full SHA 652b99dView commit details
Commits on Mar 20, 2024
-
[Internal] Pipelines: Adds yml Files for New Multi-region CI Pipelines (
#4301) * added yml files * added TestCategory param * fixed pipeline yml files * Update templates/build-test.yml Co-authored-by: Matias Quaranta <[email protected]> * suggested changes --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab80170 - Browse repository at this point
Copy the full SHA ab80170View commit details
Commits on Mar 22, 2024
-
Distributed Tracing Documentation : Fixes the default value mentioned…
… in code doc (#4357) * Distributed Tracing Dcoumentation : Changed the default value mentioned in comment * Update Microsoft.Azure.Cosmos/src/CosmosThresholdOptions.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/src/CosmosThresholdOptions.cs Co-authored-by: Matias Quaranta <[email protected]> --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1f879f - Browse repository at this point
Copy the full SHA d1f879fView commit details -
ChangeFeedProcessor: Fixes when ChangeFeedMode is switched should thr…
…ow an exception. (#4334) * test to prove no exception, no documents when change feed more is changed. * renaming * throwing exception when changeFeedMode change on CFP with same lease container * removed PREVIEW tags under advisement. Well create a PR later * removed usings * revert to old summary * defaulting change feed mode to latestversion * change feed mode exception on switching and tests based on last recommendation. * more changes based on discussions * some refactoring * fixed some tests * more changes based on recommendations * another refactor * change from CosmosException to ArgumentException * removed CosmosException from comments * fixin tests to account for extra GetAllLeasesAsync call * some recommendation changes
Configuration menu - View commit details
-
Copy full SHA for dbdf806 - Browse repository at this point
Copy the full SHA dbdf806View commit details
Commits on Mar 25, 2024
-
[Internal] Pipelines: Fixes Multi-Region CI pipeline to include env v…
…ariable (#4363) * Fixes Multi-Region CI pipeline to include env variable * fixed space * added validation test * string conversion * temp * temp2 * Update Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ClientTests.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ClientTests.cs Co-authored-by: Matias Quaranta <[email protected]> * changed env location * temp * test * space * remove env * possible fix * test fix * clean up * changed enviroment variable get * test * test fix * ensure multiregion tests do not run with regular emulator tests --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75a2e5f - Browse repository at this point
Copy the full SHA 75a2e5fView commit details
Commits on Mar 26, 2024
-
ChangeFeedProcessor: Adds AllVersionsAndDeletes support to ChangeFeed…
…Processor (#4370) * preview cfp ffcf * ran updatecontracts * including this in Encryption * fixing name onChangesDelegate * sdkproject on encryptioncontainer * try this again * try, try, try again * with impl
Configuration menu - View commit details
-
Copy full SHA for 71e58ee - Browse repository at this point
Copy the full SHA 71e58eeView commit details
Commits on Mar 29, 2024
-
integrated cache: make BypassIntegratedCache API GA (#4377)
Co-authored-by: Jiajun Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfee5ad - Browse repository at this point
Copy the full SHA dfee5adView commit details -
ChangeFeedProcessor: Refactors AVAD metadata Contract (#4380)
* refactoring for name change * more refactoring and run UpdateContracts
Configuration menu - View commit details
-
Copy full SHA for 4855a6a - Browse repository at this point
Copy the full SHA 4855a6aView commit details
Commits on Apr 1, 2024
-
Query: Adds support for non streaming ORDER BY (#4362)
* Initial prep for adding a non streaming order by query pipline stage * Change TracingAsyncEnumerator to be an adapter class between ITracingAsyncEnumerator and IAsyncEnumerator * Move TracingAsyncEnumerator to product code * Change ITracingAsyncEnumerator.MoveNext to take a CancellationToken, thereby removing the awkward method SetCancellationToken from IQueryPipelineStage * draft implementation of non streaming order by pipeline stage * Fix bug that drops first record on an initialized page * Add a test class for non streaming order by unit tests * remove unnecessary usings * Add an emulator test for non streaming order by. Also lay groundwork for an alternative implementation for non streaming order by * Remove the ResponseLengthInBytes property from QueryPage. This was being calculated incorrectly, and seems to be unused to boot. * Add an ItemCount property to the Page class * Add a multi level heap implementation for non streaming order by * Add infrastructure for writing parity tests * Fix a bug that caused the page enumerator to be dropped when we reach flat heap sizze limit * When cloning OrderByQueryPartitionRangePageAsyncEnumerator as a fully buffered enumerator, make sure that we set the page size to maximum for the backend requests * Simplify the non streaming pipeline stage, and add performance test * Revert the changes for Headers.ItemCount Keep it as a string * Avoid an allocation each time the OrderByItems property of OrderByQueryResult is touched * Fix up the OrderByPipelineSatgeBenchmark to use fully materialized CosmosElements in the oages returned from MockContainer * Add a few more unit tests for non streaming order by * Add emulator tests for non streaming order by * Add a few more integration test cases * Fix up broken unit test * Add more test coverage for the non streaming order by * If there is no continuationtoken, assume that the response is streaming * Add stronger validation to the non streaming order by unit tests * Fix up broken unit tests to account for ItemCount * fix up plumbing for index utilization, and incorporate code review feedback * Minor clean up * revert bug introduced in pursuit of more elegant code :) * fix up broken unit test * Fix up broken perf test * Fix up broken IndexMetricsParserBaselineTest * Minor bug fixes for OrderByCrossPartitionEnumerator
Configuration menu - View commit details
-
Copy full SHA for 5788326 - Browse repository at this point
Copy the full SHA 5788326View commit details -
Query: Adds translation support for single key single value select GR…
…OUP BY LINQ queries (#4074) * preliminary change * Add some more boiler plate code * move all linq test to the same folder; add some groupBy test * fix references error in test refactoring add code for group by substitution. Still need to adjust binding post groupby * preliminary for the groupby functions with key and value selector * trying to change collection inputs for group by * WIP bookmark * Successfully ignore "key" * clean up code * Sucessfully bind the case of group by with only key selector and no value selector followed by an optional select clause * enable one group by test * add support for aggregate value selector * added baseline * working on adding support for multivalue value selector and key selector * code clean up * more clean up * more clean up * update test * Move test to separate file * code clean up * remove baseline file that got moved * fix merge issue * Changes test infrastructure to reflect changes from Master * address code review part 1 * Address code review 2 and adds code coverage * Addressed code review and added tests. Still a couple of bugs to iron out * Fix group by translation issue and add more test * update comments * address pr comment --------- Co-authored-by: Minh Le <[email protected]> Co-authored-by: Aditya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15d83a7 - Browse repository at this point
Copy the full SHA 15d83a7View commit details -
Performance: Refactors query prefetch mechanism (#4361)
* sketch out improved ParallelPrefetcher; focus is on reducing allocations, but we also can't be substantially slower to start all tasks * little more cleanup to further reduce allocations, and save a tiny amount of CPU * start on testing * some tweaks and testing for buffer management * test exception handling; fix a bug in high concurrency case that would swallow exceptions * test cancellation * more testing, a little bit of cleanup * test the case where the enumerator faults; fixes a couple leaks of Tasks and buffers that could occur in that some places * tiny bit of cleanup * cleanup and expand comments; code is tricky, it needs documentation * address a whole bunch of style nits, just to keep compiler Message counts down * address some feedback on comment clarity * don't rely on finalizers for testing, it's too brittle; hold up was not allocating more in the non-test cases, but found a field to reuse; needs benchmarking * complete ITrace proxy for testing * style nits and a bit more commentary * explicit test for concurrent access to the inner IEnumerator * explicit test that IEnumerator is disposed * explicitly implement all ITrace members * address feedback: internal class members should be public or private * address feedback: break test-only bits of ParallelPrefetch out into a partial * address feedback: move const above type declarations * address feedback: naming nits * address feedback: use the existing NoOpTrace * address feedback: remove pointless using * update baseline trace text for QueryAsync test --------- Co-authored-by: neildsh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e04ce51 - Browse repository at this point
Copy the full SHA e04ce51View commit details
Commits on Apr 2, 2024
-
[Internal] Query: Fixes occasional hang while querying using partial …
…partition key against a sub-partitioned container (#4359) * Initial commit * Suite0 fixes. * Updated Test.
Configuration menu - View commit details
-
Copy full SHA for 1106cd7 - Browse repository at this point
Copy the full SHA 1106cd7View commit details
Commits on Apr 3, 2024
-
[Internal] Direct Package: Adds Support for Direct package version 3.…
…33.0 (#4353) * upgraded direct package version * added Taiwan regions * update contracts * fix contracts * fixed more contracts * contracts change * contract change remove * changed baseline files * added space * added region name check test for future verification * nits --------- Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80647ba - Browse repository at this point
Copy the full SHA 80647baView commit details
Commits on Apr 4, 2024
-
[Internal] Regions: Adds new USSec Region (#4386)
Co-authored-by: Taylor Hamilton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61230f9 - Browse repository at this point
Copy the full SHA 61230f9View commit details -
[Internal] Query: Fixes Client QL exception by dropping ClientQLCompa…
…tibilityLevel (#4387) * Initial commit * Added Test Coverage.
Configuration menu - View commit details
-
Copy full SHA for 90b8526 - Browse repository at this point
Copy the full SHA 90b8526View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b882e26 - Browse repository at this point
Copy the full SHA b882e26View commit details -
[Internal] ContainerProperties: Adds Vector Embedding and Indexing Po…
…licy (#4379) * Initial code changes to add vector embedding policy and index type in container. * Code changes to add container builder for vector index type. * Code changes to add and fix tests. * Revert back client create and initialize test. * Skipping some of the V2 tests for vector indexes. * Code changes to fix GA and preview contracts. * Code changes to address review comments part 1. * Removed unnecessary JSON argument for vector index. * Code changes to update contract changes. * Code changes to update preview contract changes in tests. * Code changes to address few review comments. * Code changes to add few more tests to validate serialization and deserialization. * Code changes to address some review comments for best practices. * Code changes to fix test failures.
Configuration menu - View commit details
-
Copy full SHA for d1ff001 - Browse repository at this point
Copy the full SHA d1ff001View commit details
Commits on Apr 6, 2024
-
Distributed Tracing: Update operation name for non-generic feed itera…
…tor read operation (#4374) * Distributed Tracing: Update operation name for non-generic feed iterator read operation * Update tests --------- Co-authored-by: joegoldman2 <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b2196b - Browse repository at this point
Copy the full SHA 4b2196bView commit details
Commits on Apr 9, 2024
-
SDK 3.39.0: Adds version bump and changelog. (#4391)
* SDK 3.40.0-preview.0: Adds version bump and changelog. * SDK 3.40.0-preview.0: Adds version bump and changelog. * SDK 3.40.0-preview.0: Adds version bump and changelog. * change version for release; create diffs * added query PRs to changelog * add note for Rename refactoring of ChangeFeedItemChange<T> to changelog * removing 4281 since it was mislabeled. it should have been treated as Internal * grammar error * formatting * case change * Update changelog.md Co-authored-by: Justine Cocchi <[email protected]> * removing 4317 from change log. should be internal * add new regions to changelog. also Direct Package version update * fixed linked to DP PR * more changes based on review --------- Co-authored-by: Justine Cocchi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 496ddba - Browse repository at this point
Copy the full SHA 496ddbaView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb7f923 - Browse repository at this point
Copy the full SHA cb7f923View commit details
Commits on Apr 11, 2024
-
Query: Fixes ResponseMessage not parsing the IndexMetrics as text in …
…latest sdk (#4397) * Fix response message not parsing the index advice as text in latest sdk * add test coverage * address code review --------- Co-authored-by: Minh Le (from Dev Box) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e06625 - Browse repository at this point
Copy the full SHA 0e06625View commit details
Commits on Apr 12, 2024
-
update readme to make it more clear (#4399)
Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f335f65 - Browse repository at this point
Copy the full SHA f335f65View commit details -
[Internal] Distributed Tracing: Fixes Client Config Test (#4406)
* Adds code to create activity even customer is not subscribed to the feature * Added documentation
Configuration menu - View commit details
-
Copy full SHA for ef719fb - Browse repository at this point
Copy the full SHA ef719fbView commit details -
Bump Azure.Identity in /Microsoft.Azure.Cosmos.Samples/Usage/Encrypti…
…on (#4410) Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.2...Azure.Identity_1.11.0) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c5ab47 - Browse repository at this point
Copy the full SHA 2c5ab47View commit details -
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.2...Azure.Identity_1.11.0) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36a3547 - Browse repository at this point
Copy the full SHA 36a3547View commit details
Commits on Apr 15, 2024
-
Bump OpenTelemetry.Instrumentation.Http (#4414)
Bumps [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.6.0-rc.1 to 1.8.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Commits](open-telemetry/opentelemetry-dotnet@1.6.0-rc.1...Instrumentation.Http-1.8.1) --- updated-dependencies: - dependency-name: OpenTelemetry.Instrumentation.Http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf4704f - Browse repository at this point
Copy the full SHA bf4704fView commit details
Commits on Apr 16, 2024
-
Fix bug in OrderByCrossPartitionQueryPipelineStage to ensure that fai…
…lures in creating the inner pipeline stage are bubbled up to the higher stages (#4419)
Configuration menu - View commit details
-
Copy full SHA for 08338af - Browse repository at this point
Copy the full SHA 08338afView commit details -
[Internal] Security: Fixes Azure.Identity dependency on Microsoft.Azu…
…re.Cosmos.Encryption.Custom (#4421) * Bump dependency * Bump Azure.Core
Configuration menu - View commit details
-
Copy full SHA for b875c61 - Browse repository at this point
Copy the full SHA b875c61View commit details
Commits on Apr 17, 2024
-
[Internal] Query: Adds tests for LINQ GROUP BY Multi-value translatio…
…ns (#4403) * init * Added tests --------- Co-authored-by: Minh Le (from Dev Box) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5efe2db - Browse repository at this point
Copy the full SHA 5efe2dbView commit details -
ChangeFeedProcessor: Fixes ArgumentException when dealing with Legacy…
… lease incremental documents that do not have a Mode property (#4426) * fix for 4423 * fix comment * some recommendation changes
Configuration menu - View commit details
-
Copy full SHA for c9de5a3 - Browse repository at this point
Copy the full SHA c9de5a3View commit details -
[Internal] Flakey Tests: Fixes few Tests in
GatewayAddressCacheTests
(#4424) * Code changes to fix one of the GW cache flakey tests. * Code changes to fix some of the assertions. * Code changes to use IsCompletedSuccessfully.
Configuration menu - View commit details
-
Copy full SHA for de078b4 - Browse repository at this point
Copy the full SHA de078b4View commit details
Commits on Apr 18, 2024
-
SDK 3.39.1/3.40.0-preview.1: Adds version bump and changelog. (#4430)
* SDK 3.39.1/3.40.0-preview.1: Adds version bump and changelog. * Update changelog.md Co-authored-by: Matias Quaranta <[email protected]> --------- Co-authored-by: Matias Quaranta <[email protected]> Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8f4b7e - Browse repository at this point
Copy the full SHA a8f4b7eView commit details -
[Internal] ReleaseNotes : Adds known issue to list (#4434)
* Initial commit * Update --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a76666d - Browse repository at this point
Copy the full SHA a76666dView commit details -
Samples: Adds STJ LINQ Serializer Example (#4420)
* initial commit * bump sample version * update comments * sln file fix * update comment * Update Microsoft.Azure.Cosmos/src/Serializer/CosmosLinqSerializer.cs Co-authored-by: Matias Quaranta <[email protected]> * remarks fix * xml fix --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6131998 - Browse repository at this point
Copy the full SHA 6131998View commit details
Commits on Apr 22, 2024
-
[Internal] Documentation: Adds details about retry backoff for 410/449 (
#4445) * Update SdkDesign.md * Update SdkDesign.md
Configuration menu - View commit details
-
Copy full SHA for 400abfd - Browse repository at this point
Copy the full SHA 400abfdView commit details
Commits on Apr 23, 2024
-
Add a new capability for non streaming order by in QueryFeatures and …
…add a new flag to QueryInfo that will be used by ServiceInterop to indicate non streaming order by queries (#4446)
Configuration menu - View commit details
-
Copy full SHA for 85a8444 - Browse repository at this point
Copy the full SHA 85a8444View commit details
Commits on Apr 24, 2024
-
Query: Fixes Persisted continuationToken issue by turning off ODE by …
…default (#4413) * Turn of ODE by default. * Updated tests * Update * Test fix * Added test for query resumption with ODE token with partition split container (failure case). * Update. * Update Benchmark * Addressed comments.
Configuration menu - View commit details
-
Copy full SHA for 1463345 - Browse repository at this point
Copy the full SHA 1463345View commit details
Commits on Apr 28, 2024
-
FaultInjection: Adds SendDelay ServerErrorType (#4447)
* Initial Commit * nits
Configuration menu - View commit details
-
Copy full SHA for bf2f5ee - Browse repository at this point
Copy the full SHA bf2f5eeView commit details
Commits on Apr 29, 2024
-
Switch non streaming order by to use flag from query plan instead of …
…_streaming in the response (#4459)
Configuration menu - View commit details
-
Copy full SHA for bda8290 - Browse repository at this point
Copy the full SHA bda8290View commit details
Commits on Apr 30, 2024
-
FaultInjection: Adds ReadFeed Operation Type (#4448)
* initial commit * fixed tests * nits * small fixes * fixed test
Configuration menu - View commit details
-
Copy full SHA for a331448 - Browse repository at this point
Copy the full SHA a331448View commit details -
[Internal] Pipelines: Adds rolling pipeline (#4460)
* adding opt-in flags * adding pipeline
Configuration menu - View commit details
-
Copy full SHA for ca4b969 - Browse repository at this point
Copy the full SHA ca4b969View commit details
Commits on May 1, 2024
-
Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f304e97 - Browse repository at this point
Copy the full SHA f304e97View commit details
Commits on May 2, 2024
-
Distributed Tracing: Adds Request charge and Payload size Threshold o…
…ptions (#4433) * Added Request charge and Payload size options to generate request diagnostics * Added default values * add exception handling for payload size * Added test * update contract file * added docs * add null check * added more docs * updated contract * changed event name * remove unused import
Configuration menu - View commit details
-
Copy full SHA for dee9aba - Browse repository at this point
Copy the full SHA dee9abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 054159a - Browse repository at this point
Copy the full SHA 054159aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad1a1b - Browse repository at this point
Copy the full SHA 2ad1a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039be0c - Browse repository at this point
Copy the full SHA 039be0cView commit details