Skip to content

Commit 7743614

Browse files
authored
Merge pull request #88 from amadeus4dev/release-4.0.0
Release version 4.0.0
2 parents deb3eb1 + 8334d3e commit 7743614

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
Changelog
22
=========
3-
3.4.0 - 2020-01-28
3+
4.0.0 - 2020-04-27
4+
--------------------
5+
Add support for the `Flight Choice Prediction v2 <https://developers.amadeus.com/self-service/category/air/api-doc/flight-choice-prediction/api-reference>`_
6+
7+
The input of Flight Choice Prediction v2 is the result of Flight Offers Search API - in v1 the input was the result of Flight Low-Fare Search
8+
9+
Add support for the Retrieve (3rd) endpoint of `Points Of Interest API <https://developers.amadeus.com/self-service/category/destination-content/api-doc/points-of-interest/api-reference>`_
10+
11+
Remove support for Flight Low-Fare Search: decommission on May 28, 2020 and mandatory migration to Flight Offers Search
12+
13+
Remove support for Most Searched Destinations
14+
15+
Add Trip Parser, Flight Create Orders and Flight Order Management executable examples
16+
17+
3.5.0 - 2020-02-13
418
--------------------
5-
Add support for the `SeatMap Display <https://developers.amadeus.com/self-service/category/air/api-doc/seatmap-display>`_
19+
Add support for the `SeatMap Display <https://developers.amadeus.com/self-service/category/air/api-doc/seatmap-display>`_
620

721
SeatMap Display API allows you to get information to display airplane cabin plan from a Flight Offer in order for the traveler to be able to choose his seat during the flight booking flow thanks to POST method. In addition GET method allows you to display airplane cabin plan from an existing Flight Order.
822

23+
3.4.0 - 2020-01-28
24+
--------------------
925
Add support for the `Hotel Booking <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-booking>`_
1026

1127
The Amadeus Hotel Booking API lets you complete bookings at over 150,000 hotels and accommodations around the world. To complete bookings, you must first use the Amadeus Hotel Search API to search for hotel deals, select the desired offer and confirm the final price and availability. You can then use the Hotel Booking API to complete the reservation by providing an offer id, guest information and payment information.

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 5, 0)
1+
version_info = (4, 0, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)