-
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] Msdata/Direct: Refactors msdata/direct branch with latest v3 master and Cosmos.Direct v3.31.2 #3925
[Internal] Msdata/Direct: Refactors msdata/direct branch with latest v3 master and Cosmos.Direct v3.31.2 #3925
Commits on Oct 27, 2022
-
[Internal] Client Telemetry: Fixes tests leaking environment variables (
#3517) * Adding log lines * More logs * Debugging further * Removing other builds * And more debugging * Wrong build parameters * Wrong category * Removing noise * Fixing test * Adding utils * Adding test with client telemetry enabled * Fixing leak in Client Telemetry Tests * Reenabling test * cpu monitor initialization * Adding name details * Undo another file
Configuration menu - View commit details
-
Copy full SHA for 8a3883e - Browse repository at this point
Copy the full SHA 8a3883eView commit details
Commits on Oct 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 543294c - Browse repository at this point
Copy the full SHA 543294cView commit details
Commits on Oct 31, 2022
-
Query: Fixes performance regression on target partition on some ORDER…
Configuration menu - View commit details
-
Copy full SHA for abf3d93 - Browse repository at this point
Copy the full SHA abf3d93View commit details
Commits on Nov 2, 2022
-
[Internal] AI Integration: Adds SubStatusCode Information in attribut…
…es (#3533) * wip * regenerated baseline * add test * fix test Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84ef545 - Browse repository at this point
Copy the full SHA 84ef545View commit details -
Diagnostics: Removes unused properties and reduces size (#3519)
* Remove starttime and id from diagnostics string * Remove starttime and id from diagnostics string * Update xml files for trace baseline tests * Update xml files for trace baseline tests * Update xml files for trace baseline tests * Whitespaces update * Changed starttime position based on code review Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68b9805 - Browse repository at this point
Copy the full SHA 68b9805View commit details -
[Internal] docs: Add address caches conceptual flow (#3534)
* Rough draft * Some more changes * Adding a new section * Some more refinement * Some changes Lets get the feedback * Some MISC changes
Configuration menu - View commit details
-
Copy full SHA for a9bcaf5 - Browse repository at this point
Copy the full SHA a9bcaf5View commit details
Commits on Nov 3, 2022
-
Release: Adds SDK version and changelog for 3.31.2 (#3546)
* Bumped SDK version and changelog * Added contracts file for 3.31.2
Configuration menu - View commit details
-
Copy full SHA for 6762e07 - Browse repository at this point
Copy the full SHA 6762e07View commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef7339e - Browse repository at this point
Copy the full SHA ef7339eView commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 825595a - Browse repository at this point
Copy the full SHA 825595aView commit details
Commits on Nov 9, 2022
-
Query: Fixes partition range evaluation for spatial queries (#3495)
* Initial commit * Update. * Pull/Rebase * Addressed comments. * Build fix
Configuration menu - View commit details
-
Copy full SHA for 4746a6f - Browse repository at this point
Copy the full SHA 4746a6fView commit details -
[Internal] Documentation: Refactors cache content on its own document (…
…#3554) * Add cache file * Moving content away
Configuration menu - View commit details
-
Copy full SHA for acd899e - Browse repository at this point
Copy the full SHA acd899eView commit details
Commits on Nov 10, 2022
-
[Internal] Emulator unit tests: Adds IdEncoding unit tests for Comput…
…eGateway (#3556) * Adding IdEncoding unit tests for ComputeGateway * Reacting to code review feedback * Updating md files
Configuration menu - View commit details
-
Copy full SHA for 01c1cd4 - Browse repository at this point
Copy the full SHA 01c1cd4View commit details
Commits on Nov 15, 2022
-
Change Feed Processor: Adds support for Resource Tokens (#3566)
* Adding rid parsing * Test * Removing dead code * Contract update
Configuration menu - View commit details
-
Copy full SHA for ab1f249 - Browse repository at this point
Copy the full SHA ab1f249View commit details -
[Internal] AI integration: Refactor code how container and database n…
…ame is flowing to opentelemetry module (#3532) * wip * WIP * Revert "WIP" This reverts commit 71275de54b9e67fa54a37e79d450b9597e173934. * Revert "wip" This reverts commit 586fa9865cc3f40dabd7ef90fb3e0cf499a045bc. * wip add containe and database info * redesign how container and database name information flows into opne telemetry data * test fix * fix test * fix tests * fix typos * baseline test fix Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fb3a12 - Browse repository at this point
Copy the full SHA 9fb3a12View commit details
Commits on Nov 16, 2022
-
[Internal] AI Integration: Adds a new flag in DistributedTracingOptio…
…ns (#3562) * add flag in diagnostic options * test fixes * rename variable * test fix * add validation * fix baseline * test fix Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c2015b - Browse repository at this point
Copy the full SHA 9c2015bView commit details
Commits on Nov 17, 2022
-
Query: Fixes default to BadRequestException in case of internal error…
…s in ServiceInterop (#3399) * Don't default to BadRequestException in case of errors in ServiceInterop * Incorporate code review feedback * Fix build error * fix up failing test
Configuration menu - View commit details
-
Copy full SHA for c38346d - Browse repository at this point
Copy the full SHA c38346dView commit details -
[Internal] Query: Adds unit tests for Merge/Split implementation with…
… OptimisticDirectExecution pipeline (#3510) * Added tests to test different aspects of merge/split support with OptimisticDirectExecution pipeline. Tests check for gone exception handling, pipeline switching etc. * Added gone exception simulation tests. * Added new tests and improved test infra * Removed ParalleContEvocation test. Fixed comments * Removed CreateParallelCrossPartitionPipelineStateAsync() as it is not being used anymore * Removed while loop in CreateDocumentContainerAsync() * Fixed comments. * Updated ExecuteGoneExceptionOnODEPipeline() * Added type Assert for ExecuteGoneExceptionOnODEPipeline() * Updated OptimisticDirectExecution pipeline abbreviation * Updated TestBaseline folder with new xml
Configuration menu - View commit details
-
Copy full SHA for 9cafaa8 - Browse repository at this point
Copy the full SHA 9cafaa8View commit details
Commits on Nov 18, 2022
-
Client Retry Policy: Adds HTTP timeouts with request-level cross-regi…
…on retry (#3555) * Fixes to ReadThroughputAsync for databases with no provisioned throughput and null as request options * fixed failure to ReadReplaceThroughputResponseTests * Added Stream Method * Ran UpdateContract.ps1 * Encryption implemtation * Fixed spelling error * Update Microsoft.Azure.Cosmos.Encryption/src/EncryptionDatabase.cs Co-authored-by: Matias Quaranta <[email protected]> * Variable name change * Update Microsoft.Azure.Cosmos/src/Resource/Database/Database.cs Co-authored-by: Matias Quaranta <[email protected]> * Suggested Changes and fixes * Removed manufactured ResponseMessage + nits * Simplified PR * nits * nits * initial changes TODO: Update tests * updated tests * nits' * Ran UpdateContracts.ps1 * nits + requested changes * Delete NuGet.Config * Update Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicy.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicy.cs Co-authored-by: Matias Quaranta <[email protected]> * Update Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicy.cs Co-authored-by: Matias Quaranta <[email protected]> * Use Cosmos Exception Factory, Simplified Tests * removed unused code * nits: removed unused code * removed unused code Co-authored-by: Matias Quaranta <[email protected]> Co-authored-by: Nalu Tripician <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2681be8 - Browse repository at this point
Copy the full SHA 2681be8View commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 010e4ba - Browse repository at this point
Copy the full SHA 010e4baView commit details
Commits on Nov 23, 2022
-
Query: Fixes incorrect FeedResponse.Count when result contains undefi…
…ned elements (#3574) * Do not maintain an independent count on QueryResponse that can go out of sync * Add more test coverage for QueryResponse<T>.Count * Output the correct count from CosmosElementSerializer when the input contains CosmosUndefined * Add untyped tests for CosmosUndefined * Remove commented code
Configuration menu - View commit details
-
Copy full SHA for b24eeb9 - Browse repository at this point
Copy the full SHA b24eeb9View commit details
Commits on Nov 24, 2022
-
Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9734ec5 - Browse repository at this point
Copy the full SHA 9734ec5View commit details -
Trace: Fixes Tracing/diagnostics hour-times to 24Hours (#3577)
* Trace: Fixes Tracing/diagnostics hour-times to 24Hours * fixing baseline tests Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6632168 - Browse repository at this point
Copy the full SHA 6632168View commit details
Commits on Nov 26, 2022
-
AI Integration: Adds cosmetic fixes (#3576)
* wip * status code int and internal and client kind activity * remove unused imports * update baselines * fix test * fixed baseline tests * fix tests * update base tetss Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e82a1a - Browse repository at this point
Copy the full SHA 8e82a1aView commit details
Commits on Nov 28, 2022
-
Query: Adds ALL Scalar Expression (#3509)
* Add SqlAllScalarExpression to v3 DOM * updated generated parser files * Parsing for ALL * Added tests for ALL and baselines * Added more tests * added new test, cleanup * cleaning & fix typos * fixed typo * Added new baseline test file names to csproj file * renamed AggregateAll to AggregateSubquery to accomodate FIRST and LAST later * Added keywords for 'left' and 'right' and respective function calls * fixed bug from last commit * cleaning * replace tabs with spaces * cleaning
Configuration menu - View commit details
-
Copy full SHA for 2f047e1 - Browse repository at this point
Copy the full SHA 2f047e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b34e6 - Browse repository at this point
Copy the full SHA 07b34e6View commit details
Commits on Nov 29, 2022
-
[Internal] sccignore: Adds a .sccignore file to apply an exception fo…
…r artifacts configuration issues (#3589)
Configuration menu - View commit details
-
Copy full SHA for 5318646 - Browse repository at this point
Copy the full SHA 5318646View commit details
Commits on Dec 1, 2022
-
[Internal] PermissionTests: Adds CosmosPermissionTests Coverage (#3593)
* Ensures that both Direct and Gateway connection modes are tested * Validates that container read works with PermissionMode.Read (test was previously only validating that Delete was blocked - i.e. the negative case).
Configuration menu - View commit details
-
Copy full SHA for 28318b0 - Browse repository at this point
Copy the full SHA 28318b0View commit details
Commits on Dec 5, 2022
-
[Internal] AI Integration: Refactors to Operation prefix and add tests (
#3583) * add tests for otel and custome listener * clean up * null pointer fix * fix tets * handle event generation also at operation level * added documentation * wip * change event sourcename * rename event Name Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a34bac7 - Browse repository at this point
Copy the full SHA a34bac7View commit details
Commits on Dec 15, 2022
-
[Internal] HttpTimeoutPolicy: Removes Data Plane Writes from being ab…
…le to be retried (#3607) * data plane writes no longer failover on timeout * removed duplication of test\
Configuration menu - View commit details
-
Copy full SHA for 6b1fa03 - Browse repository at this point
Copy the full SHA 6b1fa03View commit details
Commits on Dec 20, 2022
-
[Internal] Performance Testing: Adds Distributed Tracing option in be…
…nchmarks (#3611) Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 814e72e - Browse repository at this point
Copy the full SHA 814e72eView commit details
Commits on Jan 4, 2023
-
[Internal] Benchmark: Refactors code to make Memory Stream capacity c…
…onfigurable (#3624) Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c05fbb - Browse repository at this point
Copy the full SHA 5c05fbbView commit details -
add new LatestVersion changefeed mode that has same behavior as Incre…
…mental; renamed FullFidelity to AllVersionsAndDeletes (#3596)
Configuration menu - View commit details
-
Copy full SHA for 73c9e08 - Browse repository at this point
Copy the full SHA 73c9e08View commit details
Commits on Jan 7, 2023
-
Query: Fixes handling of CosmosUndefined, CosmosGuid and CosmosBinary…
… in unordered DISTINCT (#3632) * Handle CosmosUndefined, CosmosGuid and CosmosBinary in DistinctMap.UnorderedDistinctMap * Address code review feedback and remove unnecessary allocations from DistinctQueryPipelineStageTests
Configuration menu - View commit details
-
Copy full SHA for 77e3aa4 - Browse repository at this point
Copy the full SHA 77e3aa4View commit details
Commits on Jan 9, 2023
-
[Internal] Subpartitioning: Adds updates to test coverage for subpart…
…itioning (#3618) * updates to test coverage for subpartitioning * bug fixes * now useses Assert.ThrowsException * Seperated into multiple tests for clarity * Put MultiHash test into seperate test file * nit
Configuration menu - View commit details
-
Copy full SHA for 3c875c7 - Browse repository at this point
Copy the full SHA 3c875c7View commit details -
[Internal] ContainerProperties: Fixes version reset when setting Part…
…itionKeyPath (#3637) * Remember previous value * test
Configuration menu - View commit details
-
Copy full SHA for 416b154 - Browse repository at this point
Copy the full SHA 416b154View commit details
Commits on Jan 10, 2023
-
[Internal] AI Integration: Adds CorrelationId and Activity Id Attribu…
…tes for query operation (#3630) * add activityid in Otel attributes * added correlation id * operation type fix * remove test changes * test fix * fix baseline test * rename correlationId * fix tests again * include only not null attributes in test * fixed tests * changefeedxml * test fix * ordering activity in operationname oerder * fix test * review comments * refator header getter setter * clean up Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59b70a6 - Browse repository at this point
Copy the full SHA 59b70a6View commit details
Commits on Jan 11, 2023
-
Documentation: Fixes CosmosClientBuilder.WithConnectionModeGateway pa…
…rameter description (#3643) * Fixed CosmosClientBuilder.WithConnectionModeGateway documentation * Update Microsoft.Azure.Cosmos/src/Fluent/CosmosClientBuilder.cs Co-authored-by: Ruben Bartelink <[email protected]> Co-authored-by: Augsten <[email protected]> Co-authored-by: Ruben Bartelink <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 612337c - Browse repository at this point
Copy the full SHA 612337cView commit details -
Upgrade Resiliency: Refactors Implementation for Opening Rntbd Connec…
…tions to Backend Replicas in Direct Mode. (#3640) * Code changes to refactor implementations for opening connections to all replicas. Fixed test failures due to Direct package upgrade. * Code changes to add poland central region as a part of Regions.cs * Code changes to update contract to reflect new regions. * Revert "Code changes to update contract to reflect new regions." This reverts commit f171b3c1c9889043556ddf96bcd33ccd79565ad9. * Revert "Code changes to add poland central region as a part of Regions.cs" This reverts commit 1aafbf18f6d80e9a92baa301b6b23cf065e4b155.
Configuration menu - View commit details
-
Copy full SHA for 55f9ce8 - Browse repository at this point
Copy the full SHA 55f9ce8View commit details
Commits on Jan 12, 2023
-
[Preview] AI integration: Adds IsDistributedTracingEnabled flag as pu…
…blic API to enable/disable this feature (#3598) * make api public for preview * add null check * fix tests * singleton listener initialization * assign null to listeners * fix test * concurrent bag in listener * renamed to LatencyThresholdForDiagnosticEvent * renamed to IsDistributedTracingEnabled * updated xml * update contract * made latency threshold flag internal * fix test * regeneratebaselines * update documentation * rename builder api * add docs * updated contracts and all * doc update * import cleanup Co-authored-by: Sourabh Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9dde99e - Browse repository at this point
Copy the full SHA 9dde99eView commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36d0e0f - Browse repository at this point
Copy the full SHA 36d0e0fView commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bdd059d - Browse repository at this point
Copy the full SHA bdd059dView commit details -
[Internal] AI Integration: Refactors code to rename event name (#3648)
* first draft * rename event name * updated xmls * update files
Configuration menu - View commit details
-
Copy full SHA for b3cf7df - Browse repository at this point
Copy the full SHA b3cf7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b77519 - Browse repository at this point
Copy the full SHA 4b77519View commit details
Commits on Jan 19, 2023
-
Client Encryption: Adds validation code to check if the Key Vault URI…
… provided in wrap metadata is a valid key identifier. (#3642) * Check if the key vault uri provided is a valid Kid * test fix. * update changelog and build props * Update Directory.Build.props * Update Microsoft.Azure.Cosmos.Encryption.csproj * Fixed preview version * Refactor * Update EncryptionDatabaseExtensions.cs
Configuration menu - View commit details
-
Copy full SHA for 1710115 - Browse repository at this point
Copy the full SHA 1710115View commit details
Commits on Jan 20, 2023
-
[Internal] Query: Adds Split Support for Ode (#3572)
* Added tests to test different aspects of merge/split support with OptimisticDirectExecution pipeline. Tests check for gone exception handling, pipeline switching etc. * Added gone exception simulation tests. * Added new tests and improved test infra * Removed ParalleContEvocation test. Fixed comments * Removed CreateParallelCrossPartitionPipelineStateAsync() as it is not being used anymore * Removed while loop in CreateDocumentContainerAsync() * Fixed comments. * Updated ExecuteGoneExceptionOnODEPipeline() * Added type Assert for ExecuteGoneExceptionOnODEPipeline() * Replaced try-catch with if statement in MoveNextAsync() * Added delegate to access TryCreateCoreContextAsync() * Added check to confirm Ode pipeline is not called in fallback plan * Updated method name from OptimisticDirectExecutionContext() to TryCreateOptimisticDirectExecutionContext() * Using delegate instead of Func<>. * Ode fallback plan always calls Specialized pipeline * Using ServiceInterop/Gateway to get QueryPlan for Specialized Pipeline * Added new test to check handling of failing fallback pipeline * Code cleanup * Added logic for handling non ODE continuation tokens * Moved delegate away from member variables * Added tests for Merge case * Updated method names * Added checks for tryCatch * Updated SetCancellationToken() to use Try * Updated TryUnwrapContinuationToken() * Removed changes in FlakyDocumentContainer.cs * Removed unused imports * Updated comments * Fixed comments and cleaned up test code * Added CosmosElement null check in TryUnwrapContinuationToken() * Removed FlakyDocumentContainer.cs from pull request * Removed unused imports * Updated TryUnwrapContinuationToken() * Update MoveNextAsync() call in OptimisticDirectExecutionQueryBaselineTests.cs * Made MergeTestUtil.IsFailedFallbackPipelineTest a readonly property * Added IsPartitionSplitException() overload to take CosmosElement * Fixed bug regarding syntax error queries
Configuration menu - View commit details
-
Copy full SHA for e383d83 - Browse repository at this point
Copy the full SHA e383d83View commit details
Commits on Jan 23, 2023
-
[Internal] AI Integration : Fixes operation type for batch (#3660)
* fix op type * fix conflict
Configuration menu - View commit details
-
Copy full SHA for ccaf8fb - Browse repository at this point
Copy the full SHA ccaf8fbView commit details
Commits on Jan 24, 2023
-
CosmosClientOptions: Adds ServerCertificateCustomValidationCallback f…
…or Http and TCP (#3636) * Adding ServerCertificateCustomValidationCallback in clientoptions * Adding Server callback for Http and fixing tests * Fixing failing E2Etests * Resolving merge conflicts * Running update contracts script * Running Update contracts script * Running Update contracts script * Reverting the v3 version change * Update based on review comments * Added unit tests * Added remarks for callback delegate * Ran update contracts script * Update based on review comments * Ran update contracts script * Updated unit tests * Making ssl validation function private * Updating test files * Update remarks for sslvalidation public contract * Added emulator tests for server validation Co-authored-by: Debdatta Kunda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c29abfe - Browse repository at this point
Copy the full SHA c29abfeView commit details
Commits on Jan 26, 2023
-
Query: Adds EnableOptimisticDirectExecution flag to QueryRequestOptio…
…ns (#3664) * Added new flag to QueryRequestOptions to allow customers to use Ode pipeline * Updated comments in QueryRequestOptions.cs * Renamed enabledOde to enableOde * Removed default setting for EnableOptimisticDirectExecution
Configuration menu - View commit details
-
Copy full SHA for 2608d4a - Browse repository at this point
Copy the full SHA 2608d4aView commit details
Commits on Feb 2, 2023
-
[Internal] Tests: Removes Direct/HTTPS emulator tests (#3679)
* Removing direct/https tests * mppreference
Configuration menu - View commit details
-
Copy full SHA for d6a439f - Browse repository at this point
Copy the full SHA d6a439fView commit details -
[Internal] Benchmark : Fixes issue with dependency on Cosmos Project (#…
…3673) * users/sourabhjain/benchmarkfix * update pipeline * Revert "users/sourabhjain/benchmarkfix" This reverts commit 81b48f0. * fix compilation error * add parama for preview pkg also --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 393ae23 - Browse repository at this point
Copy the full SHA 393ae23View commit details
Commits on Feb 3, 2023
-
LocalQuorum: Adds Quorum reads on Consistent Prefix Accounts (#3680)
Co-authored-by: DESKTOP-ED57J7H\Prashanth Venkataram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 122bc56 - Browse repository at this point
Copy the full SHA 122bc56View commit details
Commits on Feb 6, 2023
-
3.32.0: Adds new SDK version and contract files (#3687)
* 3.32.0: Adds new SDK version and contract files * 3.32.0: Adds new SDK version and contract files * Updating changelog version * Updating changelog version * Added more commits to changelog and updated release contract * Added documentation tags PR in changelog * Updated changelog based on reviews * Updated PR decsription in changelog * Update changelog.md Updated full fidelity change description Co-authored-by: Matias Quaranta <[email protected]> --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a537ce - Browse repository at this point
Copy the full SHA 8a537ceView commit details
Commits on Feb 9, 2023
-
[Internal] Samples: Adds change feed pull model samples (#3646)
* add change feed pull samples * refactor appsettings validation * addressing pr comments * move task delay * update sample to use latest change feed mode names --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf9a6d4 - Browse repository at this point
Copy the full SHA bf9a6d4View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16caa1b - Browse repository at this point
Copy the full SHA 16caa1bView commit details
Commits on Feb 14, 2023
-
[Internal] GitHub Template: Adds needs-investigation label (#3708)
By default, all "Bug report" issues will have "needs-investigation"
Configuration menu - View commit details
-
Copy full SHA for 6434c10 - Browse repository at this point
Copy the full SHA 6434c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e923da - Browse repository at this point
Copy the full SHA 4e923daView commit details
Commits on Feb 17, 2023
-
CosmosNullReferenceException: Refactors CosmosNullReferenceException …
…to pass along InnerException property on parent NullReferenceException (#3713) * Passed inner exception details to NullReferenceException ctor when instantiating CosmosNullReferenceException. * Added unit tests. * Addressed PR feedback.
Configuration menu - View commit details
-
Copy full SHA for 38d1bcc - Browse repository at this point
Copy the full SHA 38d1bccView commit details -
[Internal] PriorityRequests: Fixes header value (#3714)
Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 209e473 - Browse repository at this point
Copy the full SHA 209e473View commit details -
[Internal] Query: Adds single physical partition check for Optimistic…
…DirectExecution queries (#3699) * Added single physical partition check for Ode queries. Updated test infrastructure for Ode emulator tests too. * Refactored emulator tests to have all the test cases at the top of the file * Updated TryGetTargetRangeOptimisticDirectExecutionAsync() * Uodated logic on how many times CreateIngestQueryDeleteAsync() gets called * Added debug asserts for partitionKeyDefinition * Added pageSizeOptions parameter in CreateInput() in EmulatorTests * Fixed comments
Configuration menu - View commit details
-
Copy full SHA for 67e1a90 - Browse repository at this point
Copy the full SHA 67e1a90View commit details -
[Internal] CTL: Fixes Reservoir Sampling Logic (#3712)
* Code changes to fix the reservoir sampling logic in CTL * Code changes to modify help text on reservoir type. * Code changes to address minor code refactor.
Configuration menu - View commit details
-
Copy full SHA for b257f8e - Browse repository at this point
Copy the full SHA b257f8eView commit details
Commits on Feb 27, 2023
-
Diagnostics: Adds startDate in Summary (#3707)
* Adding start date * Updated trace files * PR comment * Committing missing tests --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94c83f5 - Browse repository at this point
Copy the full SHA 94c83f5View commit details -
[Internal] Client Telemetry: Adds network information in the payload (#…
…3691) * first draft * clean code * add test * fix test * add replica info collection * fix substatuscode and operation type error * fix code * collect http infor in cache also * message to stacktrace * remove rntbd recording from cache * print proper exception message * fix test * cleanup unused code and added few status codes in ignore list * fixed all exception logging * refactor conditions * fix tests
Configuration menu - View commit details
-
Copy full SHA for 462a2c4 - Browse repository at this point
Copy the full SHA 462a2c4View commit details
Commits on Mar 1, 2023
-
Documentation: Fixes Database.ReadAsync description (#3457)
* Documentation: Modify retry time to timespan Modify retry time in seconds to timespan of parameter maxRetryWaitTimeOnThrottledRequests (Method: [WithThrottlingRetryOptions](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.fluent.cosmosclientbuilder.withthrottlingretryoptions?view=azure-dotnet#feedback)) Resolves Azure/azure-sdk-for-net#29567 * Documentation: Fixes DeleteItemAsync Example Documentation: Fixes DeleteItemAsync Example * Documentation: Fixes ItemRequestOptions Example Documentation: Fixes ItemRequestOptions Example * Documentation:Update Database.ReadAsync description Documentation: Update Database.ReadAsync description * Documentation: Update Database.ReadAsync description Documentation: Update Database.ReadAsync description * Documentation: Updated ToStreamIterator example Documentation: Updated ToStreamIterator example * Modified StreamIterator section * Update Microsoft.Azure.Cosmos/src/Resource/Database/Database.cs Co-authored-by: Matias Quaranta <[email protected]> * Remarks correction * Revert the StreamIterator changes Revert the StreamIterator changes Co-authored-by: Matias Quaranta <[email protected]> Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0088c2f - Browse repository at this point
Copy the full SHA 0088c2fView commit details -
Upgrade Resiliency: Adds Implementation for Validating the Unhealthy …
…Backend Replicas in Direct mode (#3631) * Code changes to implement replica validation in dotnet v3 sdk. * Cosmetic changes to add inline code comments. * Code chages to address review comments. * Code changes to cover a scenario for async cache. * Code changes to refactor async non-blocking cache code. * Code changes to address minor review comments. --------- Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd687f5 - Browse repository at this point
Copy the full SHA fd687f5View commit details -
ReadMany: Fixes BadRequest when using Ids with single quotes (#3732)
* Use parameters * Emulator tests
Configuration menu - View commit details
-
Copy full SHA for 93bb10b - Browse repository at this point
Copy the full SHA 93bb10bView commit details -
Release: Adds SDK version and changelog for 3.32.1 (#3733)
* version bump * Contracts
Configuration menu - View commit details
-
Copy full SHA for 45c0d14 - Browse repository at this point
Copy the full SHA 45c0d14View commit details
Commits on Mar 2, 2023
-
[Internal] Build: Fixes static tool analysis versions (#3736)
* Update Binskim and follow warnings * Fixing task * More version bumps * binskim args * Padding * policheck * postanalysis parameters * analysis settings
Configuration menu - View commit details
-
Copy full SHA for 0018c4a - Browse repository at this point
Copy the full SHA 0018c4aView commit details -
Query: Fixes System.ArgumentException when using PartitionKey.None on…
… x86, Linux or in Optimistic Direct Execution (#3730) * Minor clean up of OptimisticDirectExecutionQueryTests * More minor cleanup in OptimisticDirectExecutionQueryTests * Add emulator tests for the bypass query parsing scenario * Handle PartitionKey.None while creating QueryIterator. This is a workaround for the PartitionKeyInternal.None not following its own contract * Fix up to correctly handle PartitionKey.None using the CachedContainerQueryProperties * Add more tests where PartitionKey.None maps to PartitionKey.Undefined --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6e04a9 - Browse repository at this point
Copy the full SHA d6e04a9View commit details
Commits on Mar 6, 2023
-
Query: Adds FIRST and LAST Scalar Expressions (#3629)
* Add FIRST and LAST objects and update visitors * add FIRST LAST evaluation and update offline engine visitors * Add FIRST and LAST to parser * update another visitor * Fix typo * fix typo * added new tests and baselines * cleaning * cleaning --------- Co-authored-by: neildsh <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f262f89 - Browse repository at this point
Copy the full SHA f262f89View commit details
Commits on Mar 7, 2023
-
Subpartitioning: Adds support for Prefix Partition Key searches for s…
…ub partitioned containers (#3109) * 1st round of changes to support subpartitioning for ChangeFeed * name change and moved a method to FeedRangePartitionKey * support for prefix partition change feed and query including unit and emulator tests. need to verify using FeedRange with QueryIterator * splitting out unit tests from emulator tests * 1st round of changes to support subpartitioning for ChangeFeed * name change and moved a method to FeedRangePartitionKey * support for prefix partition change feed and query including unit and emulator tests. need to verify using FeedRange with QueryIterator * splitting out unit tests from emulator tests * moved logic to choose for prefix partition query and change feed * additional conditional to check for MultiHash partitionkeydefinition kind * removed unnecessary using * cleanup * unnecessary using * removed PREVIEW from proj * unit tests for ResolveFeedRangeBasedOnPrefixContainerAsync * change access modifier * since I changed to static, needed to fix tests * dealing with some testing nits * removed Console.Writeline * slight change in test use containerProperties and partitionKeyDefinition * big fix for resolve feedrange, changes to error behavior, added additional test coverage * test changes * ran updateContracts.ps1 * reverting to 3ad5309 * Ran Update Contracts * ran updateContracts.ps1 * UpdateContracts.ps1 * updatecontracts * removed bad check from test, removed changes from updatecontracts.ps1 * revert UpdateContracts changes * Reverting to 756a123 * removed accidental change from changelog * removed unwanted change from Directory.build.props * added test clean up * removed console.writelines * updates to query test * removed preview flag * ran UpdateContrats.ps1 * no longer recread feedRange for queries unless using prefix pk * simplified if statement * fixed bug --------- Co-authored-by: Nalu Tripician <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc3d037 - Browse repository at this point
Copy the full SHA dc3d037View commit details
Commits on Mar 9, 2023
-
[Internal] ClientTelemetry: Adds logic to limit payload size to 2 MB (#…
…3717) * first draft wip fix test and logic * resolve conflicts * limit 2 mb * ad callback * fix tests * code refactor * cosmos json to newtosoft json * clean up files * fix logging to argumrnt based * code refactor * add null check
Configuration menu - View commit details
-
Copy full SHA for 6ebb8d4 - Browse repository at this point
Copy the full SHA 6ebb8d4View commit details
Commits on Mar 10, 2023
-
Query: Fixes regression from LINQ custom serializer fix (#3749)
Co-authored-by: Minh Le <[email protected]> Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 682b001 - Browse repository at this point
Copy the full SHA 682b001View commit details -
[Internal] LocalQuorum: Refactors override (i.e. strong) to allow fro…
…m any account consistency (#3753) - Localquorum override (i.e. strong) to allow from any account consistency - Facilitates no-downtime downgrade of existing accounts (i.e. existing Strong/bounded accounts migration to Eventual)
Configuration menu - View commit details
-
Copy full SHA for f2a3078 - Browse repository at this point
Copy the full SHA f2a3078View commit details
Commits on Mar 11, 2023
-
Release: Adds SDK version and change log for 3.32.2 (#3752)
* version bump * contract * changelog * version bump * Fixing changelog text * Add another PR
Configuration menu - View commit details
-
Copy full SHA for d41f099 - Browse repository at this point
Copy the full SHA d41f099View commit details
Commits on Mar 21, 2023
-
Subpartitioning: Adds APIs for public release and increase REST API v…
…ersion (#3763) * initial commit, Http version issues still needs to be resolved * updateContracts + update Http Version * updateded version in test * update contracts * requested changed * changed name in comments to subpartitioning from multihash * undid changes to TestLiteralSerialization.xml * removed changes to non API.json files * removed non XXXAPI.json file changes * changed verbage on public comments * changed error message to reflect verbage change
Configuration menu - View commit details
-
Copy full SHA for 1acfaa2 - Browse repository at this point
Copy the full SHA 1acfaa2View commit details
Commits on Mar 23, 2023
-
Change Feed Processor: Fixes LeaseLostException leaks on notification…
… APIs for Renew scenarios (#3775) * Adding cases * Tests
Configuration menu - View commit details
-
Copy full SHA for d0c0578 - Browse repository at this point
Copy the full SHA d0c0578View commit details -
Upgrade Resiliency: Refactors GatewayAddressCache to Mark TransportAd…
…dresses to Unhealthy when Connection Reset Event Occurs (#3768) * Code changes to mark the transport uri to unhealthy for which a connection reset event occures through the connection state listener. * Code changes to bump up the direct version. * Code changes to clean up Gateway Address Cache. * Code changes to fix pipeline build. * Code changes to fix serilization test failures. * Code changes to add force refresh to the gateway function callback delegate.
Configuration menu - View commit details
-
Copy full SHA for 4ab6293 - Browse repository at this point
Copy the full SHA 4ab6293View commit details
Commits on Mar 27, 2023
-
[Preview] PriorityBasedExecution: Adds PriorityLevel as a RequestOpti…
…on (#3672) * Added Priority Level as a Request Option * Changed Priority Level Low and High to 1 and 2 respectively * Bumped DirectVersion * Added made PriorityLevel internal for non preview packages * Deleted PriorityLevelTests.cs * Added description of Priority Level in RequestOptions.cs * Modified comments for PriorityLevel in RequestOptions.cs * Updated Contracts * Modified Remarks for PriorityLevel and added see also link. * Updated contracts --------- Co-authored-by: Matias Quaranta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d822239 - Browse repository at this point
Copy the full SHA d822239View commit details
Commits on Mar 29, 2023
-
[Internal] Client Telemetry: Adds sampling logic for network level te…
…lemetry (#3750) * sampling logic add * throttlinfix * fix tests * fix tests * remove dispose from sampler * add 412 * draft push * refactor code for sampling * clean up * start testing * adding tests * wip * test fix * fix test * fix tests * deleted extra file * remove one toList * add custome logic for sampling * code refactor * replace key * remove commented code from test * added more comments * simpler sampler logic * refactor code
Configuration menu - View commit details
-
Copy full SHA for 1c544bf - Browse repository at this point
Copy the full SHA 1c544bfView commit details -
[Internal] Emulator Test : Fixes test when running with distributed t…
…racing enabled. (#3751) * enable DT for everything * try1 * code refactoring * fix pipeline * try 2 * Revert "try 2" This reverts commit 61643f9b4dcd2ab1898fd68b111897bed0bc6bcf. * Revert "fix pipeline" This reverts commit 4b217f5f6a087b1dd889b804fd8b477accd46419. * Revert "code refactoring" This reverts commit d1ff0ddc17ad655360988d171bd033617752f91f. * Revert "try1" This reverts commit bf9c41b43684f59719c3673d6f9c7450bbdc5142. * lazy factory and threadsafe * scope factory in function * try non static * add flag * fix test * add consoles * more console with fix * fix tests * temporarily enable dt * fuix tests * dispose listener * fix tests * remove delay * revert flag change * dynamically get number of test in trace class
Configuration menu - View commit details
-
Copy full SHA for 6553a70 - Browse repository at this point
Copy the full SHA 6553a70View commit details
Commits on Mar 30, 2023
-
Release: Adds SDK version and changelog for 3.32.3 (#3788)
* Adding contract and version bump * Adding changelog
Configuration menu - View commit details
-
Copy full SHA for 67dc262 - Browse repository at this point
Copy the full SHA 67dc262View commit details
Commits on Apr 3, 2023
-
SummaryDiagnostics: Refactors Code to Remove Dependency of HttpRespon…
…seHeadersWrapper to fetch Sub Status Codes (#3792) * Code changes to fetch sub status code from http response/ content headers. * Code changes to address review comments. * Code changes to return the first element from the sub status list. * Code changes to update first or default.
Configuration menu - View commit details
-
Copy full SHA for a697242 - Browse repository at this point
Copy the full SHA a697242View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e41eea5 - Browse repository at this point
Copy the full SHA e41eea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba078c9 - Browse repository at this point
Copy the full SHA ba078c9View commit details -
[Internal] AI Integration : Refactors useragent attribute name as per…
… Otel conventions (#3784) Co-authored-by: Fabian Meiswinkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae6bcf3 - Browse repository at this point
Copy the full SHA ae6bcf3View commit details
Commits on Apr 6, 2023
-
HttpClient: Adds Properties to the Http messages if available (#3803)
* Passing properties * test
Configuration menu - View commit details
-
Copy full SHA for 2b69394 - Browse repository at this point
Copy the full SHA 2b69394View commit details -
Documentation: Refactors SQL API reference to NoSQL API (#3793)
Co-authored-by: Kiran Kumar Kolli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4222cef - Browse repository at this point
Copy the full SHA 4222cefView commit details
Commits on Apr 7, 2023
-
[Internal] Perf test: Refactors code to re-enable performance tests (#…
…3785) * enable perf tests * updated json * upgrade benchmark * update results * updated benchmark results
Configuration menu - View commit details
-
Copy full SHA for fce9702 - Browse repository at this point
Copy the full SHA fce9702View commit details -
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 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d22ccdf - Browse repository at this point
Copy the full SHA d22ccdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 949ce0d - Browse repository at this point
Copy the full SHA 949ce0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd077df - Browse repository at this point
Copy the full SHA fd077dfView commit details