Releases: takeyaqa/magicpod-analyzer
Releases · takeyaqa/magicpod-analyzer
v0.9.0
What's Changed
- feat: migrate to ES module syntax by @takeyaqa in #218
- build(deps-dev): bump chai-as-promised and @types/chai-as-promised by @dependabot in #176
- build(deps-dev): bump @oclif/test from 4.1.7 to 4.1.8 by @dependabot in #219
- build(deps): bump @oclif/plugin-help from 6.2.21 to 6.2.22 by @dependabot in #221
- build(deps): bump @oclif/core from 4.2.3 to 4.2.4 by @dependabot in #222
- build(deps-dev): bump @types/node from 18.19.71 to 18.19.74 by @dependabot in #224
- build(deps-dev): bump oclif from 4.17.13 to 4.17.17 by @dependabot in #223
- chore: update README to reflect maintenance mode and version bump to 0.9.0 by @takeyaqa in #225
Full Changelog: v0.8.0...v0.9.0
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
v0.7.1
v0.7.0
What's Changed
- feat: bump oclif from 3 to 4 by @takeyaqa in #168
- build(deps-dev): bump @oclif/test from 4.1.5 to 4.1.6 by @dependabot in #172
- test: create tests for magicpod config loading by @takeyaqa in #174
- ci: remove 'latest' node version from test matrix by @takeyaqa in #179
- test: enhance get-batch-runs tests with improved error handling and a… by @takeyaqa in #178
- test: tests for NullStore, LocalStore, and GcsStore by @takeyaqa in #180
- test: add unit tests for MagicPodAnalyzer's createTestReports method by @takeyaqa in #181
- test: add test magicpod-client by @takeyaqa in #182
- test: update get-batch-runs tests to use async/await for file access … by @takeyaqa in #183
- test: improve exporter test by @takeyaqa in #184
- style: apply consistent formatting and arrow function syntax across multiple files by @takeyaqa in #185
- build(deps): bump @oclif/core from 4.2.0 to 4.2.2 by @dependabot in #175
- test: format JSON strings in gcs-store and local-store tests for improved readability by @takeyaqa in #186
- chore: update version to 0.7.0 by @takeyaqa in #187
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
What's Changed
- chore: add devcontainer configuration and update dependabot settings by @takeyaqa in #145
- feat: add base URL configuration for MagicPod API by @takeyaqa in #149
- fix: add base URL option to MagicPodRunner initialization by @takeyaqa in #150
- test: testing with mock MagicPod API server by @takeyaqa in #151
- feat: add support for BigQuery and GCS base URLs by @takeyaqa in #152
- test: add BigQuery and GCS support in tests by @takeyaqa in #153
- docs: update copyright year in LICENSE file by @takeyaqa in #154
- test: refactor get-batch-runs tests for GCS and BigQuery support by @takeyaqa in #155
- build: update Node.js version in Docker configuration by @takeyaqa in #156
- build(deps): bump @google-cloud/storage from 6.9.5 to 7.14.0 by @takeyaqa in #157
- build(deps): bump @google-cloud/bigquery from 6.2.0 to 6.2.1 by @takeyaqa in #159
- build(deps): bump axios from 1.4.0 to 1.7.9 by @takeyaqa in #160
- build(deps): bump dayjs from 1.11.7 to 1.11.13 by @takeyaqa in #161
- build(dev-deps): bump @types/js-yaml from 4.0.5 to 4.0.9 by @takeyaqa in #162
- feat: bump oclif from 2 to 3 by @takeyaqa in #163
- chore: update version to 0.6.0 by @takeyaqa in #165
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
What's Changed
- Bump tslog from 3.3.3 to 3.3.4 by @dependabot in #49
- Bump @types/node from 16.11.47 to 16.11.56 by @dependabot in #48
- Bump @types/chai from 4.3.1 to 4.3.3 by @dependabot in #47
- Bump @oclif/test from 2.1.0 to 2.1.1 by @dependabot in #44
- Bump dayjs from 1.11.4 to 1.11.5 by @dependabot in #43
- Bump eslint-config-oclif-typescript from 1.0.2 to 1.0.3 by @dependabot in #54
- Bump @types/node from 16.11.56 to 16.11.62 by @dependabot in #53
- drop node maintenance release from ci by @takeya0x86 in #68
- Bump tslib from 2.4.0 to 2.4.1 by @dependabot in #61
- Bump chai from 4.3.6 to 4.3.7 by @dependabot in #67
- Bump dayjs from 1.11.5 to 1.11.7 by @dependabot in #69
- Bump @types/node from 16.11.62 to 16.18.11 by @dependabot in #70
- update typescript by @takeya0x86 in #75
- update deps by @takeya0x86 in #76
- Bump @oclif/test from 2.2.17 to 2.2.19 by @dependabot in #79
- Bump @oclif/plugin-help from 5.1.20 to 5.1.22 by @dependabot in #78
- Bump @oclif/test from 2.2.19 to 2.3.4 by @dependabot in #88
- Bump oclif from 3.4.3 to 3.6.2 by @dependabot in #89
- Bump @google-cloud/bigquery from 6.0.3 to 6.1.0 by @dependabot in #86
- Bump tslib from 2.4.1 to 2.5.0 by @dependabot in #85
- Bump @oclif/plugin-help from 5.1.22 to 5.2.2 by @dependabot in #87
- Bump @google-cloud/storage from 6.8.0 to 6.9.1 by @dependabot in #83
- Bump axios from 1.2.2 to 1.3.1 by @dependabot in #90
- Bump @oclif/core from 1.23.1 to 1.26.1 by @dependabot in #84
- Bump typescript from 4.9.4 to 4.9.5 by @dependabot in #80
- Bump oclif from 3.6.2 to 3.7.0 by @dependabot in #97
- Bump @oclif/test from 2.3.4 to 2.3.8 by @dependabot in #96
- Bump @google-cloud/storage from 6.9.1 to 6.9.3 by @dependabot in #95
- Bump @oclif/plugin-help from 5.2.2 to 5.2.6 by @dependabot in #94
- Bump @types/node from 18.11.18 to 18.14.2 by @dependabot in #93
- Bump @oclif/core from 1.26.1 to 1.26.2 by @dependabot in #92
- Bump axios from 1.3.1 to 1.3.4 by @dependabot in #91
- Bump @google-cloud/bigquery from 6.1.0 to 6.2.0 by @dependabot in #103
- Bump @types/node from 18.14.2 to 18.15.11 by @dependabot in #101
- Bump @oclif/plugin-help from 5.2.6 to 5.2.9 by @dependabot in #102
- Bump @oclif/test from 2.3.8 to 2.3.14 by @dependabot in #104
- Bump @google-cloud/storage from 6.9.3 to 6.9.5 by @dependabot in #99
- Bump oclif from 3.7.0 to 3.7.3 by @dependabot in #100
- update framework by @takeya0x86 in #105
- add node version by @takeya0x86 in #118
- fix(deps): bump @oclif/core from 2.8.0 to 2.8.2 by @dependabot in #110
- chore(dev-deps): bump oclif from 3.7.3 to 3.8.2 by @dependabot in #114
- chore(dev-deps): bump @oclif/test from 2.3.14 to 2.3.17 by @dependabot in #115
- chore(dev-deps): bump @types/node from 16.18.23 to 16.18.25 by @dependabot in #116
- fix(deps): bump axios from 1.3.4 to 1.4.0 by @dependabot in #117
- create debug mode by @takeya0x86 in #106
- release 0.5.0 by @takeya0x86 in #119
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Bump ts-node from 10.8.1 to 10.9.1 by @dependabot in #41
- Bump @oclif/core from 1.9.5 to 1.13.0 by @dependabot in #40
- Bump @types/node from 16.11.42 to 16.11.47 by @dependabot in #39
- Bump dayjs from 1.11.3 to 1.11.4 by @dependabot in #38
- Bump oclif from 2.6.3 to 2.7.0 by @dependabot in #37
- Change api domain by @takeya0x86 in #42
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Full Changelog: v0.3.0...v0.3.1