Skip to content

Commit

Permalink
readd aws connection mode (#597)
Browse files Browse the repository at this point in the history
* readd aws connection mode

* install a version of npm that works with node 16
  • Loading branch information
Phil Varner authored Sep 15, 2023
1 parent bb9152d commit 2865c91
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
opensearch-version: 2.7
- name: Upgrade npm
run: npm install -g npm@latest
run: npm install -g npm@8.19.4
- name: Install dependencies
run: npm install
- name: Eslint
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - TBD
## [2.3.0] - 2023-09-12

### Changed

- Default to OpenSearch 2.7

### Added

- "AWS Connection" mode support has been re-added.

## [2.2.3] - 2023-07-14

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

Compliant with STAC 0.9.0

[Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.2.3...main
[Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.3.0...main
[2.3.0]: https://github.com/stac-utils/stac-api/compare/v2.2.3...v2.3.0
[2.2.3]: https://github.com/stac-utils/stac-api/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/stac-utils/stac-api/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/stac-utils/stac-api/compare/v2.2.0...v2.2.1
Expand Down
Loading

0 comments on commit 2865c91

Please sign in to comment.