Skip to content

Releases: yallie/MdlpClient

v1.4.2

23 Sep 10:49
Compare
Choose a tag to compare

What's new in v1.4.2:

  • #18 Updated XSD schemas to v1.38 (08.06.2022)
  • #17 Adjustable delays between method executions

v1.4.1

13 Nov 12:53
Compare
Choose a tag to compare

What's new in v1.4.1:

  • #15 Support for XSD v1.35 updated 2020/10/23: schemas 702, 703
  • #11 Tracing now shows duration properly
  • #8 Removed obsolete reg_status fields from medical products.
  • Updated RightsEnum, added DELETE_DRAFTS enum member.
  • Added ProductLabelintStatus enumeration.
  • Added GetFullSsccHierarchy for multiple sscc entries.
  • Added BatchInfo, BatchStatusInfo and ShortDistribution data contracts.
  • Added GetBatchShortDistribution method.
  • Renamed ProductLabelingStatus to BatchStatus.
  • Added SystemSubjectID to Sgtin, updated the documentation references.
  • Added AddTrustedPartnersResponse data contract.
  • Fixed AddTrustedPartners method return value in accordance with the official docs v3.07.
  • Removed BillingInformation from the SgtinFilter.

Nuget: https://www.nuget.org/packages/MdlpApiClient/1.4.1

v1.4.0

29 May 17:18
Compare
Choose a tag to compare

What's new in v1.4.0:

  • Support for XSD v1.35
  • Set default XSD schema version
  • Avoid formatting non-JSON content in trace
  • Updated RightsEnum, added new constants

Nuget: https://www.nuget.org/packages/MdlpApiClient/1.4.0

v1.3.0 (beta release)

22 May 00:01
Compare
Choose a tag to compare

What's new in v1.3.0:

  • Support for MDLP API v3.06.1
  • Added GetSsccFullHierarchy method
  • Added AuthTypeEnum, GroupTypeEnum, SgtinEmissionType, SgtinStatus, UserStatus, UserStatusReason
  • Updated BranchFilter, DocFilter, Sgtin, SgtinExtended, UserBase, MedProduct, MedProductPublic
  • Added support for the request rate limits
  • GetDocument issue has been fixed on the test stage

Nuget: https://www.nuget.org/packages/MdlpApiClient/1.3.0

v1.2.0 (beta release)

30 Apr 00:28
Compare
Choose a tag to compare

What's new in v1.2.0:

— Worked around DateTime serialization issues.

Nuget: https://www.nuget.org/packages/MdlpApiClient/1.2.0

v1.1.0 (beta release)

24 Apr 02:30
Compare
Choose a tag to compare

What's new in v1.1.0:

  • SendDocument, GetDocument and GetTicket are working with document classes, not strings.
  • Added GetDocumentText and GetTicketText methods to return strings.
  • Added XmlSerializationHelper class.
  • Automatic selection of SendDocument and SendLargeDocument based on the document size.
  • Sandbox support.

v1.0.0 (beta release)

23 Apr 13:41
112be1d
Compare
Choose a tag to compare

Initial implementation of the MDLP REST API.

https://www.nuget.org/packages/MdlpApiClient/1.0.0