File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DocuSign Admin Java Client Changelog
22See [ DocuSign Support Center] ( https://support.docusign.com/en/releasenotes/ ) for Product Release Notes.
33
4- ## [ v1.4.2-rc1 ] - Admin API v2.1-1.3.0 - 2024-03-18
4+ ## [ v1.4.2] - Admin API v2.1-1.3.0 - 2024-04-22
55### Changed
66- Adjusted the minimum required firebase/php-jwt package version to 6.0.
7+ - Updated the SDK release version.
78
9+ ## [ v1.4.2-rc1] - Admin API v2.1-1.3.0 - 2024-03-18
10+ ### Changed
11+ - Adjusted the minimum required firebase/php-jwt package version to 6.0.
812
913## [ v1.4.1] - Admin API v2.1-1.3.0 - 2023-10-20
1014### Changed
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class Configuration
9090 *
9191 * @var string
9292 */
93- protected $ host = 'https://api.docusign.net/Management ' ;
93+ protected $ host = 'https://api.docusign.net/management ' ;
9494
9595 /**
9696 * Timeout (second) of the HTTP request, by default set to 0, no timeout
@@ -111,7 +111,7 @@ class Configuration
111111 *
112112 * @var string
113113 */
114- protected $ userAgent = 'Swagger-Codegen/v2.1/1.4.2-rc1 /php/ ' . PHP_VERSION ;
114+ protected $ userAgent = 'Swagger-Codegen/v2.1/1.4.2/php/ ' . PHP_VERSION ;
115115
116116 /**
117117 * Debug switch (default set to false)
@@ -774,7 +774,7 @@ public static function toDebugReport()
774774 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
775775 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
776776 $ report .= ' OpenAPI Spec Version: v2.1 ' . PHP_EOL ;
777- $ report .= ' SDK Package Version: 1.4.2-rc1 ' . PHP_EOL ;
777+ $ report .= ' SDK Package Version: 1.4.2 ' . PHP_EOL ;
778778 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
779779
780780 return $ report ;
You can’t perform that action at this time.
0 commit comments