Skip to content

Releases: figaf/tpm-api

2.12

26 Jan 18:27

Choose a tag to compare

  • added AgreementLifeCycleMetadata to TpmObjectMetadata
  • added B2B scenario AdministrativeData to AgreementTemplateMetadata

2.11

17 Dec 17:23

Choose a tag to compare

  • implemented AgreementTasksClient for executing agreement task operations (deploy, undeploy, redeploy, checking task status)
  • implemented IntegrationAdvisoryTransportClient and add a few methods in MigClient/MagClient
  • supported import of the Custom Message Types and PreTransformation Scripts
  • implemented method to collect MIG/MAG links for Agreement Templates

2.10

06 Dec 16:18

Choose a tag to compare

  • extended MIG and MAG client
  • added importCorrelationGroupId and importCorrelationObjectId to MagVersion
  • return type of some methods for MIG and MAG clients was changed to IntegrationAdvisoryObject (before was TpmObjectMetadata)

2.9

03 Nov 14:21

Choose a tag to compare

2.9
  • large refactoring of the TPM model, clients, etc
  • added more properties to B2BScenarioMetadata
  • implemented API for communication partners
  • refactoring of RequestContext and 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 of Request context that didn't allow usage of same request context for different scopes (for example mixed public and web API requests).

2.8

30 Sep 09:26

Choose a tag to compare

2.8
  • implemented API and functionality for agreement archive upload (CrossActionsClient, MagClient, various changes in existing clients)

2.7

08 Sep 18:30

Choose a tag to compare

2.7
  • parsing of company profile to the Company object instead of TpmObjectMetadata, initialization of Profile (country code) for Company/Subsidiary. Refactoring of TradingPartnerClient.
  • dependencies update (the most critical is httpclient5 upgrade from 5.3.1 to 5.5)

2.6

08 Aug 11:26

Choose a tag to compare

2.6
  • Added new API methods for: Agreements, Agreement Templates, B2B Scenarios, Companies, Subsidiaries, Trading Partners
  • Added parsing of aliasForContactPersonRole field from Trading Partner response
  • Configured licenses validation of dependencies

2.5

01 Jul 12:43

Choose a tag to compare

2.5
  • added new API methods to the TradingPartnerClient
  • fixed linking between agreements and trading partners

2.4

26 May 16:10
14b674b

Choose a tag to compare

2.4
  • added overallStatuses and processingStatuses to the interchanges search request instead of the single overallStatus
  • added senderMigMetadata, receiverMigMetadata, magMetadata to the B2BScenarioMetadata in B2B scenarios search result
  • changed initialization of version property in the model by Version property in response instead of semanticVersion

2.3

02 May 15:07

Choose a tag to compare

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)