Releases: tyr-rust-bootcamp/05-chat
Releases · tyr-rust-bootcamp/05-chat
v10-12-send-messages
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
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
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
v5-16-integration-test
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
v5-14-trigger-api-refactor
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
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
5-9-extra-gh-action-fix - 2024-04-29
Bug Fixes
- server_url is extracted incorrectly, causing gh action fail - (7b753fb) - Tyr Chen