Releases: amabnl/amadeus-ws-client
v2.2
New messages
- Implemented Fare_TLAGetFareRules in #456
- Implemented Service_BookPriceProduct in #457
- Added Dockerfile/Makefile for easier development (see Added Dockerfile/Makefile for easier development)
Full Changelog: v2.1...v2.2
Release 2.1
What's Changed
- New messages (NDC): Travel_OrderChange, Travel_SeatAvailability, Travel_ServiceList by @therealartz in #484
- Fix SoapHeader4::generateGuid() has mt_srand() argument always equal 0 after #449 by @therealartz in #482
- Fix PHPUnit warnings "assertEqualXMLStructure() is deprecated and will be removed in PHPUnit 10." by @therealartz in #485
- MPTB: Allow filter by location without limit to airport or city by @joseayram in #441
New Contributors
- @joseayram made their first contribution in #441
Full Changelog: v2.0...v2.1
Release 2.0
Major PHP version requirement change
- Require PHP version 8.1+ for compatibility with modern psr/log^3, and phpunit^9.6
- Fixed Scrutinizer CI builds
What's Changed
- New messages (NDC): Travel_OfferPrice, Travel_OrderCreate, Travel_OrderRetrieve, Travel_OrderPay, Travel_OrderCancel by @therealartz in #463
- add 3DS v2.0 params with external authentication in FOP by @FriedemannSchmuhl in #458
- add youth and senior pax types by @oualid13 in #440
- Update composer.lock file still locking psr/log to 1.0.0 by @danieladarve in #476
- Update SoapHeader4.php by @darkmatus in #449
- PHP 8 by @therealartz in #481
New Contributors
- @FriedemannSchmuhl made their first contribution in #458
- @oualid13 made their first contribution in #440
Full Changelog: v1.14.0...v2.0
Release 1.14.0
What's Changed
- Enhance Fare_GetFareFamilyDescription: Request Airline Fare Family by standalone request parameters by @therealartz in #445
- Add PNR_ChangeElement message by @therealartz in #446
- Ticket process eticket response error handling by @suiram2010 in #443
- bump psr/log to 3.0.0 by @danieladarve in #475
New Contributors
- @danieladarve made their first contribution in #475
Full Changelog: v1.13.0...v1.14.0
Release 1.13.0
New message features for Fare_Price* and Fare_MasterPricerTravelBoardSearch messages.
See the full changelog for details
Release 1.12.0
1 new message: MiniRule_GetFromRec
ES
elements now supported in PNR_AddMultiElements
Fixed a bug where session information was not loaded to the client if a SOAPFault occurred during the first call of the session.
See the full changelog for details
Release 1.11.0
1 new message: Ticket_UpdateRefund
.
Improvements to Queue_List
, Pnr_AddMultiElements
, Fare_PricePnrWithBookingClass
.
See the full changelog for details
Release 1.10.0
- Bugfix for
DocIssuance_IssueMiscellaneousDocuments
- New messages:
Service_BookPriceService
,Fare_PriceUpsellWithoutPNR
,Fare_GetFareFamilyDescription
- Support for Anchored Segments in
Fare_MasterPricerTravelBoardSearch
See the full changelog for details
Release 1.9.0
- Improvements to
DocRefund_InitRefund
&PNR_AddMultiElements
- New message:
Service_StandaloneCatalogue
See the full changelog for details
Release 1.8.1
Adds the timeMode feature to the Queue_RemoveItem
message.