Releases: prolific-oss/cli
Releases · prolific-oss/cli
0.0.57
What's Changed
Features
- Add create dataset command to aitaskbuilder by @SeanAlexanderHarris in #227
- Add batch management commands to aitaskbuilder by @SeanAlexanderHarris in #230
- Add download study credentials usage report to CLI by @script-this in #236
- Extend CLI to support create/update credentials by @script-this in #237
- Extend CLI to support study management with credential pool id by @script-this in #238
- Extend CLI to support credential list command by @script-this in #240
- Add cmd/prolific structure for proper binary naming with go install by @ajmalkhan-eng in #252
- Make it clear if study is underpaying by @benmatselby in #256
- Provide an underpaying filter flag for study list command by @benmatselby in #265
Fixes
- Handle trailing newline in creds CSV file input by @script-this in #239
- Drop workspace_id support from cred pool list command by @script-this in #242
- Fix project and status filters to be non-exclusive by @SeanAlexanderHarris in #246
- Add owner and description fields to project create, update workspace create help by @SeanAlexanderHarris in #244
Maintenance
- Remove the slack notification from releases by @benmatselby in #225
- Restructure dataset commands under dataset entity by @SeanAlexanderHarris in #228
- Update aitaskbuilder example json by @SeanAlexanderHarris in #235
- Remove the PI team from the CODEOWNERS by @benmatselby in #254
- Define markdownlint configuration inline with standards by @benmatselby in #257
- Update changelog for 0.0.57 and document release process by @script-this in #267
- docker: bump golang from 1.25.3-alpine to 1.25.5-alpine by @dependabot in #232, #262
- GHA: bump golangci/golangci-lint-action from 8.0.0 to 9.2.0 by @dependabot in #231, #248, #263
- GHA: Bump actions/checkout from 5 to 6 by @dependabot in #247
- GHA: Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot in #249
- gomod: bump golang.org/x/text from 0.30.0 to 0.32.0 by @dependabot in #234, #264
- gomod: bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot in #255
New Contributors
- @script-this made their first contribution in #236
Full Changelog: v0.0.56...v0.0.57
0.0.56
What's Changed
Features
- Add Apache License 2.0 to the project by @SeanAlexanderHarris in #189
- feat(#206): ✨ add get dataset stats AI Task Builder command to CLI Close : #206 by @SeanAlexanderHarris in #214
- feat(#204): ✨ add get batches by workspace id cmd to cli. Closes #204 by @SeanAlexanderHarris in #210
- Remove the naivety distribution rate from relevant places by @benmatselby in #222
Fixes
- Update README to clarify project status and potential API discrepancies by @SeanAlexanderHarris in #190
- Use the correct secret for pushing to Docker Hub by @benmatselby in #193
- Fix doc for ListUnreadMessagesResponse by @benmatselby in #209
- Add basic tests for root ai tasker command by @benmatselby in #211
Maintenance
- docker: bump golang from 1.24.6-alpine to 1.25.0-alpine by @dependabot[bot] in #188
- gomod: bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #191
- gomod: bump github.com/spf13/cobra from 1.9.1 to 1.10.1 in the production-dependencies group by @dependabot[bot] in #192
- gomod: bump github.com/charmbracelet/bubbletea from 1.3.6 to 1.3.7 in the production-dependencies group by @dependabot[bot] in #194
- GHA: Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #195
- docker: bump golang from 1.25.0-alpine to 1.25.1-alpine by @dependabot[bot] in #197
- gomod: bump the production-dependencies group with 2 updates by @dependabot[bot] in #196
- Bump the dependencies by @benmatselby in #200
- Bump the project to Go 1.25 by @benmatselby in #201
- gomod: bump github.com/charmbracelet/bubbletea from 1.3.8 to 1.3.9 in the production-dependencies group by @dependabot[bot] in #202
- feat(#203): ✨ add get batch status by batch id command Closes #203 by @SeanAlexanderHarris in #208
- gomod: bump github.com/charmbracelet/bubbletea from 1.3.9 to 1.3.10 in the production-dependencies group by @dependabot[bot] in #212
- gomod: bump golang.org/x/text from 0.29.0 to 0.30.0 in the production-dependencies group by @dependabot[bot] in #217
- docker: bump golang from 1.25.1-alpine to 1.25.2-alpine by @dependabot[bot] in #218
- docker: bump golang from 1.25.2-alpine to 1.25.3-alpine by @dependabot[bot] in #219
- Migrate from interface{} to any by @benmatselby in #223
- Prepare release 0.0.56 by @benmatselby in #224
Full Changelog: v0.0.55...v0.0.56
0.0.55
What's Changed
- Bring inline with benmatselby/prolificli by @benmatselby in #167
- Define a CODEOWNERS file by @benmatselby in #168
- Rebrand from
benmatselby/prolificliback toprolific-oss/cliby @benmatselby in #169 - gomod: bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6 in the production-dependencies group by @dependabot[bot] in #170
- Add a Slack notification when a release is published by @benmatselby in #171
- gomod: bump golang.org/x/text from 0.26.0 to 0.27.0 in the production-dependencies group by @dependabot[bot] in #173
- GHA: Bump slackapi/slack-github-action from 2.1.0 to 2.1.1 by @dependabot[bot] in #174
- docker: bump golang from 1.24.4-alpine to 1.24.5-alpine by @dependabot[bot] in #175
- docs(DCP-1675): 📝 add prolific logo to readme by @SeanAlexanderHarris in #172
- Update README.md by @SeanAlexanderHarris in #176
- gomod: bump golang.org/x/text from 0.27.0 to 0.28.0 in the production-dependencies group by @dependabot[bot] in #177
- Update the standard-sample JSON/YAML by @benmatselby in #179
- Use the org level docker hub token to push image by @benmatselby in #180
- Provide examples for all API doc examples by @benmatselby in #181
- GHA: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #184
- docker: bump golang from 1.24.5-alpine to 1.24.6-alpine by @dependabot[bot] in #183
- support project field in study creation templates by @vivianamarquez in #182
- Provide more context for the filter view command by @benmatselby in #185
- Bump the changelog for the next release by @benmatselby in #186
New Contributors
- @SeanAlexanderHarris made their first contribution in #172
- @vivianamarquez made their first contribution in #182
Full Changelog: v0.0.54...v0.0.55
0.0.54
What's Changed
- Document the 0.0.53 release by @benmatselby in benmatselby/prolificli#272
- Define the Copilot instructions by @benmatselby in benmatselby/prolificli#273
- gomod: bump golang.org/x/text from 0.25.0 to 0.26.0 in the production-dependencies group by @dependabot in benmatselby/prolificli#274
- docker: bump golang from 1.24.3-alpine to 1.24.4-alpine by @dependabot in benmatselby/prolificli#275
- Bump the project to Go 1.24 by @copilot-swe-agent in benmatselby/prolificli#276
- gomod: bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot in benmatselby/prolificli#277
- Some formatting fixes for the Docker image by @benmatselby in benmatselby/prolificli#278
- Update the changelog for the 0.0.54 release by @benmatselby in benmatselby/prolificli#279
New Contributors
- @copilot-swe-agent made their first contribution in benmatselby/prolificli#276
Full Changelog: benmatselby/prolificli@v0.0.53...v0.0.54
0.0.45
What's Changed
- Provide a filter set view command
filter-sets view 65ecbe2cba93fe76699213f5by @benmatselby in #155- This includes the ability to open the filter set in the web application using your system browser.
- Just add the
-Wflag.
Full Changelog: v0.0.44...v0.0.45
0.0.44
What's Changed
- Provide the ability to open some resources in a browser with the
-W flagby @benmatselby in #154project view [id] -Wstudy view [id] -W- This will open the resource in the Prolific web application with your system browser.
Full Changelog: v0.0.43...v0.0.44
0.0.43
What's Changed
- Handle the scenario where a project is not found by @benmatselby in #150
- Render extra details on the project view by @benmatselby in #151
- Standardise the way we render the application link by @benmatselby in #152
Full Changelog: v0.0.42...v0.0.43
0.0.42
0.0.41
What's Changed
- Provide a project detail view command by @benmatselby in #148
Full Changelog: v0.0.40...v0.0.41
0.0.40
What's Changed
- gomod: bump the production-dependencies group with 1 update by @dependabot in #141
- docker: bump golang from 1.21.6-alpine to 1.22.0-alpine by @dependabot in #143
- GHA: Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #142
- Update minor dependencies by @benmatselby in #144
- Dont name the variable in a way where snyk is upset 🤷 by @benmatselby in #145 and #146
- gomod: bump the production-dependencies group with 1 update by @dependabot in #147
Full Changelog: v0.0.39...v0.0.40