Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## 0.2.7 - 2025-12-22

### Added
- Added all ports on localhost, 127.0.0.1 and 0.0.0.0 to CORS allowed origins.

### Changed
- Altered the `/api/recent_routes` endpoint to return routes from the last 24 hours. Previously it returned routes from the current calendar day.
- Renamed and repositioned "Falklands" location to "Mare Harbour".
Expand All @@ -21,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.2.5 - 2025-12-15


### Added
- added ensure_adminuser command to add subtly more sophisticated behaviour to Django's createsuperuser - i.e. don't raise non-zero exit code if superuser already exists, add more useful output.
- Empty arrays to empty responses for a consistent response structure.
Expand Down
2 changes: 1 addition & 1 deletion docs/apischema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: PolarRoute-Server
version: 0.2.7.dev6+g9799f8f30.d20251222
version: 0.2.7
description: Backend server for serving PolarRoute and MeshiPhi assets
paths:
/api/evaluate_route:
Expand Down
Loading