Skip to content

Commit 2865c91

Browse files
author
Phil Varner
authored
readd aws connection mode (#597)
* readd aws connection mode * install a version of npm that works with node 16
1 parent bb9152d commit 2865c91

File tree

5 files changed

+52
-68
lines changed

5 files changed

+52
-68
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
opensearch-version: 2.7
3232
- name: Upgrade npm
33-
run: npm install -g npm@latest
33+
run: npm install -g npm@8.19.4
3434
- name: Install dependencies
3535
run: npm install
3636
- name: Eslint

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - TBD
8+
## [2.3.0] - 2023-09-12
99

1010
### Changed
1111

1212
- Default to OpenSearch 2.7
1313

14+
### Added
15+
16+
- "AWS Connection" mode support has been re-added.
17+
1418
## [2.2.3] - 2023-07-14
1519

1620
### Changed
@@ -346,7 +350,8 @@ Initial release, forked from [sat-api](https://github.com/sat-utils/sat-api/tree
346350

347351
Compliant with STAC 0.9.0
348352

349-
[Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.2.3...main
353+
[Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.3.0...main
354+
[2.3.0]: https://github.com/stac-utils/stac-api/compare/v2.2.3...v2.3.0
350355
[2.2.3]: https://github.com/stac-utils/stac-api/compare/v2.2.2...v2.2.3
351356
[2.2.2]: https://github.com/stac-utils/stac-api/compare/v2.2.1...v2.2.2
352357
[2.2.1]: https://github.com/stac-utils/stac-api/compare/v2.2.0...v2.2.1

0 commit comments

Comments
 (0)