File tree 2 files changed +2
-76
lines changed
buildSrc/src/main/kotlin/io/getstream/chat/android
2 files changed +2
-76
lines changed Original file line number Diff line number Diff line change 1
- # UNRELEASED CHANGELOG
2
- ## Common changes for all artifacts
3
- ### 🐞 Fixed
4
-
5
- ### ⬆️ Improved
6
-
7
- ### ✅ Added
8
-
9
- ### ⚠️ Changed
10
-
11
- ### ❌ Removed
12
-
1
+ # July 23th, 2024 - 6.4.3
13
2
## stream-chat-android-client
14
3
### 🐞 Fixed
15
4
- Fixed pinned message expire date validation. [ #5329 ] ( https://github.com/GetStream/stream-chat-android/pull/5329 )
16
5
17
- ### ⬆️ Improved
18
-
19
- ### ✅ Added
20
-
21
6
### ⚠️ Changed
22
7
- ` Attachment ` class doesn't use ` url ` property anymore. Use ` assetUrl ` instead. [ #5325 ] ( https://github.com/GetStream/stream-chat-android/pull/5325 )
23
8
24
9
### ❌ Removed
25
10
- Removed ` url ` property of ` Attachment ` class. Use ` assetUrl ` instead. [ #5325 ] ( https://github.com/GetStream/stream-chat-android/pull/5325 )
26
11
27
- ## stream-chat-android-offline
28
- ### 🐞 Fixed
29
-
30
- ### ⬆️ Improved
31
-
32
- ### ✅ Added
33
-
34
- ### ⚠️ Changed
35
-
36
- ### ❌ Removed
37
-
38
12
## stream-chat-android-state
39
13
### 🐞 Fixed
40
14
- Fixed channel cache not being updated on message unpin operation. [ #5329 ] ( https://github.com/GetStream/stream-chat-android/pull/5329 )
41
15
42
- ### ⬆️ Improved
43
-
44
- ### ✅ Added
45
-
46
- ### ⚠️ Changed
47
-
48
- ### ❌ Removed
49
-
50
- ## stream-chat-android-ui-common
51
- ### 🐞 Fixed
52
-
53
- ### ⬆️ Improved
54
-
55
- ### ✅ Added
56
-
57
- ### ⚠️ Changed
58
-
59
- ### ❌ Removed
60
-
61
- ## stream-chat-android-ui-components
62
- ### 🐞 Fixed
63
-
64
- ### ⬆️ Improved
65
-
66
- ### ✅ Added
67
-
68
- ### ⚠️ Changed
69
-
70
- ### ❌ Removed
71
-
72
16
## stream-chat-android-compose
73
- ### 🐞 Fixed
74
-
75
- ### ⬆️ Improved
76
-
77
17
### ✅ Added
78
18
- Exposed user avatar click listener in MessagesScreen.kt
79
19
- Added ability to create multiple instance of ChannelListViewModel with differing parameters
80
- ### ⚠️ Changed
81
-
82
- ### ❌ Removed
83
-
84
- ## stream-chat-android-markdown-transformer
85
- ### 🐞 Fixed
86
-
87
- ### ⬆️ Improved
88
-
89
- ### ✅ Added
90
-
91
- ### ⚠️ Changed
92
-
93
- ### ❌ Removed
94
20
95
21
# July 17th, 2024 - 6.4.2
96
22
## stream-chat-android-state
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Configuration {
7
7
const val minSdk = 21
8
8
const val majorVersion = 6
9
9
const val minorVersion = 4
10
- const val patchVersion = 2
10
+ const val patchVersion = 3
11
11
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
12
12
const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
13
13
const val artifactGroup = " io.getstream"
You can’t perform that action at this time.
0 commit comments