Releases: edwardzjl/chatbot
Releases · edwardzjl/chatbot
v0.7.0-RC3
What's Changed
- fix: move delete dialog to root & revalidate on delete by @edwardzjl in #281
Full Changelog: v0.7.0-RC2...v0.7.0-RC3
v0.7.0-RC2
What's Changed
- feat: scrollable sidemenu by @edwardzjl in #278
- fix: close dialog on confirm by @edwardzjl in #279
- chore: improve docker build workflow by @edwardzjl in #280
Full Changelog: v0.7.0-RC1...v0.7.0-RC2
v0.7.0-RC1
What's Changed
- feat: indroduce react-router-dom and implement default not found page by @edwardzjl in #268
- build(deps): bump @mui/material from 5.15.3 to 5.15.4 in /web by @dependabot in #269
- build(deps): bump fastapi from 0.108.0 to 0.109.0 in /api by @dependabot in #271
- build(deps): bump @mui/icons-material from 5.15.3 to 5.15.4 in /web by @dependabot in #270
- build(deps): bump langchain from 0.1.0 to 0.1.1 in /api by @dependabot in #275
- build(deps): bump uvicorn from 0.25.0 to 0.26.0 in /api by @dependabot in #276
- build(deps): bump @mui/material from 5.15.4 to 5.15.5 in /web by @dependabot in #273
- build(deps): bump @mui/icons-material from 5.15.4 to 5.15.5 in /web by @dependabot in #274
- build(deps): bump react-router-dom from 6.21.2 to 6.21.3 in /web by @dependabot in #272
- !refactor: rewrite layout using react router by @edwardzjl in #277
Full Changelog: v0.6.8...v0.7.0-RC1
v0.6.8
What's Changed
- chore: fix typo in comments by @edwardzjl in #261
- feat: support solar prompt template by @edwardzjl in #262
- feat: support tool message by @edwardzjl in #263
- chore: add support for dev container by @edwardzjl in #264
- refactor: refactor logic to decide which message is send by whom by @edwardzjl in #265
- fix: message avatar not covered by header by @edwardzjl in #266
- build(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /web by @dependabot in #267
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- chore: upgrade chatbot version in manifest by @edwardzjl in #253
- build(deps): bump langchain from 0.0.353 to 0.1.0 in /api by @dependabot in #258
- build(deps): bump @mui/material from 5.15.2 to 5.15.3 in /web by @dependabot in #257
- build(deps-dev): bump @testing-library/jest-dom from 6.1.6 to 6.2.0 in /web by @dependabot in #256
- build(deps): bump docker/metadata-action from 5.4.0 to 5.5.0 by @dependabot in #254
- build(deps): bump @mui/icons-material from 5.15.2 to 5.15.3 in /web by @dependabot in #255
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- refactor: override RedisChatMessageHistory to store messages by RPUSH by @edwardzjl in #248
- chore: fix proxied headers for development env by @edwardzjl in #250
- fix: fix feedbacks by @edwardzjl in #251
- refactor: push memory windowing down to redis history to save io by @edwardzjl in #252
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- fix: logout by oauth2-proxy by @edwardzjl in #242
- chore: polish oauth2-proxy manifests & update chatbot image version by @edwardzjl in #244
- chore: add some oauth providers by @edwardzjl in #245
- feat: detailed user profile by @edwardzjl in #246
- feat: remove quotes around summarization by @edwardzjl in #247
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- chore: add oauth2 proxy manifest by @edwardzjl in #234
- build(deps): bump langchain from 0.0.352 to 0.0.353 in /api by @dependabot in #241
- build(deps): bump fastapi from 0.105.0 to 0.108.0 in /api by @dependabot in #240
- build(deps): bump web-vitals from 3.5.0 to 3.5.1 in /web by @dependabot in #238
- build(deps): bump @mui/material from 5.15.1 to 5.15.2 in /web by @dependabot in #235
- build(deps): bump @mui/icons-material from 5.15.1 to 5.15.2 in /web by @dependabot in #239
- build(deps-dev): bump @testing-library/jest-dom from 6.1.5 to 6.1.6 in /web by @dependabot in #237
- build(deps-dev): bump @testing-library/user-event from 14.5.1 to 14.5.2 in /web by @dependabot in #236
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- fix: fix markdown code highlighter when using system default theme by @edwardzjl in #233
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- fix: assign uuid to user sent messages by @edwardzjl in #232
Full Changelog: v0.6.1...v0.6.2