You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
# Robo 3T (2026 Modern Fork)
2
+
3
+
**This is a community-maintained fork of Robo 3T (formerly Robomongo) updated for compatibility with the new versions of Mongodb.**
4
+
5
+
---
6
+
7
+
## FORK FIXES
8
+
9
+
As official development has ended, this fork provides support for compatibility with modern environments and MongoDB versions .
10
+
11
+
### **Core Compatibility Fixes**
12
+
-**Permanent Paging Fix**: Fixed the `FindCommandRequest.ntoreturn` error. The shell driver now correctly uses modern `limit` and `batchSize` fields to browse all pages of documents with no issues.
13
+
-**MongoDB CRUD API**: Migrated legacy write operations (deprecated `getLastError`) to the modern CRUD command-based API (`insert`, `update`, `delete`) with explicit write concerns.
14
+
-**Command Success**: Prevented false "Failed to get error message" errors by handling MongoDB's numeric `ok: 1.0` responses.
15
+
16
+
---
17
+
1
18
## Important
2
19
3
20
If you are using Studio 3T, please file any feedback on the [Studio 3T Feedback](https://studio3t.com/feedback/) page. If you are using Studio 3T Free, there is the [3T Community](https://community.studio3t.com/) for discussions with a [dedicated Free section](https://community.studio3t.com/c/studio-3t-free/13). Studio 3T does not monitor this repository for Studio 3T issues.
@@ -8,18 +25,13 @@ Robo 3T is no longer being developed by Studio 3T. Studio 3T recommends users lo
8
25
9
26
Read more about the changes on the [Robo 3T Blog](https://blog.robomongo.org/studio3t-free/).
10
27
11
-
The last release of Robo 3T is version 1.4.4, downloadable from the following links:
28
+
The last official release of Robo 3T is version 1.4.4, downloadable from the following links:
12
29
13
30
*[Robo 3T Windows .zip](https://download.studio3t.com/robomongo/windows/robo3t-1.4.4-windows-x86_64-e6ac9ec5.zip)
14
-
15
31
*[Robo 3T Windows .exe](https://download.studio3t.com/robomongo/windows/robo3t-1.4.4-windows-x86_64-e6ac9ec5.exe)
And the source code from [Robo 3T repository](https://github.com/Studio3T/robomongo/latest).
22
-
23
35
Studio 3T would like to thank the Robo 3T community who used and supported the application, since it was acquired in 2017. This repository, the website and blog will be left online and available to maintain a record of what was one of the most influential MongoDB clients of its time.
0 commit comments