Releases: spryker-sdk/sync-api
Releases · spryker-sdk/sync-api
0.1.7
What's Changed
- ACP-4047 Added plugin to be used on applications that have a proper OpenAPI schema that can be validated against requests. @stereomon in #19
Full Changelog: 0.1.6...0.1.7
0.1.6
0.1.5
0.1.4
Included commits: 0.1.3...0.1.4
Improvements
- Extended logic to skip code generation for response schemas without data structures (e.g.
text/plain
response type - using it would result in bad parameters being passed tospryk
resulting in exceptions).
0.1.3
Included commits: 0.1.2...0.1.3
Improvements
- The validation/generation error messages have been updated to be more verbose and aligned.
0.1.2
Included commits: 0.1.1...0.1.2
Improvements
- Updated paths of API files to follow directory standards.
- Added HTTP method
put
.
0.1.1
Full Changelog: 0.1.0...0.1.1
Improvements
- Introduced
SyncApiConfig::getProjectRootPath()
. - Introduced
SyncApiConfig::getSprykRunExecutablePath()
. - Adjusted
OpenApiCodeBuilder
so it uses new path for spryk command from config instead of project path. - Removed
OpenApiCodeGenerateConsole::OPTION_PROJECT_ROOT
andOpenApiCodeGenerateConsole::OPTION_PROJECT_ROOT_SHORT
- Adjusted namespace for transfers.
0.1.0
What's Changed
- APPS 4155 Extract SyncAPI related code into separate repository by @stereomon in #1
New Contributors
- @stereomon made their first contribution in #1
Full Changelog: https://github.com/spryker-sdk/sync-api/commits/0.1.0