Skip to content

Releases: daveshanley/vacuum

v0.23.4

19 Jan 14:21

Choose a tag to compare

Changelog

  • 80e6fbd Add help command to Makefile and fix typo in component description
  • 4fe687b add test
  • 9d00ad9 fix operation_tag_defined for multifile spec
  • 3df8a76 fix test
  • 6b3feb5 fix test

@Marat-Tim

v0.23.3

17 Jan 13:50

Choose a tag to compare

Changelog

  • 32c420a fix nil panic in examples missing using x-exensible-enum

v0.23.2

07 Jan 13:19

Choose a tag to compare

Changelog

v0.23.1

07 Jan 13:11

Choose a tag to compare

Changelog

  • 0d984a2 fix(cmd): ext-refs flag for bundle

v0.23.0

31 Dec 01:51

Choose a tag to compare

This release introduces two significant additions to vacuum.

The new apply-overlay command enables non-destructive modifications to OpenAPI specifications using the OpenAPI Overlay Specification.

To use it:

vacuum apply-overlay openapi.yaml overlay.yaml modified-openapi.yaml

Additionally, the oas3-valid-schema-example rule now supports a strictMode option that detects undeclared properties in examples, catching typos like nmae instead of name, outdated examples with removed fields, and copy-paste errors with extra properties that don't exist in the schema.

Enable it in your ruleset with:

functionOptions:
    strictMode: true

https://quobix.com/vacuum/commands/apply-overlay/
https://quobix.com/vacuum/rules/examples/oas3-valid-schema-example/

Changelog

v0.22.0

27 Dec 19:13

Choose a tag to compare

Changelog

  • 9afd112 Added new eventloop for the JS custom function feature
  • 19ce7be add new flags to allow fetch fetch config.
  • 71f14ec added AllowHTTP as config option
  • ae41835 added a shared util to determine if a function is running in batch mode
  • 7da6307 added sad spec for use with the sentiment analysis samples
  • 7012605 added sample JS and rulesets for batch mode and sentiment service
  • 5fe63f7 cleaned up event loop.
  • 6fb8896 cleaning up a few things.
  • fde426d create a fresh timeout for ech run in per-node mode.
  • afdad3e fix categories
  • 7e3fca0 update more headers
  • a718965 updated js plugin loader

v0.21.7

22 Dec 17:42

Choose a tag to compare

Changelog

v0.21.6

20 Dec 18:03

Choose a tag to compare

Changelog

v0.21.5

20 Dec 14:32

Choose a tag to compare

Changelog

  • d475fe0 updated tar and node-fetch

v0.21.4

20 Dec 14:18

Choose a tag to compare

Changelog

  • 75b7f72 updated deps and examples error reporting