Amadeus Java Versions Save

Java library for the Amadeus Self-Service travel APIs

v9.0.0

1 week ago

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

1 month ago

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

7 months ago

8.0.0 - 2023-09-06

Decommissioned Travel Restrictions API v2

v7.1.0

10 months ago

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

1 year ago

7.0.0 - 2023-01-30

Decommissioned Travel Restrictions API v1

Decommissioned Hotel Search API v2

v6.5.0

1 year ago

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

1 year ago

6.4.1 - 2022-12-21

Fixed deviceType in the FlightOrder resource

v6.4.0

1 year ago

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! :clap:

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

Provided fix to a few SonarCloud warnings

v6.3.0

1 year ago

6.3.0- 2022-08-23

Add support for the Travel Restrictions v2

Add support for JDK 8 and 11, Big thanks to Steve Donovan for his contribution! 👏

Update Traveler resource model, Big thanks to Steve Donovan for his contribution! 👏

Add SonarCloud in GitHub Action

v6.2.1

1 year ago

6.2.1 - 2022-07-22

Removed unnecessary toString() on a String. Big thanks to Steve Donovan for his contribution! :clap:

Fixed property type name in the FlightOffersSearch resource