Skip to content

Releases: h3rald/litestore

v1.13.0

07 Jan 21:18
d89cc26
Compare
Choose a tag to compare
  • Implemented support for downloading and caching JWKS file for token verification by specifying a jwks_uri configuration setting.
  • Reviewed and re-implemented token verification leveraging OpenSSL v3.2.0 APIs.
  • Upgraded SQLite to v3.44.2
  • Exposed a new $http JavaScript global object that can be used to execute HTTP(S) requests in middleware code.

v1.12.2

26 Aug 07:52
Compare
Choose a tag to compare
  • Upgraded to SQLite v3.43.0.
  • Restored original NimJWT dependency as it now compiles fine.
  • Support for Nim v2.0.0.

v1.12.1

27 Dec 15:57
Compare
Choose a tag to compare
  • Upgraded SQLite to v3.40.0
  • Upgraded DukTape to v2.7.0
  • Forked NimJWT to fix compilation error

v1.12.0

19 Aug 15:53
Compare
Choose a tag to compare
  • Added new assets resource to be able to retrieve all files (even JSON) as non-raw and attempt to retrieve an index.html if present.
  • Upgraded to SQLite v3.39.2.
  • Fixed #69.

v1.11.0

03 Jul 16:47
f057e3f
Compare
Choose a tag to compare
  • Upgraded SQLite to v3.36.0
  • Folders starting with a dot are now ignored when importing files (thanks @tomidery).
  • Added the possibility to exclude files from search (thanks @tomidery).

v1.10.0

14 Apr 20:08
7bc62d2
Compare
Choose a tag to compare
  • Upgraded SQLite to v3.35.4.
  • Upgraded DukTape to v2.26.0.
  • Added information on how to create a LiteStore Docker image, linked to official images (#58 -- Thanks @nightlyworker)
  • Added missing bootstrap.min.css.map.
  • Fixed JSON formatting in error messages (was not escaped properly).
  • It is now possible to use spaces in document names (#63 -- Thanks @tomidery)
  • It is now possible to edit tags for non-JSON documents (#63 -- Thanks @tomidery)
  • It is now possible to apply custom tags to bulk-imported files via a dedicated _tags file (#64 -- Thanks @tomidery)
  • It is now possible to find a document by matching a string against its ID (#65 -- thanks @tomidery)

v1.9.3

30 Nov 16:57
Compare
Choose a tag to compare
  • Fixed compilation error due to JWT API change (#54, #55).
  • Fixed problem when trying to edit JSON files with the admin app without specifying an extension (#57). Now documents without an extensions are assumed to be JSON documents.

v1.9.2

31 Oct 22:39
Compare
Choose a tag to compare

Recompiled with Nim v1.4.0

v1.9.1

06 Sep 09:29
Compare
Choose a tag to compare
  • Re-added --threads:on
  • Upgraded to SQLite 3.33.0
  • Fixed a few issues with middleware
  • Fixed a few issues with high-level programmatic API
  • Fixed a few documentation markup issues
  • Fixed support for allowed: false in secondary stores
  • Settiing modified document property to creation date by default
  • Now printing more store-specific information on startup
  • Fixed querystring support from JS api
  • Fixed linux binaries (now fully static, no longer requiring musl)

v1.9.0

18 Mar 17:03
Compare
Choose a tag to compare
  • Implemented support for managing multiple datastores with one server/process.
  • Upgraded SQLite to v3.31.1.