Releases: RimuEirnarn/LuminaDB
Releases · RimuEirnarn/LuminaDB
Release list
v0.8.1
What's Changed
- Remove known debug calls by @RimuEirnarn in #48
- Added auto increment support for Model API and Table API by @RimuEirnarn in #47
Full Changelog: v0.8.0...v0.8.1
v0.8.0
- Moved
workerpackage to separate repository, under https://pypi.org/project/LuminaDB-worker. - Rename
NulltoSKIPfor naming consistency.
Full Changelog: v0.7.14...v0.8.0
v0.7.14
- Added floats to Model API. Yes.
Full Changelog: v0.7.13...v0.7.14
v0.7.13
Just a simple rename.
Full Changelog: v0.7.11...v0.7.13
v0.7.12-beta
- Refactor stuff
- Now functions can be properly used and will return as-is
Full Changelog: v0.7.12-alpha...v0.7.12-beta
v0.7.12-alpha
- Refactor a LOT of stuff
- Renamed
chunktochunk_callbackandchunk_itertochunkinmodels.ChunkableMixin - Allows
models.ChunkableMixin.chunk*to use kwargs. (e.g,Users.chunk(2000, title="something"))
Full Changelog: v0.7.11...v0.7.12-alpha
v0.7.11
What's Changed
- Fix any known and possible SQL Injection through classic Table API #45 by @RimuEirnarn in #46
Full Changelog: v0.7.10...v0.7.11
v0.7.10
What's Changed
- Fix critical vulnerability in #43, immediate patch by @RimuEirnarn in #44
Full Changelog: v0.7.9...v0.7.10
v0.7.9
- Implemented Database Worker if you want a DB Worker Thread for no apparent reason.
- Removed unused and potentially resource hogging AsyncDatabase and AsyncTable
Full Changelog: v0.7.8...v0.7.9
v0.7.8
- Importing "models" to ensure "models" can be imported
- Refactor how transaction is handled, helped with contextvars.
- Implemented shortcut to import data from a CSV
Full Changelog: v0.7.7...v0.7.8