Skip to content

Commit f29f0b8

Browse files
committed
[DOCS] Adds CHANGELOG for 9.x
1 parent a7e0c70 commit f29f0b8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG-9.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CHANGELOG 9.x
2+
3+
## Elasticsearch API
4+
5+
### Development
6+
7+
**Integration Tests**
8+
9+
Migrated away from the Elasticsearch REST API tests and test runner in CI. We now run the [Elasticsearch Client tests](https://github.com/elastic/elasticsearch-clients-tests/) with the [Elasticsearch Tests Runner](https://github.com/elastic/es-test-runner-ruby/**. This gives us more control on what we're testing and makes the Buildkite build way faster in Pull Requests and scheduled builds.
10+
11+
12+
**Rake tasks**
13+
14+
Some old rake tasks that were not being used have been removed. The rest were streamlined, the `es` namespace has been streamlined to make it easier to run Elasticsearch with Docker during development. The `docker` namespace was merged into `es`.

0 commit comments

Comments
 (0)