Releases: zimbra-api/soap-api
Releases · zimbra-api/soap-api
2.0.7
Release to version 2.0.7
- Refactor Serializer classes
- Refactor Envolope & Body: Supports typed properties
2.0.6
Release to version 2.0.6
- Add object constructor class for deserialization with class have constructor with all optional parameters
2.0.5
Release to version 2.0.5
- Refactor SerializedName & Type attributes
2.0.4
Release to version 2.0.4
- Use attribute reader instead of annotation reader for (de-)serializing XML when using PHP 8
2.0.3
Release to version 2.0.3
- PHP 8 attributes supported for (de-)serializing XML
2.0.2
Release to version 2.0.2
- Add BatchRequestInterface::getOnError method
- Remove BatchRequestInterface::addRequest method
- Remove BatchResponseInterface::addResponse method
- Remove add to XML list method of all Response Message classes
2.0.1
Release to version 2.0.1
- Add ClientInterface::getHttpClient method
- Add SoapEnvelopeInterface::setHeader method
- Add SoapEnvelopeInterface::setBody method
Refactoring
- refactor: Update PHPdoc of all Struct & Message classes
- refactor: Replace call ENUM static method to new instance in ENUM required properties
- refactor: Replace typed properties with default property declaration of all Struct & Message classes
1.1.2
- Fixed count issue on php7.2
1.0.9
- Fixed count issue on php7.2