-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(StdLib): Go v0.0.1 release #1195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Some overall things:
|
Co-authored-by: Rishav karanjit <karanjitrishav4@gmail.com>
MCM is answered here: https://amzn-aws.slack.com/archives/G01813NHQBD/p1736791637977939?thread_ts=1736559063.433249&cid=G01813NHQBD
|
Shouldn't it be prefixed with path from the runtime?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talked offline. The GitHub tag is prefixed with subdirectories.
Non blocking but it could be great if we could have a CI test to do go build to check if the copied code works correctly.
LGTM
Are you talking about git tag or Go tag? The git tag would be something like Here's an example to explain this: https://github.com/ShubhamChaturvedi7/aws-cryptographic-material-providers-library-go/releases/tag/smithy-dafny-standard-library%2Fv0.0.1-alpha |
# [1.9.0](v1.8.0...v1.9.0) (2025-01-31) ### Bug Fixes * CI ([d9e2a1e](d9e2a1e)) * DafnyLibraries.FileIO extern ([b150c48](b150c48)) * ECDH ValidatePublicKey err msg ([34a48fc](34a48fc)) * for test vectors, use SetToSequenceSorted ([#1034](#1034)) ([21ad206](21ad206)) * **GHW:** check-files apply to PR, not to diff b/w HEAD and branch ([#1075](#1075)) ([1f53a92](1f53a92)) * improve golang externs ([#1133](#1133)) ([b6ee16e](b6ee16e)) * **Java:** Improve Collection of Errors string ([#1056](#1056)) ([9e195a1](9e195a1)) * line breaks ([21536c7](21536c7)) * PR comments ([798214b](798214b)) * PR comments ([a21c0b3](a21c0b3)) * PR comments ([7dd95bc](7dd95bc)) * PR comments ([eed0d87](eed0d87)) * PR comments ([435515e](435515e)) * re-enable aes_gcm_192 ([#1143](#1143)) ([23650a9](23650a9)) * region ([5930ae4](5930ae4)) * region ([e3454b5](e3454b5)) * remove [@sensitive](https://github.com/sensitive) from smithy models ([#1123](#1123)) ([c939f3a](c939f3a)) * repo rename ([#1218](#1218)) ([c2f003c](c2f003c)) * revert pyproject.toml drop ([b5dbb5c](b5dbb5c)) * rust code used for testing must be allowed dead code ([#1148](#1148)) ([5997919](5997919)) * SetToSequence should be a method, not a function ([#1035](#1035)) ([1169bc8](1169bc8)) * smithy-dafny ([#1136](#1136)) ([6005777](6005777)) ### Features * Adds CI ([511ed35](511ed35)) * check in polymorph go generated code ([#1137](#1137)) ([d0fefbf](d0fefbf)) * Check-in polymorph generated code ([bfc7cb9](bfc7cb9)) * ddb Go externs ([1e3737b](1e3737b)) * **ddb:** Go release v0.0.1 ([#1201](#1201)) ([5293bfd](5293bfd)) * **ddb:** Go release v0.0.3 ([#1210](#1210)) ([983f553](983f553)) * **Go:** Go module rename ([#1196](#1196)) ([b0876ac](b0876ac)) * kms externs for Go ([2d1f6d1](2d1f6d1)) * **kms:** Go release v0.0.1 ([#1199](#1199)) ([9c80544](9c80544)) * mpl externs ([#1105](#1105)) ([29bc52e](29bc52e)) * **mpl:** Go release v0.0.1 ([#1211](#1211)) ([4508ab8](4508ab8)) * Primitives CI ([ce6e942](ce6e942)) * Primitives for Go ([8066826](8066826)) * **primitives:** Go release v0.0.1 ([#1203](#1203)) ([6bf0bbe](6bf0bbe)) * StandardLibrary for Go ([587b57e](587b57e)) * StandardLibrary for Go ([94b4fd0](94b4fd0)) * StandardLibrary for Go ([6ce1ce3](6ce1ce3)) * **StdLib:** Go v0.0.1 release ([#1195](#1195)) ([95e54bf](95e54bf))
# [1.9.0](v1.8.0...v1.9.0) (2025-02-03) ### Bug Fixes * CI ([d9e2a1e](d9e2a1e)) * DafnyLibraries.FileIO extern ([b150c48](b150c48)) * ECDH ValidatePublicKey err msg ([34a48fc](34a48fc)) * for test vectors, use SetToSequenceSorted ([#1034](#1034)) ([21ad206](21ad206)) * **GHW:** check-files apply to PR, not to diff b/w HEAD and branch ([#1075](#1075)) ([1f53a92](1f53a92)) * improve golang externs ([#1133](#1133)) ([b6ee16e](b6ee16e)) * **Java:** Improve Collection of Errors string ([#1056](#1056)) ([9e195a1](9e195a1)) * line breaks ([21536c7](21536c7)) * PR comments ([798214b](798214b)) * PR comments ([a21c0b3](a21c0b3)) * PR comments ([7dd95bc](7dd95bc)) * PR comments ([eed0d87](eed0d87)) * PR comments ([435515e](435515e)) * re-enable aes_gcm_192 ([#1143](#1143)) ([23650a9](23650a9)) * region ([5930ae4](5930ae4)) * region ([e3454b5](e3454b5)) * remove [@sensitive](https://github.com/sensitive) from smithy models ([#1123](#1123)) ([c939f3a](c939f3a)) * repo rename ([#1218](#1218)) ([c2f003c](c2f003c)) * revert pyproject.toml drop ([b5dbb5c](b5dbb5c)) * rust code used for testing must be allowed dead code ([#1148](#1148)) ([5997919](5997919)) * SetToSequence should be a method, not a function ([#1035](#1035)) ([1169bc8](1169bc8)) * smithy-dafny ([#1136](#1136)) ([6005777](6005777)) ### Features * Adds CI ([511ed35](511ed35)) * check in polymorph go generated code ([#1137](#1137)) ([d0fefbf](d0fefbf)) * Check-in polymorph generated code ([bfc7cb9](bfc7cb9)) * ddb Go externs ([1e3737b](1e3737b)) * **ddb:** Go release v0.0.1 ([#1201](#1201)) ([5293bfd](5293bfd)) * **ddb:** Go release v0.0.3 ([#1210](#1210)) ([983f553](983f553)) * **Go:** Go module rename ([#1196](#1196)) ([b0876ac](b0876ac)) * kms externs for Go ([2d1f6d1](2d1f6d1)) * **kms:** Go release v0.0.1 ([#1199](#1199)) ([9c80544](9c80544)) * mpl externs ([#1105](#1105)) ([29bc52e](29bc52e)) * **mpl:** Go release v0.0.1 ([#1211](#1211)) ([4508ab8](4508ab8)) * Primitives CI ([ce6e942](ce6e942)) * Primitives for Go ([8066826](8066826)) * **primitives:** Go release v0.0.1 ([#1203](#1203)) ([6bf0bbe](6bf0bbe)) * StandardLibrary for Go ([587b57e](587b57e)) * StandardLibrary for Go ([94b4fd0](94b4fd0)) * StandardLibrary for Go ([6ce1ce3](6ce1ce3)) * **StdLib:** Go v0.0.1 release ([#1195](#1195)) ([95e54bf](95e54bf))
Issue #, if available:
Description of changes:
Other files are polymorphed files.
Squash/merge commit message, if applicable:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.