Skip to content

Changelog

Tony Tam edited this page Mar 5, 2014 · 20 revisions

========== Library Changelog

v1.3.2 Jan-16 2014

  • - Added support for Jersey2
  • - Simplified configuration for non web.xml
  • - Fixes for Servlet integration
  • - Added ApiInfo support for Play2
  • - Model annotation fixes
  • - Updates to OAuth2 support annotations to include scopes
  • - OAuth2 server support
  • - Fixes for custom model processor support

    v1.3.0 Aug-12 2013

  • - Added JSON-schema draft-4 support for models
  • - Support for polymorphic models with discriminiators, subtypes
  • - Added apiInfo so top-level API information can be annotated in both swagger-ui and elsewhere
  • - Released swagger-spec 1.2
  • - Pluggable readers for scanning classes, model introspection, config reading
  • - Simplified overriding of model introspection
  • - Support for consumes, produces, protocols, authentications
  • - oAuth support in spec
  • - Support for raw servlet integration
  • - Resource, operation, model property ordering
  • - Polymorphic model support

    v1.2.5 Jun-19 2013

  • - Fixes for generic objects

    v1.2.4 Jun-5 2013

  • - Fixed `@Api` paths with slashes
  • - Added support for model detection with deep recursion (#176)
  • - i18n support (#190)
  • - Master is now `stable`

    v1.2.3 Apr-24 2013

  • - Updated to Jackson 2.1.4
  • - Fix for generics as input/output values
  • - Add manual model definitions

    v1.2.2 Apr-8 2013

    v1.2.0 Nov-27 2012

  • - Updated listing path to /api-docs.json
  • - Moved swagger-play2 and swagger-play2-utils to maven central

    v1.1.0 Aug-22 2012

  • - Spec [clarifications](https://github.com/wordnik/swagger-core/wiki/Changelog)
  • - Updated to Jackson 2.0.x, added sample with [scala case classes](https://github.com/wordnik/swagger-core/tree/master/samples/scala-jaxrs-jackson2)
  • - Play 2.0.2 supported
  • - Pluggable model processor, added configurable package introspection
  • - Feature parity between JAX-RS & Play 2, java, scala
  • - Made .{format} configurable
  • - Added support for alternate resource listing, examples in scala
  • - Moved swagger spec to github [wiki](https://github.com/wordnik/swagger-core/wiki)

    v1.01 Jan-31 2012

  • - Transitioned build to Maven
  • - Removed jaxrs dependencies from swagger-core
  • - Moved sample server implementations into /samples directory
  • - Added support for alternate API listing paths
  • - Made .{format} optional
  • - Added crazy scala versioning into artifact names (Scala 2.8.1 => ${artifact}_2.8.1)
  • - Added test and integration test through default maven integration-test lifecycle
  • v1.0 Aug-10 2011

  • - Initial release of swagger
  • Pre-release versions will be suffixed with SNAPSHOT and RC appropriately. If you want the release version, please grab it by tag (i.e. v1.0 for the release)

    Clone this wiki locally