Releases: simpx/jsonlite
Releases · simpx/jsonlite
v1.0.0 - Stable Release
JSONLite v1.0.0 - Stable Release
🎉 JSONLite is now production-ready!
✨ Features
- Full MongoDB-compatible API (90%+ coverage)
- CRUD operations with advanced query operators
- Atomic operations (find_one_and_*)
- Aggregation pipeline ($match, $group, $project, $sort, $limit, $skip, $count, $unwind)
- Index support (single, composite, unique, sparse)
- Transaction support with rollback
- Query result caching (LRU)
- Optional orjson acceleration
- Full concurrency support (file locking)
📊 Performance
- 10k records query < 100ms
- 262x faster bulk inserts with optimizations
- 85%+ test coverage (229 tests)
📚 Documentation
- Complete API reference
- Usage tutorials
- Migration guide
- Performance benchmarks
🔧 CI/CD
- Automated testing (Python 3.6-3.12)
- Auto-publish to PyPI on release
Install: pip install jsonlite-db
v0.0.11
v0.0.10
v0.0.9
v0.0.8
pymongo_patch :)
v0.0.7 update readme