Skip to content

Commit 2716bcf

Browse files
author
Phil Varner
authored
pre-release prep for 3.1.0 (#649)
1 parent 05d4058 commit 2716bcf

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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+
## [3.1.0] - 2023-11-28
99

1010
### Added
1111

@@ -386,7 +386,8 @@ Initial release, forked from [sat-api](https://github.com/sat-utils/sat-api/tree
386386

387387
Compliant with STAC 0.9.0
388388

389-
[Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.4.0...main
389+
<!-- [Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.4.0...main -->
390+
[3.1.0]: https://github.com/stac-utils/stac-api/compare/v3.0.0...v3.1.0
390391
[3.0.0]: https://github.com/stac-utils/stac-api/compare/v2.4.0...v3.0.0
391392
[2.4.0]: https://github.com/stac-utils/stac-api/compare/v2.3.0...v2.4.0
392393
[2.3.0]: https://github.com/stac-utils/stac-api/compare/v2.2.3...v2.3.0

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- [Overview](#overview)
77
- [Architecture](#architecture)
88
- [Migration](#migration)
9+
- [3.1.0](#310)
10+
- [OpenSearch Version 2.11](#opensearch-version-211)
911
- [3.0.0](#300)
1012
- [Node 18 update](#node-18-update)
1113
- [2.4.0](#240)
@@ -136,6 +138,13 @@ apiLambda --> opensearch
136138

137139
## Migration
138140

141+
### 3.1.0
142+
143+
#### OpenSearch Version 2.11
144+
145+
- Update the `EngineVersion` setting in the serverless config file to `OpenSearch_2.11`
146+
and re-deploy
147+
139148
### 3.0.0
140149

141150
#### Node 18 update

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "stac-server",
33
"description": "A STAC API running on stac-server",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"repository": "https://github.com/stac-utils/stac-server",
66
"author": "Alireza Jazayeri, Matthew Hanson, Sean Harkins, Phil Varner",
77
"license": "MIT",

0 commit comments

Comments
 (0)