Releases: OSMCha/osmcha-django
Releases · OSMCha/osmcha-django
v4.21.0
What's Changed
- Update GIT url + add OSM US info by @willemarcel in #661
- Update ghcr url by @willemarcel in #662
- Fix changeset link in AOI RSS feed by @willemarcel in #668
- Remove order_by id options by @willemarcel in #669
- Cache RSS feed views for 30 minutes by @willemarcel in #670
Full Changelog: v4.20.0...v4.21.0
v4.20.0
What's Changed
- Miscellaneous changes to make OSMCha run on K8s by @sunu in #647
- Make database name configurable by @sunu in #648
- Remove feature app by @willemarcel in #649
- Use OSM_SERVER_URL var in the SocialAuthAPIView by @willemarcel in #650
- Improve replication files URL formatting by @willemarcel in #651
- Remove 'exclude' clause from default Changeset queryset by @willemarcel in #652
Full Changelog: v4.19.0...v4.20.0
v4.19.0
What's Changed
- Make OSM server urls configurable by @willemarcel in #643
- Build and push docker image to GHCR by @sunu in #644
- Update compose Dockerfiles by @willemarcel in #645
Full Changelog: v4.18.0...v4.19.0
v4.18.0
What's Changed
- Allow to filter changesets by osm tags with OR condition by @willemarcel in #627
Full Changelog: v4.17.0...v4.18.0
v4.17.0
What's Changed
- Remove most indexes from changesets table by @willemarcel in #621
Full Changelog: v4.16.0...v4.17.0
v4.16.0
v4.15.0
What's Changed
- Update local and test dependencies by @willemarcel in #583
- Avoid doing an extra query to test ordering in changesets endpoint by @willemarcel in #594
- Add tag_changes field to Changeset and allow filtering by it by @willemarcel in #597
- Bump django from 2.2.25 to 2.2.27 in /requirements by @dependabot in #591
- Bump flake8 from 3.9.2 to 4.0.1 by @dependabot in #582
- Bump django from 2.2.27 to 2.2.28 in /requirements by @dependabot in #603
- Bump osmcha version to 0.8.6 by @willemarcel in #605
- Bump sqlparse from 0.4.1 to 0.4.2 in /requirements by @dependabot in #557
- Bump sphinx from 4.1.1 to 4.3.2 by @dependabot in #573
- Bump django from 2.2.24 to 2.2.25 in /requirements by @dependabot in #579
- Bump django-model-utils from 4.1.1 to 4.2.0 by @dependabot in #581
Full Changelog: v4.14.0...v4.15.0
v4.14.0
v4.13.0
- Forbid changeset authors from reviewing features on their own changesets
- Change GitHub actions to run only on pull_requests
- Update django and other dependencies