-
Notifications
You must be signed in to change notification settings - Fork 19
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
test: restore CODEOWNERS and daily CI #624
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
texastony
changed the title
chore: restore CODEOWNERS
test: restore CODEOWNERS and daily CI
Nov 27, 2023
ajewellamz
approved these changes
Nov 28, 2023
josecorella
approved these changes
Nov 28, 2023
rishav-karanjit
added a commit
that referenced
this pull request
May 9, 2024
## 4.1.0 ### Notes - [(#646)](10daadf) Enforces input constraints. Prior to this fix, the AWS Encryption SDK in .NET (ESDK-NET) failed to enforce user input constraints. Input shapes without required members set would always result in a `NullReferenceException`. Now, the ESDK-NET will throw its own Exceptions when illegal user input is submitted. ### Fixes * fix: throw an exception when MemoryStream instance has an empty backing array [(#633)](550c714) ### Features * feat: enforce input constraints [(#646)](10daadf) ### Maintenance * fix(CI): Daily CI uses correct workflow [(#641)](771835e) * chore(ci): fix role to assume [(#622)](c1f04fc) * chore(CI/CD): add semantic release automation [(#647)](e7b5392) * chore: Adopt SmithyDafnyMakefile.mk, fix nightly build [(#638)](cd19979) * chore(CI): add interop tests to daily ci [(#640)](c9ad018) * chore: only run net48 on windows and use node 17 to run integration-node [(#639)](d6c62fb) * chore(.NET): Add ESDK-Net v4.0.1 generated vectors[(#636)](efef497) * chore(NET-SupportPolicy): Mark 3.x as Support [(#631)](3c36f7a) * chore: Add manual trigger for nightly_dafny.yml [(#629)](419b1cb) * chore: split vc gen on some methods to migrate to Dafny 4.4 [(#627)](fdc65ca) * test: restore CODEOWNERS and daily CI [(#624)](ff823ac) * chore: update template to point to public repo [(#626)](2b07a39) * chore: remove unused release step in test-prod [(#623)](9883933)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
It may help to compare the Workflow files to those in the MPL:
https://github.com/aws/aws-cryptographic-material-providers-library-java/tree/main/.github/workflows
Squash/merge commit message, if applicable:
Note: I will update the Branch Protection once this has been approved.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.