Releases: DarshitChanpura/opensearch-api-specification
Releases · DarshitChanpura/opensearch-api-specification
OpenSearch OpenAPI Spec (main)
[Unreleased]
Added
- Added CHANGELOG (#309)
- Added a spec test framework (#299)
- Added tests for the framework (#310)
- Added workflow to determine API changes (#297)
- Added link checking (#269)
- Added API coverage (#210)
- Added license headers to TypeScript code (#311)
- Added
npm run test:spec -- --dry-run --verbose
(#303) - Added
npm run test:unit
andtest:integ
(#320) - Added code coverage to tools' tests (#323)
- Added a YAML linter (#312)
- Added linter to validate order of spec operations (#325) (#326)
- Added support to read outputs from requests in tests(#324)
- Added
eslint-plugin-eslint-comments
(#333) - Added
distribution
field toOpenSearchVersionInfo
(#336) - Added
created_time
andlast_updated_time
toml.get_model_group@200
(#342) - Added spellcheck linter (#341)
- Added tests for response payload (#347)
- Added
cancel_after_time_interval
andphase_took
in_search
(#353) - Added support for testing
application/x-ndjson
payloads (#355) - Added TESTING_GUIDE.md (#359)
- Added StoryValidator to validate stories before running them (#354)
- Added support for
text/plain
responses in_cat
APIs (#360) - Added support for
application/yaml
responses (#363) - Added test for search with seq_no_primary_term (#367)
- Added a linter for parameter sorting (#369)
- Added AjvErrorsParser to print more informative error messages (#364)
- Added JsonSchemaValidator, a wrapper for AJV (#364)
- Added support for
application/cbor
responses (#371) - Added
/_plugins/_sql
,close
,explain
andstats
(#379) - Added tests for SQL namespace (#379)
- Added support for
application/smile
responses (#386) - Added
doc_status
,remote_store
,segment_replication
andunreferenced_file_cleanups_performed
toSegmentStats
(#395) - Added
concurrent_query_*
andsearch_idle_reactivate_count_total
fields toSearchStats
(#395) - Added
remote_store
toTranslogStats
(#395) - Added
file
to/_cache/clear
and/{index}/_cache/clear
(#396) - Add
strict_allow_templates
option for the dynamic mapping parameter (#408) - Added a workflow to run tests against the next version of OpenSearch (#409)
- Added support for skipping tests using semver range (#410)
- Added
cluster_manager_timeout
toHEAD /{index}
(#421) - Added missing fields to
/_nodes/stats
(#415) - Added missing metrics options to
/_nodes/stats
(#422) - Added tests against OpenSearch 1.3 (#424)
- Added
is_hidden
to/{index}/_alias/{name}
and/{index}/_aliases/{name}
(#429) - Added
ignore_unmapped
toGeoDistanceQuery
(#427) - Added missing variants of
indices.put_alias
(#434) - Added
plugins
to NodeInfoSettings (#442) - Added test coverage (#443)
- Added
--opensearch-version
tomerger
that excludes schema elements per semver (#428) - Added
retry
totester
to support asynchronous tasks (453)
Changed
- Replaced Smithy with a native OpenAPI spec (#189)
- Refactored spec tester internals to improve reusability (#302)
- Renamed
main
release tag tomain-latest
(#321) - Replaced usages of
Opensearch
withOpenSearch
(#335) - Prevented merger tool from printing warnings when used by tester tool (#359)
- Replaced the deprecated fs.rmdirSync with fs.rmSync (#359)
- Tester tool now provides better context for non-2XX responses when --verbose is used (#359)
- Lock testing for next release of OpenSearch to a specific SHA (#431)
- Replace nullable with null type (#436)
Deprecated
Removed
- Removed the ability to skip an individual spec test (#358)
Fixed
- Fixed GitHub pages (#215)
- Fixed missing 201 response in
/{index}/_doc/{id}
(#331) - Fixed
SlowlogThresholds
(#341) - Fixed
from_address
inSmtpAccount
(#341) - Fixed
pages_processed
in/_plugins/_rollup
(#341) - Fixed
_bulk
spec request and response types (#355) - Fixed
text/plain
response in/_cat
(#357) - Fixed
/_cat/cluster_manager
,/_cat/allocation
,/_cat/shards
, and/_cat/thread_pool
(#373) - Fixed optional field in
/_nodes
(#365) - Fixed
/{index}/_open
can return atask
(#376) - Fixed
_source
inbulk
responses (#375) - Fixed
/{index}/_dangling
that can returnnodes
andcluster_name
(#391) - Fixe...
OpenSearch OpenAPI Spec (main)
Rollups API spec (#283) * Add rollup API spec Signed-off-by: djmadeira <[email protected]>