You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swagger-core v1.3.0 has been released! There are changes in the specification itself, which you can read in the [spec transition](https://github.com/wordnik/swagger-core/wiki/1.2-transition). Migration
26
+
guides for the supported server integrations are being worked on now.
27
+
28
+
### v1.3.0 Aug-12 2013
29
+
30
+
<li>- Added JSON-schema draft-4 support for models
31
+
32
+
<li>- Support for polymorphic models with discriminiators, subtypes
33
+
34
+
<li>- Added apiInfo so top-level API information can be annotated in both swagger-ui and elsewhere
35
+
36
+
<li>- Released swagger-spec 1.2
37
+
38
+
<li>- Pluggable readers for scanning classes, model introspection, config reading
39
+
40
+
<li>- Simplified overriding of model introspection
41
+
42
+
<li>- Support for consumes, produces, protocols, authentications
43
+
44
+
<li>- oAuth support in spec
45
+
46
+
<li>- Support for raw servlet integration
47
+
48
+
<li>- Resource, operation, model property ordering
49
+
50
+
<li>- Polymorphic model support
51
+
52
+
### v1.2.5 Jun-19 2013
53
+
<li>- Fixes for generic objects
54
+
55
+
### v1.2.4 Jun-5 2013
56
+
<li>- Fixed `@Api` paths with slashes
57
+
58
+
<li>- Added support for model detection with deep recursion (#176)
59
+
60
+
<li>- i18n support (#190)
61
+
62
+
<li>- Master is now `stable`
63
+
17
64
### v1.2.3 Apr-24 2013
18
65
19
66
<li>- Updated to Jackson 2.1.4
@@ -81,7 +128,7 @@ You need the following installed and available in your $PATH:
81
128
82
129
<li>- Scala 2.9.1-1 [available here](http://www.scala-lang.org). Note that 2.9.1 has a defect which causes problems with Jax-RS
83
130
84
-
### To build from source (currently 1.2.4-SNAPSHOT)
131
+
### To build from source (currently 1.2.4)
85
132
```
86
133
# first time building locally
87
134
mvn -N
@@ -152,4 +199,4 @@ Unless required by applicable law or agreed to in writing, software
152
199
distributed under the License is distributed on an "AS IS" BASIS,
153
200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
154
201
See the License for the specific language governing permissions and
0 commit comments