Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7ec55d6
feat(csharp): implement FeatureFlagCache (WI-3.1)
Jan 22, 2026
397600e
refactor(csharp): make FeatureFlagCache generic with API integration …
Jan 27, 2026
612c636
feat(csharp): integrate FeatureFlagCache with DatabricksConnection (W…
Jan 27, 2026
3cb6385
refactor(csharp): address PR review feedback for FeatureFlagCache (WI…
Jan 27, 2026
01c77a1
refactor(csharp): move feature flag merge logic to FeatureFlagCache (…
Jan 28, 2026
cb20c27
fix(csharp): use real driver version in FeatureFlagContext test const…
Jan 28, 2026
8312d7e
refactor(csharp): address PR review feedback for FeatureFlagCache (WI…
Feb 2, 2026
c520815
feat(csharp): add OAuth M2M support for FeatureFlagCache (WI-3.1)
Feb 3, 2026
4cc776a
Address comments and refactoring
Feb 3, 2026
c9888b6
refactor(csharp): move CreateForTesting to test code (WI-3.1)
Feb 3, 2026
b90d6d0
refactor(csharp): address PR review feedback for auth and user-agent …
Feb 3, 2026
86c575e
fix e2e test and add more ttl based unit test
Feb 4, 2026
2a1e09c
make SEA working with feature flag cache
Feb 4, 2026
ecc2cb1
refactor auth
Feb 4, 2026
4866988
feat(csharp): add back driver_config_take_precedence config and logic
Feb 6, 2026
9e82256
remove unnecessary changes
Feb 6, 2026
a79bc42
remove duplicate timeout configuration code
Feb 6, 2026
48e9a1a
address comments
Feb 6, 2026
fe6b8cc
fix(csharp): fix CRLF line endings in DatabricksParameters.cs
Feb 9, 2026
2262e9d
fix(csharp): update auth tests to match refactored HttpHandlerFactory
Feb 9, 2026
78733f3
fix test failures
Feb 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions csharp/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
<!-- Resilience -->
<PackageVersion Include="Polly" Version="8.5.0" />
<!-- Caching -->
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<!-- Source Link -->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
</ItemGroup>
Expand Down
Loading
Loading