Releases: yallie/MdlpClient
Releases · yallie/MdlpClient
v1.4.2
v1.4.1
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, addedDELETE_DRAFTSenum member. - Added
ProductLabelintStatusenumeration. - Added
GetFullSsccHierarchyfor multiple sscc entries. - Added
BatchInfo,BatchStatusInfoandShortDistributiondata contracts. - Added
GetBatchShortDistributionmethod. - Renamed
ProductLabelingStatustoBatchStatus. - Added
SystemSubjectIDtoSgtin, updated the documentation references. - Added
AddTrustedPartnersResponsedata contract. - Fixed
AddTrustedPartnersmethod return value in accordance with the official docs v3.07. - Removed
BillingInformationfrom theSgtinFilter.
v1.4.0
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
v1.3.0 (beta release)
What's new in v1.3.0:
- Support for MDLP API v3.06.1
- Added
GetSsccFullHierarchymethod - 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
v1.2.0 (beta release)
What's new in v1.2.0:
— Worked around DateTime serialization issues.
v1.1.0 (beta release)
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)
Initial implementation of the MDLP REST API.