Skip to content

Commit cefbbd4

Browse files
authored
Update Alpha notes. (#58)
1 parent cb06e75 commit cefbbd4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

migration-guides/mongodb-atlas.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ Refer to the instructions above on how to use the current alpha support for Mong
106106

107107
**Known Issues (Alpha)**
108108

109-
- [ ] MongoDB -> PowerSync Service replication is not optimized for performance yet. We are targeting 2,000+ operations per second for the Beta.
110-
- [ ] Unhelpful "Something went wrong" error in the Dashboard when PowerSync IPs have not been allowed for Atlas users (Network Access -> IP Access List)
111-
- [ ] Unhelpful "Something went wrong" error in the Dashboard when `mongodb://` is used for the URI scheme; `mongodb+srv://` must be used
112-
- [ ] Consistency guarantees are currently _eventually consistent_ — that is, operations can arrive out of order on the client. We are targeting to provide _causal+ consistency_ using `changeStreamPreAndPostImages`
109+
- [x] **FIXED**: MongoDB -> PowerSync Service replication is not optimized for performance yet. We are targeting 2,000+ operations per second for the Beta.
110+
- [x] **FIXED**: Unhelpful "Something went wrong" error in the Dashboard when PowerSync IPs have not been allowed for Atlas users (Network Access -> IP Access List)
111+
- [x] **FIXED**: Unhelpful "Something went wrong" error in the Dashboard when `mongodb://` is used for the URI scheme; `mongodb+srv://` must be used
112+
- [x] **FIXED**: Consistency guarantees are currently _eventually consistent_ — that is, operations can arrive out of order on the client. We are targeting to provide _causal+ consistency_ using `changeStreamPreAndPostImages`. **Update:** Instances can now be configured to use Post Images to resolve consistency issues.
113113

114114
#### Beta (In Progress - ETA 2024Q4)
115115
- [x] Availability in PowerSync Cloud
116-
- [ ] Fully functional diagnostics API
117-
- [ ] Validate that TLS connections Just Work ™️ without any additional configuration
118-
- [ ] Address all known issues in _Known Issues_
116+
- [x] Fully functional diagnostics API
117+
- [x] Validate that TLS connections Just Work ™️ without any additional configuration
118+
- [x] Address all known issues in _Known Issues_
119119

120120
#### V1 (Not Started) — Estimated start 2025Q1

0 commit comments

Comments
 (0)