Skip to content

v0.4.5

Compare
Choose a tag to compare
@xuelink xuelink released this 30 May 16:59
· 40 commits to main since this release
a5eefb7

Release Notes

  • Copilot Management Functionality: Added copilot management functionality to RoomController.
  • Consistent Quotation Marks: Updated RoomRoutes to use consistent quotation marks for imports and routes.
  • Message Route Update: Removed deprecated message update route and added a new route for updating messages.

Endpoints

+    PUT /api/room/:id
+    PUT /api/message/:id
-    PATCH /api/message/:id # Deprecated

Full Changelog: v0.4.4...v0.4.5