Releases: uakihir0/kbsky
Releases · uakihir0/kbsky
v0.3.0
What's Changed
- Add ActorDefsLabelersPref to ActorDefsPreferencesUnion by @takke in #102
- Add
AuthProvider.acceptLabelers
to setatproto-accept-labelers
header by @takke in #103 - Add
labeler.getServices
by @takke in #107 - Add helpful information to the README by @preslavrachev in #112
- add jet stream feature. by @uakihir0 in #110
- Jetstream which is usable for Java by @lamrongol in #115
- Bump the dependencies group with 3 updates by @dependabot in #114
- Bump io.ktor:ktor-client-core from 3.0.1 to 3.0.2 in the dependencies group by @dependabot in #118
- Bump the dependencies group across 1 directory with 4 updates by @dependabot in #124
- Add aspectRatio to work.socialhub.kbsky.model.app.bsky.embed.EmbedImagesImage by @xiujunma in #119
- Bump Gradle 8.12 by @takke in #125
- Adds support for StarterPacks by @jasonculverhouse in #123
- Issue 113 - Added support to use OAuth refresh tokens and confidential client types. by @MarcFletcher in #121
- add refresh token test and some refactoring. by @uakihir0 in #126
- fix gradle exec issue. by @uakihir0 in #127
- missing fix gradle version. by @uakihir0 in #128
- fix test for oauth test fix. by @uakihir0 in #129
- matched official regular expression. by @uakihir0 in #130
- Bump the dependencies group with 2 updates by @dependabot in #131
New Contributors
- @preslavrachev made their first contribution in #112
- @lamrongol made their first contribution in #115
- @xiujunma made their first contribution in #119
- @jasonculverhouse made their first contribution in #123
- @MarcFletcher made their first contribution in #121
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- fix readme for stable. by @uakihir0 in #88
- fix version and ja readme. by @uakihir0 in #90
- OAuth implementation. by @uakihir0 in #91
- add oauth readme and some fix. by @uakihir0 in #92
- add test skip for snapshot publish. by @uakihir0 in #95
- parse OAuth error message (error_description) by @takke in #94
- Bump cryptography-kotlin from 0.3.1 to 0.4.0 by @takke in #96
- Bump the dependencies group across 1 directory with 6 updates by @dependabot in #97
- Bump work.socialhub:khttpclient from 0.0.2 to 0.0.3 in the dependencies group by @dependabot in #98
- Add searchActorsTypeahead by @takke in #100
- Bump io.ktor:ktor-client-core from 3.0.0 to 3.0.1 in the dependencies group by @dependabot in #99
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Bump plugin.serialization from 1.9.21 to 1.9.22 by @dependabot in #2
- Bump multiplatform from 1.9.21 to 1.9.22 by @dependabot in #1
- Fix
internal constructor
topublic constructor
by @takke in #3 - make public
external
by @takke in #4 - Add
FeedDefsGeneratorView
toEmbedRecordViewUnion
by @takke in #5 - Fix
internal constructor
topublic constructor
(part2) by @takke in #6 - remove internal constructor. by @uakihir0 in #7
- Fix type of FeedDefsGeneratorView by @takke in #8
- create libs.versions.toml by @uakihir0 in #9
- use kotlin util expansion in test. by @uakihir0 in #10
- Bump io.ktor:ktor-client-core from 2.3.7 to 2.3.8 by @dependabot in #11
- Fix
extractFacets
to parse URL endings correctly by @takke in #12 - fix stream package. by @uakihir0 in #16
- Fix thumb as public by @takke in #13
- Add
local.properties
to.gitignore
by @takke in #14 - Add
labels
toFeedDefsPostView
by @takke in #15 - fix handle parse issue. by @uakihir0 in #18
- Support hashtag facet to FacetUtil by @takke in #19
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.0 by @dependabot in #22
- Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.2 to 1.6.3 by @dependabot in #21
- Bump org.jetbrains.kotlinx:kotlinx-serialization-cbor from 1.6.2 to 1.6.3 by @dependabot in #20
- Add
langs
toFeedPost
by @takke in #25 - Support list functions by @takke in #26
- Add
GraphDefsListView
toEmbedRecordViewUnion
by @takke in #27 - Add
filter
toFeedGetAuthorFeedRequest
by @takke in #29 - Replace union cast from
fun record
toval asRecord
by @takke in #30 - Add
labels
toFeedPost
by @takke in #31 - Support list create/edit/delete function by @takke in #32
- Add
ATUri
by @takke in #33 - Bump io.ktor:ktor-client-core from 2.3.8 to 2.3.9 by @dependabot in #34
- Bump kotest from 5.8.0 to 5.8.1 by @dependabot in #35
- Bump multiplatform from 1.9.22 to 1.9.23 by @dependabot in #38
- Bump plugin.serialization from 1.9.22 to 1.9.23 by @dependabot in #37
- Bump native.cocoapods from 1.9.22 to 1.9.23 by @dependabot in #36
- Add
updateProfile
by @takke in #39 - bump up actions plugins. by @uakihir0 in #40
- Bump io.ktor:ktor-client-core from 2.3.9 to 2.3.10 by @dependabot in #41
- fix handle not lateinit by @takke in #42
- Bump io.ktor:ktor-client-core from 2.3.10 to 2.3.11 by @dependabot in #43
- Bump plugin.serialization from 1.9.23 to 1.9.24 by @dependabot in #45
- Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.5.0 to 0.6.0 by @dependabot in #49
- Bump the dependencies group with 6 updates by @dependabot in #53
- Bump the dependencies group with 4 updates by @dependabot in #56
- Add FeedPost.via by @takke in #55
- Add Threadgate by @takke in #57
- Add FeedDefsViewerState.replyDisabled by @takke in #58
- Add feed.threadgate by @takke in #59
- fix PLCDirectory by @takke in #60
- Bump io.ktor:ktor-client-core from 2.3.11 to 2.3.12 in the dependencies group by @dependabot in #61
- Add Chat Feature by @takke in #62
- Change package configuration to match Chat by @uakihir0 in #63
- Bump the dependencies group with 2 updates by @dependabot in #65
- Add config and update pds endpoint feature. by @uakihir0 in #67
- Bump the dependencies group with 3 updates by @dependabot in #69
- Add viewer.knownFollowers by @takke in #70
- Add quote count & getQuotes by @takke in #71
- introduce
libs.versions.kotlin
by @takke in #73 - Update to Kotlin 20.0.20 and ignore checking of base64 padding by @takke in #75
- Add EmbedRecordViewDetached by @takke in #76
- Bump the dependencies group across 1 directory with 3 updates by @dependabot in #77
- Add feed.postgate and FeedDefsViewerState.embeddingDisabled by @takke in #78
- Add ActorDefsSavedFeedsPrefV2 by @takke in #79
- Add ATProtocolException.status by @takke in #80
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.1 to 1.9.0 in the dependencies group by @dependabot in #82
- Support Video by @takke in #81
- Add repo.describeRepo by @takke in #83
- add createdAt on profiles by @takke in #85
- Support pinned post by @takke in #86
- Bump the dependencies group with 2 updates by @dependabot in #84
- add deploy to maven central. by @uakihir0 in #87
New Contributors
- @dependabot made their first contribution in #2
- @takke made their first contribution in #3
- @uakihir0 made their first contribution in #7
Full Changelog: https://github.com/uakihir0/kbsky/commits/v0.1.0