Skip to content

Releases: amvid/geo-service

2.5.9

12 Sep 17:00
Compare
Choose a tag to compare

fix StateRepository parameters

2.5.8

01 Sep 10:32
Compare
Choose a tag to compare

Added city title to QueryAirportsResponse

2.5.7

01 Aug 07:26
Compare
Choose a tag to compare
  • fix icao nullable in AirportResponse
  • set max ttl for php worker to 2 seconds
  • change to docker compose instead of docker-compose in test gh workflow

2.5.6

23 Jul 18:31
Compare
Choose a tag to compare

Fixed query builder parameters expected ArrayCollection instead of array;

2.5.5

23 Jul 09:02
Compare
Choose a tag to compare

Added a base docker image to save time on build for testing and pushing

2.5.4

21 Jul 11:48
Compare
Choose a tag to compare
  • Support empty subregion and region for QueryAirportResponse;
  • Added fetch: 'EAGER' to all relationships

2.5.3

18 Jul 20:45
Compare
Choose a tag to compare

Updated QueryAirportResponse - added subregion and region titles.
Updated php to 8.3.9
Updated Roadrunner to 2024.1.5

2.5.2

27 May 11:11
Compare
Choose a tag to compare

added robots.txt

2.5.1

14 May 12:23
Compare
Choose a tag to compare

Added indexes to airport title and city title to improve search speed

2.5.0

14 May 10:41
Compare
Choose a tag to compare

Added "Rank" field for ordering airports by popularity;
Updated airport Query action to include Rank logic;