This repository was archived by the owner on Jun 23, 2024. It is now read-only.
Releases: taciturnaxolotl/scaffold-server
Releases · taciturnaxolotl/scaffold-server
Release list
v0.2.1
Changelog
Full Commit Log: https://github.com/kcoderhtml/scaffold-server/commits/v0.2.1
[0.2.1] - 2024-06-22
🚀 Features
- Update db schema to no longer care about the uri
v0.2.0
Changelog
Full Commit Log: https://github.com/kcoderhtml/scaffold-server/commits/v0.2.0
[0.2.0] - 2024-06-19
🚀 Features
- Add version route that pulls from package.json
📚 Documentation
- List the image removal endpoint
⚙️ Miscellaneous Tasks
- Add Docker configuration files and ignore unnecessary files
- Add GitHub Actions workflow for publishing Docker image
- Update Dockerfile to use separate build stage for installing dependencies
Bug
- Fix docker build stage
v0.1.2
Changelog
Full Commit Log: https://github.com/kcoderhtml/scaffold-server/commits/v0.1.2
[0.1.2] - 2024-06-18
Bug
- Update image insertion logic and persist vectorDB to correct file path
v0.1.1
Changelog
Full Commit Log: https://github.com/kcoderhtml/scaffold-server/commits/v0.1.1
[0.1.1] - 2024-06-18
Bug
- Fix save path for vectorDB and use add gitignore for both dbs
v0.1.0
Changelog
All notable changes to this project will be documented in this file.
[unreleased]
Bug
- Cliff body was pulling from wrong var
[0.1.0] - 2024-06-18
🚀 Features
- Setup db with movie template
- Add db persistance
- Add api
- Save db when inserting an image into the db and fix query endpoint
- Update readme
- Add token management API endpoints and SQLite database
- Update endpoints to use token to infer userid
- Add image removal API endpoint
- Add request logging with pretty timestamp
- Add line breaks and divisions for beauty
- Add GitHub Actions workflow for generating changelog
⚙️ Miscellaneous Tasks
- Add initial project files and configuration
- Update database paths
- Fix cliff workflow
- Fix cliff workflow again
- Finaly :fingers-crossed: fix cliff
Bug
- Fix cliff permissions