Skip to content

Latest commit

 

History

History
122 lines (99 loc) · 15.2 KB

File metadata and controls

122 lines (99 loc) · 15.2 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.1.3 (2025-04-08)

Documentation

  • add release guide (22c07c3)
  • add tech stack diagram overview to readme.md (#99) (f0e2c42)
  • explain in README how to seed knowledge base (f44e7bb)
  • refine migrations readme (24a07ba)

Features

Bug Fixes

  • add default for llm system prompt sender (785daa8)
  • add migration for pins table (#98) (468aa67)
  • add more verbose logging (f7cd9d0)
  • add more verbose logging (dc6cb90)
  • call create suggestion endpoint (#36) (19b27fa)
  • copy env.py to parent directory in dockerfile (#72) (95df154)
  • correct migration for public workspaces (#96) (4d041c9)
  • display version/sidebar loading on first load only (#171) (78174b3)
  • do not require storage account on build (3ed4cf0)
  • enable azure login and secure sharing (#105) (edd3826)
  • enable notify step (#67) (aee428e)
  • enable public access to public workspaces (#103) (6d5522c)
  • enable starting app using docker compose (#17) (cb1fc8f)
  • fix env config (d23aa30)
  • fix global index (90fb0d2)
  • fix pylint warning (edb8ded)
  • fix pylint warning (994636a)
  • implemented wrapper for mergerretriever (#187) (84c4602)
  • instantiate azure file helper outside of init (2255b4e)
  • lint frontend and backend (#22) (c8e9a7e)
  • merge (6efd6a4)
  • move env variable init to a separate method (#68) (94bcb4a)
  • moved logging from stderr to stdout (#190) (008ec09)
  • only run notify when pr is on main or release (#65) (4bdb6ea)
  • remove faulty router usage (e0a541b)
  • remove hardcoded storage account variable (#37) (30a0319)
  • remove migrations used for debugging (d5c59fb)
  • rename migrations readme to markdown (05085c4)
  • require users to create workspace (aa96aa3)
  • resolve pylint issues (#26) (637bb78)
  • resolve pylint issues (#74) (20068e6)
  • revalidate form when changing challenge (#95) (3d31bf3)
  • root-dir (ad688cc)
  • run initial embedding only if seed storage is enabled (baab75b)
  • run pipeline only if pr is on main or release (#66) (95b8f5b)
  • start webserver before seeding is done (b57abba)
  • start webserver before seeding is done (faed2d0)
  • typo in document-upload (#200) (40eafb7)
  • unselect painpoint in list based on id not position (#170) (c730e30)
  • update query cache when updating workspace (#131) (f544627)
  • use full file path on document upload (0621a79)
  • use stage for env validation (4437f97)

0.1.2 (2025-01-24)

Features

Bug Fixes

  • update query cache when updating workspace (#131) (f346db8)

0.1.1 (2025-01-14)

Documentation

  • add tech stack diagram overview to readme.md (#99) (d67e421)
  • refine migrations readme (8e88aa6)

Features

Bug Fixes

  • add migration for pins table (#98) (1f09a41)
  • correct migration for public workspaces (#96) (9fdc0ec)
  • enable azure login and secure sharing (#105) (12c42c3)
  • enable public access to public workspaces (#103) (2c92fbf)
  • remove migrations used for debugging (94f9513)
  • rename migrations readme to markdown (6eba9d1)
  • revalidate form when changing challenge (#95) (4a5166a)