Skip to content

Releases: snyk/vervet

v3.1.6

21 Jan 22:52
578991f
Compare
Choose a tag to compare

Changelog

  • 578991f Merge pull request #130 from cmars/fix/who-validates-the-validator-server-url
  • 437f861 fix: validate the server URL to prevent subtle parsing effects

v3.1.5

19 Jan 19:09
7031016
Compare
Choose a tag to compare

Changelog

  • 7031016 Merge pull request #127 from cmars/fix/remove-gomod-replace
  • 09138d8 fix: remove go.mod replace directive

v3.1.4

19 Jan 14:39
aec3516
Compare
Choose a tag to compare

Changelog

  • aec3516 Merge pull request #124 from cmars/fix/empty-package-files-for-docs
  • d47aee2 fix: empty package files needed for docs

v3.1.3

18 Jan 23:19
9bdcdf9
Compare
Choose a tag to compare

Changelog

  • 9bdcdf9 Merge pull request #126 from cmars/fix/v3-module-paths
  • f541090 fix: correct module paths so that v3 can be imported

v3.1.2

18 Jan 18:37
5108214
Compare
Choose a tag to compare

Changelog

  • 5108214 Merge pull request #125 from cmars/fix/optic-linter-docker
  • 49acac4 fix: running optic linter from docker

v3.1.1

14 Jan 21:49
5ea660d
Compare
Choose a tag to compare

Changelog

  • 5ea660d Merge pull request #123 from cmars/fix/godoc-generated-embed
  • e514427 fix: fix gofmt and other linting on generated embed.FS

v3.1.0

14 Jan 21:10
25fb58e
Compare
Choose a tag to compare

Changelog

  • 25fb58e Merge pull request #116 from cmars/feat/versionware-validation
  • 1963fca Fix lint errors in test, re-generate example versions.
  • 590ea80 Add versionware example tests: chi, gorilla/mux
  • 6a8108b Add vervet.LoadVersions.
  • bf75b03 feat: openapi request and response validation middleware

v3.0.2

14 Jan 20:07
421434d
Compare
Choose a tag to compare

Changelog

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)