Skip to content

Releases: nemoengineering/meilisearch-kotlin

0.5.0

21 Jul 15:46
7998b36
Compare
Choose a tag to compare

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

03 Mar 20:16
a090cfb
Compare
Choose a tag to compare

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 uses taskUid instead of uid (thanks @frellan for #70, ended up bundling all updates in here)
  • Update search function adding the new supported parameters
  • Split KeyUpsertRequest into KeyCreateRequest and KeyUpdateRequest

📦 Dependencies Updates

Full Changelog: 0.3.1...0.4.0

0.3.1

14 Jun 12:54
fceef1d
Compare
Choose a tag to compare

What's Changed

📦 Dependencies Updates

Full Changelog: 0.3.0...0.3.1

0.3.0

30 May 17:34
91df00f
Compare
Choose a tag to compare

What's Changed

🚀 New Features

📦 Dependencies Updates

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

23 Apr 16:40
eed7128
Compare
Choose a tag to compare

What's Changed

📦 Dependencies Updates

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Apr 12:17
0e50430
Compare
Choose a tag to compare

What's Changed

🚀 New Features

📦 Dependencies Updates

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

13 Apr 18:16
070a7e8
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

0.1.0

13 Apr 17:55
aaba499
Compare
Choose a tag to compare