Releases: figaf/tpm-api
Releases · figaf/tpm-api
2.12
2.11
- implemented
AgreementTasksClientfor executing agreement task operations (deploy,undeploy,redeploy,checking task status) - implemented
IntegrationAdvisoryTransportClientand add a few methods inMigClient/MagClient - supported import of the Custom Message Types and PreTransformation Scripts
- implemented method to collect MIG/MAG links for Agreement Templates
2.10
- extended MIG and MAG client
- added
importCorrelationGroupIdandimportCorrelationObjectIdtoMagVersion - return type of some methods for MIG and MAG clients was changed to
IntegrationAdvisoryObject(before wasTpmObjectMetadata)
2.9
- large refactoring of the TPM model, clients, etc
- added more properties to
B2BScenarioMetadata - implemented API for communication partners
- refactoring of
RequestContextand its usage to simplify API access. Preserving integration suite URL now is configurable at client method implementation level, not outside by user request. Also avoided mutations ofRequest contextthat didn't allow usage of same request context for different scopes (for example mixed public and web API requests).
2.8
- implemented API and functionality for agreement archive upload (
CrossActionsClient,MagClient, various changes in existing clients)
2.7
- parsing of company profile to the
Companyobject instead ofTpmObjectMetadata, initialization ofProfile(country code) forCompany/Subsidiary. Refactoring ofTradingPartnerClient. - dependencies update (the most critical is
httpclient5upgrade from 5.3.1 to 5.5)
2.6
- Added new API methods for: Agreements, Agreement Templates, B2B Scenarios, Companies, Subsidiaries, Trading Partners
- Added parsing of
aliasForContactPersonRolefield from Trading Partner response - Configured licenses validation of dependencies
2.5
- added new API methods to the
TradingPartnerClient - fixed linking between agreements and trading partners
2.4
- added
overallStatusesandprocessingStatusesto the interchanges search request instead of the singleoverallStatus - added
senderMigMetadata,receiverMigMetadata,magMetadatato theB2BScenarioMetadatain B2B scenarios search result - changed initialization of
versionproperty in the model byVersionproperty in response instead ofsemanticVersion
2.3
- implemented integration client for B2B scenarios (see
B2BScenarioClient) - implemented integration client for Business documents (see
BusinessDocumentsClient) - implemented integration client for Orphaned interchanges (see
OrphanedInterchangesClient)