Opensearch-benchmark

Latest version: v1.5.0

Safety actively analyzes 622940 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.4.0

What's Changed
* Update version.txt to 1.4.0 after 1.3.0 release by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/469
* Add Maintainers Guide and Release Guide to OSB by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/467
* Fix client processing time calculation in ForceMerge Runner by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/470
* Revise RELEASE_GUIDE.md for better practices and clarity on patch releases by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/479
* Add Rishabh as maintainer after vote by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/482
* Bumping Jinja2 to version 3.1.1 for CVE by beaioun in https://github.com/opensearch-project/opensearch-benchmark/pull/487
* Update opensearch-py to 2.5.0 by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/488


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.3.1...1.4.0

1.3.1

What's Changed
* Update version.txt with 1.3.1 before patch by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/475
* Fix client processing time calculation in ForceMerge Runner by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/470


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.3.0...1.3.1

1.3.0

What's Changed
* Update version after 1.2.0 release. by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/440
* Adds a command-line argument to specify more latency percentiles at the end of a workload. by peteralfonsi in https://github.com/opensearch-project/opensearch-benchmark/pull/441
* Create-Workload Improvements: Separate operations and test procedures from workload.json by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/446
* Adds command line argument to specify throughput percentiles to display by peteralfonsi in https://github.com/opensearch-project/opensearch-benchmark/pull/449
* Emit a more informative error message if git is not installed at startup by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/454
* Surface Workload and Jinja Template Errors to Console and Provide Common Solutions by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/448
* Added a new metric: Client Processing Time by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/450
* Add maintainers after OSCI Autumn 2023 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/457
* Move data set loading outside constructor by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/452
* Add new property to define operation by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/458
* Adds controllable randomization to range queries in workloads by peteralfonsi in https://github.com/opensearch-project/opensearch-benchmark/pull/455
* Add support to use corpus for vector search params by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/459
* Add support to pass efficient filter body to vector search params by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/460
* Fixed client processing time by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/462
* Add support for a data corpora source-url field to specify a corpus file directly by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/461
* Make neighbor's dataset path as optional by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/464

New Contributors
* peteralfonsi made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/441

**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.2.0...1.3.0

1.2.0

What's Changed
* Point docs link to the latest by lukas-vlcek in https://github.com/opensearch-project/opensearch-benchmark/pull/361
* Bump minor version on main by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/359
* Add support for create search pipeline by noCharger in https://github.com/opensearch-project/opensearch-benchmark/pull/364
* Update README and Developer Guide by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/374
* Bumping urllib3 and boto3 by AkshathRaghav in https://github.com/opensearch-project/opensearch-benchmark/pull/388
* set default pipeline to benchmark-only by cgchinmay in https://github.com/opensearch-project/opensearch-benchmark/pull/387
* Extend Sigv4 to Role based Access by cgchinmay in https://github.com/opensearch-project/opensearch-benchmark/pull/390
* Deprecates generate chart command by AkshathRaghav in https://github.com/opensearch-project/opensearch-benchmark/pull/393
* Adding documentation for running workloads by AkshathRaghav in https://github.com/opensearch-project/opensearch-benchmark/pull/394
* Fix the predicate used for the --kill-running-processes flag by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/405
* Add Debugging Section to Developer Guide by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/406
* Rename parameters for Distributed Workload Generation - Issue 258 by dosa-chammandi in https://github.com/opensearch-project/opensearch-benchmark/pull/407
* renamed put pipeline to create ingest pipeline by maddox05 in https://github.com/opensearch-project/opensearch-benchmark/pull/399
* Switching to the default connection class to address slower connection with RequestsHttpConnection by beaioun in https://github.com/opensearch-project/opensearch-benchmark/pull/411
* Adding zstd compression and decompression support for workload corpora by beaioun in https://github.com/opensearch-project/opensearch-benchmark/pull/410
* Log error to console while executing test by cgchinmay in https://github.com/opensearch-project/opensearch-benchmark/pull/409
* Add vector search as new operation type to search by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/423
* Add dataset parser for vector search by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/424
* Add vector search param source by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/425
* Add support to parse response if fields or _source are enabled by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/427
* Fix DEVELOPER_GUIDE.md by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/426
* Add vector search bulk param and runner by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/431
* Revert renaming commits from main by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/436

New Contributors
* lukas-vlcek made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/361
* noCharger made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/364
* AkshathRaghav made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/388
* dosa-chammandi made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/407
* maddox05 made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/399
* beaioun made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/411
* VijayanB made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/423
* saimedhi made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/426

**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.1.0...1.2.0

1.1.0

What's Changed
* More fixes for the integration tests by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/317
* Updated the README with a link to the online documentation by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/319
* Increase the shard and replica count for the benchmark-metrics-* indices in the data store by ayushav12 in https://github.com/opensearch-project/opensearch-benchmark/pull/321
* Update Codec Enum to support ZSTD and ZSTDNODICT by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/327
* Update results_publisher to publisher by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/316
* Add Issue Template for RFCs and Proposals by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/337
* Give users ability to set number_of_shards and number_of_replicas via datastore config by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/336
* Fix issues with the git module by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/338
* Refactoring zstdnodict to zstd_no_dict by sarthakaggarwal97 in https://github.com/opensearch-project/opensearch-benchmark/pull/340
* Update jenkins file to use updated docker image by gaiksaya in https://github.com/opensearch-project/opensearch-benchmark/pull/343
* Adding SigV4 support to opensearch-benchmarks for connecting to test clusters and results publishing by sachetalva in https://github.com/opensearch-project/opensearch-benchmark/pull/329
* Change to support benchmarking of ES-7.10 domains by ayushav12 in https://github.com/opensearch-project/opensearch-benchmark/pull/344
* Add a telemetry deivce - Segment Replication Stats by tlfeng in https://github.com/opensearch-project/opensearch-benchmark/pull/346
* Revert publisher back to results_publisher by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/353
* Improve the telemetry device "Segment Replication Stats" by changing to parse JSON format and using numeric bytes value by tlfeng in https://github.com/opensearch-project/opensearch-benchmark/pull/356
* Changes for serverless implementations which may not support the full complement of OpenSearch APIs by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/355
* Bump version to 1.1.0 and elaborate on RELEASING.md by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/357

New Contributors
* ayushav12 made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/321
* sarthakaggarwal97 made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/340
* gaiksaya made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/343
* sachetalva made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/329
* tlfeng made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/346

**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.0.0...1.1.0

1.0.0

What's Changed
* Add support for providing datastore password via environment variable by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/304
* Updating integ tests to use current versions of OpenSearch by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/305
* Promote version to 1.0.0 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/313


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/0.5.0...1.0.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.