Releases: nemoengineering/meilisearch-kotlin
Releases · nemoengineering/meilisearch-kotlin
0.5.0
What's Changed
📦 Dependencies Updates
- Bump ch.qos.logback:logback-classic from 1.4.5 to 1.4.6 by @dependabot in #73
- Bump org.testcontainers:junit-jupiter from 1.17.6 to 1.18.0 by @dependabot in #77
- Bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7 by @dependabot in #79
- Bump io.ktor:ktor-bom from 2.2.4 to 2.3.0 by @dependabot in #78
- Bump jvm from 1.8.10 to 1.8.21 by @dependabot in #81
- Bump plugin.serialization from 1.8.10 to 1.8.21 by @dependabot in #80
- Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3 by @dependabot in #82
- Bump org.testcontainers:junit-jupiter from 1.18.0 to 1.18.1 by @dependabot in #85
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.6.4 to 1.7.0 by @dependabot in #83
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.0 to 1.7.1 by @dependabot in #86
- Bump org.testcontainers:testcontainers from 1.17.6 to 1.18.1 by @dependabot in #84
- Bump org.testcontainers:junit-jupiter from 1.18.1 to 1.18.3 by @dependabot in #90
- Bump io.ktor:ktor-bom from 2.3.0 to 2.3.1 by @dependabot in #92
- Bump org.testcontainers:testcontainers from 1.18.1 to 1.18.3 by @dependabot in #91
- Bump jvm from 1.8.21 to 1.8.22 by @dependabot in #93
- Bump plugin.serialization from 1.8.21 to 1.8.22 by @dependabot in #94
- Bump ch.qos.logback:logback-classic from 1.4.7 to 1.4.8 by @dependabot in #95
- Bump io.ktor:ktor-bom from 2.3.1 to 2.3.2 by @dependabot in #96
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.1 to 1.7.2 by @dependabot in #97
- Bump plugin.serialization from 1.8.22 to 1.9.0 by @dependabot in #98
- Bump jvm from 1.8.22 to 1.9.0 by @dependabot in #99
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot in #100
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.2 to 1.7.3 by @dependabot in #101
- Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 by @dependabot in #104
- Bump io.ktor:ktor-bom from 2.3.2 to 2.3.3 by @dependabot in #102
- Bump org.testcontainers:junit-jupiter from 1.18.3 to 1.19.0 by @dependabot in #107
- Bump org.testcontainers:testcontainers from 1.18.3 to 1.19.0 by @dependabot in #106
- Bump plugin.serialization from 1.9.0 to 1.9.10 by @dependabot in #109
- Bump jvm from 1.9.0 to 1.9.10 by @dependabot in #108
- Bump actions/checkout from 3 to 4 by @dependabot in #112
- Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.4.1 by @dependabot in #111
- Bump io.ktor:ktor-bom from 2.3.3 to 2.3.4 by @dependabot in #110
- Bump org.testcontainers:testcontainers from 1.19.0 to 1.19.1 by @dependabot in #113
- Bump io.ktor:ktor-bom from 2.3.4 to 2.3.5 by @dependabot in #115
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @dependabot in #119
- Bump jvm from 1.9.10 to 1.9.20 by @dependabot in #117
- Bump plugin.serialization from 1.9.10 to 1.9.20 by @dependabot in #118
- Bump io.ktor:ktor-bom from 2.3.5 to 2.3.6 by @dependabot in #120
- Bump org.testcontainers:testcontainers from 1.19.1 to 1.19.3 by @dependabot in #126
- Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14 by @dependabot in #132
- Bump actions/setup-java from 3 to 4 by @dependabot in #131
- Bump plugin.serialization from 1.9.20 to 1.9.21 by @dependabot in #127
- Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.1 to 0.5.0 by @dependabot in #133
- Bump jvm from 1.9.20 to 1.9.21 by @dependabot in #128
Full Changelog: 0.4.0...0.5.0
0.4.0
Support Meilisearch v1
While this library is still versioned as 0.x.x due to the limited coverage of Meilisearch API, this release contains several breaking changes in order to support Meilisearch v1.
⚡ Notable updates:
- Use
getmeili/meilisearch:v1.0
image for containers during tests - Return
PaginatedResponse
object to wrap results of "list" endpoints - Update several parameters names to reflect the documented API
ChangeResponse
now usestaskUid
instead ofuid
(thanks @frellan for #70, ended up bundling all updates in here)- Update
search
function adding the new supported parameters - Split
KeyUpsertRequest
intoKeyCreateRequest
andKeyUpdateRequest
📦 Dependencies Updates
- Bump kotlinx-datetime from 0.3.3 to 0.4.0 by @dependabot in #27
- Bump kotlinx-coroutines-test from 1.6.3 to 1.6.4 by @dependabot in #33
- Bump testcontainers from 1.17.5 to 1.17.6 by @dependabot in #53
- Bump logback-classic from 1.4.4 to 1.4.5 by @dependabot in #55
- Bump org.jmailen.kotlinter from 3.12.0 to 3.13.0 by @dependabot in #60
- Bump junit-jupiter from 5.9.1 to 5.9.2 by @dependabot in #64
- Bump jvm from 1.8.0 to 1.8.10 by @dependabot in #67
- Bump plugin.serialization from 1.8.0 to 1.8.10 by @dependabot in #66
- Bump io.ktor:ktor-bom from 2.2.3 to 2.2.4 by @dependabot in #68
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
📦 Dependencies Updates
- Bump jvm from 1.6.21 to 1.7.0 by @dependabot in #23
- Bump plugin.serialization from 1.6.21 to 1.7.0 by @dependabot in #22
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
🚀 New Features
- Add Index settings by @adrianNEMO in #20
- Add missing search parameters by @adrianNEMO in #21
📦 Dependencies Updates
- Bump ktor-bom from 2.0.0 to 2.0.1 by @dependabot in #13
- Bump kotlinx-datetime from 0.3.2 to 0.3.3 by @dependabot in #14
- Bump junit-jupiter from 1.17.1 to 1.17.2 by @dependabot in #17
- Bump testcontainers from 1.17.1 to 1.17.2 by @dependabot in #16
- Bump ktor-bom from 2.0.1 to 2.0.2 by @dependabot in #18
- Bump kotlinx-coroutines-test from 1.6.1 to 1.6.2 by @dependabot in #19
New Contributors
- @adrianNEMO made their first contribution in #20
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
📦 Dependencies Updates
- Bump jvm from 1.6.20 to 1.6.21 by @dependabot in #11
- Bump plugin.serialization from 1.6.20 to 1.6.21 by @dependabot in #10
- Add deps as api and fix package structurte by @SimoneStefani in #12
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
🚀 New Features
- Upgrade to Ktor 2.0 by @SimoneStefani in #9
📦 Dependencies Updates
- Bump testcontainers from 1.16.3 to 1.17.0 by @dependabot in #6
- Bump junit-jupiter from 1.16.3 to 1.17.1 by @dependabot in #7
- Bump testcontainers from 1.17.0 to 1.17.1 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #6
- @SimoneStefani made their first contribution in #9
Full Changelog: 0.1.1...0.2.0
0.1.1
Full Changelog: 0.1.0...0.1.1