++++++++++++++++++++++++++ * Add response_validation_exclude_routes support (see 253)
2.8.0
++++++++++++++++++++++++++ * Ensure http 401 in case of missing security (see 239) * Fix pyramid swagger renderer if missing schema (see 242) * Reduce usage of deprecated methods (see 241) * Minor fixes (see 243, 244 and 246) * Update tox to py38 and py310 and skip swagger 1.2 tests (see 249)
2.7.0
++++++++++++++++++++++++++ * Remove not needed deprecation warnings (see 238) * Make ``pyramid_swagger`` compatible with ``jsonschema>3`` (see 327)
2.6.2
++++++++++++++++++++++++++ * Fix bug that prevents library usage on Windows Platform (see 234)
2.6.1
++++++++++++++++++++++++++ * Fix operation extraction in `PyramidSwaggerRendererFactory` in case of Swagger1.2 endpoint (see 230) * Fix request body extraction if body is not set. (see 231)
2.6.0
++++++++++++++++++++++++++ * Support setting bravado-core config values by prefixing them with ``bravado_core.`` in the pyramid_swagger config (see 221) * Support raw_bytes response attribute, required for msgpack wire format support in outgoing responses (see 222)