Skip to content

Latest commit

 

History

History
83 lines (42 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

83 lines (42 loc) · 5.66 KB

CHANGELOG

v0.1.0 (2024-06-18)

Chore

  • chore: improved message generation to use json (944ce0b)

  • chore: Add endpoint for rooms and integrate couplement in message and connection-service (69ec2c8)

Feature

  • feat: Add notification system for new messages in chat rooms (53854ef)

Refactor

  • refactor: Update version bump workflow to automate version bump for specified branch (03703b5)

  • refactor: Update version bump workflow to automate version bump for specified branch (df0f079)

  • refactor: Update version bump script to use separate file (e9b5d3d)

  • refactor: Fix UUID generation in insert_to_channels_table function (9888c5e)

  • refactor: Remove unnecessary code and optimize imports in chat_service.py (c0bae78)

  • refactor: Delete room and stop broadcast task in disconnect_user method (3d70c64)

  • refactor: Improve logging in main.py and add request logging middleware in init.py (6e342ba)

  • refactor: Update get_user function signature in user_handler_utils.py (ee77f1c)

  • refactor: Remove unused code and optimize imports in chat_service.py (ce6d85f)

  • refactor: Improve WebSocketWorker class and user connection management (d4a730c)

  • refactor: Improve WebSocketWorker class and user connection management (9ba8836)

  • refactor: improve WebSocketWorker class and user connection management (873393d)

  • refactor: improve WebSocketWorker class and user connection management (20fb7c3)

Unknown

  • . (2d5d644)

  • added version control (17201b0)

  • added readme (1e0e594)

  • upgrade: switched from in-memory queue to rabbitmq (a7ae322)

  • dockerised (f4de067)

  • redis added (a845c8d)

  • connection websocket (13fd27a)

  • rename (324b771)

  • new architecture, added realtime (00064b9)

  • fea (7b64ffa)

  • commented (01b44d0)

  • commented (e0b1974)

  • Refactor WebSocketWorker class and add user connection management (3e209bd)

  • Refactor authentication routes and user handler utils (a4270f1)

  • Refactor channel creation endpoints and websocket handlers (972ddfc)

  • Add .pyc files to .gitignore and create channel creation endpoint (c35af34)

  • Add channel creation endpoint and database table (167b98c)

  • channel creation (cc1d15b)

  • removed env (4df544d)

  • first commit (47744d6)