jet / equinox

.NET event sourcing library with CosmosDB, DynamoDB, EventStoreDB, message-db, SqlStreamStore and integration test backends. Focused at stream level; see https://github.com/jet/propulsion for cross-stream projections/subscriptions/reactions
https://github.com/jet/dotnet-templates
Apache License 2.0
472 stars 68 forks source link

feat(CosmosStore)!: Remove bypassCertificateValidation option #443

Closed bartelink closed 7 months ago

bartelink commented 8 months ago

Given the SDK supports a flag in the connection string, apps should stop leaning on this mechanism

See https://github.com/Azure/azure-cosmos-dotnet-v3/issues/4222