Skip to content

Releases: rswag/rswag

2.7.0 Release Candidate

06 Oct 15:04
5a8c7fc
Compare
Choose a tag to compare

What's Changed

  • drop support for EOL ruby + rails versions by @jtannas in #542
  • update ChangeLog to replect contents of latest release by @jtannas in #549
  • Make the docker user non-root for easier volume sharing by @jtannas in #550
  • Update json-schema dependency version constraint by @mustardnoise in #517
  • Fix Style/SingleArgumentDig rubocop issues in swagger_formatter by @rnestler in #486
  • Update base path configuration for OpenAPI 3 by @romanblanco in #547
  • make rspec-core dependency explicit by @jtannas in #554
  • add deprecation notices for EOL Ruby & RSpec by @jtannas in #552
  • Add Test Coverage Tooling by @jtannas in #551
  • Override Content Security Policy for Swagger UI Compat by @eric-hemasystems in #263
  • Update spec file path by @remy727 in #557
  • Add ADDITIONAL_RSPEC_OPTS ENV var for rswag:specs:swaggerize by @asavageiv in #556
  • chore: Update Url and QueryParam in cspell.json by @Jason3S in #560

New Contributors

Full Changelog: 2.6.0...2.7.0

2.6.0

09 Sep 14:38
f6e5b17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.1...2.6.0

2.5.1

10 Feb 23:02
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed missing assets in rswag-ui #493

New Contributors

Full Changelog: 2.5.0...2.5.1

2.5.0

08 Feb 23:39
Compare
Choose a tag to compare

[2.5.0] - 2022-02-08

Added

  • Update swagger-ui to 3.52.5 #453
  • Added specs print failed body #406
  • Added ability to specify multiple params in short form #300
  • REVERTS #300, help wanted! #407
  • Added better messages for missing lets #441
  • Added Rails 7.0 support #450

Fixed

  • Fixed allowed $refs in components #404

Documentation

  • Documents support for multiple tags #416
  • Documents libv8 troubleshooting #426

Development

  • Development - Replaces TheRubyRacer with mini_racer #442
  • Development - Migrate to GH Action for tests #475
  • Development - Test improvements#481

2.5.0.rc1 - Rails 7 support

29 Jan 15:11
b971f29
Compare
Choose a tag to compare
Pre-release
  • Add a macro for complexes multiparts
  • Allow use #/components/parameters and other in inherited $refs
  • Show the response body for comparison when schema checks fail

2.4.0

09 Feb 18:55
Compare
Choose a tag to compare

[2.4.0] - 2021-02-09

Added

  • Added SWAGGER_DRY_RUN env variable #274

2.3.3

07 Feb 15:01
Compare
Choose a tag to compare

[2.3.3] - 2021-02-07

Fixed

  • Include response examples #394

Changed

  • Update swagger-ui to 3.42.0

2.3.2

27 Jan 22:10
Compare
Choose a tag to compare

[2.3.2] - 2021-01-27

Added

  • RequestBody now supports the required flag #342

Fixed

  • Fix response example rendering #330
  • Fix empty content block #347

2.3.1

08 Apr 22:13
7ceedab
Compare
Choose a tag to compare

[2.3.1] - 2020-04-08

Fixed

  • Remove require for byebug #295

2.3.0

05 Apr 00:07
42fdf6d
Compare
Choose a tag to compare

[2.3.0] - 2020-04-05

Added

  • Support for OpenAPI 3.0 ! #286
  • Custom headers in rswag-api #187
  • Allow document: false rspec metatag #255
  • Add parameterized pattern for spec files #254
  • Support Basic Auth on rswag-ui #167

Changed

  • Update swagger-ui version to 3.23.11 #239
  • Rails constraint moved from < 6.1 to < 7 #253
  • Swaggerize now outputs base RSpec text on completion to avoid silent failures #293