Skip to content

public-transit-service 0.5.0

Compare
Choose a tag to compare
@munterfi munterfi released this 23 Aug 10:04
· 118 commits to main since this release
b7fa0f1

This release introduces extended query parameters to support travel mode, accessibility, and bike information in the connection routing service.

Overview

New Features

  • Travel Mode: Adds the ability to consider travel mode in connection and isoline requests.
  • Accessibility: Allows requests for connections that are accessible.
  • Bike Allowed: Incorporates bike information into connection and isoline requests.
  • Dependency Updates: Updates Spring and Logback dependencies.

Bug Fixes

  • Improved Input Validation: Implements checks to prevent identical coordinates for source and target in connection requests.

What's Changed

  • Build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #101
  • Build(deps): Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 by @dependabot in #102
  • Nav 131 extend query config for raptor by @clukas1 in #100
  • Release/v0.5.0 by @munterfi in #106
  • Build(deps): Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 by @dependabot in #104
  • Build(deps): Bump org.springframework.boot:spring-boot-starter-parent from 3.3.2 to 3.3.3 by @dependabot in #105

Full Changelog: v0.4.0...v0.5.0