Skip to content

Commit da79b34

Browse files
bump: version 1.0.3 → 1.1.0
1 parent a3f91c8 commit da79b34

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v1.1.0 (2026-05-08)
2+
3+
### Feat
4+
5+
- **infra**: adds infra docker compose for hosting osmsg
6+
7+
### Fix
8+
9+
- **test**: fix test cases on api
10+
- **health**: fix health endpoint to include last_ts and updated_at
11+
- **padding**: fix changeset pad
12+
- **stats**: fix stats inconsistency on null
13+
- **url**: respect url when it is passed for country
14+
- **changeset**: null bug on bbox when newer one appears
15+
- **ci**: fixes spatial extension loading bug
16+
- **validation**: pydantic arg validation and docs with swagger
17+
- **test**: don't wait for fetch state to be there
18+
- **url**: api url arg default start end
19+
- **health**: patch health endpoint to include the last sequence and updated at
20+
- **docker**: caddy
21+
- **docker**: resource limit in docker compose
22+
- **docker**: docker compose prod cluster
23+
- **caddy**: adds caddy server and fix for the api rendering on 80 port
24+
- **schema**: fixes shcmea being in multiple pieces , added test case to catch the change
25+
- **pipeline**: Replace hardcoded "processing" label with stage-specific descriptions
26+
27+
### Refactor
28+
29+
- **alltags**: refactors all tags and schema
30+
131
## v1.0.3 (2026-04-28)
232

333
### Perf

osmsg/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "osmsg"
3-
version = "1.0.3"
3+
version = "1.1.0"
44
description = "OpenStreetMap Stats Generator: Commandline"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)