Skip to content
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

chore(cosmos): deprecate unnecessary az cosmos nosql functionality #262

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

stijnmoreels
Copy link
Member

@stijnmoreels stijnmoreels commented Jan 24, 2025

Mark the NoSqlFilter as deprecated in favor of a more dev-friendly direct predicate function.

Developers are used to having delegates Func<...> when they see Where/Match functions. Having an extra type only overcomplicates things.

Closes #261

@stijnmoreels stijnmoreels requested a review from a team as a code owner January 24, 2025 07:42
Copy link

netlify bot commented Jan 24, 2025

Deploy Preview for arcus-testing canceled.

Name Link
🔨 Latest commit 99bf080
🔍 Latest deploy log https://app.netlify.com/sites/arcus-testing/deploys/6793453cb6691600091fe8cc

@arcus-automation
Copy link
Collaborator

🧪 Code coverage summary

Metric Value
Line coverage 🟢 92.2%
Branch coverage 🟢 80.9%

Great job! 😎 Your code coverage is higher than my caffeine levels! ☕

@stijnmoreels stijnmoreels added enhancement New feature or request area:storage All issues related to Azure storage labels Feb 4, 2025
@stijnmoreels stijnmoreels changed the title chore: deprecate unnecessary az cosmos nosql functionality chore(cosmos): deprecate unnecessary az cosmos nosql functionality Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:storage All issues related to Azure storage enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🏷️ Mark the NoSqlFilter obsolete, as it does not provide enough reason to live
2 participants