Releases: softcery/duffel
Releases · softcery/duffel
v0.4.3-add-available-actions-to-order
feat: parse available_actions
v0.4.3-add-generic-metadata
feat: make metadata generic
v0.4.3-add-offer-requests-client-key
feat: add OfferRequest' client_key field
v0.4.3-fix-distance-unmarshaling
fix distance unescaped null decoding
v0.4.3-stops-arriving-at
fix stop arriving at
v0.4.3-add-supported-identity-document-types
feat(entity): add SupportedPassengerIdentityDocumentTypes Offer's field
v0.4.3-add-batch-offer-requests
feat: add Batch Offer Requests (#12) * fix(duffel): fix panic when req.Body == nil * feat: add Batch Offer Requests
v0.4.3-with-extended-retryable-errors
feat: extend not retryable error rule with authentication_error error…
v0.4.3-reuse-body-fix
fix(duffel): reuse body when content encoding != gzip (#11) * feat(duffel): add GatewayTimeout and BadGateway errors * fix(duffel): fix nil response when status code >= 400 * fix(duffel): reuse http body if content encoding != gzip
v0.4.3-place-suggestions
feat(places): add lat, lng, rad fields to place suggestions query (#8)