Skip to content

Commit

Permalink
ParkAPI 0.17.2 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-infinity authored Jan 21, 2025
1 parent fd949aa commit a023daf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ PARK_API_POSTGRES_USER=park-api
PARK_API_POSTGRES_DB=park-api
PARK_API_POSTGRES_HOST=park-api-db
PARK_API_CELERY_BROKER_URL=amqp://rabbitmq/park-api
PARK_API_IMAGE=ghcr.io/parkendd/park-api-v3:0.16.5
PARK_API_IMAGE=ghcr.io/parkendd/park-api-v3:0.17.2
PARK_API_DB_IMAGE=postgis/postgis:15-3.4-alpine

# Caddy
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## Unreleased

### Added

- [ParkAPI: Add plausibility check for realtime_free_capacity values](https://github.com/ParkenDD/park-api-v3/blob/c92c028b0f97bbfe3c40a0c708d7042a555ea225/CHANGELOG.md#features)
- [ParkAPI Sources: Add VRN Park and Ride Realtime Converter](https://github.com/ParkenDD/park-api-v3/blob/c92c028b0f97bbfe3c40a0c708d7042a555ea225/CHANGELOG.md#features)
- [ParkAPI Sources: Add bahnv2 bike parking locked and open](https://github.com/ParkenDD/park-api-v3/blob/c92c028b0f97bbfe3c40a0c708d7042a555ea225/CHANGELOG.md#features)

### Changed

- [ParkAPI Sources: opendata_swiss: change to new source_url](https://github.com/ParkenDD/park-api-v3/blob/c92c028b0f97bbfe3c40a0c708d7042a555ea225/CHANGELOG.md#fixes-2)


## 2025-01-21

### Changed
Expand Down

0 comments on commit a023daf

Please sign in to comment.