open-im-server/CHANGELOG/CHANGELOG-3.8.md
2024-11-22 09:59:52 +00:00

6.4 KiB

v3.8.2 (2024-11-22)

New Features

  • feat: improve publish docker image workflows #2697
  • feat: Msg filter #2703
  • feat: provide the interface required #2712
  • feat: add webhooks of online status and remove zookeeper configuration. #2716
  • feat: Add More Multi Login Policy #2770
  • feat: Push configuration can ignore case sensitivity #2775
  • feat: support app update service #2794
  • feat: implement merge milestone PR to target-branch. #2796
  • feat: support app update service #2811
  • feat: ApplicationVersion move chat #2813
  • feat: Update login policy #2822
  • feat: merge js sdk #2856
  • feat: Print Panic Log #2850

Bug Fixes

  • fix: update load file logic. #2700
  • fix: the message I sent is not set to read seq in mongodb #2718
  • fix: cannot modify group member avatars #2719
  • fix: auth package import twice #2724
  • fix: join the group chat directly, notification type error #2772
  • fix: change update group member level logic #2730
  • fix: joinSource check args error. #2773
  • fix: Change group member roleLevel can`t send notification #2777
  • fix: client sends message status error to server #2779
  • fix: del UserB's conversation version cache when userA set conversati… #2785
  • fix: improve setConversationAtInfo logic. #2782
  • fix: improve transfer Owner logic when newOwner is mute. #2790
  • fix: improve getUserInfo logic. #2792
  • fix: improve time condition check mehtod. #2804
  • fix: webhook before online push #2805
  • fix: set own read seq in MongoDB when sender send a message. #2808
  • fix: solve err Notification when setGroupInfo. #2806
  • fix: improve condition check. #2815
  • fix: Write back message to Redis #2836
  • fix: get group return repeated result #2842
  • fix: SetConversations can update new conversation #2838
  • fix(push): push content with jpush #2844
  • fix #2860 migrate jpns to jpush #2861
  • fix: concurrent write to websocket connection #2866
  • fix: Remove admin token in redis #2871
  • Fix Push2User webhookBeforeOfflinePush #2862
  • fix: move workflow to correct path #2837
  • fix: del login Policy #2825
  • fix: Wrong Redis Error Check #2876

Chores

  • chore: remove unused content #2786

Builds

  • build: improve workflows logic. #2801
  • build: implement version file update when release. #2826
  • build: update mongo and kafka start logic. #2858
  • build: create changelog tool and workflows. #2869
  • build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #2851

Others

Full Changelog: v3.8.1...v3.8.2