Skip to content

Commit 092f6c2

Browse files
committed
Improve documentation and bump version
1 parent cb77c99 commit 092f6c2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/api-v2",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "An API for stratigraphic and geological information (Version 2).",
55
"main": "server.js",
66
"repository": {

v2/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Macrostrat API v2 Changelog
22

3+
## [2.1.7] - 2025-11-19
4+
5+
- Allow multiple `status_code` values in `/columns` route
6+
- Add `status_code` filter option to
7+
8+
9+
## [2.1.5] - 2025-11-07
10+
11+
- Add `t_units` and `t_sections` summary parameters to short `/columns` output
12+
13+
## [2.x.x] Series - 2024 to 2025
14+
15+
Moved the entire API to be based on PostgreSQL instead of a mix of PostgreSQL
16+
and MariaDB.
17+
18+
--------
19+
320
## tl;dr
421

522
- Added `?sample` to every route (except `/mobile`), which returns 5 records.

0 commit comments

Comments
 (0)