Releases: Yelp/nrtsearch
Releases · Yelp/nrtsearch
v0.16.0
Commits
- 782e331: Fix issue when reducing nested collectors with different value sets (#480) (Andrew Prudhomme) #480
- fb02103: Added documentation for highlights (#484) (Sarthak Nandi) #484
- c4b6381: Fix incremental backups when archiver dir does not exist (#486) (Andrew Prudhomme) #486
- 3dbca52: Add index data size to snapshot metadata (#487) (Andrew Prudhomme) #487
- 4b114fd: Check grpc deadline before shard commit (#488) (Andrew Prudhomme) #488
- b1c37d5: Add utility command to update global index state in remote backend (#485) (Andrew Prudhomme) #485
- 691b3e8: Use TransferManager for incremental data snaphot (#491) (Andrew Prudhomme) #491
- 8d43b9b: Use TransferManager for incremental data restore (#492) (Andrew Prudhomme) #492
- f65d961: Close streams created by Files.list() (#494) (Andrew Prudhomme) #494
- befb4e2: Allow plugins to register their metrics into Nrtsearch common collector registry (#495) (Mohammad Mohtasham) #495
- c41d019: Correct highlighting behavior when max_num_fragments is zero (#496) (Sarthak Nandi) #496
- fda8bbc: Fix the logic to update the Jacoco badge (#497) (Mohammad Mohtasham) #497
- 57b99e9: Autogenerated JaCoCo coverage badge (github_actions)
- 5c18eae: Dirchev add support for completion queries (#493) (Dimitar Mirchev) #493
- 8d89024: Autogenerated JaCoCo coverage badge (github_actions)
- d8353c1: Bump to v0.16.0 (#498) (Andrew Prudhomme) #498
v0.14.0
Commits
- 472e43a: Fix the code coverage generator (#476) (Mohammad Mohtasham) #476
- ec3dcb1: Autogenerated JaCoCo coverage badge (github_actions)
- b20b081: Pull git changes before pushing (#477) (Mohammad Mohtasham) #477
- 6fd0add: Fix PrimaryFileNameResolver to not block requests (#478) (Andrew Prudhomme) #478
- 72c0614: Add highlighting using fast vector highlighter (#479) (Sarthak Nandi) #479
- 0ce804c: Add incremental snapshot/restore/list/delete commands (#474) (Andrew Prudhomme) #474
- 614bf03: Use same jackson version in server and clientlib (#482) (Sarthak Nandi) #482
- b074e16: Add highlight time ms to diagnostics (#481) (Sarthak Nandi) #481
- 046c8e5: Bump nrtsearch version to 0.14.0 (#483) (Sarthak Nandi) #483
v0.13.0
Commits
- 5a02148: Add nrt_util with remote state get/put commands (#456) (Andrew Prudhomme) #456
- a945b9f: Add index flush metric (#462) (Andrew Prudhomme) #462
- 0a0429a: Close replication clients in ReplicationServerClientTest (#457) (Andrew Prudhomme) #457
- 592407a: add new end point to reload state for replicas (#465) (Tao Yu) #465
- 5419f38: Handle loading index state created with different name (#467) (Andrew Prudhomme) #467
- 6d7fd63: Clean up index restore archiver data after start (#466) (Andrew Prudhomme) #466
- ec57d6f: Add docs for index settings and live settings (#470) (Andrew Prudhomme) #470
- f612f5d: Add cleanup command for incremental index backups (#464) (Andrew Prudhomme) #464
- 2ae8bae: Disallow starting STANDALONE index with REMOTE location type (#473) (Andrew Prudhomme) #473
- 9162cf0: add get started and mappings docs to NRTSearch (#471) (Tao Yu) #471
- 9f367cb: Add field based terms collection and global ordinals (#318) (Andrew Prudhomme) #318
- 1a1756a: Bump to v0.13.0 (#475) (Andrew Prudhomme) #475
v0.12.0
What's Changed
- Add context suggest field by @TheMiker in #447
- Add ready cli command by @aprudhomme in #453
- Fixed a bug when creating a match query by @sarthakn7 in #454
- Add ability to start indices from global state by @aprudhomme in #448
- Allow unknown properties with primary file discovery by @aprudhomme in #455
- Log custom endpoint error and requests for most endpoints that modify index by @sarthakn7 in #458
- Skip loading index state during ready endpoint by @desiam in #461
- Bump some dependencies by @sarthakn7 in #459
- Bump nrtsearch version by @jedrazb in #463
- Fix query warming for backend global state by @aprudhomme in #460
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Commits
- a1fecbe: Added tests to verify multivalued objects (#435) (Sarthak Nandi) #435
- c701265: Update some config defaults (#443) (Luana Fragoso) #443
- d2d3800: Index state changes (#442) (Andrew Prudhomme) #442
- e097a24: Added field name to some error logs (#449) (Sarthak Nandi) #449
- 8b1e50c: For primary and standalone modes check indexWriter is started when ready endpoint is called (#445) (Sarthak Nandi) #445
- 3cea509: Added a custom request plugin (#444) (Sarthak Nandi) #444
- 95b6b3c: Add max time to initial nrtsearch point sync (#451) (Andrew Prudhomme) #451
- 55f5afb: Bump version to 0.11.0 (#450) (Sarthak Nandi) #450
v0.10.6
v0.10.5
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
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
Add github action to automatically create a release when a tag is pus…