Skip to content
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

dynein 0.3.0 #175291

Merged
merged 2 commits into from
Jun 21, 2024
Merged

dynein 0.3.0 #175291

merged 2 commits into from
Jun 21, 2024

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Allow users to change location of config files with env var DYNEIN_CONFIG_DIR by @sszafir in https://github.com/awslabs/dynein/pull/107
* docs: update homebrew installation note by @chenrui333 in https://github.com/awslabs/dynein/pull/110
* refactor: return error when download is failed by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/116
* chore: Set of tiny chores to keep it up-to-date and healthy by @zulinx86 in https://github.com/awslabs/dynein/pull/117
* chore: improve workflows by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/118
* chore: Introduce pre-commit by @StoneDot in https://github.com/awslabs/dynein/pull/119
* chore: Restore push event by @zulinx86 in https://github.com/awslabs/dynein/pull/120
* chore: Bump some crates by @zulinx86 in https://github.com/awslabs/dynein/pull/122
* fix: specify user_agent when download sample. by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/125
* chore: add trycmd to conduct snapshot testing for CLI by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/128
* test: run unit tests on CI by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/129
* test: add generate_update_expressions test by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/130
* chore: exclude markdown files in cmd directory by @StoneDot in https://github.com/awslabs/dynein/pull/131
* Add a flag DYNEIN_TEST_NO_DOCKER_SETUP to prevent launching docker container on testing by @StoneDot in https://github.com/awslabs/dynein/pull/59
* chore: run integration tests on CI by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/133
* refactor: refactor some points related to rusoto_dynamodb by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/134
* test: split integration test into each command by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/138
* implement correct parsing for UpdateItem API by @StoneDot in https://github.com/awslabs/dynein/pull/132
* docs: remove duplicate explanation for quoting path by @StoneDot in https://github.com/awslabs/dynein/pull/140
* test: add integration test for get by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/142
* chore: Add environment variable to CI by @StoneDot in https://github.com/awslabs/dynein/pull/145
* feat!: Add --enable-set-inference flag to import by @StoneDot in https://github.com/awslabs/dynein/pull/147
* feat: show the number of processed items in import/export by @StoneDot in https://github.com/awslabs/dynein/pull/141
* docs: add link to Bootstrap command by @wafuwafu13 in https://github.com/awslabs/dynein/pull/150
* fix: prevent infinite loop when DynamoDbClient connection fails by @wafuwafu13 in https://github.com/awslabs/dynein/pull/154
* test: add integration test for del by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/144
* test: add integration test for desc by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/151
* test: fix broken tests for desc command by @StoneDot in https://github.com/awslabs/dynein/pull/160
* test: add integration test for list by @kzym-w in https://github.com/awslabs/dynein/pull/158
* chore: Update rust toolchain to 1.72.0 by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/167
* test: add integration test for admin desc by @tmyoda in https://github.com/awslabs/dynein/pull/161
* refactor: set bootstrap data locally instead of downloading by @wafuwafu13 in https://github.com/awslabs/dynein/pull/153
* test: improve setup by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/171
* fix: use temp file to write config by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/174
* implement new parsing into put command by @StoneDot in https://github.com/awslabs/dynein/pull/165
* feat: add flag for developing `dy admin apply` by @wafuwafu13 in https://github.com/awslabs/dynein/pull/156
* chore(bootstrap): print region where table already exists by @wafuwafu13 in https://github.com/awslabs/dynein/pull/185
* feat!: improve json compatibility by @StoneDot in https://github.com/awslabs/dynein/pull/183
* test: fix test failures on Windows by @StoneDot in https://github.com/awslabs/dynein/pull/175
* test: show current table in list by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/180
* feat: add binary data type support to `bwrite` command by @tmyoda in https://github.com/awslabs/dynein/pull/170
* docs(bootstrap): change link to Movie sample data by @wafuwafu13 in https://github.com/awslabs/dynein/pull/184
* chore: fix snapshot bot by @StoneDot in https://github.com/awslabs/dynein/pull/192
* test: improve integration test for desc by @tmyoda in https://github.com/awslabs/dynein/pull/193
* test: add integration test for config by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/148
* test: add integration test for admin list by @KIrie-0217 in https://github.com/awslabs/dynein/pull/166
* chore: dependencies update by @StoneDot in https://github.com/awslabs/dynein/pull/198
* refactor: remove atty dependency by @StoneDot in https://github.com/awslabs/dynein/pull/200
* chore: update CI/CD to eliminate deprecated actions by @StoneDot in https://github.com/awslabs/dynein/pull/201
* chore: add CODEOWNERS file by @StoneDot in https://github.com/awslabs/dynein/pull/202
* feat: implement new options into bwrite command by @tmyoda in https://github.com/awslabs/dynein/pull/190
* feat!: improve query to support dynein format by @StoneDot in https://github.com/awslabs/dynein/pull/187
* chore: update dependencies by @StoneDot in https://github.com/awslabs/dynein/pull/204
* chore: add prerequisite of git secrets by @StoneDot in https://github.com/awslabs/dynein/pull/205
* chore: update rust-toolchain by @StoneDot in https://github.com/awslabs/dynein/pull/207
* chore: add GitHub workflow for PR audit by @tmyoda in https://github.com/awslabs/dynein/pull/212
* chore: remove build-dependencies by @StoneDot in https://github.com/awslabs/dynein/pull/214
* feat: Add third-party attribution display by @KIrie-0217 in https://github.com/awslabs/dynein/pull/216
* chore: add an GitHub workflow for daily audit by @StoneDot in https://github.com/awslabs/dynein/pull/211
* chore!: update deps including major changes by @StoneDot in https://github.com/awslabs/dynein/pull/208
* chore: add generating SHA256 checksum for Windows assets by @kzym-w in https://github.com/awslabs/dynein/pull/220
* chore: update pest by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/224
* chore: release pre-built binaries for macOS ARM by @suzuki-shunsuke in https://github.com/awslabs/dynein/pull/223
* chore: add a GitHub workflow for PRs to detect credential disclosures by @tmyoda in https://github.com/awslabs/dynein/pull/215
* feat: add exponential backoff retry for ProvisionedThroughputExceeded / ThrottlingException / InternalServerError by @yoshidan in https://github.com/awslabs/dynein/pull/196
* test: add integration tests for scan by @StoneDot in https://github.com/awslabs/dynein/pull/217
* test: add integration test for export by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/181
* test: add integration tests for upd by @StoneDot in https://github.com/awslabs/dynein/pull/226
* test: add integration tests for admin update by @StoneDot in https://github.com/awslabs/dynein/pull/229
* test: add integration tests for query by @StoneDot in https://github.com/awslabs/dynein/pull/218
* test: add integration tests for use by @StoneDot in https://github.com/awslabs/dynein/pull/227
* feat: add base64 literal by @StoneDot in https://github.com/awslabs/dynein/pull/231
* test: add integration test for restore by @StoneDot in https://github.com/awslabs/dynein/pull/233
* test: add parse_args test by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/236
* test: add integration test for backup by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/235
* test: add integration tests for put by @tmyoda in https://github.com/awslabs/dynein/pull/232
* test: add integration tests for import by @StoneDot in https://github.com/awslabs/dynein/pull/230
* test: add integration test for command aliases by @StoneDot in https://github.com/awslabs/dynein/pull/237
* test: Integration test admin delete by @KIrie-0217 in https://github.com/awslabs/dynein/pull/194
* test: add integration tests for admin create by @StoneDot in https://github.com/awslabs/dynein/pull/234
* test: use assert to check whether the command is succeeded by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/240
* chore: migrate from structopt to clap by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/127
* feat: migrate from rusoto to aws-sdk-rust by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/126
* chore: update dependencies by @StoneDot in https://github.com/awslabs/dynein/pull/241
* Update third party attribution file by @KIrie-0217 in https://github.com/awslabs/dynein/pull/242
* chore: add third party attribution for ring by @StoneDot in https://github.com/awslabs/dynein/pull/243
* chore!: change a dependency from dirs to home by @StoneDot in https://github.com/awslabs/dynein/pull/244
* chore: update third party attribution for dependency changing by @KIrie-0217 in https://github.com/awslabs/dynein/pull/246
* feat: add -y as short yes to delete table by @ryota-sakamoto in https://github.com/awslabs/dynein/pull/245
* fix(export): empty array is on one line fix #152 by @gaetan-craft in https://github.com/awslabs/dynein/pull/250

New Contributors

Full Changelog: awslabs/dynein@v0.2.1...v0.3.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jun 21, 2024
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request autobump labels Jun 21, 2024
@chenrui333
Copy link
Member Author

autobump: add dynein

Signed-off-by: Rui Chen <[email protected]>

dynein: update build

Signed-off-by: Rui Chen <[email protected]>

dynein: needs bzip2 for linux

Signed-off-by: Rui Chen <[email protected]>
@p-linnane p-linnane removed the automerge-skip `brew pr-automerge` will skip this pull request label Jun 21, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jun 21, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 21, 2024
Merged via the queue into master with commit 87548da Jun 21, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-dynein-0.3.0 branch June 21, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants