-
Notifications
You must be signed in to change notification settings - Fork 80
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!: Flexible checksum v2 #1803
base: main
Are you sure you want to change the base?
Commits on Oct 23, 2024
-
Add requestChecksumCalculation and responseChecksumValidation configs…
… & AWSChecksumCalculationMode enum type for both config options.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 452351a - Browse repository at this point
Copy the full SHA 452351aView commit details -
Add value resolvers for requestChecksumCalculation and responseChecks…
…umValidation config options.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 5e736d2 - Browse repository at this point
Copy the full SHA 5e736d2View commit details -
Add requestChecksumCalculation and responseChecksumValidation configs…
… to codegen side; add type info for AWSChecksumCalculationMode to codegen side.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 780e3f3 - Browse repository at this point
Copy the full SHA 780e3f3View commit details -
Add context extension for getting and setting the new config options;…
… use this in setter codegen.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 8fba8dd - Browse repository at this point
Copy the full SHA 8fba8ddView commit details -
Clean up flexchex request middleware conditionals into one logical fl…
…ow and add in default algorithm selection logic.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 6922099 - Browse repository at this point
Copy the full SHA 6922099View commit details -
Fix validation mode logic in flexchex response middleware; now it use…
…s user input as it's supposed to.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d1ec299 - Browse repository at this point
Copy the full SHA d1ec299View commit details -
Update flexchex request middleware codegen to pass in request checksu…
…m required flag to initializer.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 5206a1e - Browse repository at this point
Copy the full SHA 5206a1eView commit details -
Update runtime tests for flexchex middlewares + add a test for no req…
…uest checksum calculation flow.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 436757a - Browse repository at this point
Copy the full SHA 436757aView commit details -
Sichan Yoo committed
Oct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 095890c - Browse repository at this point
Copy the full SHA 095890cView commit details -
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 5e3a4b6 - Browse repository at this point
Copy the full SHA 5e3a4b6View commit details -
Add CRC64NVME as one of the algorithms to check for in flexchex respo…
…nse middleware.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 93264a4 - Browse repository at this point
Copy the full SHA 93264a4View commit details -
Add test case for no response validation when validation mode unset a…
…nd responseChecksumValidation config is .whenRequired.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d8038c0 - Browse repository at this point
Copy the full SHA d8038c0View commit details -
Address compile time errors in generated code.
Sichan Yoo committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 798c31b - Browse repository at this point
Copy the full SHA 798c31bView commit details
Commits on Oct 24, 2024
-
Sichan Yoo committed
Oct 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 8ce4364 - Browse repository at this point
Copy the full SHA 8ce4364View commit details -
Skip checksum flow if body is empty + ignore checksum of checksums th…
…at end with -#.
Sichan Yoo committedOct 24, 2024 Configuration menu - View commit details
-
Copy full SHA for c6d69d2 - Browse repository at this point
Copy the full SHA c6d69d2View commit details -
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedOct 24, 2024 Configuration menu - View commit details
-
Copy full SHA for efc500b - Browse repository at this point
Copy the full SHA efc500bView commit details
Commits on Oct 25, 2024
-
Add edge case handling for a stream body with size below chunked thre…
…shold, hence checksum header must be sent in original request rather than in trailing header.
Sichan Yoo committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 1fd98a4 - Browse repository at this point
Copy the full SHA 1fd98a4View commit details -
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 696dc72 - Browse repository at this point
Copy the full SHA 696dc72View commit details
Commits on Nov 8, 2024
-
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedNov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 3aa8ac0 - Browse repository at this point
Copy the full SHA 3aa8ac0View commit details -
Add business metric feature ID tracking for flexible checksum v2.
Sichan Yoo committedNov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 5eb46b3 - Browse repository at this point
Copy the full SHA 5eb46b3View commit details
Commits on Nov 9, 2024
-
Update initializer call in test.
Sichan Yoo committedNov 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a45ad36 - Browse repository at this point
Copy the full SHA a45ad36View commit details
Commits on Nov 12, 2024
-
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedNov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 7cf095e - Browse repository at this point
Copy the full SHA 7cf095eView commit details
Commits on Nov 15, 2024
-
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedNov 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 2f61e67 - Browse repository at this point
Copy the full SHA 2f61e67View commit details -
Reflect context thread-safe changes upstream.
Sichan Yoo committedNov 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 92c45c9 - Browse repository at this point
Copy the full SHA 92c45c9View commit details
Commits on Nov 19, 2024
-
Sichan Yoo committed
Nov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 472111a - Browse repository at this point
Copy the full SHA 472111aView commit details -
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedNov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for b9b7f18 - Browse repository at this point
Copy the full SHA b9b7f18View commit details -
Update codegen test & fix optional chaining.
Sichan Yoo committedNov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for eabc32e - Browse repository at this point
Copy the full SHA eabc32eView commit details -
Fill unit test gap for flex checksum middlewares
Sichan Yoo committedNov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for bebffb1 - Browse repository at this point
Copy the full SHA bebffb1View commit details -
Temporarily comment out manual fill for requestAlgorithmMember http h…
…eader.
Sichan Yoo committedNov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for d6932b3 - Browse repository at this point
Copy the full SHA d6932b3View commit details
Commits on Nov 26, 2024
-
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for fe87cd8 - Browse repository at this point
Copy the full SHA fe87cd8View commit details -
Add PRESIGN_URL flow to flexchex request middleware.
Sichan Yoo committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 7be0fbd - Browse repository at this point
Copy the full SHA 7be0fbdView commit details -
Merge branch 'main' into feat/flexible-checksum-v2
Sichan Yoo committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for ccc77e0 - Browse repository at this point
Copy the full SHA ccc77e0View commit details