Skip to content

Releases: amvid/geo-service

2.3.1

25 Mar 13:27
Compare
Choose a tag to compare

Publish to npm registrey

2.3.0

25 Mar 13:25
Compare
Choose a tag to compare
  • Added ping controller
  • Set Roadrunner's restart policy to always
  • Fixed issue with twig's ea variable error using Roadrunner
  • Added a new workflow to generate and publish typescript-fetch client to npm registry. @amvid/geo-service

2.2.0

24 Mar 20:21
8e37cbd
Compare
Choose a tag to compare
  • Added OpenAPI specifications to api routes
  • Updated code and tests
  • Dumped openapi.yaml in project root directory

2.1.0

23 Mar 19:41
Compare
Choose a tag to compare

Implemented a simple auth bearer token checker.

Need to set API_AUTH_ENABLED=true to enable auth bearer checker and API_AUTH_TOKEN=any-string-you-want which should be passed as HTTP Authorization Bearer.

2.0.0

22 Mar 12:19
4e06d60
Compare
Choose a tag to compare

Major release including breaking changes and a new API method to query airports for dropdowns in form

  • Added new module Nationalities
  • City title is not unique anymore
  • Added iata field to City
  • Added capital field to Country
  • CityRepository->findByTitle now returns an array
  • Added new CityRepository->findByTitleAndCountry method to find a single City
  • Error responses now return a json object with error key
  • Many actions have been rewritten according this change
  • Tests adopted too
  • Added new commands and json files to fill the database
  • Mapping fixes in the import data files
  • Brand new QueryAirportsAction for airport dropdowns in forms
  • PHP upgraded to version 8.3.4
  • Roadrunner upgraded to version 2023.3.12
  • Other deps updated to the latest version
  • UUIDs in Admin Dashboard now hidden in the list view
  • Added test step to github workflows

1.2.0

18 Mar 19:18
Compare
Choose a tag to compare

added Nationalities module

1.1.3

17 Mar 21:36
Compare
Choose a tag to compare
  • Upgraded php to version ^8.3
  • Upgraded roadrunner to version 2023.3.12
  • Dependecies updated

1.1.2

16 Nov 22:57
Compare
Choose a tag to compare

docker image publish

1.1.1

16 Nov 22:35
Compare
Choose a tag to compare

docker image publish action

1.1.0

15 Nov 19:39
9d1a47a
Compare
Choose a tag to compare

moved to roadrunner