Skip to content

Commit 748f4e7

Browse files
committed
add latest news item
1 parent 1698877 commit 748f4e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ The following organizations have contributed time and/or funding to support the
3030

3131
## Latest News
3232

33-
- **10/15/2025:** Reindex command added to **[SFEOS-tools](https://github.com/Healy-Hyperspatial/sfeos-tools)** CLI package. Also, `sfeos-tools==0.1.0` has been officially released [here](https://pypi.org/project/sfeos-tools/) on pypi!
33+
- **10/15/2025:** 🚀 **SFEOS Tools v0.1.0 Released!** - The new `sfeos-tools` CLI is now available on [PyPI](https://pypi.org/project/sfeos-tools/)
34+
- **10/15/2025:** Added `reindex` command to **[SFEOS-tools](https://github.com/Healy-Hyperspatial/sfeos-tools)** for zero-downtime index updates when changing mappings or settings. The new `reindex` command makes it easy to apply mapping changes, update index settings, or migrate to new index structures without any service interruption, ensuring high availability of your STAC API during maintenance operations.
3435
- **10/12/2025:** Collections search **bbox** functionality added! The collections search extension now supports bbox queries. Collections will need to be updated via the API or with the new **[SFEOS-tools](https://github.com/Healy-Hyperspatial/sfeos-tools)** CLI package to support geospatial discoverability. Thanks again to **CloudFerro** for their sponsorship of this work!
3536
- **10/04/2025:** The **[CloudFerro](https://cloudferro.com/)** logo has been added to the sponsors and supporters list above. Their sponsorship of the ongoing collections search extension work has been invaluable. This is in addition to the many other important changes and updates their developers have added to the project.
3637

@@ -509,7 +510,7 @@ The system uses a precise naming convention:
509510

510511
- **Available Commands**:
511512
- `add-bbox-shape`: Add bbox_shape field to existing collections for spatial search support
512-
- `reindex`: Reindex all STAC indices (collections and per-collection items) to new versioned indices and update aliases; supports both Elasticsearch and OpenSearch backends
513+
- `reindex`: Reindex all STAC indices (collections and per-collection items) to new versioned indices and update aliases; supports both Elasticsearch and OpenSearch backends. Use this when you need to apply mapping changes, update index settings, or migrate to a new index structure. The command handles the entire process including creating new indices, reindexing data, and atomically updating aliases with zero downtime.
513514

514515
- **Basic Usage**:
515516
```shell

0 commit comments

Comments
 (0)