Skip to content

1.1.0

Compare
Choose a tag to compare
@saranyailla saranyailla released this 25 Feb 01:22
· 154 commits to main since this release
60a002f

New features

  • Adds support for the Gradle build system.
  • Adds support for the Maven build system on Windows devices.
  • Adds the --bucket argument to the component publish command. You can use this argument to specify the exact bucket where the GDK CLI uploads component artifacts.
  • Adds the --name argument to the component init command. You can use this option to specify the folder where the GDK CLI initializes the component.
  • Adds support for component artifacts that exist in an S3 bucket but not in the local component build folder. You can use this feature to reduce bandwidth costs for large component artifacts, such as machine learning models.

Bug fixes and improvements:

  • Updates the component publish command to check if the component is built before it publishes the component. If the component isn't built, this command now builds the component for you.
  • Fixes an issue where the zip build system fails to build on Windows devices when the ZIP file name contains capital letters.
  • Improves the log message format and changes the default log level to INFO on devices that run Python versions earlier than 3.8.