Skip to content

Releases: amadeus4dev/amadeus-java

v10.0.0

07 Oct 11:07
be19e63
Compare
Choose a tag to compare

10.0.0 - 2024-10-07

Decommissioned Trip Parser API

v9.1.0

21 Aug 14:26
8e6d788
Compare
Choose a tag to compare

9.1.0 - 2024-08-21

Add support for the Hotel Booking v2 API

Add middle name in Traveler model

v9.0.0

17 Apr 13:27
4b477f7
Compare
Choose a tag to compare

9.0.0 - 2024-04-17

Decommissioned Safe Place API

Replaced NullPointerException with IllegalArgumentException in Amadeus.builder. Many thanks to Sergei Prokofev for the contribution

v8.1.0

11 Mar 14:49
d6b95a4
Compare
Choose a tag to compare

8.1.0 - 2024-03-11

Renamed the folder referenceData to referencedata to follow the Java package naming convention. Many thanks to Gabriele Atria for the contribution

Updated params to accept String array as input. Many thanks to Sergei Prokofev for the contribution

v8.0.0

06 Sep 10:29
c7293b4
Compare
Choose a tag to compare

8.0.0 - 2023-09-06

Decommissioned Travel Restrictions API v2

v7.1.0

20 Jun 15:46
ece279e
Compare
Choose a tag to compare

7.1.0 - 2023-06-20

Add support for the Transfer Search API

Add support for the Transfer Booking API

Add support for the Transfer Management API

v7.0.0

09 Feb 11:22
1ac4726
Compare
Choose a tag to compare

7.0.0 - 2023-01-30

Decommissioned Travel Restrictions API v1

Decommissioned Hotel Search API v2

v6.5.0

18 Jan 09:42
b549665
Compare
Choose a tag to compare

6.5.0 - 2023-01-18

Added missing assertions on integrations tests

Split long unit tests methods in more smaller ones

Updated package names to follow Java conventions

Updated all resources to make sure field declarations are on top of constructors

Updated method names to camelcase to follow Java conventions

Updated contributor's guide

Fixed warnings from SonarCloud and several improvements to improve code quality

v6.4.1

21 Dec 16:35
fa4bd82
Compare
Choose a tag to compare

6.4.1 - 2022-12-21

Fixed deviceType in the FlightOrder resource

v6.4.0

07 Nov 11:42
240b9a5
Compare
Choose a tag to compare

6.4.0 - 2022-11-07

Library compilation upgrade to Java 8

Verbs to enum updates accross several classes - big thanks to Steve Donovan for his contribution! 👏

Updates to FlightOrder resource model - big thanks to Steve Donovan for his contribution! 👏

Provided fix to a few SonarCloud warnings