Skip to content

Commit

Permalink
drop Elasticsearch 1.0.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 11, 2025
1 parent 15cf444 commit 46d54e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
#---#
# R #
#---#
- task: rpkg
es_version: 1.0.3
- task: rpkg
es_version: 1.7.6
- task: rpkg
Expand Down
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ The set of Elasticsearch versions this project tests against changes regularly a
> `uptasticsearch` may be tested against specific additional intermediate versions if bugs are found in the interaction between `uptasticsearch` and those versions
So, for example, as of September 2020 that meant we tested against:
So, for example, as of January 2025 that meant we tested against:

* 1.0.3
* 1.7.6
* 2.4.6
* 5.6.16
Expand All @@ -109,7 +108,9 @@ So, for example, as of September 2020 that meant we tested against:
* 7.11.2
* 7.12.1

You may notice that this strategy means that `uptasticsearch` is tested for backwards compatibility with Elasticsearch versions which have already reached [End-of-Life](https://www.elastic.co/support/eol). For example, support for Elasticsearch 1.7.x officially ended in January 2017. We test these old versions because we know of users whose companies still run those versions, and for whom Elasticsearch upgrades are prohibitively expensive. In general, upgrades across major versions pre-6.x [require a full cluster restart](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html).
You may notice that this strategy means that `uptasticsearch` is tested for backwards compatibility with Elasticsearch versions which have already reached [End-of-Life](https://www.elastic.co/support/eol). For example, support for Elasticsearch 1.7.x officially ended in January 2017.
We test these old versions because we know of users whose companies still run those versions, and for whom Elasticsearch upgrades are prohibitively expensive.
In general, upgrades across major versions pre-6.x [require a full cluster restart](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html).

### Running Tests Locally <a name="testing-local"></a>

Expand Down

0 comments on commit 46d54e7

Please sign in to comment.