|
1 | | -# idunno.Bluesky Version History |
| 1 | +# Version History |
2 | 2 |
|
3 | 3 | ## 0.5.0 |
4 | 4 |
|
5 | | -### idunno.AtProto |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +#### idunno.Bluesky |
6 | 8 |
|
7 | | -* Add support for JSON source generation |
8 | | -* Add builder for `AtProtoAgent` |
| 9 | +* Fix [direct message support](https://github.com/blowdart/idunno.Bluesky/issues/135). |
9 | 10 |
|
10 | | -### idunno.Bluesky |
| 11 | +### Features |
| 12 | + |
| 13 | +#### idunno.AtProto |
11 | 14 |
|
12 | | -* Add support for JSON source generation |
13 | | -* Add builder for `BlueskyAgent` |
| 15 | +* Add support for JSON source generation. |
| 16 | +* Add builder for `AtProtoAgent`. |
| 17 | +* Add support for `CreateModerationReport()`. |
| 18 | +* Removed previously marked obsolete `RefreshSession()`, use `RefreshCredentials()` instead. |
| 19 | + |
| 20 | +#### idunno.Bluesky |
| 21 | + |
| 22 | +* Add support for JSON source generation. |
| 23 | +* Add builder for `BlueskyAgent.` |
14 | 24 | * Wire up `at-proxy` support for Bluesky API endpoints due to upcoming [automatic forwarding deprecation](https://docs.bsky.app/blog/2025-protocol-roadmap-spring). |
| 25 | +* Add support for adding and reading reactions to and from direct messages. |
| 26 | +* Add support for `GetLabelerDeclaration()` and `GetLabelerServices()`. |
| 27 | +* Add support for `CreateModerationReport()`, including well-known constants. |
| 28 | + |
| 29 | +### Breaking Changes |
| 30 | + |
| 31 | +#### idunno.AtProto |
| 32 | + |
| 33 | +* Repo operations now return `*Result` records (`ApplyWritesCreateResult`, `ApplyWritesDeleteResult`, `ApplyWritesUpdateResult`, `CreateRecordResult`, `PutRecordResult`). |
| 34 | + If you are using unwrapped repo operations you will need to update your type declarations, if not using `var`. |
| 35 | + |
| 36 | +#### idunno.Bluesky |
| 37 | + |
| 38 | +* Mirror `idunno.AtProto` return types. |
15 | 39 |
|
16 | 40 | ## 0.4.1 |
17 | 41 |
|
18 | 42 | ### Bug Fixes |
19 | 43 |
|
20 | 44 | #### idunno.Bluesky |
21 | 45 |
|
22 | | -* *Fix video uploading code, sample and documentation |
| 46 | +* Fix video uploading code, sample and documentation. |
23 | 47 |
|
24 | 48 | ## 0.4.0 |
25 | 49 |
|
26 | 50 | ### Features |
27 | 51 |
|
28 | 52 | #### idunno.Bluesky |
29 | 53 |
|
30 | | -* *Support for user thread gate and post gate preference settings. |
| 54 | +* Support for user thread gate and post gate preference settings. |
31 | 55 |
|
32 | 56 | ## 0.3.0 |
33 | 57 |
|
34 | 58 | ### Features |
35 | 59 |
|
36 | 60 | #### idunno.AtProto |
37 | 61 |
|
38 | | -* OAuth support |
| 62 | +* OAuth support. |
39 | 63 |
|
40 | 64 | ### Breaking Changes |
41 | 65 |
|
|
102 | 126 |
|
103 | 127 | #### idunno.AtProto |
104 | 128 |
|
105 | | -* Fixed incorrect JWT DateTime comparison - thank you [alexmg](https://github.com/alexmg) |
106 | | -* Fixed json deserialization errors in GetSessionResponse |
| 129 | +* Fixed incorrect JWT DateTime comparison - thank you [alexmg](https://github.com/alexmg). |
| 130 | +* Fixed json deserialization errors in `GetSessionResponse`. |
107 | 131 |
|
108 | 132 | #### Samples |
109 | 133 |
|
110 | | -* Added catch in Samples.SessionEvents when a bad token is being set on purpose - thank you [peteraritchie](https://github.com/peteraritchie) |
| 134 | +* Added catch in Samples.SessionEvents when a bad token is being set on purpose - thank you [peteraritchie](https://github.com/peteraritchie). |
111 | 135 |
|
112 | 136 | ## 0.2.0 |
113 | 137 |
|
114 | 138 | ### Features |
115 | 139 |
|
116 | 140 | #### idunno.AtProto |
117 | 141 |
|
118 | | -* Add support for GetServiceAuth() |
| 142 | +* Add support for `GetServiceAuth()`. |
119 | 143 |
|
120 | 144 | #### idunno.Bluesky |
121 | 145 |
|
122 | | -* Add support for video |
| 146 | +* Add support for video. |
123 | 147 |
|
124 | 148 | ## 0.1.3 |
125 | 149 |
|
126 | 150 | ### Features |
127 | 151 |
|
128 | 152 | #### idunno.Bluesky |
129 | 153 |
|
130 | | -* Add self labels for posts |
131 | | -* *Breaking* - Consolidation of record value classes |
| 154 | +* Add self labels for posts. |
| 155 | +* *Breaking* - Consolidation of record value classes. |
132 | 156 |
|
133 | 157 | ### Bug fixes |
134 | 158 |
|
135 | 159 | #### idunno.Bluesky |
136 | 160 |
|
137 | | -* Fixed facet positioning |
| 161 | +* Fixed facet positioning. |
| 162 | + |
| 163 | +### Breaking changes |
| 164 | + |
| 165 | +#### idunno.Bluesky |
| 166 | + |
| 167 | +* Consolidation of record value classes. |
138 | 168 |
|
139 | 169 | ### Docs |
140 | 170 |
|
141 | | -* Add Profile editing sample |
| 171 | +* Add Profile editing sample. |
142 | 172 |
|
143 | 173 | ## 0.1.2 |
144 | 174 |
|
145 | 175 | ### Features |
146 | 176 |
|
147 | 177 | #### idunno.Bluesky |
148 | 178 |
|
149 | | -* Adds Profile editing |
| 179 | +* Adds Profile editing. |
150 | 180 |
|
151 | 181 | ### Bug fixes |
152 | 182 |
|
153 | 183 | #### idunno.Bluesky |
154 | 184 |
|
155 | | -* Fixed positioning bug for PostBuilder facets |
| 185 | +* Fixed positioning bug for `PostBuilder` facets. |
156 | 186 | * Removed incorrect link length check. |
157 | 187 |
|
158 | 188 | ## 0.1.1 |
|
169 | 199 |
|
170 | 200 | #### idunno.AtProto |
171 | 201 |
|
172 | | -* PDS authentication and session management |
173 | | -* List, Create, Get, Put, Delete records |
174 | | -* Blob uploads |
175 | | -* Handle and PDS resolution |
| 202 | +* PDS authentication and session management. |
| 203 | +* List, Create, Get, Put, Delete records. |
| 204 | +* Blob uploads. |
| 205 | +* Handle and PDS resolution. |
176 | 206 |
|
177 | 207 | #### idunno.Bluesky |
178 | 208 |
|
179 | | -* Viewing feeds |
180 | | -* Viewing a user's timeline and notifications |
181 | | -* Viewing threads |
182 | | -* Creating and deleting posts |
183 | | -* Gating threads and posts |
184 | | -* Likes, quotes, and reposts |
185 | | -* Viewing user profiles |
186 | | -* Following and unfollowing users |
187 | | -* Muting and blocking users |
188 | | -* Sending, receiving, and deleting messages |
| 209 | +* Viewing feeds. |
| 210 | +* Viewing a user's timeline and notifications. |
| 211 | +* Viewing threads. |
| 212 | +* Creating and deleting posts. |
| 213 | +* Gating threads and posts. |
| 214 | +* Likes, quotes, and reposts. |
| 215 | +* Viewing user profiles. |
| 216 | +* Following and unfollowing users. |
| 217 | +* Muting and blocking users. |
| 218 | +* Sending, receiving, and deleting messages. |
189 | 219 |
|
0 commit comments