Skip to content

Commit bcdfb59

Browse files
bump: version 1.3.1 → 1.3.2
1 parent fbdd672 commit bcdfb59

4 files changed

Lines changed: 63 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
## v1.3.2 (2026-08-30)
2+
3+
### Fix
4+
5+
- **fix**: add the exact mapping type in the tabe
6+
- **filename**: exact naming
7+
- **style**: fix style of exact checkbox
8+
- **exact**: add exact button
9+
- **match**: add exact match only search in hashtag
10+
- **stats**: bump global stat retention days
11+
- **live-search**: add global endpoint for trending
12+
- **todo**: remove todo from html
13+
- **sponsor**: fix sponsorship page
14+
- **osmsg/handlers.py**: track --length keys independently of --tags
15+
- **contact**: add contact and sponsor page in the website
16+
- **index**: add missing index in schema
17+
- **tag**: user
18+
- **psql**: tune for index
19+
- **query**: perusertag
20+
- **toggle**: dark and bright toggle in the dashboard
21+
- **tag-breakdown**: cache on stages
22+
- **query**: cache enable in frontend leaderboard
23+
- **frtonend**: pass
24+
- **poll**: fix the api poll queue on large query
25+
- **changeset**: long standing changeset fix
26+
- **chore**: cleanup
27+
- **stat**: add coalescence in query
28+
- **osmsg/history.py**: single remote changesets lookup and fix unfiltered users insert
29+
- **prune**: add pg prune
30+
- **hf**: fix download request to hf download
31+
- **resume**: download resume on refresh
32+
- **cleanup**: selfheal on hf rollup updates
33+
- **ci**: add ci fix for keeping repo alive
34+
- **addpost**: postprune image systemd service
35+
- **reduce**: mem footprint of duckdb
36+
- **chore**: fix the threads and preserve order for container
37+
- **chore**: fix rollup maintain rollup
38+
- **rollup**: add rollup to github actions and added adaptive workers to month.py
39+
- **mem**: fix roll up to allow runing on small devices
40+
- **query**: merge hashtag case variants in co-occurrence
41+
- **query**: escape LIKE wildcards in contributor search
42+
- **ratelimit**: add api ratelimit
43+
- **chore**: remove hr from footer
44+
- **frontend**: move frontend to main repo
45+
- **fix**: fixes the changeset not null stats bug
46+
- **query**: add osm query cache in env
47+
- **cache**: add recurring hashtag defer recouring for all time
48+
- **tick**: self heal duckdb range
49+
- **psql-tick**: add nonchunk push to postgresql
50+
- **related-hashtags**: add more hashtags fix trending
51+
- **cap**: add cap env to docker compose
52+
- **cli**: add tick on the pipeline
53+
- **convert**: set max size for the convert
54+
- **precommit**: fix test cases
55+
- **fix**: convert parquet history length km
56+
- **bug**: fix bug on update tick after tag unnesting
57+
- **query**: fix api query performance , migrate cte
58+
- **chore**: housekeping
59+
- **stats**: fix stas py being git ignored
60+
161
## v1.3.1 (2026-07-25)
262

363
### Fix

osmsg/__version__.py

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

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.3.1"
3+
version = "1.3.2"
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)