Skip to content

Releases: Yelp/nrtsearch

v0.10.6

24 Mar 19:58
e39f699
Compare
Choose a tag to compare

Commits

v0.10.5

15 Mar 03:31
fa9783f
Compare
Choose a tag to compare

Commits

  • bfda6ab: Remove TODO file (#415) (Sarthak Nandi) #415
  • 679c525: set debug log levels for file backup details (#416) (Umesh Dangat) #416
  • dafff24: IllegalStateException when adding documents to an index on a replica … (#418) (swethakann) #418
  • e2e6a19: Update log4j2 dependency to latest version 2.15.0 (#420) (Sarthak Nandi) #420
  • 86228df: Make script cache configurable (#419) (swethakann) #419
  • 9c4b42d: Update log4j2 to v2.16.0 (#422) (Andrew Prudhomme) #422
  • c723199: Update log4j2 to v2.17.0 (#423) (Andrew Prudhomme) #423
  • 1a6d388: Log errors during guice injector creation (#424) (Andrew Prudhomme) #424
  • 42d0cd7: Add query cache query metrics (#421) (Andrew Prudhomme) #421
  • 95d980c: Register Vector field type and a new FieldDef class (#426) (swethakann) #426
  • fdae15a: Bump to v0.10.4 (#427) (Andrew Prudhomme) #427
  • 2fcc55e: Remove cleanup of query warming files (#428) (Andrew Prudhomme) #428
  • 10fda20: Add deadline based cancellation for search requests (#429) (Andrew Prudhomme) #429
  • 86a3ebd: Add index directory total size metric (#432) (Andrew Prudhomme) #432
  • 770c1eb: Improve global state handling, use configurable backend (#430) (Andrew Prudhomme) #430
  • cf7ef90: Made AddDocumentHandler get indexState only once per call of runIndexingJob (#433) (Sarthak Nandi) #433
  • f0ca44a: Added field name to exception message for multivalued value in single valued field (#434) (Sarthak Nandi) #434
  • 7a054d8: Add docker compose config for testing (#417) (jpizagno) #417
  • 969e4ee: Add support for collector plugins (#437) (Samir Desai) #437
  • fa9783f: Bump to v0.10.5 (#438) (Samir Desai) #438

v0.10.3

30 Nov 19:55
e708ec3
Compare
Choose a tag to compare

Commits

  • 5ceb7fd: Include building grpc gateway step on readme (#377) (leonardo menezes) #377
  • 62aa72e: Added some query documentation (#379) (Sarthak Nandi) #379
  • d5695bf: Add globbing to populate links from directory pattern (#380) (Sarthak Nandi) #380
  • 2323e90: Generalize test LuceneServerTest.testBackupWarmingQueries (#383) (jpizagno) #383
  • 63b2f12: Give GeoPoint a fastutils pair view (#389) (Andrew Prudhomme) #389
  • cc08b15: Update README.md (Mohammad Mohtasham) #390
  • 88eb13e: Enable jacoco test coverage (Mohammad Mohtasham) #392
  • 2cb2320: Configure jacoco badge generator workflow in gradle (Mohammad Mohtasham) #392
  • f8366de: Added more detailed docs for analysis (#391) (Sarthak Nandi) #391
  • b1215bb: Dockerfile for Server and Client (#388) (jpizagno) #388
  • f52f4d4: Update gradle.yml (Mohammad Mohtasham) #394
  • dd865ab: Formatting corrections to render generated docs correctly (#393) (Sarthak Nandi) #393
  • 7eef30e: Update build.gradle (Mohammad Mohtasham) #407
  • b0eb2c3: Log uncaught exceptions during startup (#406) (Andrew Prudhomme) #406
  • fa2d9d6: Disable Jacoco for now (#408) (Mohammad Mohtasham) #408
  • 934f93e: increase timeout for flaky tests (#409) (Umesh Dangat) #409
  • 4feffe8: Build with JDK 17 instead of 16 (#410) (Sarthak Nandi) #410
  • 622e709: Support for S3 incremental backups, backup-restore (5x) performance improvements, backup-restore tool (#395) (Umesh Dangat) #395
  • c7268e7: Fix Long field retrieval from doc values (#412) (Andrew Prudhomme) #412
  • 5f3dbe4: Add search response compression option and lz4 codec (#413) (Andrew Prudhomme) #413
  • df07404: Guice Bindings and API wirings to trigger usage of Incremental Archiver (#411) (Umesh Dangat) #411
  • e708ec3: Bump to v0.10.3 (#414) (Andrew Prudhomme) #414

v0.10.1

17 Sep 15:55
f5d4d0e
Compare
Choose a tag to compare
Add github action to automatically create a release when a tag is pus…