Skip to content

Releases: tyr-rust-bootcamp/05-chat

v10-12-send-messages

18 Aug 18:36
3cdc655
Compare
Choose a tag to compare

10-12-send-messages - 2024-08-18

Features

  • provide better openapi spec - (d961a86) - Tyr Chen
  • support sse and fix serde alias issue - (4378c49) - Tyr Chen

Other

  • Merge pull request #2 from tyr-rust-bootcamp/feature/v10-12-send-message

feature: provide better openapi spec - (3cdc655) - Tyr Chen

v10-11-load-chats

18 Aug 04:29
c83f829
Compare
Choose a tag to compare

10-11-load-chats - 2024-08-18

Bug Fixes

  • limit should have default and all data should use camelCase - (c83f829) - Tyr Chen

Features

  • improve chat api to make sure no security hole - (e893607) - Tyr Chen
  • more test code - (2fad8fc) - Tyr Chen

Other

  • Merge pull request #1 from tyr-rust-bootcamp/feature/v10-11-load-chats

feature: improve chat api to make sure no security hole - (bb202b0) - Tyr Chen

v10-10-support-auth

17 Aug 23:25
cf7f073
Compare
Choose a tag to compare

10-10-support-auth - 2024-08-17

Bug Fixes

  • jwt::Error is anyhow::Error, make it general (btw, no need to return forbidden for jwt error, as auth middleware already did so, and all rest cases should be internal server error) - (b10b296) - Tyr Chen

Features

  • add ws_name into jwt and support cors - (cf7f073) - Tyr Chen

v5-17-openapi-doc

04 May 21:38
a8f3ef3
Compare
Choose a tag to compare

5-17-openapi-doc - 2024-05-04

Features

  • support openapi spec - (a8f3ef3) - Tyr Chen

v5-16-integration-test

04 May 19:11
848b6fb
Compare
Choose a tag to compare

5-16-integration-test - 2024-05-04

Features

  • add integration test - (848b6fb) - Tyr Chen

Refactoring

  • allow auth middleware to accept access_token query string - (97917b7) - Tyr Chen

v5-15-finish-notify-server

04 May 06:11
40086b7
Compare
Choose a tag to compare

5-15-finish-notify-server - 2024-05-04

Features

  • support notify server - (40086b7) - Tyr Chen

v5-14-trigger-api-refactor

04 May 04:19
4e54204
Compare
Choose a tag to compare

5-14-trigger-api-refactor - 2024-05-04

Features

  • add triggers for chat/message - (47b2e94) - Tyr Chen

Refactoring

  • extract core data structure from chat_server to chat_core - (4e54204) - Tyr Chen

v5-13-message-api

03 May 06:06
1686cab
Compare
Choose a tag to compare

5-13-message-api - 2024-05-03

Bug Fixes

  • fix gh action - (7a92685) - Tyr Chen

Features

  • support message create - (bfe09bc) - Tyr Chen
  • support list messages and also use middleware to verify user/chat - (1686cab) - Tyr Chen

Refactoring

  • move all static functions into AppState for better context - (fdc5162) - Tyr Chen

v5-9-extra-gh-action-fix

29 Apr 05:22
7b753fb
Compare
Choose a tag to compare

5-9-extra-gh-action-fix - 2024-04-29

Bug Fixes

  • server_url is extracted incorrectly, causing gh action fail - (7b753fb) - Tyr Chen

v5-10-users-api

29 Apr 07:11
c3d4404
Compare
Choose a tag to compare

5-10-users-api - 2024-04-29

Features

  • support get users API - (c3d4404) - Tyr Chen