Releases: h3rald/litestore
Releases · h3rald/litestore
v1.13.0
- 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
v1.12.1
v1.12.0
v1.11.0
v1.10.0
- 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
v1.9.2
v1.9.1
- 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)