Releases: get-skipper/skipper-go
Releases · get-skipper/skipper-go
Release list
v1.3.1
v1.3.0
v1.2.0
v1.1.0
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
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
chore: update go.work.sum after replace directives