Skip to content

Releases: get-skipper/skipper-go

v1.3.1

Choose a tag to compare

@EmanueleMinotto EmanueleMinotto released this 03 May 16:31

Fixed

  • Fix quarantine days debt calculation to round up fractional days, avoiding precision loss when test creation and report generation happen within seconds of each other

v1.3.0

Choose a tag to compare

@EmanueleMinotto EmanueleMinotto released this 03 May 16:18

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@EmanueleMinotto EmanueleMinotto released this 09 Apr 11:26

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@EmanueleMinotto EmanueleMinotto released this 28 Mar 20:10

What's new

SKIPPER_FAIL_OPEN (default true)

When the Google Sheets API is unreachable and no usable disk cache exists, Initialize returns nil instead of an error — all tests are allowed to run without blocking CI/CD pipelines.

SKIPPER_CACHE_TTL (default 300 seconds)

After every successful fetch, the resolved cache is written to .skipper-cache.json. On subsequent calls, if the API is unavailable the file is used as a fallback while it is younger than the configured TTL. Set to 0 to disable disk caching entirely.

SKIPPER_SYNC_ALLOW_DELETE (default false)

Orphaned rows are no longer deleted automatically during a sync. Set to true to opt-in to the pruning behaviour and prevent accidental data loss in the default case.

Full changelog

See CHANGELOG.md for details.

v1.0.0

Choose a tag to compare

@EmanueleMinotto EmanueleMinotto released this 16 Mar 19:47
test: add usage example test for the testing adapter

Mirrors skipper/packages/core/__tests__/example.test.ts. A minimal
TestUsageExample that calls SkipIfDisabled(t) — registered in the
shared spreadsheet and can be disabled from the sheet to demonstrate
Skipper in action.

v0.0.0

v0.0.0 Pre-release
Pre-release

Choose a tag to compare

@EmanueleMinotto EmanueleMinotto released this 15 Mar 21:28
chore: update go.work.sum after replace directives