Skip to content

Commit 604ade6

Browse files
authored
Merge pull request #424 from radiantearth/pv/1.0.0-release
release prep for 1.0.0
2 parents a792baf + fb82c0f commit 604ade6

File tree

15 files changed

+327
-304
lines changed

15 files changed

+327
-304
lines changed

CHANGELOG.md

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

8+
## [v1.0.0] - 2023-04-24
9+
10+
None
11+
812
## [v1.0.0-rc.4] - 2023-04-13
913

1014
## Changed
@@ -266,7 +270,9 @@ service description must return a 400 Bad Request status code.
266270
See the [stac-spec CHANGELOG](https://github.com/radiantearth/stac-spec/blob/v0.9.0/CHANGELOG.md)
267271
for STAC API releases prior to or equal to version 0.9.0.
268272

269-
[Unreleased]: <https://github.com/radiantearth/stac-api-spec/compare/v1.0.0-rc.3...main>
273+
[Unreleased]: <https://github.com/radiantearth/stac-api-spec/compare/v1.0.0...main>
274+
[v1.0.0]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0>
275+
[v1.0.0-rc.4]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.4>
270276
[v1.0.0-rc.3]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.3>
271277
[v1.0.0-rc.2]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2>
272278
[v1.0.0-rc.1]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1>

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ preferred-citation:
88
type: standard
99
title: "SpatioTemporal Asset Catalog (STAC) API specification"
1010
abstract: "An API to make geospatial assets openly searchable and crawlable."
11-
version: 1.0.0-rc.4
11+
version: v1.0.0
1212
year: 2023
13-
date-released: 2023-04-13
13+
date-released: 2023-04-24
1414
license: Apache-2.0
1515
url: https://stacspec.org
1616
repository: https://github.com/radiantearth/stac-api-spec

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
## Releases (stable)
1717

18-
- [v1.0.0-rc.4](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.4) (latest)
18+
- [v1.0.0](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0) (latest)
19+
- [v1.0.0-rc.4](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.4)
1920
- [v1.0.0-rc.3](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.3)
2021
- [v1.0.0-rc.2](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2)
2122
- [v1.0.0-rc.1](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1)
@@ -59,13 +60,13 @@ to search STAC catalogs, where the features returned are STAC [Item](stac-spec/i
5960
that have common properties, links to their assets and geometries that represent the footprints of the geospatial assets.
6061

6162
The specification for STAC API is provided as files that follow the [OpenAPI](http://openapis.org/) 3.0 specification,
62-
rendered online into HTML at <https://api.stacspec.org/v1.0.0-rc.4>, in addition to human-readable documentation.
63+
rendered online into HTML at <https://api.stacspec.org/v1.0.0>, in addition to human-readable documentation.
6364

6465
## Stability Note
6566

6667
This specification has evolved over the past couple years, and is used in production in a variety of deployments. It is
6768
currently in a 'beta' state, with no major changes anticipated.
68-
As of v1.0.0-rc.4, we remain fully aligned with
69+
As of v1.0.0, we remain fully aligned with
6970
[OGC API - Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html)
7071
Version 1.0, and we are working to stay aligned
7172
as the additional OGC API components mature. This may result in minor changes as things evolve. The STAC API

core/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
## Summary
1313

14-
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-rc.4/core)),
14+
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0/core)),
1515
- **Conformance URIs:**
16-
- <https://api.stacspec.org/v1.0.0-rc.4/core>
16+
- <https://api.stacspec.org/v1.0.0/core>
1717
- **[Maturity Classification](../README.md#maturity-classification):** Candidate
1818
- **Dependencies**: None
1919
and [commons.yaml](commons.yaml) is the OpenAPI version of the core [STAC spec](../stac-spec) JSON Schemas.
2020

2121
## Overview
2222

2323
All STAC API implementations must implement the *STAC API - Core* conformance class
24-
<https://api.stacspec.org/v1.0.0-rc.4/core>. This requires a server to return from a root endpoint a valid
24+
<https://api.stacspec.org/v1.0.0/core>. This requires a server to return from a root endpoint a valid
2525
[STAC Catalog](../stac-spec/catalog-spec/catalog-spec.md) "landing page" that also includes a `conformsTo`
2626
attribute with a string array value. Any API implementing this is considered a minimal, valid STAC API.
2727

@@ -149,7 +149,7 @@ different conformance classes and a different set of links.
149149
"description": "This Catalog aims to demonstrate a simple landing page",
150150
"type": "Catalog",
151151
"conformsTo" : [
152-
"https://api.stacspec.org/v1.0.0-rc.4/core"
152+
"https://api.stacspec.org/v1.0.0/core"
153153
],
154154
"links": [
155155
{

0 commit comments

Comments
 (0)