Releases: lichess-org/lila-search
Releases · lichess-org/lila-search
v3.1.0
What's Changed
- Use Future.successful wherever possible by @gravetii in #361
- Use cats syntax for MonadThrow by @lenguyenthanh in #362
- Cleanup search api by @lenguyenthanh in #364
Update
- Update sbt-dotenv to 3.1.0 by @scala-steward in #359
- Update sbt, scripted-plugin to 1.10.5 by @scala-steward in #360
- Update jsoniter-scala-core, ... to 2.31.3 by @scala-steward in #363
Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
- Fix default logback config by @lenguyenthanh in #351
- Simplify queryable instances by @lenguyenthanh in #352
- Make httpRoutes returns http routes by @lenguyenthanh in #356
- Code golf middleware by @lenguyenthanh in #357
- Experiment with metrics and prometheus exporter with otel4s by @lenguyenthanh in #353
- Update
otel4s
to0.11.0
andotel4s-experimental-metrics
to0.5.0
by @iRevive in #358
Update
- Update cats-effect to 3.5.5 by @scala-steward in #355
- Update sbt, scripted-plugin to 1.10.4 by @scala-steward in #354
New Contributors
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Implement cli
--index team
by @lenguyenthanh in #313 - Fix cli
--index game
by @lenguyenthanh in #314 - Add
index --all
for cli by @fitztrev in #316 - Add zero waste plugin by @lenguyenthanh in #322
- add tests for cli and small code refactor by @lenguyenthanh in #323
- Remove unneeded type annotation + import by @lenguyenthanh in #324
- expect.same instead of expect boolean by @lenguyenthanh in #325
- Use Instant directly at config loading by @BanyMaciej in #328
- Remove log config as we use different logback config in prod by @lenguyenthanh in #349
Updates
- Update smithy4s-core, smithy4s-http4s, ... to 0.18.24 by @scala-steward in #315
- Update sbt to 1.10.2 by @scala-steward in #317
- Update jsoniter-scala-core, ... to 2.30.10 by @scala-steward in #318
- Update jsoniter-scala-core, ... to 2.30.11 by @scala-steward in #319
- Update scala3-library to 3.5.1 by @scala-steward in #321
- Update elastic4s-client-esjava, ... to 8.15.1 by @scala-steward in #320
- Update jsoniter-scala-core, ... to 2.30.12 by @scala-steward in #326
- Update elastic4s-client-esjava, ... to 8.15.2 by @scala-steward in #327
- Update jsoniter-scala-core, ... to 2.30.13 by @scala-steward in #330
- Update sbt-scalafix to 0.13.0 by @scala-steward in #329
- Update jsoniter-scala-core, ... to 2.30.14 by @scala-steward in #331
- Update zerowaste to 0.2.24 by @scala-steward in #332
- Update jsoniter-scala-core, ... to 2.30.15 by @scala-steward in #333
- Update logback-classic to 1.5.9 by @scala-steward in #334
- Update smithy4s-core, smithy4s-http4s, ... to 0.18.25 by @scala-steward in #335
- Update mongo4cats-circe, mongo4cats-core to 0.7.11 by @scala-steward in #337
- Update logback-classic to 1.5.10 by @scala-steward in #336
- Update logback-classic to 1.5.11 by @scala-steward in #338
- Update sbt, scripted-plugin to 1.10.3 by @scala-steward in #342
- Update sbt-dotenv to 3.0.1 by @scala-steward in #341
- Update jsoniter-scala-core, ... to 2.31.0 by @scala-steward in #340
- Update zerowaste to 0.2.25 by @scala-steward in #339
- Update ducktape to 0.2.6 by @scala-steward in #344
- Update jsoniter-scala-core, ... to 2.31.1 by @scala-steward in #343
- Update elastic4s-client-esjava, ... to 8.15.3 by @scala-steward in #345
- Update http4s-ember-client, ... to 0.23.29 by @scala-steward in #346
- Update logback-classic to 1.5.12 by @scala-steward in #348
- Scala 3.5.2 by @lenguyenthanh in #350
New Contributors
- @fitztrev made their first contribution in #316
- @BanyMaciej made their first contribution in #328
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
general
- Add some useful scalac options and fix stuff by @lenguyenthanh in #310
- Add sbt release plugin by @lenguyenthanh in #306
- Allow custom log dir by LOG_DIR env variable by @lenguyenthanh in #307
lila-search
- Use Id from core in api module by @lenguyenthanh in #305
lila-search-ingestor
- Refactor unique method to use exists without empty string by @gravetii in #303
- Allow customize ingestor log file name by @lenguyenthanh in #301
- Rename ingestor default log file name by @lenguyenthanh in #312
- Fix bug introduced in refactoring of unique by @gravetii in #308
- Fix and implement tests for used to named
unique
nowdistincByDocId
function by @lenguyenthanh in #309
Update
- Update circe-core to 0.14.10 by @scala-steward in #302
- Update logback-classic to 1.5.8 by @scala-steward in #304
- Update http4s-ember-client, ... to 0.23.28 by @scala-steward in #311
New Contributors
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- ingestor module with companion
cli
app. - Scala 3
- Typelevel stack