Skip to content

chore: bump mpl and smithy-dafny #1762

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

Merged
merged 4 commits into from
Mar 28, 2025
Merged

chore: bump mpl and smithy-dafny #1762

merged 4 commits into from
Mar 28, 2025

Conversation

ajewellamz
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ajewellamz ajewellamz requested a review from a team as a code owner March 28, 2025 20:58
@@ -1258,7 +1258,8 @@ public static Amazon.DynamoDBv2.Model.DeleteItemRequest FromDafny_N3_com__N9_ama
if (concrete._ReturnItemCollectionMetrics.is_Some) converted.ReturnItemCollectionMetrics = (Amazon.DynamoDBv2.ReturnItemCollectionMetrics)FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S15_DeleteItemInput__M27_ReturnItemCollectionMetrics(concrete._ReturnItemCollectionMetrics);
if (concrete._ConditionExpression.is_Some) converted.ConditionExpression = (string)FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S15_DeleteItemInput__M19_ConditionExpression(concrete._ConditionExpression);
if (concrete._ExpressionAttributeNames.is_Some) converted.ExpressionAttributeNames = (System.Collections.Generic.Dictionary<string, string>)FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S15_DeleteItemInput__M24_ExpressionAttributeNames(concrete._ExpressionAttributeNames);
if (concrete._ExpressionAttributeValues.is_Some) converted.ExpressionAttributeValues = (System.Collections.Generic.Dictionary<string, Amazon.DynamoDBv2.Model.AttributeValue>)FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S15_DeleteItemInput__M25_ExpressionAttributeValues(concrete._ExpressionAttributeValues); return converted;
if (concrete._ExpressionAttributeValues.is_Some) converted.ExpressionAttributeValues = (System.Collections.Generic.Dictionary<string, Amazon.DynamoDBv2.Model.AttributeValue>)FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S15_DeleteItemInput__M25_ExpressionAttributeValues(concrete._ExpressionAttributeValues);
if (concrete._ReturnValuesOnConditionCheckFailure.is_Some) converted.ReturnValuesOnConditionCheckFailure = (Amazon.DynamoDBv2.ReturnValuesOnConditionCheckFailure)FromDafny_N3_com__N9_amazonaws__N8_dynamodb__S15_DeleteItemInput__M35_ReturnValuesOnConditionCheckFailure(concrete._ReturnValuesOnConditionCheckFailure); return converted;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this from the updated DDB model? I presume yes.

@ajewellamz ajewellamz merged commit 8179af4 into main Mar 28, 2025
41 checks passed
@ajewellamz ajewellamz deleted the ajewell/bump-mpl branch March 28, 2025 23:51
josecorella pushed a commit that referenced this pull request Apr 1, 2025
## [3.8.1](v3.8.0...v3.8.1) (2025-04-01)

### Fixes

* return plaintext items in UnprocessedItems in BatchWriteIttem ([#1642](#1642)) ([7c7c8a1](7c7c8a1))

### Maintenance

* add Rust generated test vectors ([#1638](#1638)) ([a285eac](a285eac))
* bump mpl and smithy-dafny ([#1762](#1762)) ([8179af4](8179af4))
* **dafny:** let FileIO deal in uint8 rather than bv8 ([#1746](#1746)) ([428a013](428a013))
* **deps:** bump actions/setup-java from 3 to 4 in /.github/workflows ([#1367](#1367)) ([f04bc40](f04bc40))
* **deps:** bump actions/setup-java from 3 to 4 in /.github/workflows ([#1654](#1654)) ([ddb69e1](ddb69e1))
* **deps:** bump org.junit.jupiter:junit-jupiter-api ([#1656](#1656)) ([d988c6e](d988c6e))
* **deps:** bump org.junit.jupiter:junit-jupiter-engine ([#1650](#1650)) ([4f18689](4f18689))
* **deps:** bump software.amazon.awssdk:bom ([#1643](#1643)) ([4c41746](4c41746))
* **deps:** bump software.amazon.awssdk:bom ([#1644](#1644)) ([84e2c56](84e2c56))
* **deps:** bump software.amazon.awssdk:core ([#1645](#1645)) ([dec98d6](dec98d6))
* **GHA:** Run Java CI testing for MPL Latest Release ([#1605](#1605)) ([2eb36b3](2eb36b3))
* **java:** allow local testing v3.8.0 ([#1628](#1628)) ([119a42b](119a42b))
* **java:** update versions of lombok and aws-sdk-ddb ([#1646](#1646)) ([099014e](099014e))
* re-enable Dafny for MacOS ([#1738](#1738)) ([6f729c3](6f729c3))
* Remove Dafny warnings ([#1742](#1742)) ([4a9d617](4a9d617))
* **rust:** enable wrapped client test vectors ([#1648](#1648)) ([20fee58](20fee58))
josecorella pushed a commit that referenced this pull request Apr 1, 2025
* return plaintext items in UnprocessedItems in BatchWriteIttem ([#1642](#1642)) ([7c7c8a1](7c7c8a1))

* add Rust generated test vectors ([#1638](#1638)) ([a285eac](a285eac))
* bump mpl and smithy-dafny ([#1762](#1762)) ([8179af4](8179af4))
* **dafny:** let FileIO deal in uint8 rather than bv8 ([#1746](#1746)) ([428a013](428a013))
* **deps:** bump actions/setup-java from 3 to 4 in /.github/workflows ([#1367](#1367)) ([f04bc40](f04bc40))
* **deps:** bump actions/setup-java from 3 to 4 in /.github/workflows ([#1654](#1654)) ([ddb69e1](ddb69e1))
* **deps:** bump org.junit.jupiter:junit-jupiter-api ([#1656](#1656)) ([d988c6e](d988c6e))
* **deps:** bump org.junit.jupiter:junit-jupiter-engine ([#1650](#1650)) ([4f18689](4f18689))
* **deps:** bump software.amazon.awssdk:bom ([#1643](#1643)) ([4c41746](4c41746))
* **deps:** bump software.amazon.awssdk:bom ([#1644](#1644)) ([84e2c56](84e2c56))
* **deps:** bump software.amazon.awssdk:core ([#1645](#1645)) ([dec98d6](dec98d6))
* **GHA:** Run Java CI testing for MPL Latest Release ([#1605](#1605)) ([2eb36b3](2eb36b3))
* **java:** allow local testing v3.8.0 ([#1628](#1628)) ([119a42b](119a42b))
* **java:** update versions of lombok and aws-sdk-ddb ([#1646](#1646)) ([099014e](099014e))
* re-enable Dafny for MacOS ([#1738](#1738)) ([6f729c3](6f729c3))
* Remove Dafny warnings ([#1742](#1742)) ([4a9d617](4a9d617))
* **rust:** enable wrapped client test vectors ([#1648](#1648)) ([20fee58](20fee58))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants