v0.8.0
What's Changed
- refactor: remove dayjs dependency and implement custom date formatting by @takeyaqa in #190
- refactor: remove lodash dependency and implement custom functions by @takeyaqa in #191
- refactor: replace js-yaml with yaml by @takeyaqa in #192
- refactor: remove axios dependency and implement fetch with logging by @takeyaqa in #193
- refactor: remove baseUrl parameters and use environment variables for configuration by @takeyaqa in #194
- refactor: replace MagicPodRunner with direct implementation in GetBatchRuns by @takeyaqa in #195
- refactor: implement custom maxBy and minBy functions in util module by @takeyaqa in #196
- refactor: remove tslog dependency and use oclif logger by @takeyaqa in #197
- build(deps): bump @google-cloud/bigquery from 6.2.1 to 7.5.0 by @takeyaqa in #198
- test: update BigQuery test assertions to use SQL queries for row count by @takeyaqa in #199
- build(deps): bump @google-cloud/bigquery from 7.5.0 to 7.9.1 by @dependabot in #177
- chore: update fakepod image to latest version by @takeyaqa in #200
- chore: enable composite builds in TypeScript configuration by @takeyaqa in #201
- build(deps): bump @oclif/plugin-help from 6.2.20 to 6.2.21 by @dependabot in #204
- build(deps-dev): bump @oclif/test from 4.1.6 to 4.1.7 by @dependabot in #202
- build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot in #203
- ci: update GitHub Actions workflow to use GITHUB_TOKEN and build before generating README by @takeyaqa in #207
- ci: ignore major version updates for specific dependencies by @takeyaqa in #209
- ci: fix dependabot configuration by @takeyaqa in #210
- build(deps-dev): bump oclif from 4.17.7 to 4.17.13 by @dependabot in #208
- build(deps): bump @google-cloud/storage from 7.14.0 to 7.15.0 by @dependabot in #211
- build(deps-dev): bump @types/node from 18.19.69 to 18.19.71 by @dependabot in #213
- build(deps): bump @oclif/core from 4.2.2 to 4.2.3 by @dependabot in #212
- build(deps): bump @google-cloud/storage from 7.14.0 to 7.15.0 by @takeyaqa in #214
- chore: update version to 0.8.0 in README and package.json by @takeyaqa in #215
- ci: remove redundant git setup and README generation steps from workflow by @takeyaqa in #216
- ci: remove onPushToMain workflow for GitHub releases by @takeyaqa in #217
Full Changelog: v0.7.1...v0.8.0