Skip to content

Releases: takeyaqa/magicpod-analyzer

v0.9.0

25 Jan 13:15
2e689b2
Compare
Choose a tag to compare

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

18 Jan 09:43
e5fb9ba
Compare
Choose a tag to compare

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

12 Jan 04:37
9e7c23e
Compare
Choose a tag to compare

What's Changed

  • ci: add build and packaging steps to release workflow by @takeyaqa in #188
  • chore: update version to 0.7.1 in README and package.json by @takeyaqa in #189

Full Changelog: v0.7.0...v0.7.1

v0.7.0

12 Jan 03:51
ae25cd6
Compare
Choose a tag to compare

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

05 Jan 03:25
29d1588
Compare
Choose a tag to compare

What's Changed

  • fix: update magicpod-analyzer bin path to include .js extension by @takeyaqa in #166
  • chore: update version to 0.6.1 by @takeyaqa in #167

Full Changelog: v0.6.0...v0.6.1

v0.6.0

05 Jan 03:01
418254e
Compare
Choose a tag to compare

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

11 Dec 01:53
fa4044d
Compare
Choose a tag to compare

What's Changed

  • docs: update repository links to reflect new ownership by @takeyaqa in #143
  • chore: bump version to 0.5.1 and update documentation links by @takeyaqa in #144

Full Changelog: v0.5.0...v0.5.1

v0.5.0

30 Apr 07:43
bd35b84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Aug 08:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

22 Jul 07:17
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1