Releases: speakeasy-api/sdk-generation-action
Releases · speakeasy-api/sdk-generation-action
v14.6: generate sdk gen config from workflow
fix: run eslint on typescript compile
v14.5: adds validation support for OpenAPI documents
fix: ensure validate runs first
v14.4: improve java publishing support
What's Changed
- feat: support signing for java publishing by @chase-crumbaugh in #19
Full Changelog: v14...v14.4
v14.3: add support for unpublished installation instructions
fix: panic when handling document with no info
v14.2: update sdk-gen-config
fix: revert back to v14 as default
v14.1: add changelogs and detect insignificant changes better
fix: releases file path issue
v14.0: improved compilation pipeline
fix: don't run finalize if all compile jobs skipped
v13: added compilation steps to our generation workflow
fix: upgrade to latest sdk-gen-config
v12: official support for multi sdk repos
Merge pull request #10 from speakeasy-api/support-multi-sdk feat: support multiple sdks within a single repo either of different languages or the same with different documents
v11: add support for publishing to Maven
feat: add Java publishing support