From 359e75407b74bf81a6d8b81323ec1de6a7043866 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:31:07 +0000 Subject: [PATCH] chore(main): release 0.10.0 --- CHANGELOG.md | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23950ed8..5f34e2dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,180 @@ # Changelog +## [0.10.0](https://github.com/vanakema/leapfrogai/compare/v0.10.0...v0.10.0) (2024-08-08) + + +### ⚠ BREAKING CHANGES + +* **api:** updating api endpoints ([#817](https://github.com/vanakema/leapfrogai/issues/817)) + +### Features + +* Add ability edit delete assistants within the UI ([#510](https://github.com/vanakema/leapfrogai/issues/510)) ([e8408b7](https://github.com/vanakema/leapfrogai/commit/e8408b75468902861a41c11060ae4d0b138f24ad)) +* add chat and completion pbs ([5e8dd4b](https://github.com/vanakema/leapfrogai/commit/5e8dd4b83b17e920d8a8d1e15f88618dd8b86d79)) +* add chat proto and mpt model impl ([f537f26](https://github.com/vanakema/leapfrogai/commit/f537f26366cb05698f75fcf2cc02552208205115)) +* Add supabase deployment package ([#380](https://github.com/vanakema/leapfrogai/issues/380)) ([8982bc0](https://github.com/vanakema/leapfrogai/commit/8982bc08e7e2dac496409a38e3f53f7757c3bdbf)) +* add working embedding endpoint for all-minilm-l6-v2 ([a03187a](https://github.com/vanakema/leapfrogai/commit/a03187a47905e1eec2af8f53fdba07761b6a4586)) +* add working HF chat model for mpt-7b-chat ([0d5d818](https://github.com/vanakema/leapfrogai/commit/0d5d818f7e730dc5941938351946adc8ce0f15d0)) +* **API:** Add authentication ([#533](https://github.com/vanakema/leapfrogai/issues/533)) ([a634a59](https://github.com/vanakema/leapfrogai/commit/a634a59d011fbbd2a355458e3bad711af16cb5df)) +* **api:** assistants endpoint ([#424](https://github.com/vanakema/leapfrogai/issues/424)) ([0c483a1](https://github.com/vanakema/leapfrogai/commit/0c483a1fd1848836bb1d964d0f1c831c26957ea6)) +* **api:** long lived api keys ([#658](https://github.com/vanakema/leapfrogai/issues/658)) ([8de7de5](https://github.com/vanakema/leapfrogai/commit/8de7de571d58b52683615860388fb848ebd0acb7)) +* **api:** Runs endpoints ([#583](https://github.com/vanakema/leapfrogai/issues/583)) ([fecf0f8](https://github.com/vanakema/leapfrogai/commit/fecf0f8e6d163cf8e28237639cf1bf250d552398)) +* **api:** set api variable to expose by default ([#768](https://github.com/vanakema/leapfrogai/issues/768)) ([310a735](https://github.com/vanakema/leapfrogai/commit/310a7352bcf8f5933cc3b5dac775333bc31b78b7)) +* **api:** Support Uploading PowerPoint Files for RAG ([#733](https://github.com/vanakema/leapfrogai/issues/733)) ([612126d](https://github.com/vanakema/leapfrogai/commit/612126d0541a6ad0cc2215bf57227a89663ab648)) +* **api:** Threads and Message Endpoints ([#554](https://github.com/vanakema/leapfrogai/issues/554)) ([4b69d3c](https://github.com/vanakema/leapfrogai/commit/4b69d3c7713a6924d846afb60a72486135c4be30)) +* **api:** transcription/translation endpoints ([#726](https://github.com/vanakema/leapfrogai/issues/726)) ([a62b07e](https://github.com/vanakema/leapfrogai/commit/a62b07e7e053cce92302286722ba26373214d5cc)) +* **api:** vector store endpoints ([#468](https://github.com/vanakema/leapfrogai/issues/468)) ([2cc0737](https://github.com/vanakema/leapfrogai/commit/2cc07376fca20d491a15a5c1fddc317f3bacdfad)) +* **backend:** add k3d gpu image builder ([#797](https://github.com/vanakema/leapfrogai/issues/797)) ([4504085](https://github.com/vanakema/leapfrogai/commit/4504085dc10e9b6cb74115c974ea5e8f8c7fa98c)) +* **backend:** nvidia runtimeclass ([#787](https://github.com/vanakema/leapfrogai/issues/787)) ([106997d](https://github.com/vanakema/leapfrogai/commit/106997d42e750014de94959c939442ac4e23378b)) +* factor chat proto into separate services for steam and non-stream ([1bbabb9](https://github.com/vanakema/leapfrogai/commit/1bbabb937fc2199050b955f2a4cfde1107059681)) +* factor the api code into files for each endpoint ([536c9eb](https://github.com/vanakema/leapfrogai/commit/536c9eb7bd021b90696afe3cc12401f6ae7fd105)) +* files endpoints ([#467](https://github.com/vanakema/leapfrogai/issues/467)) ([c269eee](https://github.com/vanakema/leapfrogai/commit/c269eee174124949b103240110bd1eae5177d301)) +* finish renaming completion + generation protos ([9746419](https://github.com/vanakema/leapfrogai/commit/974641932cf3861663ad868a5f7e64f803eab9b2)) +* fix gitignore to exclude local model files ([2127ed8](https://github.com/vanakema/leapfrogai/commit/2127ed82f4fd6de1501aba21b0c648d1091bb35a)) +* LLM Backend ADR and ADR Template ([#262](https://github.com/vanakema/leapfrogai/issues/262)) ([ff278c2](https://github.com/vanakema/leapfrogai/commit/ff278c21b081785a6b82e3104a768a70b2b778de)) +* remove pytorch and nvidia dependencies that are already included in our base image ([6a9a4d4](https://github.com/vanakema/leapfrogai/commit/6a9a4d4074354023684e5465229f03dc776597b1)) +* rename chat.proto's CompletionChoice to ChatCompletionChoice ([50a62b5](https://github.com/vanakema/leapfrogai/commit/50a62b5e34795e2ee01c37248607bc3b92654cd6)) +* renamed generate endpoint to completion ([b320868](https://github.com/vanakema/leapfrogai/commit/b32086888bf1ee83f24f316f2bc3c5ae89f6ae6f)) +* sidenav redesign with import and export ([#398](https://github.com/vanakema/leapfrogai/issues/398)) ([368e4e9](https://github.com/vanakema/leapfrogai/commit/368e4e9b152a126a02473dbff46875da94c58d3a)) +* silent parallel make targets for build and deployment ([#824](https://github.com/vanakema/leapfrogai/issues/824)) ([681aafd](https://github.com/vanakema/leapfrogai/commit/681aafdec1b59f00fb8c8deb598a00327ef404b6)) +* textarea instead of text input ([#435](https://github.com/vanakema/leapfrogai/issues/435)) ([47a0fba](https://github.com/vanakema/leapfrogai/commit/47a0fba2196fd3ea67d0190401a9247f1bad5803)) +* ui assistants management ([#469](https://github.com/vanakema/leapfrogai/issues/469)) ([28ba7ed](https://github.com/vanakema/leapfrogai/commit/28ba7edd1cdd22eda99b50a3fe08f987cc53e020)) +* **ui:** 531 file management ([#558](https://github.com/vanakema/leapfrogai/issues/558)) ([884761b](https://github.com/vanakema/leapfrogai/commit/884761b06dde49bb701cc25678fefd03248cd102)) +* **ui:** API Keys ([#729](https://github.com/vanakema/leapfrogai/issues/729)) ([1fa59ee](https://github.com/vanakema/leapfrogai/commit/1fa59ee3465f0b6aaa4be7271965def9fba9820d)) +* **ui:** Assistant Avatars ([#494](https://github.com/vanakema/leapfrogai/issues/494)) ([b4d9cfc](https://github.com/vanakema/leapfrogai/commit/b4d9cfc0b2d7b6d89f0efc0d6d76438fd2f9d92e)) +* **ui:** dates ([#404](https://github.com/vanakema/leapfrogai/issues/404)) ([7efcebf](https://github.com/vanakema/leapfrogai/commit/7efcebfceac3a3f9670005ebb9ba6ba6e977d94d)) +* **ui:** remove carbon and replace with Flowbite ([#862](https://github.com/vanakema/leapfrogai/issues/862)) ([921a864](https://github.com/vanakema/leapfrogai/commit/921a8642c3e70c4d0dc3d92cd0d7745e45e21524)) +* **ui:** settings/profile header btn re-design ([941da3a](https://github.com/vanakema/leapfrogai/commit/941da3af38621c869b5724dc91439238b046febd)) +* **ui:** Utilize OpenAI for backend ([#553](https://github.com/vanakema/leapfrogai/issues/553)) ([5371956](https://github.com/vanakema/leapfrogai/commit/5371956867d6a98196e22ec24574f885c25bce80)) +* update tests to not use the response.text field ([ba626dd](https://github.com/vanakema/leapfrogai/commit/ba626ddcc11e6504981fca2b2a11b63d339ea57f)) +* updated chat completion proto ([0e7a46c](https://github.com/vanakema/leapfrogai/commit/0e7a46cce4e94736d6cfc0ec936c7001ea39b299)) +* working container for mpt-chat model ([34130c5](https://github.com/vanakema/leapfrogai/commit/34130c5cd1d590720307bd36bdee4baf66d3f8e5)) +* working huggingchat api compatibility ([0fbfd17](https://github.com/vanakema/leapfrogai/commit/0fbfd171c3d186c6dea46951e51936ff5e38b77d)) +* working implementation of streaming + non-streaming chat endpoint ([8c53d88](https://github.com/vanakema/leapfrogai/commit/8c53d88e4722d771578cf2c45db0c23034e3dbd8)) + + +### Bug Fixes + +* address Docker warning about case mismatch between 'as' and 'from'. ([#780](https://github.com/vanakema/leapfrogai/issues/780)) ([a72bc94](https://github.com/vanakema/leapfrogai/commit/a72bc94d96a975ca40687cf76cd525d293076102)) +* allow release-please to update pyrpoject.toml files ([#509](https://github.com/vanakema/leapfrogai/issues/509)) ([3e1f0a6](https://github.com/vanakema/leapfrogai/commit/3e1f0a6c3a749e868caabf31035ddbbe6831bb1c)) +* **api:** bump max tokens to maximum for Synthia-7B to prevent chopping ([#699](https://github.com/vanakema/leapfrogai/issues/699)) ([ef7e098](https://github.com/vanakema/leapfrogai/commit/ef7e09802b00cc46b6fe350ed4d701ee710a9433)) +* **api:** fix indexing files with api key auth ([#852](https://github.com/vanakema/leapfrogai/issues/852)) ([c4d9c3f](https://github.com/vanakema/leapfrogai/commit/c4d9c3f289f8708cd08a82d290fe9ab51ba8cc09)) +* **api:** Migrations ([#606](https://github.com/vanakema/leapfrogai/issues/606)) ([e91e525](https://github.com/vanakema/leapfrogai/commit/e91e5254482e447c1ec876c762c217aae5178e25)) +* **api:** type-checking embedding list[str] ([#773](https://github.com/vanakema/leapfrogai/issues/773)) ([a7030ad](https://github.com/vanakema/leapfrogai/commit/a7030ad4f7abf6a2e902e4dca45f3e04f24c6fc7)) +* **build:** supabase bundle deployment order ([#635](https://github.com/vanakema/leapfrogai/issues/635)) ([c1a8294](https://github.com/vanakema/leapfrogai/commit/c1a8294a2896795354c93fd442f24f1db6ed584a)) +* cleanup for pr ([8b3fd50](https://github.com/vanakema/leapfrogai/commit/8b3fd5052864316c5aaefc75f7eca77378d03b37)) +* correct typos in e2e workflow path triggers ([#376](https://github.com/vanakema/leapfrogai/issues/376)) ([ab29743](https://github.com/vanakema/leapfrogai/commit/ab297431d2d5acb26b4d6f5c3e231e904b0b7e76)) +* disable forceRun for supabase jwt generation ([#806](https://github.com/vanakema/leapfrogai/issues/806)) ([eb9b1e0](https://github.com/vanakema/leapfrogai/commit/eb9b1e034eeb65b78f32263e92a1e99c421a01e2)) +* fix references to architectures across various Dockerfiles ([#779](https://github.com/vanakema/leapfrogai/issues/779)) ([eb3b77d](https://github.com/vanakema/leapfrogai/commit/eb3b77d46cde82734628a45f548748537ced555c)) +* fix release workflow from calling the wrong make target ([#383](https://github.com/vanakema/leapfrogai/issues/383)) ([7b4dc7c](https://github.com/vanakema/leapfrogai/commit/7b4dc7c658afc7ca7118dacb781d2451d82d6cab)) +* handle database permissions errors and workflow exceptions ([#609](https://github.com/vanakema/leapfrogai/issues/609)) ([e910f06](https://github.com/vanakema/leapfrogai/commit/e910f06bcf8a568717a3e7deac74b2ec1ebd04d0)) +* helm template evluation for whisper GPU_REQUEST envvar ([#859](https://github.com/vanakema/leapfrogai/issues/859)) ([5320890](https://github.com/vanakema/leapfrogai/commit/532089087fd520121c64d331716945563509a062)) +* input resize bug ([#472](https://github.com/vanakema/leapfrogai/issues/472)) ([da7e377](https://github.com/vanakema/leapfrogai/commit/da7e37700b8a19a34e92109f1a8479c0b681146f)) +* make errors when supabase is unavailable ([#814](https://github.com/vanakema/leapfrogai/issues/814)) ([976635c](https://github.com/vanakema/leapfrogai/commit/976635cd5c5d615cc16adcbf6d6622845ab64eca)) +* make sure pytest catches files ([#438](https://github.com/vanakema/leapfrogai/issues/438)) ([fe3bd9b](https://github.com/vanakema/leapfrogai/commit/fe3bd9b05bd9df6e82e6db976acadfbab855297d)) +* Quality of Life issues ([#429](https://github.com/vanakema/leapfrogai/issues/429)) ([5f5444b](https://github.com/vanakema/leapfrogai/commit/5f5444baf238c09af65f977c1c8e187121da3809)) +* send and cancel btn tooltips ([#436](https://github.com/vanakema/leapfrogai/issues/436)) ([bbb6ea9](https://github.com/vanakema/leapfrogai/commit/bbb6ea9f7a8a45a67af4c7989c569b66aa388b6b)) +* skip simple test ([610daf4](https://github.com/vanakema/leapfrogai/commit/610daf4417c0e854b0bdc24cee6a27e43770be0c)) +* tool resources validation ([#654](https://github.com/vanakema/leapfrogai/issues/654)) ([d2cbb09](https://github.com/vanakema/leapfrogai/commit/d2cbb091129398ecab197ffae84adca6af22f638)) +* **ui:** logout ([#849](https://github.com/vanakema/leapfrogai/issues/849)) ([f71af5d](https://github.com/vanakema/leapfrogai/commit/f71af5d6c0d6432644144f0ad090100969c69c04)) +* **ui:** playwright login without keycloak ([#833](https://github.com/vanakema/leapfrogai/issues/833)) ([fd1e3dd](https://github.com/vanakema/leapfrogai/commit/fd1e3dd3148581307d9ccf021c94d4208d839c56)) +* update 'latest' bundles to reference ui and supabase via reposistory instead of path ([#508](https://github.com/vanakema/leapfrogai/issues/508)) ([818f55a](https://github.com/vanakema/leapfrogai/commit/818f55ab8c0d173355345f58f46e36dca7f9e51b)) +* update README table of contents and formatting ([#653](https://github.com/vanakema/leapfrogai/issues/653)) ([cd7e2a6](https://github.com/vanakema/leapfrogai/commit/cd7e2a6d2c0857bf14edf68fff86108ca7d85fd3)) +* update the keycloak url that supabase redirects to ([#535](https://github.com/vanakema/leapfrogai/issues/535)) ([541c7bd](https://github.com/vanakema/leapfrogai/commit/541c7bdf82aa8dc94dbb1113ecfeb0f075f5b260)) +* use zarf vendored kubectl during supabase deployment ([#517](https://github.com/vanakema/leapfrogai/issues/517)) ([c236d39](https://github.com/vanakema/leapfrogai/commit/c236d39a62694d7750ebe562b2f55dcafc238d34)) +* **whisper:** Including missing cuda dependencies required for GPU runtimes ([2aba4af](https://github.com/vanakema/leapfrogai/commit/2aba4af86b37d32fbb4a8cbe73b6151e2e1c3190)) + + +### Miscellaneous + +* [#491](https://github.com/vanakema/leapfrogai/issues/491) support arm64 (Apple Silicon) ([#659](https://github.com/vanakema/leapfrogai/issues/659)) ([adf3334](https://github.com/vanakema/leapfrogai/commit/adf3334e1fa0bc3f62895de25e60ebf2e8e3a27a)) +* add CODEOWNERS to repository ([#269](https://github.com/vanakema/leapfrogai/issues/269)) ([b08dbed](https://github.com/vanakema/leapfrogai/commit/b08dbed0a858ec68d469e9eeb1966b02a2d97cce)) +* add default GH PR workflow triggers to test workflows ([#892](https://github.com/vanakema/leapfrogai/issues/892)) ([c418a4c](https://github.com/vanakema/leapfrogai/commit/c418a4cc46cd7a23f6605252c9474d31e2ee6601)) +* Add RAG Evals Toolset ADR ([#529](https://github.com/vanakema/leapfrogai/issues/529)) ([840f49a](https://github.com/vanakema/leapfrogai/commit/840f49a1ecc7695fb96afd35c5a6c2097a77c581)) +* Add Supabase Migrations Documentation ([#592](https://github.com/vanakema/leapfrogai/issues/592)) ([c1105b9](https://github.com/vanakema/leapfrogai/commit/c1105b936c13f8ca715d7d1c08b3cc3c909e2902)) +* add zarf variable to api package for exposing the OpenAPI specification ([#503](https://github.com/vanakema/leapfrogai/issues/503)) ([054444c](https://github.com/vanakema/leapfrogai/commit/054444c8dd6770c5cf4cacfcb3495db09533b82d)) +* add zarf yaml schema and set useful component names ([#373](https://github.com/vanakema/leapfrogai/issues/373)) ([ae618ca](https://github.com/vanakema/leapfrogai/commit/ae618cab3c347fbcb07d67e0b434a0d09e15e80e)) +* adding huggingface_hub has optional dev dependency ([#440](https://github.com/vanakema/leapfrogai/issues/440)) ([857f583](https://github.com/vanakema/leapfrogai/commit/857f5838ab7ef5cc4b1545bff4406a616babf211)) +* **adr:** vLLM as default main inferencing engine ([4611a45](https://github.com/vanakema/leapfrogai/commit/4611a45ca69a88e2ae8f775ec1e60fe1fd180d49)) +* **api:** Adds API load testing ([#801](https://github.com/vanakema/leapfrogai/issues/801)) ([67b9755](https://github.com/vanakema/leapfrogai/commit/67b9755f8ff8ed2c1197efe9f22d12ace685ef82)) +* **api:** Indexing performance improvements ([#799](https://github.com/vanakema/leapfrogai/issues/799)) ([e679ad2](https://github.com/vanakema/leapfrogai/commit/e679ad22f52cb411e47fcc01f6e3eb3d7191ffcd)) +* **api:** raise exception on CRUD base fails ([#748](https://github.com/vanakema/leapfrogai/issues/748)) ([4d8ff03](https://github.com/vanakema/leapfrogai/commit/4d8ff03a2efb7326e02a02bc915d95d684a39859)) +* **api:** updating api endpoints ([#817](https://github.com/vanakema/leapfrogai/issues/817)) ([6ff292f](https://github.com/vanakema/leapfrogai/commit/6ff292f0d3462b0a12cb0bd032ed9bdaa4077d69)) +* Backwards compatible migration support ([#618](https://github.com/vanakema/leapfrogai/issues/618)) ([3b91e7f](https://github.com/vanakema/leapfrogai/commit/3b91e7f378e2513b73765d0b874e345656224ddd)) +* better database migrations - managed by supabase ([#570](https://github.com/vanakema/leapfrogai/issues/570)) ([ce6512f](https://github.com/vanakema/leapfrogai/commit/ce6512f3731c508ff5a771ba203c852ddbd59985)) +* bring ui into monorepo ([#349](https://github.com/vanakema/leapfrogai/issues/349)) ([0463af9](https://github.com/vanakema/leapfrogai/commit/0463af916558bb46c965a7a37b2ef169d1c3a4dc)) +* Bumps all the uds core versions to 0.25.0 and updates deployment docs ([#874](https://github.com/vanakema/leapfrogai/issues/874)) ([6ca39f1](https://github.com/vanakema/leapfrogai/commit/6ca39f1b616c436107b9eaf6f36137988b3bade5)) +* **ci:** Add precommit linting and scorecard workflows ([#270](https://github.com/vanakema/leapfrogai/issues/270)) ([dd479f0](https://github.com/vanakema/leapfrogai/commit/dd479f0770d3bc72308e683fbf32fa987c25df55)) +* **ci:** add unit test and linting workflow for leapfrogai_ui ([#439](https://github.com/vanakema/leapfrogai/issues/439)) ([b5aa668](https://github.com/vanakema/leapfrogai/commit/b5aa668df38b6149d009ae663e39deefa01455ce)) +* **ci:** always run the pytest workflow ([#379](https://github.com/vanakema/leapfrogai/issues/379)) ([1a6f29e](https://github.com/vanakema/leapfrogai/commit/1a6f29e5d4bba9a73e917241d232a341b79ec28f)) +* **ci:** setup release-please to assist with manage version refs internally ([#465](https://github.com/vanakema/leapfrogai/issues/465)) ([8c300b0](https://github.com/vanakema/leapfrogai/commit/8c300b0b8d25c9a96a9915d41922066509292957)) +* **ci:** update publish workflow w leapfrogai UI artifacts ([#464](https://github.com/vanakema/leapfrogai/issues/464)) ([32c4ab5](https://github.com/vanakema/leapfrogai/commit/32c4ab5e2a37fb086b9925397c510965af1b0b47)) +* cleanup todo comments throughout the codebase ([#375](https://github.com/vanakema/leapfrogai/issues/375)) ([1aec77b](https://github.com/vanakema/leapfrogai/commit/1aec77b6778a3c9a6bce7da291f9c11a88bed9cd)) +* Conform version numbers prior to release ([#382](https://github.com/vanakema/leapfrogai/issues/382)) ([86ac1f3](https://github.com/vanakema/leapfrogai/commit/86ac1f36ffdea433584d49badc22ff495188476d)) +* Consolidate our repos into a monorepo ([#268](https://github.com/vanakema/leapfrogai/issues/268)) ([70e0bdf](https://github.com/vanakema/leapfrogai/commit/70e0bdfd659169174d6e6dfb7864faded7ab0d00)) +* create issue template for new feature requests ([#348](https://github.com/vanakema/leapfrogai/issues/348)) ([7b5d564](https://github.com/vanakema/leapfrogai/commit/7b5d56464d4ec11df53eea77707c377fdf2344e1)) +* create shim e2e workflow ([#377](https://github.com/vanakema/leapfrogai/issues/377)) ([904ef22](https://github.com/vanakema/leapfrogai/commit/904ef2245072226ecd77636343a35b308fbadf1c)) +* **deps-dev:** bump @sveltejs/kit in /src/leapfrogai_ui ([#452](https://github.com/vanakema/leapfrogai/issues/452)) ([d2553fe](https://github.com/vanakema/leapfrogai/commit/d2553fe249e1d3de54be982ae8b680bab9d6dc98)) +* **deps-dev:** bump @testing-library/svelte in /src/leapfrogai_ui ([#449](https://github.com/vanakema/leapfrogai/issues/449)) ([e3d6a45](https://github.com/vanakema/leapfrogai/commit/e3d6a45696ca39e08a5db154277446d4a05fb39b)) +* **deps-dev:** bump @typescript-eslint/parser in /src/leapfrogai_ui ([#427](https://github.com/vanakema/leapfrogai/issues/427)) ([a8be49b](https://github.com/vanakema/leapfrogai/commit/a8be49bb0cbca30d7429e444bbdb94bdfa1837e0)) +* **deps-dev:** bump braces from 3.0.2 to 3.0.3 in /website ([#612](https://github.com/vanakema/leapfrogai/issues/612)) ([ead5d49](https://github.com/vanakema/leapfrogai/commit/ead5d49d9d1e88c9594fbfe852f815d909a69429)) +* **deps-dev:** bump eslint-plugin-svelte in /src/leapfrogai_ui ([#477](https://github.com/vanakema/leapfrogai/issues/477)) ([9666a79](https://github.com/vanakema/leapfrogai/commit/9666a79d82feedbec0fb7bdc15a85e4cc3a3ab58)) +* **deps-dev:** bump svelte from 4.2.12 to 4.2.15 in /src/leapfrogai_ui ([#451](https://github.com/vanakema/leapfrogai/issues/451)) ([62cb193](https://github.com/vanakema/leapfrogai/commit/62cb19318e5d60ffb2fd3f1e5352dd2409bf09ba)) +* **deps-dev:** bump svelte-check in /src/leapfrogai_ui ([#475](https://github.com/vanakema/leapfrogai/issues/475)) ([21be2a1](https://github.com/vanakema/leapfrogai/commit/21be2a19e43af2aacf23c48d62080777c8ac38a7)) +* **deps-dev:** bump typescript in /src/leapfrogai_ui ([#478](https://github.com/vanakema/leapfrogai/issues/478)) ([5393e34](https://github.com/vanakema/leapfrogai/commit/5393e34b42a727d5b53b4d5dcc678cecc900976d)) +* **deps-dev:** bump vite from 5.1.5 to 5.2.10 in /src/leapfrogai_ui ([#426](https://github.com/vanakema/leapfrogai/issues/426)) ([392c821](https://github.com/vanakema/leapfrogai/commit/392c82121faf4a0213524c4b4581c92c875cd26f)) +* **deps:** bump @supabase/ssr in /src/leapfrogai_ui ([#476](https://github.com/vanakema/leapfrogai/issues/476)) ([49efaec](https://github.com/vanakema/leapfrogai/commit/49efaec9aea05e8e5fad3ff94cc0c2ab95efe2bc)) +* **deps:** bump @sveltejs/vite-plugin-svelte in /src/leapfrogai_ui ([#453](https://github.com/vanakema/leapfrogai/issues/453)) ([06062c8](https://github.com/vanakema/leapfrogai/commit/06062c8c8c7bfdd929bcd3e65d80ab864d4290f7)) +* **deps:** bump llama-cpp-python in /packages/llama-cpp-python ([#574](https://github.com/vanakema/leapfrogai/issues/574)) ([10b288e](https://github.com/vanakema/leapfrogai/commit/10b288e3739cfc6ac8b993210de8931ed54067ea)) +* **deps:** bump msw from 2.2.3 to 2.2.14 in /src/leapfrogai_ui ([#425](https://github.com/vanakema/leapfrogai/issues/425)) ([8cfe8b5](https://github.com/vanakema/leapfrogai/commit/8cfe8b5fe13abf09da9f9fa2f3916e96fbd97c3f)) +* **deps:** bump openai from 4.29.0 to 4.38.5 in /src/leapfrogai_ui ([#450](https://github.com/vanakema/leapfrogai/issues/450)) ([7567bc7](https://github.com/vanakema/leapfrogai/commit/7567bc7321de5550b228968af5a58a7458d78b86)) +* **deps:** bump openai from 4.38.5 to 4.41.1 in /src/leapfrogai_ui ([#474](https://github.com/vanakema/leapfrogai/issues/474)) ([86837e9](https://github.com/vanakema/leapfrogai/commit/86837e96c107dcce917d26b1b03268108098c40c)) +* **deps:** bump torch from 2.1.2 to 2.2.0 in /packages/text-embeddings ([#831](https://github.com/vanakema/leapfrogai/issues/831)) ([22c75cb](https://github.com/vanakema/leapfrogai/commit/22c75cbfb662f8f1f53d91875d9bdf5126c31900)) +* **deps:** bump tqdm in /packages/text-embeddings ([#470](https://github.com/vanakema/leapfrogai/issues/470)) ([d1e42d9](https://github.com/vanakema/leapfrogai/commit/d1e42d9296f6e014ffbbcec2ba295443b1675567)) +* **docs:** Add documentation to types ([#680](https://github.com/vanakema/leapfrogai/issues/680)) ([9f7f68b](https://github.com/vanakema/leapfrogai/commit/9f7f68b5e55579fefa4b5ee278b3401d564de19a)) +* documenting proposal for solution to database ADR ([#416](https://github.com/vanakema/leapfrogai/issues/416)) ([7a3a0ad](https://github.com/vanakema/leapfrogai/commit/7a3a0add9d67fb229ed1f20a8df27bc3ea8f1d84)) +* Fill in package READMEs and update docs ([#660](https://github.com/vanakema/leapfrogai/issues/660)) ([7dab8bd](https://github.com/vanakema/leapfrogai/commit/7dab8bd7934b573a77c6fed2be5d6b1d0417a246)) +* group 'minor' and 'patch' level npm dependency updates ([#547](https://github.com/vanakema/leapfrogai/issues/547)) ([064cb84](https://github.com/vanakema/leapfrogai/commit/064cb84de7e6711487ffd4b9513b09135cbbf1d4)) +* Handle migrations with least permissions necessary ([#630](https://github.com/vanakema/leapfrogai/issues/630)) ([37badae](https://github.com/vanakema/leapfrogai/commit/37badaeeee7d41e8dace24b94c0e52ac96594e59)) +* issue templates ([#301](https://github.com/vanakema/leapfrogai/issues/301)) ([e417519](https://github.com/vanakema/leapfrogai/commit/e41751954caeb9837989cc4392b182bcfdab4e56)) +* **main:** release 0.10.0 ([#807](https://github.com/vanakema/leapfrogai/issues/807)) ([557b729](https://github.com/vanakema/leapfrogai/commit/557b729a1dae6d68f28a93ec002ead2adcfd5677)) +* **main:** release 0.7.0 ([#485](https://github.com/vanakema/leapfrogai/issues/485)) ([0e84764](https://github.com/vanakema/leapfrogai/commit/0e84764015a6eba4eefcdbc1a98e5c2d345ca293)) +* **main:** release 0.7.1 ([#511](https://github.com/vanakema/leapfrogai/issues/511)) ([47249c4](https://github.com/vanakema/leapfrogai/commit/47249c410feae6352fff134b75174c736d21a09b)) +* **main:** release 0.7.2 ([#527](https://github.com/vanakema/leapfrogai/issues/527)) ([7ba0e53](https://github.com/vanakema/leapfrogai/commit/7ba0e530321c6a4c54cf778adff8e08400d16279)) +* **main:** release 0.8.0 ([#545](https://github.com/vanakema/leapfrogai/issues/545)) ([518e5fc](https://github.com/vanakema/leapfrogai/commit/518e5fc15769e948a7ae3e34279937c3b71dda63)) +* **main:** release 0.9.0 ([#712](https://github.com/vanakema/leapfrogai/issues/712)) ([83743fa](https://github.com/vanakema/leapfrogai/commit/83743fa8900cb180a4e4e3eda3d68fcf0bd6491e)) +* **main:** release 0.9.1 ([#781](https://github.com/vanakema/leapfrogai/issues/781)) ([980e02b](https://github.com/vanakema/leapfrogai/commit/980e02bfb7a31b7f1a759aff6a49a64cd6a5c822)) +* **main:** release 0.9.2 ([#792](https://github.com/vanakema/leapfrogai/issues/792)) ([90d921f](https://github.com/vanakema/leapfrogai/commit/90d921fba6b7f03a4e3942e8dc97cff0fff90331)) +* make python test dependencies optional ([#815](https://github.com/vanakema/leapfrogai/issues/815)) ([89ff0a6](https://github.com/vanakema/leapfrogai/commit/89ff0a6a34957bbcd788250c10e28312192f0af1)) +* Misc UI package configuration updates ([#495](https://github.com/vanakema/leapfrogai/issues/495)) ([ebe4fde](https://github.com/vanakema/leapfrogai/commit/ebe4fde51217708c0a7535eb7382628ced740abb)) +* optimize vLLM Dockerfile to reduce layer sizes ([#805](https://github.com/vanakema/leapfrogai/issues/805)) ([0fec864](https://github.com/vanakema/leapfrogai/commit/0fec864f5f870dee560bd60dac74bca11b219442)) +* refactoring API and adding stubs for new OpenAI endpoints ([#437](https://github.com/vanakema/leapfrogai/issues/437)) ([cba9676](https://github.com/vanakema/leapfrogai/commit/cba967646b3f0e4cabd833b53c51fefaa30cda78)) +* reformat with new prettier settings ([#466](https://github.com/vanakema/leapfrogai/issues/466)) ([2bfad2d](https://github.com/vanakema/leapfrogai/commit/2bfad2dff6d844b7563251fd8dffb447caae5561)) +* release 0.10.0 ([#864](https://github.com/vanakema/leapfrogai/issues/864)) ([7e6f574](https://github.com/vanakema/leapfrogai/commit/7e6f57433c0b2ea49f814906d9625f7419baecf3)) +* Remove "review_requested" as trigger to prevent unintentional test re-runs ([4c20d9e](https://github.com/vanakema/leapfrogai/commit/4c20d9e16eb05ccf9a24a3c9114eb64ecbf8317c)) +* Remove model weights from container images ([#786](https://github.com/vanakema/leapfrogai/issues/786)) ([33e4efb](https://github.com/vanakema/leapfrogai/commit/33e4efb3031e7fd95333c4f98d47933a8123cb2d)) +* remove redundant optional dependencies within our pyproject.toml ([#374](https://github.com/vanakema/leapfrogai/issues/374)) ([4d394ba](https://github.com/vanakema/leapfrogai/commit/4d394baf81d2c1ecd4158292b27b3d1629f44d1d)) +* remove unused requirements.txt file ([#546](https://github.com/vanakema/leapfrogai/issues/546)) ([e71e74f](https://github.com/vanakema/leapfrogai/commit/e71e74fc23b68895ceaddc743db3d4386aa59d7a)) +* restrict daemonset to cuda compute, utility ([#836](https://github.com/vanakema/leapfrogai/issues/836)) ([4bf9124](https://github.com/vanakema/leapfrogai/commit/4bf9124f2019cd9c20abfc3db717de5fd5c16d95)) +* restrict e2e tests from running on lfai-ui changes ([#401](https://github.com/vanakema/leapfrogai/issues/401)) ([037d157](https://github.com/vanakema/leapfrogai/commit/037d157895df4592a9f57319b45025fed30a1bb1)) +* set kong service to default to cluster IP ([#857](https://github.com/vanakema/leapfrogai/issues/857)) ([08f1d10](https://github.com/vanakema/leapfrogai/commit/08f1d109f571e6c1649261cc99da115e23675b5d)) +* show copy/edit btns for non last message during regen ([#444](https://github.com/vanakema/leapfrogai/issues/444)) ([7c67a4f](https://github.com/vanakema/leapfrogai/commit/7c67a4fbf521ec388f7a36512c9aa10e064c380f)) +* split e2e tests into multiple workflows ([#808](https://github.com/vanakema/leapfrogai/issues/808)) ([c993ad5](https://github.com/vanakema/leapfrogai/commit/c993ad5526e0bf23148e5f9ceef215abadef30fe)) +* Standardize package vars relating to domain names ([#770](https://github.com/vanakema/leapfrogai/issues/770)) ([19ce48a](https://github.com/vanakema/leapfrogai/commit/19ce48aa6ddabe39d95c25a58c85eafd2b4ee4ce)) +* Supabase migrations ([#496](https://github.com/vanakema/leapfrogai/issues/496)) ([86ed880](https://github.com/vanakema/leapfrogai/commit/86ed88072b0664619b763eff38e85ec2b040a507)) +* **supabase:** Increases supabase-storage file size and makes it configurable ([#775](https://github.com/vanakema/leapfrogai/issues/775)) ([0c01f36](https://github.com/vanakema/leapfrogai/commit/0c01f3628aa770dcd29b2254138f92e7dee537d9)) +* **test:** Create Testing Strategy ADR ([#586](https://github.com/vanakema/leapfrogai/issues/586)) ([4e8fb18](https://github.com/vanakema/leapfrogai/commit/4e8fb18d955d5bdcf0a03eeaefd27ebfed30a93b)) +* Turn supabase domain into a templated value ([#512](https://github.com/vanakema/leapfrogai/issues/512)) ([312d587](https://github.com/vanakema/leapfrogai/commit/312d5874e7c8fd28f2c50b1b91082e5f25356c08)) +* **ui:** improve reliability of playwright test in workflow ([29703cb](https://github.com/vanakema/leapfrogai/commit/29703cb64204879dacee286b158caad63c8c677a)) +* **ui:** improve sveltekit store mocking ([90bef05](https://github.com/vanakema/leapfrogai/commit/90bef057a66ce521d0a6d6276df970c0568121a0)) +* Update defenseunicorns/zarf to zarf-dev/zarf ([#832](https://github.com/vanakema/leapfrogai/issues/832)) ([cc18cea](https://github.com/vanakema/leapfrogai/commit/cc18ceabfedf88bf355ec4eb53b436443b9a1f3c)) +* update release workflow to install necessary python deps ([#867](https://github.com/vanakema/leapfrogai/issues/867)) ([1e667a4](https://github.com/vanakema/leapfrogai/commit/1e667a44504e2441549c60951d8f1a1757c81864)) +* Update setup-zarf version ([#795](https://github.com/vanakema/leapfrogai/issues/795)) ([56274f6](https://github.com/vanakema/leapfrogai/commit/56274f6dd189ec1454c3fad663a4328e00409ee0)) +* update version refs to 0.6.1 ([#389](https://github.com/vanakema/leapfrogai/issues/389)) ([bc06594](https://github.com/vanakema/leapfrogai/commit/bc065949ec16de04fb97c88607e8c8e4882b55f0)) +* update vllm to use gptq quanitzed model ([#378](https://github.com/vanakema/leapfrogai/issues/378)) ([dc1029d](https://github.com/vanakema/leapfrogai/commit/dc1029d0d9c1cc7717d592f9cbe8067cf58e9d13)) +* updates ruff in linting workflow to 0.3.4 ([#333](https://github.com/vanakema/leapfrogai/issues/333)) ([cde009a](https://github.com/vanakema/leapfrogai/commit/cde009a3de8fb6d3f8f1e3ca115d85c576e078ae)) +* **whisper:** Pass through variables down to whisper ([#840](https://github.com/vanakema/leapfrogai/issues/840)) ([4e8092a](https://github.com/vanakema/leapfrogai/commit/4e8092ac4fe2ba9fb369506773074e929a1a1a25)) + ## [0.10.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.9.2...v0.10.0) (2024-08-02)