Skip to content

Releases: snyk/vervet

v2.0.0

17 Dec 20:09
8582df0
Compare
Choose a tag to compare

2.0.0 (2021-12-17)

Features

  • fix optic git file source support; support sweater-comb npm pkg (ff6cd04)

BREAKING CHANGES

  • in a referenced schema file.

This copies a subdirectory out of the Git branch to a temporary
directory, so that relative file references are preserved intact. It
comes with the caveat that the resource paths declared in the Vervet
config need to contain all the relative references. However, this is a
reasonable constraint to add in my opinion. It also makes the Docker
volume mounts much, much simpler.

This also adds the option of running optic-ci as an npm-installed script on
the host, as an alternative to a docker container. This eliminates the
overhead of having to run the tool with Docker.

Drive-by: update the docker container image
Drive-by: update VU to vervet 1.5.1 to get merge fix, was still failing CI

v1.5.1

17 Dec 04:27
d8c8a6c
Compare
Choose a tag to compare

1.5.1 (2021-12-17)

Bug Fixes

  • empty merge destination (8cde9c1)

v1.5.0

16 Dec 23:58
69a9763
Compare
Choose a tag to compare

1.5.0 (2021-12-16)

Features

  • versionware; introduce version-based routing (d006688)

v1.4.0

16 Dec 23:08
ad00913
Compare
Choose a tag to compare

1.4.0 (2021-12-16)

Features

  • present compiled VU specs (81f72ae)

Release 1.3.1

10 Dec 21:17
v1.3.1
4a03319
Compare
Choose a tag to compare

This release uses Optic CI's bulk-compare feature during linting.

Release 1.2.0

07 Dec 18:07
v1.2.0
0b22dbd
Compare
Choose a tag to compare

What's Changed

  • feat: adds interactive prompting to version new cmd by @jcsackett in #69
  • feat: add Optic CI linter by @cmars in #73
  • feat: add Optic CI linter to config by @cmars in #74
  • feat: introduce vervet-underground by @Todai88 in #76
  • fix: optic-ci compare with correct mount paths by @cmars in #75
  • fix: proper support for optic git file sources by @cmars in #79
  • chore: introduce dockerfile to containerize VU by @Todai88 in #77
  • fix: provide optic-ci with context by @cmars in #81
  • docs: improve intro with why and what VU is about by @cmars in #83
  • chore: document and test panic behavior of string formatting by @cmars in #87
  • feat: add s3 and redis support by @genslein in #84
  • fix: restrict optic configuration to supported functionality by @cmars in #82
  • feat: add version deprecation and sunset eligibility by @cmars in #90
  • feat: implement VU service scraper by @cmars in #88
  • chore: simplify scraper.Run by @cmars in #91

New Contributors

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

Release 1.1.0

07 Dec 18:07
v1.1.0
c7793e7
Compare
Choose a tag to compare

What's Changed

  • feat: add x-snyk-api-resource extension to compiled path info by @cmars in #55
  • chore: introduce golangci-lint by @cmars in #60
  • feat: add extension not found utility functions by @genslein in #59
  • chore: MustParse... methods by @cmars in #65
  • yak: adds wrapper to cli app to contain config by @jcsackett in #68
  • fix: prevent empty version folders from being created by @gablaxian in #67
  • Adds prompt to overwrite when rerunning scaffold init by @jcsackett in #61

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

07 Dec 18:08
v1.0.0
7bbc0a6
Compare
Choose a tag to compare

What's Changed

  • feat: VersionSlice supporting sort and search by @cmars in #53
  • feat: embed compiled OpenAPI specs in Go applications. by @cmars in #54

Full Changelog: v0.6.0...v1.0.0