Releases: ParkenDD/park-api-v3
Releases · ParkenDD/park-api-v3
v0.6.1
v0.6.0
Features
Fixes
Maintenance
- Replace black by ruff formatter
- Dependency updates
v0.5.1
v0.5.0
Features
- Deletes ParkingSites if they don't exist in the latest pull / push
- Several Improvements for Duplicate Matching Service:
- Don't offer ParkingSites with different purposes as duplicates
- Don't offer ParkingSites from the same source as duplicates as this is an data source issue
- Add several fields at the duplicate JSON / CSV output
- Add header line to duplicate CSVs
- Give the ability to set the radius from client side
Fixes
- Add missing fields to OpenAPI documentation
v0.4.3
Fixes
Version updates in dependencies, especially a lat-lon bugfix in parkapi-sources
v0.4.2
Fixes
- Fixes issue in database migration downgrade leading to database not matching the model
- Catches and logs an issue with invalid data at duplicate distance calculation
v0.4.1
Fixes
- Issue in database migration leading to database not matching the model
v0.4.0
Features
- New ParkAPI sources
- New experimental ParkAPI source RadVIS
- Experimental duplicate matching,
additional information at README - Data model extension at
ParkingSite.type
(new enum values),ParkingSite.tags
(generic tag system) andParkingSite.photo_url
(photos)
Fixes
v0.3.0
Features
- Parking-Site endpoints now support optional cursor-pagination
v0.2.0
Features
Fixes and Maintenance
- Fixes OpenAPI response schema at generic parking site endpoints
- Dependency updates