Skip to content

Changelog

Tony Tam edited this page Aug 15, 2013 · 20 revisions

==========

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](https://github.com/wordnik/swagger-core/tree/master/samples/scala-jaxrs-no-format), see [here](https://github.com/wordnik/swagger-core/blob/master/samples/scala-jaxrs-no-format/src/main/scala/com/wordnik/swagger/sample/Bootstrap.scala#L24)
  • - Added support for alternate resource listing, examples in [scala](https://github.com/wordnik/swagger-core/tree/master/samples/scala-alt-resource-listing) and [java](https://github.com/wordnik/swagger-core/tree/master/samples/java-alt-resource-listing)
  • - 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