Skip to content

Releases: RimuEirnarn/LuminaDB

v0.8.1

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 07 Feb 18:42

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 22 Nov 05:46
  1. Moved worker package to separate repository, under https://pypi.org/project/LuminaDB-worker.
  2. Rename Null to SKIP for naming consistency.

Full Changelog: v0.7.14...v0.8.0

v0.7.14

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 09 Nov 10:04
  1. Added floats to Model API. Yes.

Full Changelog: v0.7.13...v0.7.14

v0.7.13

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 04 Oct 16:22

Just a simple rename.

Full Changelog: v0.7.11...v0.7.13

v0.7.12-beta

v0.7.12-beta Pre-release
Pre-release

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 31 Jul 10:31
  1. Refactor stuff
  2. 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

v0.7.12-alpha Pre-release
Pre-release

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 31 Jul 09:34
  1. Refactor a LOT of stuff
  2. Renamed chunk to chunk_callback and chunk_iter to chunk in models.ChunkableMixin
  3. 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

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 26 Jul 22:44
b084302

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

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 26 Jul 22:13

What's Changed

Full Changelog: v0.7.9...v0.7.10

v0.7.9

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 26 Jul 12:04
  1. Implemented Database Worker if you want a DB Worker Thread for no apparent reason.
  2. Removed unused and potentially resource hogging AsyncDatabase and AsyncTable

Full Changelog: v0.7.8...v0.7.9

v0.7.8

Choose a tag to compare

@RimuEirnarn RimuEirnarn released this 25 Jul 12:37
  1. Importing "models" to ensure "models" can be imported
  2. Refactor how transaction is handled, helped with contextvars.
  3. Implemented shortcut to import data from a CSV

Full Changelog: v0.7.7...v0.7.8