Skip to content

Releases: Azure-Samples/chat-with-your-data-solution-accelerator

v1.9.4

24 Jul 15:28
fd8619a
Compare
Choose a tag to compare

1.9.4 (2024-07-24)

Bug Fixes

  • Type HTM upload issue fix on explore page under admin (#1172) (fd8619a)

Other Updates

  • bump @fortawesome/free-solid-svg-icons from 6.5.2 to 6.6.0 in /code/frontend (#1164) (604b14e)

v1.9.3

24 Jul 09:49
b4a24ff
Compare
Choose a tag to compare

1.9.3 (2024-07-24)

Bug Fixes

  • Deleted files are visible on screen after clicking on delete button. (#1143) (773e199)
  • Ingest data - UI issue overlapping components (#1151) (33e1798)
  • Added missing env variables in main.bicep for function app (#1147) (4a88aff)
  • Added title as "Assistant type configuration" (#1130) (7eb28a1)
  • AZURE_SEARCH_TOP_K and AZURE_OPENAI_SYSTEM_MESSAGE keeps reseting after running azd env set and azd up command (#1146) (6210255)
  • Disable send button until speech recording stopped (#1131) (f656241)
  • Fixed Admin Interface: Explore Data-Files visibility issue (#1128) (d1b4aac)
  • Handle RateLimitError in BadRequestException (#1111) (5393c3e)
  • Remove time.sleep from test case (#1127) (2fac130)
  • The issue of ambiguous language reply solved (#1149) (e118f06)
  • Type JPG upload issue fix on explore page under admin (#1170) (b4a24ff)

Other Updates

  • Add linting to the PR process (#1168) (2d802d1)
  • bump @babel/traverse from 7.24.7 to 7.24.8 in /code/frontend (#1140) (1d2f7f1)
  • bump @fluentui/react from 8.119.0 to 8.119.1 in /code/frontend (#1137) (17e5774)
  • bump @fluentui/react from 8.119.1 to 8.119.2 in /code/frontend (#1161) (5b9f202)
  • bump @fluentui/react-icons from 2.0.247 to 2.0.249 in /code/frontend (#1141) (9de7fae)
  • bump @fortawesome/fontawesome-svg-core from 6.5.2 to 6.6.0 in /code/frontend (#1167) (ed85f63)
  • bump @types/node from 20.14.10 to 20.14.11 in /code/frontend (#1163) (4fcd6a1)
  • bump @types/node from 20.14.9 to 20.14.10 in /code/frontend (#1117) (64a682b)
  • bump azure-ai-ml from 1.17.0 to 1.17.1 (#1123) (13b898d)
  • bump azure-ai-ml from 1.17.1 to 1.18.0 (#1159) (f7b604a)
  • bump azure-storage-queue from 12.10.0 to 12.11.0 (#1158) (f7deeb4)
  • bump certifi from 2024.6.2 to 2024.7.4 (#1114) (1087a93)
  • bump cypress from 13.12.0 to 13.13.0 in /tests/integration/ui (#1115) (8fa3655)
  • bump cypress from 13.13.0 to 13.13.1 in /tests/integration/ui (#1160) (1924554)
  • bump jsonschema from 4.22.0 to 4.23.0 (#1136) (efd72d3)
  • bump langchain-openai from 0.1.13 to 0.1.14 in the langchain group (#1122) (e4c7f54)
  • bump openai from 1.35.10 to 1.35.14 (#1144) (89d5b3f)
  • bump openai from 1.35.14 to 1.37.0 (#1169) (56420ca)
  • bump openai from 1.35.7 to 1.35.10 (#1124) (49bc6ca)
  • bump prettier from 3.3.2 to 3.3.3 in /code/frontend (#1138) (d704570)
  • bump pytest from 8.2.2 to 8.3.1 (#1154) (8b13403)
  • bump pytest-asyncio from 0.23.7 to 0.23.8 (#1157) (7ea0433)
  • bump pytest-httpserver from 1.0.10 to 1.0.12 (#1155) (a31718c)
  • bump react-router-dom from 6.24.0 to 6.24.1 in /code/frontend ([#1121](https://github.com/Azure-Sampl...
Read more

v1.9.2

03 Jul 16:59
4e848de
Compare
Choose a tag to compare

1.9.2 (2024-07-03)

Bug Fixes

  • Smooth Error Handling for Subscription Token Exhaustion (#1105) (4e848de)

v1.9.1

03 Jul 14:12
7491070
Compare
Choose a tag to compare

1.9.1 (2024-07-03)

Bug Fixes

Other Updates

  • bump @fluentui/react from 8.118.9 to 8.119.0 in /code/frontend (#1099) (c6d9fb4)
  • bump @fluentui/react-icons from 2.0.245 to 2.0.247 in /code/frontend (#1097) (e428ed7)
  • bump @types/node from 20.14.8 to 20.14.9 in /code/frontend (#1098) (f55c0fe)
  • bump MishaKav/pytest-coverage-comment from 1.1.51 to 1.1.52 (#1102) (4f5ecdd)
  • bump openai from 1.35.3 to 1.35.7 (#1095) (195a769)
  • bump pillow from 10.3.0 to 10.4.0 (#1096) (588f882)
  • bump postcss from 8.4.38 to 8.4.39 in /code/frontend (#1103) (abbf95b)
  • bump promptflow from 1.12.0 to 1.13.0 (#1093) (294384e)
  • bump react-router-dom from 6.23.1 to 6.24.0 in /code/frontend (#1100) (f45ec43)
  • bump semantic-kernel from 1.1.1 to 1.1.2 (#1094) (c9ee7d9)
  • bump the langchain group with 3 updates (#1092) (f9893c1)
  • bump vite from 5.3.1 to 5.3.2 in /code/frontend (#1101) (4d16433)
  • Enable report-only-changed-files in comment_coverage.yml (#1108) (b54f05d)
  • Legal Assistant name change (#1088) (4368ea9)

v1.9.0

27 Jun 10:05
aef3489
Compare
Choose a tag to compare

1.9.0 (2024-06-27)

Features

  • Include citations in response when using prompt flow (#1089) (aef3489)

Bug Fixes

  • Add gpt-4o support #967 and embedding model version as variable (#1090) (ab670cb)

Other Updates

  • bump @fluentui/react from 8.118.8 to 8.118.9 in /code/frontend (#1078) (5f0fd5e)
  • bump @types/node from 20.14.2 to 20.14.8 in /code/frontend (#1076) (9be0ad2)
  • bump @types/uuid from 9.0.8 to 10.0.0 in /code/frontend (#1075) (99faae5)
  • bump azure-ai-ml from 1.16.1 to 1.17.0 (#1084) (4ec067e)
  • bump azure-identity from 1.16.1 to 1.17.1 (#1081) (5a4a465)
  • bump azure-monitor-opentelemetry from 1.5.0 to 1.6.0 (#1083) (ca58332)
  • bump cypress from 13.11.0 to 13.12.0 in /tests/integration/ui (#1086) (45e428e)
  • bump langchain-openai from 0.1.8 to 0.1.9 in the langchain group (#1079) (feb89f9)
  • bump openai from 1.34.0 to 1.35.3 (#1080) (94af755)
  • bump streamlit from 1.35.0 to 1.36.0 (#1082) (b786c62)
  • bump typescript from 5.4.5 to 5.5.2 in /code/frontend (#1077) (80a5bc2)
  • bump typescript from 5.4.5 to 5.5.2 in /tests/integration/ui (#1085) (9e2b8a8)

v1.8.0

24 Jun 19:05
64088d8
Compare
Choose a tag to compare

1.8.0 (2024-06-24)

Features

v1.7.2

24 Jun 09:09
7989689
Compare
Choose a tag to compare

1.7.2 (2024-06-24)

Bug Fixes

  • [Bug-4717] reverted all 200% zoom changes (#1073) (7989689)

v1.7.1

21 Jun 15:10
2efccd1
Compare
Choose a tag to compare

1.7.1 (2024-06-21)

Bug Fixes

v1.7.0

21 Jun 11:29
016489b
Compare
Choose a tag to compare

1.7.0 (2024-06-21)

Features

  • Integrated Vectorization - adding OCR skill (#1021) (30440a8)

Bug Fixes

  • [Bug - 4658] Updated stop sequence to empty string in Bicep (#1070) (016489b)
  • font size changes reverted and removed extra padding (#1069) (7933686)

Other Updates

  • bump @types/node from 20.12.12 to 20.14.2 in /code/frontend (#1034) (3fb9790)
  • bump opentelemetry-instrumentation-httpx from 0.45b0 to 0.46b0 (#1011) (d811417)
  • bump semantic-kernel from 1.0.4 to 1.1.1 (#1057) (f61045e)
  • bump vite from 5.2.12 to 5.3.1 in /code/frontend (#1050) (f4eea07)

v1.6.0

18 Jun 17:48
836bef5
Compare
Choose a tag to compare

1.6.0 (2024-06-18)

Features

Bug Fixes

  • Slight pauses while speaking cause reco to halt and start a new phrase. (#982) (e10a0fa)
  • [Bug-4714-Admin] Borders for contrast mode and fixed resizing issue for 1280p (#1044) (f75e37e)
  • [Bug-4715-Admin] Added border in high constrast mode (#1046) (c9c5df7)
  • [Bug-4717: Citation Panel] proving borders and resize of the content without overlap. (#1051) (284a4b2)
  • Correctly set computer vision location (#1045) (4d5dee0)

Other Updates

  • bump @babel/traverse from 7.24.6 to 7.24.7 in /code/frontend (#1028) (912cdc8)
  • bump @fluentui/react from 8.118.7 to 8.118.8 in /code/frontend (#1060) (2d8004e)
  • bump @fluentui/react-icons from 2.0.242 to 2.0.245 in /code/frontend (#1068) (8b9e67f)
  • bump @vitejs/plugin-react from 4.3.0 to 4.3.1 in /code/frontend (#1032) (5f50231)
  • bump azure-functions from 1.19.0 to 1.20.0 (#1054) (836bef5)
  • bump azure-identity from 1.16.0 to 1.16.1 (#1042) (c800a65)
  • bump braces from 3.0.2 to 3.0.3 in /extensions/teams (#1041) (6e250fe)
  • bump docker/build-push-action from 5 to 6 (#1052) (d07b636)
  • bump flake8 from 7.0.0 to 7.1.0 (#1056) (1d9c4e2)
  • bump microsoft-cognitiveservices-speech-sdk from 1.36.0 to 1.38.0 in /code/frontend (#1059) (570deca)
  • bump openai from 1.30.5 to 1.34.0 (#1047) (a186884)
  • bump prettier from 3.3.1 to 3.3.2 in /code/frontend (#1058) (a5b8ad0)
  • bump promptflow from 1.11.0 to 1.12.0 (#1055) (09e0ee7)
  • bump the langchain group across 1 directory with 3 updates (#1049) (5f8ed0b)
  • bump the langchain group with 2 updates (#1053) (487bbc3)
  • bump tornado from 6.4 to 6.4.1 (#1024) (c7fe812)
  • bump urllib3 from 2.2.1 to 2.2.2 (#1062) (e9b36a7)
  • bump uuid from 9.0.1 to 10.0.0 in /code/frontend (#1031) (1694905)
  • bump ws from 7.5.9 to 7.5.10 in /code/frontend (#1064) (f606376)
  • bump ws from 7.5.9 to 7.5.10 in /extensions/teams (#1063) (c2672fd)
  • Reformat code to fix build (#1067) (9723b29)