****************************************************
* eHealth Business Connector MIGRATION GUIDE *
****************************************************
4.0.1 release (october 2021)
 . change        if you make direct usage of the the technical connector api, see release.notes.technical-core.txt.
 . change        Internally MapStruct replaces Dozer as mapping library. This can impact the compilation of your project for the following business connectors:
                    - Asynchronous invoicing
                    - the genericasync module  
                    
3.17.1 release (april 2019)
 . change        business service intrahub v1: To activate the ID-ENCRYPTION-KEY kmehr property (when the service provider is compliant),following configuration properties should be added:
                    - kmehr.intrahub.usedefaultproperties=false
                    - kmehr.intrahub.hcpartylist=identifier
                    - kmehr.intrahub.identifier.id.inss.value=${careprovider.inss}
                    - kmehr.intrahub.identifier.id.inss.sv=1.0
                    - kmehr.intrahub.identifier.id.idhcparty.value=${careprovider.nihii}
                    - kmehr.intrahub.identifier.id.idhcparty.sv=1.0
                    - kmehr.intrahub.identifier.cd.cdhcparty.value=${main.kmehr.quality}
                    - kmehr.intrahub.identifier.cd.cdhcparty.sv=1.1
                    - kmehr.intrahub.identifier.firstname=${careprovider.firstname}
                    - kmehr.intrahub.identifier.lastname=${careprovider.lastname}
                    - kmehr.intrahub.identifier.id.idencryptionkey=true
                    - kmehr.intrahub.identifier.id.idencryptionkey.sv=1.0

3.17.0 release (april 2019)
 . internal release 
                     
3.16.1 release (october 2018) 
 . change        business service intrahub v3: To activate the ID-ENCRYPTION-KEY kmehr property (when the service provider is compliant) the config property kmehr.hubservicev3.identifier.id.idencryptionkey must be set to true.
 . change        technical connector (see file release.notes.technical-core.txt): exceptions thrown by service inbound handlers are wrapped in a TechnicalConnectorException -> inbound handlers no longer throw unchecked exceptions.

3.15.1 release (april 2018)
. change            migration from ra v1 to ra v2 services:
                    For users of CertRA-EtkRA please see file migration.guide.technical-ra.txt in technical connector package.

3.15.0 release (april 2018)
 . internal release