Skip to content

Socket-v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 10:17
· 21 commits to dev since this release
30524c5

0.6.0 (2024-12-26)

Features

  • ✨ Batch Job For Write Back & Write Allocate Strategy (This is Last Piece πŸ€—) (#194) (14ca265)
  • ✨ Chat History Search API (redis score system changed) (#195) (bf2a278)
  • ✨ Push Notifications for Users Not in Chat Room or Chat Room List View (#204) (d40b450)

Bug Fixes

  • ✏️ Append a userId Field in User Session (#199) (d5d027a)
  • ✏️ Append Data Field to Notification DTO for Push Notification Metadata (5609bf3)
  • ✏️ Append Device Id and Name Fields In Device Token Entity (#200) (1ee9c71)
  • ✏️ Append LastMessage Field in ChatRoomDetail Response (#196) (96ef7bb)
  • ✏️ Append WHERE condition in readNotification Query (#197) (6694609)
  • ✏️ Fix Entity By ChatMember's Name Domain Rule (#208) (fc333f5)
  • ✏️ Modification of Refresh Token Specification (#203) (04700fc)
  • ✏️ Users are unable to delete their accounts while they hold ownership of any chatrooms (#198) (af58ae7)
  • πŸ› Issue with Detecting Push Notification Events (#205) (da81cd1)
  • πŸ› Modify Device Token Management Policy (#209) (da609be)
  • πŸ”§ Fix CD Pipeline (#193) (c9b6bae)

Documentation

Code Refactoring

  • πŸ”§ Divide Domain Modules For Multiple Infrastructure (#206) (197dd5f)
  • πŸ”§ Migrating the Socket Module from Java to Kotlin (#211) (30524c5)
  • πŸ”§ Seperate Business Logic From DeviceTokenRegisterService (#210) (09336ff)