Releases: amadeus4dev/amadeus-java
v10.0.0
v9.1.0
v9.0.0
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
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
v7.1.0
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
v6.5.0
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
v6.4.0
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