Skip to content

Releases: swagger-api/swagger-core

Swagger-core 2.1.2 released!

01 Apr 14:38
a78875c
Compare
Choose a tag to compare
  • refs #3412 - deprecate swagger-jaxrs2-servlet-initializer add alternative with different package (#3481)

NOTE swagger-jaxrs2-servlet-initializer artifact is DEPRECATED since 2.1.2 (please see #3412 and #3481), please use instead swagger-jaxrs2-servlet-initializer-v2 (same class io.swagger.v3.jaxrs2.integration.SwaggerServletInitializer)

  • refs #3409 - fix jsonValue processing (#3483)

  • refs #3259 - fix required annotation processing for reference properties (#3482)

  • refs #3438 - fix arraySchema required (#3478)

  • refs #3443 - Resolve java.time.Instant as date-time instead of long (#3477)

  • refs #3464 - change scope of hiddingByJsonView to protected (#3474)

  • refs #3111 - fix Schema.implementation processing for primitive types (#3468)

  • Refs #3399, #3445 Change javax to jakarta artifact dependencies, relax OSGI import (#3467)

  • Classgraph 4.8.65 (#3458)

  • update maven central URLs (#3435)

  • Fix typo in AnnotationsUtils; Fixes #3423 (#3424)

  • refs #3414 - fix enumsAsRef global property behavior (#3417)

Swagger-core 1.6.1 released!

01 Apr 12:44
55a4000
Compare
Choose a tag to compare
  • update maven central URLs (#3434)
  • Update LICENSE (#3407)
  • swagger-jaxrs: fix path building (#3385)
  • Update extension properties to support parse value (openAPI) (#3377)

Swagger-core 2.1.1 released!

02 Jan 13:19
795d31c
Compare
Choose a tag to compare
  • refs #3345 - Include discriminator mapped schemas when filtering (#3381)
  • refs #3365 - fix schema example resolving edge case strings (#3380)
  • remove redundant build status in README (#3374)

Swagger-core 2.1.0 released!

16 Nov 14:44
7637cbf
Compare
Choose a tag to compare
  • refs #3348 - clone all resolved properties (#3351)
  • refs #3124 - enums as ref (#3352)
  • refs #3341 - add description to @ExampleObject annotation (#3353)
  • bump jackson to 2.10.1 - fixes CVE (#3355)

Swagger-core 1.6.0 released!

16 Nov 13:52
f2de9e8
Compare
Choose a tag to compare

NOTE: since version 1.6.0 java 7 is not supported.

Swagger-core 2.0.10 released!

12 Oct 09:27
c25c070
Compare
Choose a tag to compare
  • Enable caching of Gradle 'ResolveTask' - remove compatibility to Gradle versions prior to 3.2 (#3321)
  • refs #3303 - Bugfix for filtering nested $refs (#3317)
  • Add syntax highlighting in README code block (#3316)
  • refs #3311 - fix NPE (#3313)
  • refs #3287 - update jackson (#3307)
  • fix #2189 - remove current class from JsonSubTypes (#3298)
  • ref #2340 - fixes discriminator property resolving (#3293)
  • Adding test cases for different JAX-RS scanners (#3285)
  • refs #3283 - add scanner limited to defined resourcePackages (#3284)

Swagger-core 1.5.24 released!

12 Oct 08:45
daf7d6c
Compare
Choose a tag to compare
  • Contact Model has no Vendor Extensions (#3320)
  • refs #3318 - update osgi export package (#3319)
  • refs #3287 - update jackson (#3308)
  • refs #2189 - remove current class from JsonSubTypes (#3299)
  • Add possibility to NOT expand super types while using setScan (#3296)
  • fix #3286 - prioritize schema name resolving by ApiModel.value (#3292)

Swagger-core 2.0.9 released! (swagger-gradle-plugin 2.0.9.1)

23 Aug 15:19
9aed89e
Compare
Choose a tag to compare

Note: swagger-gradle-plugin version for this release is 2.0.9.1, this is due to an issue with the publishing mechanism of gradle plugin portal

  • fix DateTimeSchema example serialization by updating type to OffsetDateTime (#3273)
  • refs #2340 - add JsonTypeInfo.property to schema if not existing (#3272)
  • fix DateSchema and DateTimeSchema example serialization (#3271)
  • refs #3197 - resolve properties within allOf for composed schemas (#3262)
  • Jackson update to 2.9.9 (#3245)
  • Readme Update - Security Section Added (#3216)
  • Cleanup Gradle plugin buildscript classpath (#3214)
  • Serialize org.joda.time.LocalDateTime as a string (#3212)
  • Make parseMethod protected thus improving extensibility. (#3211)
  • Do not set default type string for composed schema. (#3210)
  • Respect required status of form parameters. (#3209)

Swagger-core 1.5.23 released!

22 Aug 14:23
3d4b51c
Compare
Choose a tag to compare

minor release bumping jackson to 2.9.9 (#3246) and fixing a bug related to @JsonSerialize processing (#3264)

Swagger-core 2.0.8 released!

24 Apr 14:01
053b876
Compare
Choose a tag to compare
  • deserialize into MapSchema for bool additionalProperties (#3188)
  • Ticket-3115: Documentation for the swagger-gradle-plugin appears to give incorrect artifact path (#3186)
  • ref #3144 - support filter in maven/gradle plugins (#3183)
  • unnamed example support (#3182)
  • fix #3173 - iterate filtered paths (#3177)
  • fix #3173 - use filtered values in returned instance (#3176)
  • AnnotationsUtils: API response header can be processed with only name… (#3175)
  • Update maven wrapper distribution to 0.5.3 (#3152)
  • Add swagger config file option to maven plugin (#3133) (#3150)
  • ref #3138 - add Automatic-Module-Name to manifest (#3139)