Skip to content

Latest commit

 

History

History
76 lines (38 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

76 lines (38 loc) · 4.6 KB

Changelog

0.3.0 - 2022-08-05

Add support for the Travel Recommendations API

Add support for the Airport On-Time Performance API

Fix security vulnerabilities and reduce code smells based on the analysis result from Sonar Cloud.

Fix and improve documents including README.md, CONTRIBUTING.md, and composer.json.

Standardize code comments.

Generate Amadeus PHP SDK Docs

0.2.0 - 2022-07-21

Add support for the Flight Cheapest Dates Search API

Add support for the Airline Code Lookup API

Add support for the On-Demand Flight Status API

Add support for the Airport Nearest Relevant API

Add support for the Flight Delay Prediction API

Add support for the Travel Restrictions API

Add support for the Tour and Activities API

Add support for the Flight Inspiration Search API

Add support for the Hotel Ratings API

Add support for the Flight Choice Prediction API

Add support for the endpoint /reference-data/locations/{locationId} in the Airport & City Search API

Modify the way of calling /shopping/hotel-offers/{offerId} to $amadeus->getShopping().getHotelOffer("XXX")->get() in the Hotel Search API

Add support for initializing without variables, which supports Amadeus::builder()->build() if the environment variables AMADEUS_CLIENT_ID and AMADEUS_CLIENT_SECRET are present.

Add minimum logging & debugging feature, which supports to log AccessToken/Request/Response/ResponseException in the debug level.

Improve Test Line Coverage until 85%.

0.1.1 - 2022-06-30

No update, the purpose of releasing this version is to test the release process.

0.1.0 - 2022-06-29

The 0.1.0 version of the Amadeus for Developers PHP SDK:

Add support for the Flight Offers Search API

Add support for the Flight Offers Price API

Add support for the Flight Create Orders API

Add support for the Airport & City Search API

Add support for the Hotel Name Autocomplete API

Add support for the Hotel List API

Add support for the Hotel Search API

Add support for the Hotel Booking API

Add support for the Flight Availabilities Search API

Add support for the Airport Routes API