Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dynein-windows.zip | 2024-06-21 | 7.5 MB | |
dynein-windows.zip.sha256 | 2024-06-21 | 86 Bytes | |
dynein-macos.tar.gz | 2024-06-21 | 7.4 MB | |
dynein-macos.tar.gz.sha256 | 2024-06-21 | 86 Bytes | |
dynein-linux-arm.tar.gz | 2024-06-21 | 10.0 MB | |
dynein-linux-arm.tar.gz.sha256 | 2024-06-21 | 90 Bytes | |
dynein-linux.tar.gz | 2024-06-21 | 7.9 MB | |
dynein-linux.tar.gz.sha256 | 2024-06-21 | 86 Bytes | |
dynein-macos-arm.tar.gz | 2024-06-21 | 7.2 MB | |
dynein-macos-arm.tar.gz.sha256 | 2024-06-21 | 90 Bytes | |
README.md | 2024-06-20 | 10.5 kB | |
v0.3.0 source code.tar.gz | 2024-06-20 | 678.9 kB | |
v0.3.0 source code.zip | 2024-06-20 | 741.0 kB | |
Totals: 13 Items | 41.4 MB | 0 |
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
- @sszafir made their first contribution in https://github.com/awslabs/dynein/pull/107
- @chenrui333 made their first contribution in https://github.com/awslabs/dynein/pull/110
- @zulinx86 made their first contribution in https://github.com/awslabs/dynein/pull/117
- @wafuwafu13 made their first contribution in https://github.com/awslabs/dynein/pull/150
- @tmyoda made their first contribution in https://github.com/awslabs/dynein/pull/161
- @KIrie-0217 made their first contribution in https://github.com/awslabs/dynein/pull/166
- @suzuki-shunsuke made their first contribution in https://github.com/awslabs/dynein/pull/223
- @yoshidan made their first contribution in https://github.com/awslabs/dynein/pull/196
- @gaetan-craft made their first contribution in https://github.com/awslabs/dynein/pull/250
Full Changelog: https://github.com/awslabs/dynein/compare/v0.2.1...v0.3.0