Inspired from Keep a Changelog
- Added API specs for query groups lifecycle APIs (#649)
- Added Python and Ruby spec validators (#646)
- Added verbose output of the story being evaluated (#646)
- Added
_search
withsort: direction
(#658) - Added
_common.mapping:FlatObjectProperty
(#661) - Added
HEAD /{index}/_doc/{id}
returning404
(#670) - Added
_common.mapping:IcuCollationKeywordProperty
(#666) - Added
/_cluster/stats/{metric}/nodes/{node_id}
and/_cluster/stats/{metric}/{index_metric}/nodes/{node_id}
(#639) - Added
PhoneAnalyzer
fromanalysis-phonenumber
plugin (#609) - Added
/_list/indices
&/_list/shards
api specs (#613) - Added
GET
andHEAD /{index}/_source/{id}
returning404
(#673) - Added
rename_alias_pattern
andrename_alias_replacement
to/_snapshot/{repository}/{snapshot}/_restore
body parameters (#615) - Added
resource_stats
toTaskInfoBase
(#692) - Added
s
to/_ingest/processor/grok
(#689) - Added schema for security API error responses (#646)
- Added
aggregations
to/nodes/_usage/{metric}
requests and responses (#615)
- Removed unsupported
_common.mapping:SourceField
'smode
field and associated_common.mapping:SourceFieldMode
enum (#652) - Removed unsupported
_common.mapping:DenseVectorProperty
,_common.mapping:SparseVectorProperty
, and_common.mapping:FlattenedProperty
(#666) - Removed unsupported time series dimension properties and types (#666)
- Removed unsupported
script
andon_script_error
fromNumberPropertyBase
(#666) - Removed unsupported
required
fromppl
responses (#646) - Removed invalid
externalDocs
fromflow_framework.create/update::query.use_case
(#646) - Removed unsupported
cause
andcreate
from/_index_template/_simulate_index/{name}
(#691) - Removed
mappings
fromrequired
inindices.simulate_template#Template
(#691)
- Spec passes OpenAPI 3.1.0 validations (#646)
- Disallowed characters (
::
,@
, and:
) in key names are replaced with___
on merge (#646) - Added missing
required
topath
parameters (#646) - Added missing
schema
parent to response types (#646) - Fixed incorrect
style
inindices.get_mapping::query.index
(#646) - Fixed
/{index}/_create/{id}
returning201
(#669) - Fixed
ml._common.yaml#SearchModelsResponse
andSearchModelsHitsHit
(#672) - Fixed
refresh
options to allowboolean
andstring
(#673) - Fixed
value
type inExplanationDetail
and added_type
toexplain@200
(#685) - Fixed index settings types (#684)
- Fixed
POST
andDELETE /_dangling/{index_uuid}
returning202
(#686) - Fixed response schema for
/_nodes/reload_secure_settings
and/_nodes/{node_id}/reload_secure_settings
(#694) - Fixed
/_ingest/pipeline/{id}/_simulate
responsedocs/_source
field schema (#689) - Fixed
/_scripts/painless/_execute
request and response schema (#699) - Fixed
fields
inHit
allowing primitive arrays (#699)
- Changed
tasks._common:TaskInfo
andtasks._common:TaskGroup
to be composed of atasks._common:TaskInfoBase
(#683)
0.1.0 - 2024-10-25
- 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 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) - Added
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) - Added passing OPENSEARCH_JAVA_OPTS into the docker container used for tests (#454)
- Added a warning on mulitple paths being tested in the same file (#452)
- Added validation of titles and descriptions in info and schema objects (#463)
- Added
/_plugins/_query/settings
(#456) - Added
/_plugins/_ppl
,explain
andstats
(#460) - Added tests against OpenSearch 3.0 (#459)
- Added support for request headers in tests #461
- Added metadata additionalProperties to
ErrorCause
(#462) - Added
creation_date
field toDanglingIndex
(#462) - Added
replication
namespace API specifications (#464) - Added doc on
cluster create-index blocked
workaround (#465) - Added
observability
namespace API specifications (#474) - Added support for reusing output variables as keys in payload expectations (#471)
- Added support for running tests against Amazon OpenSearch (#476)
- Added API spec for security plugin (#271)
- Added
/_plugins/_security/api/certificates/
(#439) - Added
/_plugins/_ml/models/{model_id}/_deploy
,_undeploy
andknn_vector
type inpassage_embedding
(#504) - Added
PersonalizeSearchRanking
,RetrievalAugmentedGeneration
,Rerank
,Collapse
,TruncateHits
,SortResponseProcessor
andSplitResponseProcessor
(#505) - Added
/_plugins/_security/api/certificates/
to API spec (#439) - Added support for annotating and testing the API spec against multiple OpenSearch distributions (#483)
- Added
read_time
,write_time
,queue_size
andio_time_in_millis
toIoStatDevice
(#483) - Added
total_rejections_breakup
toShardIndexingPressureStats
(#483) - Added
cancelled_task_percentage
andcurrent_cancellation_eligible_tasks_count
toShardSearchBackpressureTaskCancellationStats
(#483) - Added detailed test coverage report (#513)
- Added 404 responses to
/_alias/{name}
and/{index}/_alias/{name}
(#519) - Added
asynchronous_search
(#525) - Added
DELETE /_plugins/_ml/tasks/{task_id}
(#530) - Added
/_plugins/_flow_framework
(#508) - Added
AwarenessAttributeStats
to/_cluster/health
(#534) - Added
cache_reserved_in_bytes
toClusterFileSystem
(#534) - Added
cluster_manager
toClusterNodeCount
(#534) - Added support for
query
withterms
in_search
(#546)(#564)(#570) - Added
h
,bytes
,time
parameters to cat API tests (#551) - Added
terminated_early
tocount@200
(#547) - Added request and response schemas for
/_cluster/routing/awareness/{attribute}/weights
(#524) - Added request and response schemas for
/_cluster/decommission/awareness
(#524) - Added
Bytes
component of type number (#552) - Added
xy_shape
query (#531) - Added
/_plugins/_flow_framework/
,_search
,state/_search
,_provision
,_deprovision
,_steps
, and_status
(#508) (#833) - Added
/_plugins/_ism/policies
,add
,remove
,change_policy
,explain
, andretry
(#568) (#578) - Added
/_plugins/refresh_search_analyzers
(#578) - Added
/_bulk/stream
(#584) - Added
/_plugins/_ml/agents/_register
,/_plugins/_ml/connectors/_create
,DELETE /_plugins/_ml/agents/{agent_id}
,DELETE /_plugins/_ml/connectors/{connector_id}
(#228) - Added the
context
query param to theput_script
APIs (#586) - Added
persian_stem
filter (#592) - Added
404
response forDELETE /{index}
,GET /{index}/_doc/{id}
,DELETE /{index}/_doc/{id}
(#589) - Added ability to pass
InlineScript
as a simple string (#605) - Added
config_id
andconfig_id_list
to/_plugins/_notifications/configs
query parameters (#594) - Added a release workflow triggered on a tag (#635)
- Added API spec for query insights plugin (#625)
- Added API spec for
adjust_pure_negative
for bool queries (#641) - Added a spec style checker #620.
- Added
remote_store
to nodeStats
(#643)
- 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
withfs.rmSync
(#359) - Added better context for non-2XX responses when
--verbose
is used with the tester tool (#359) - Locked testing for next release of OpenSearch to a specific SHA (#431)
- Replaced nullable with
null
type (#436) - Split test suite (#472)
- Changed
WriteResponseBase
's_primary_term
,_seq_no
&_version
to haveint64
format (#530) - Adjusted indices, shards cat API to test against unassigned indices (#551)
- Corrected Sort schema for
/_search
's request body (#529) - Rename
Bytes
component toStorageType
(#552) - Rename
ByteSize
toStorageSize
(#552) - Split
Percentage
intoPercentageNumber
,PercentageString
(#573) - Unified all
routing
query params to take a string or array of strings (#586) - Changed
rank_eval
'ssearch_type
query param to use theSearchType
enum rather than a plain string (#586) - Changed
cluster.reroute
'smetric
path param to use an enum of metrics (#586) - Changed
indices.stats
'smetric
path param to use an enum of metrics (#586) - Changed
CleanupRepositoryResults
' properties to beint64
s (#587)
- Removed the ability to skip an individual spec test (#358)
- Removed
shape
query (#531) - Removed unsupported DataStream Lifecycle types (#600)
- Removed unsupported runtime field types (#634)
- 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) - Fixed
Metadata
schema (#399) - Fixed
/_data_stream
health status and required fields (#401) - Fixed query DSL
match
that supports a field name and value (#405) - Fixed
/_mapping
withindex
in query (#385) - Fixed duplicate
/_nodes/{node_id}
path (#416) - Fixed
_source
accepting an array of fields in/_search
(#430) - Fixed
_update_by_query
with a simple term (#451) - Fixed
Duration
to allow for non-integers (#479) - Fixed accuracy of the index stats schemas (#491)
- Fixed security spec to add support for 400 and 403s (#439)
- Fixed required parameters in
NodeInfo
andNodeOperatingSystemInfo
(#483) - Fixed query DSL
neural
fieldquery_image
setcontentEncoding
andmodel_id
as optional (#512) - Fixed
knn
query specification (#538)(#580) - Fixed content-type for
/hot_threads
(#543) - Fixed
geo_distance
query spec (#560) - Fixed
/_cluster/settings
returning flat results (#545) - Fixed missing fields in
_cat
API (#551) - Fixed
geo_distance
query spec (#561) - Fixed
geo_bounding_box
andgeo_shape
queries (#531) - Fixed tasks namespace schemas (#520)
- Fixed
/_plugins/_transform/_preview
(#568) - Fixed create/delete/index operation in
_bulk
(#582) - Add
mode
andcompression
to k-NN index creation and search, and addrescore
andoversample_factor
to k-NN search (#588) - Fixed
/{index}/_search
with aggregations (#576) - Fixed inaccurate numeric type (#597)(#598)(#600)(#612)
- Fixed mapping and analysis types (#600)
- Fixed
RestStatus
responses inDELETE /_plugins/_notifications/configs/{config_id}
(#594) - Fixed
GET /_snapshot_/{repository}/{snapshot}
(#608) - Fixed
POST /_snapshot/{repository}/{snapshot}/_restore
whenwait_for_completion
isfalse
andGET /{index}/_recovery
(#611)