Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Releases: taciturnaxolotl/scaffold-server

v0.2.1

Choose a tag to compare

@taciturnaxolotl taciturnaxolotl released this 22 Jun 23:55
1a8b44d

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

Choose a tag to compare

@taciturnaxolotl taciturnaxolotl released this 19 Jun 00:31
d17ec10

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

Choose a tag to compare

@taciturnaxolotl taciturnaxolotl released this 18 Jun 17:33
7f89b1c

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

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@taciturnaxolotl taciturnaxolotl released this 18 Jun 16:58
cef33f3

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

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@taciturnaxolotl taciturnaxolotl released this 18 Jun 15:43
ef3bc13

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