docs: add warning about Cosmos dB incompatibility#13350
docs: add warning about Cosmos dB incompatibility#13350paulpopus merged 4 commits intopayloadcms:mainfrom
Conversation
add warning about Cosmos dB incompatibility
There was a problem hiding this comment.
This could really be improved by talking about the new importable compatibilityOptions.cosmosdb option that was added recently. By spreading that option object into the adapter, devs don't need to flip individual switches and can instead have all the recommended settings applied.
Sure, I’ll include this! Although I see it’s already mentioned here. Happy to adjust based on what you think works best. |
added the compatibility options example
|
🚀 This is included in version v3.82.0 |
Update the docs to warn about Cosmos dB incompatibility with payload, <!-- Thank you for the PR! Please go through the checklist below and make sure you've completed all the steps. Please review the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository if you haven't already. The following items will ensure that your PR is handled as smoothly as possible: - PR Title must follow conventional commits format. For example, `feat: my new feature`, `fix(plugin-seo): my fix`. - Minimal description explained as if explained to someone not immediately familiar with the code. - Provide before/after screenshots or code diffs if applicable. - Link any related issues/discussions from GitHub or Discord. - Add review comments if necessary to explain to the reviewer the logic behind a change ### What? ### Why? ### How? Fixes # --> --------- Co-authored-by: Paul Popus <paul@payloadcms.com> Co-authored-by: Paul <paul@nouance.io>
Update the docs to warn about Cosmos dB incompatibility with payload,