++++++++++++++++++++++ * Added ``prefer_20_routes`` configuration option to ease incremental migrations from v1.2 to v2.0. (See :ref:`prefer20migration`)
2.1.0
++++++++++++++++++++++ * Added ``user_formats`` configuration option to provide user-defined formats which can be used for validations and conversions to wire-python-wire formats. (See :ref:`user-format-label`) * Added support for relative cross-refs in Swagger v2.0 specs.
2.0.0
++++++++++++++++++++++ * Added ``use_models`` configuration option for Swagger 2.0 backwards compatibility with existing pyramid views
2.0.0rc2
++++++++++++++++++++++ * Upgraded bravado-core to 1.0.0-rc1 so basePath is used when matching a request to an operation * Updates for refactored SwaggerError exception hierarchy in bravado-core * Fixed file uploads that use Content-Type: multipart/form-data
2.0.0rc1
++++++++++++++++++++++
**Backwards Incompatible**
* Support for Swagger 2.0 - See `Migrating to Swagger 2.0`_
.. _Migrating to Swagger 2.0: http://pyramid-swagger.readthedocs.org/en/latest/migrating_to_swagger_20.html
1.5.0
++++++++++++++++++++++
* Now using swagger_spec_validator package for spec validation. Should be far more robust than the previous implementation.