Skip to content

Commit b08f0dc

Browse files
committed
docs: remove version numbers from README
- Removed 'NEW in v0.4.9' labels - Removed version requirements (v0.4.4 or later -> Latest version) - Removed version from section headers - Keeps documentation evergreen and easier to maintain
1 parent 0de9cfe commit b08f0dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Choose the deployment mode that fits your needs.
3838
- ✅ Edge deployments without network
3939
- ✅ No server setup required
4040

41-
**Embedded Concurrent Mode (NEW in v0.4.9):**
41+
**Embedded Concurrent Mode:**
4242
- ✅ Web applications (Flask, FastAPI, Django)
4343
- ✅ Multi-process workers (Gunicorn, uWSGI)
4444
- ✅ Hot reloading development servers
@@ -54,7 +54,7 @@ Choose the deployment mode that fits your needs.
5454

5555
---
5656

57-
## Concurrent Embedded Mode (v0.4.9+)
57+
## Concurrent Embedded Mode
5858

5959
For web applications that need multiple processes to access the same database:
6060

@@ -175,9 +175,9 @@ services:
175175
176176
### For Concurrent Mode
177177
178-
- **SochDB Core**: v0.4.4 or later
178+
- **SochDB Core**: Latest version
179179
- **Python**: 3.9+ (3.11+ recommended)
180-
- **Native Library**: `libsochdb_storage.{dylib,so}` v0.4.4+
180+
- **Native Library**: `libsochdb_storage.{dylib,so}`
181181
- **FFI**: ctypes (built-in to Python)
182182

183183
**Operating Systems:**
@@ -4347,7 +4347,7 @@ A:
43474347
A: Yes! Both modes have the same API. Change `Database.open()` to `SochDBClient()` and vice versa.
43484348

43494349
**Q: Do temporal graphs work in embedded mode?**
4350-
A: Yes! As of v0.3.4, temporal graphs work in both embedded and server modes with identical APIs.
4350+
A: Yes! Temporal graphs work in both embedded and server modes with identical APIs.
43514351

43524352
**Q: Is embedded mode slower than server mode?**
43534353
A: Embedded mode is faster for single-process use (no network overhead). Server mode is better for distributed deployments.

0 commit comments

Comments
 (0)