Releases: wireapp/wire-apps-jvm-sdk
Releases · wireapp/wire-apps-jvm-sdk
0.0.10
What's Changed
- build(deps): Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1 by @dependabot in #114
- build(deps): Bump com.google.protobuf:protobuf-kotlin from 4.31.0 to 4.31.1 by @dependabot in #115
- build(deps): Bump io.insert-koin:koin-bom from 4.0.4 to 4.1.0 by @dependabot in #118
- build(deps): Bump com.google.protobuf:protoc from 4.31.0 to 4.31.1 by @dependabot in #116
- feat: Migrate CoreCrypto to v7.0.1 #WPB-17797 by @alexandreferris in #119
- feat: Use environment variables instead of property files #WPB-17838 by @alexandreferris in #120
- Feat/async notifications wpb 17775 by @spoonman01 in #121
Full Changelog: 0.0.9...0.0.10
0.0.9
What's Changed
- build(deps): Bump plugin.serialization from 2.1.20 to 2.1.21 by @dependabot in #101
- build(deps): Bump org.jlleitschuh.gradle.ktlint from 12.2.0 to 12.3.0 by @dependabot in #103
- build(deps): Bump org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 1.0.0 by @dependabot in #102
- build(deps): Bump org.zalando:logbook-core from 3.12.0 to 3.12.1 by @dependabot in #110
- build(deps): Bump org.zalando:logbook-json from 3.12.0 to 3.12.1 by @dependabot in #108
- build(deps): Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0 by @dependabot in #106
- build(deps): Bump app.cash.sqldelight:sqlite-3-24-dialect from 2.0.2 to 2.1.0 by @dependabot in #107
- build(deps): Bump org.zalando:logbook-ktor-client from 3.12.0 to 3.12.1 by @dependabot in #109
- feat: Handle Reaction, InCallEmoji and InCallHandRaise #WPB-17377 by @alexandreferris in #112
- feat: Handle Quote, LinkPreview and Assets by @alexandreferris in #111
Full Changelog: 0.0.8...0.0.9
0.0.8
What's Changed
- feat: Add get user api #WPB-17695 by @spoonman01 in #105
- feat: Add fallback for joining conversation and receiving/sending messages #WPB-17566 by @alexandreferris in #104
Full Changelog: 0.0.7...0.0.8
0.0.7
Full Changelog: 0.0.6...0.0.7
0.0.6
What's Changed
- feat: Handle MessageDelete and Confirmation event type #WPB-17375 by @alexandreferris in #91
- chore: make WireMessage sender not nullable by @spoonman01 in #93
- feat: Handle TextEdited and Ephemeral messages event types #WPB-17376 by @alexandreferris in #92
- build(deps): Bump jvm from 2.1.20 to 2.1.21 by @dependabot in #98
- build(deps): Bump app.cash.sqldelight:sqlite-driver from 2.0.2 to 2.1.0 by @dependabot in #95
- build(deps): Bump com.vanniktech.maven.publish from 0.31.0 to 0.32.0 by @dependabot in #96
- build(deps): Bump app.cash.sqldelight from 2.0.2 to 2.1.0 by @dependabot in #97
- build(deps): Bump com.google.protobuf:protoc from 3.24.0 to 4.31.0 by @dependabot in #94
Full Changelog: 0.0.5...0.0.6
0.0.5
What's Changed
- feat: handle Location and Knock Type Events #WPB-17374 by @alexandreferris in #87
- chore: Publish to Maven Local #WPB-17512 by @alexandreferris in #88
- chore: Refactor WireEventsHandler, split into 2 classes #WPB-17207 by @spoonman01 in #89
Full Changelog: 0.0.4...0.0.5
0.0.4
What's Changed
- chore: Refactoring WireMessage, simplifying classes, fixing Composite, adding @jvmoverloads #WPB-17515 by @spoonman01 in #86
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- feat: add sender and conversation id to button action #WPB-17500 by @MarianKijewski in #84
- build(deps): Bump ktorVersion from 3.1.2 to 3.1.3 by @dependabot in #85
- feat: Add upload asset #WPB-17137 by @spoonman01 in #83
New Contributors
- @MarianKijewski made their first contribution in #84
Full Changelog: 0.0.2...0.0.3.v2
0.0.2
What's Changed
- build(deps): Bump com.google.protobuf from 0.9.4 to 0.9.5 by @dependabot in #75
- build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.8.0 to 1.8.1 by @dependabot in #76
- build(deps): Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.17 by @dependabot in #74
- build(deps): Bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot in #77
- feat: handle Composite Type Events #WPB-17136 by @alexandreferris in #78
- build(deps): Bump org.zalando:logbook-json from 3.11.0 to 3.12.0 by @dependabot in #82
- build(deps): Bump org.zalando:logbook-core from 3.11.0 to 3.12.0 by @dependabot in #81
- build(deps): Bump org.wiremock:wiremock from 3.12.0 to 3.13.0 by @dependabot in #80
- build(deps): Bump org.zalando:logbook-ktor-client from 3.11.0 to 3.12.0 by @dependabot in #79
Full Changelog: 0.0.1...0.0.2
0.0.1
What's Changed
- Add Koin, sample project, sdk initialization, demo storage #WPB-15269 by @spoonman01 in #1
- build(deps): Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.4 by @dependabot in #2
- build(deps): Bump jvm from 2.0.21 to 2.1.0 by @dependabot in #3
- feat: add ktlint #WPB-15269 by @alexandreferris in #6
- feat: Add Detekt #WPB-15269 by @alexandreferris in #7
- feat: Add LICENSE #WPB-15269 by @alexandreferris in #8
- feat: Add Ktor http client with config WPB-15443 by @spoonman01 in #9
- feat: add initialization params #WPB-15445 by @alexandreferris in #10
- build(deps): Bump plugin.serialization from 2.1.0 to 2.1.10 by @dependabot in #14
- build(deps): Bump io.insert-koin:koin-bom from 4.0.1 to 4.0.2 by @dependabot in #11
- build(deps): Bump jvm from 2.1.0 to 2.1.10 by @dependabot in #12
- build(deps): Bump com.gradleup.shadow from 9.0.0-beta2 to 9.0.0-beta6 by @dependabot in #13
- feat: add core-crypto initialization and storage #WPB-15444 by @spoonman01 in #15
- feat: Add basic event handling #WPB-15818 by @alexandreferris in #19
- Feat/create mock server to test sse WPB-15820 by @spoonman01 in #23
- build(deps): Bump com.wire:core-crypto-jvm from 3.0.0 to 4.1.0 by @dependabot in #22
- build(deps): Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.6.1 to 0.6.2 by @dependabot in #21
- build(deps): Bump org.wiremock:wiremock from 3.10.0 to 3.11.0 by @dependabot in #17
- build(deps): Bump org.wiremock:wiremock from 3.11.0 to 3.12.0 by @dependabot in #25
- build(deps): Bump ktorVersion from 3.0.3 to 3.1.0 by @dependabot in #24
- feat: Add BackendClient and apis needed to setup clients #WPB-15819 by @spoonman01 in #26
- feat:listen to websocket on restart #wpb-16220 by @spoonman01 in #30
- build(deps): Bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 by @dependabot in #33
- build(deps): Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 by @dependabot in #31
- build(deps): Bump org.jlleitschuh.gradle.ktlint from 12.1.2 to 12.2.0 by @dependabot in #34
- feat: Add conversation storage #WPB-16347 by @spoonman01 in #38
- feat: Add logging obfuscation #WPB-16504 by @alexandreferris in #40
- feat: Add demo properties to simplify testing the SDK #WPB-16530 by @spoonman01 in #41
- build(deps): Bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18 by @dependabot in #45
- feat: Add common coroutine scope in the SDK #WPB-15821 by @spoonman01 in #47
- feat: Map received message events to Protobuf #WPB-16529 by @alexandreferris in #48
- docs: Add first developer documentation #WPB-16318 by @spoonman01 in #49
- build(deps): Bump jvm from 2.1.10 to 2.1.20 by @dependabot in #52
- build(deps): Bump plugin.serialization from 2.1.10 to 2.1.20 by @dependabot in #54
- build(deps): Bump ktorVersion from 3.1.0 to 3.1.2 by @dependabot in #53
- build(deps): Bump io.insert-koin:koin-bom from 4.0.2 to 4.0.3 by @dependabot in #50
- build(deps): Bump org.mockito:mockito-core from 5.16.0 to 5.16.1 by @dependabot in #51
- feat: Sending MLS message #WPB-16525 by @alexandreferris in #55
- chore: Add debug logs and let Developers set log level on the SDK #WPB-16752 by @spoonman01 in #56
- build(deps): Bump net.logstash.logback:logstash-logback-encoder from 8.0 to 8.1 by @dependabot in #57
- feat: Handle Receiving and Downloading Asset #WPB-16753 by @alexandreferris in #62
- chore: Publish SDK to Maven Central #WPB-17132 by @alexandreferris in #69
- fix: Publish SDK to Maven Central #WPB-17132 by @alexandreferris in #70
- build(deps): Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 by @dependabot in #67
- build(deps): Bump io.insert-koin:koin-bom from 4.0.3 to 4.0.4 by @dependabot in #63
- build(deps): Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.2 by @dependabot in #64
- feat: Handle member join and leave #WPB-16752 by @spoonman01 in #68
- chore: Publish SDK to Maven Central #WPB-17132 by @alexandreferris in #71
- chore: Change SDK group name #WPB-17132 by @alexandreferris in #72
New Contributors
- @spoonman01 made their first contribution in #1
- @dependabot made their first contribution in #2
- @alexandreferris made their first contribution in #6
Full Changelog: https://github.com/wireapp/wire-apps-jvm-sdk/commits/0.0.1