Skip to content

1.0.0-EAP-2

Compare
Choose a tag to compare
@Pakisan Pakisan released this 10 Mar 10:48
· 455 commits to master since this release

Added

  • AsyncAPI 2.6.0
  • New Bindings
  • New Security Schemes
  • Specification components now can be extended with x-*

Changed

  • Bindings now are common for 2.6.0 and 2.0.0
  • Schema now is common for 2.6.0 and 2.0.0
  • Security Scheme now is common for 2.6.0 and 2.0.0
  • Schema.additionalProperties now can be boolean or Schema
  • Schema.minimum, Schema.exclusiveMinimum, Schema.maximum, Schema.exclusiveMaximum now are BigDecimal:

Fixed

  • Specification components doesn't overrides given ObjectMapper - #128
  • 2.0.0 - typo in Components serverBindings: ServerBinding instead of ServerBindingsDeserializer
  • 2.0.0 - fixed typo in ServerVariable field name - example was renamed to examples
  • Error while parsing of specifications when Reference was recognized as Schema