Skip to content

Releases: swagger-api/apidom

v0.99.2

30 Apr 12:27
Compare
Choose a tag to compare

0.99.2 (2024-04-30)

Bug Fixes

  • ls: fix JSON Schema deprecated--type lint rule (#4060) (377b281)
  • playground: fix recurstion related to textarea sizing (#4039) (f6f3919), closes #4027

v0.99.1

05 Apr 06:59
Compare
Choose a tag to compare

0.99.1 (2024-04-05)

Bug Fixes

  • ast: throw while visiting async visitor in sync mode (#4009) (bd94545), closes #4007

v0.99.0

03 Apr 13:59
Compare
Choose a tag to compare

0.99.0 (2024-04-03)

Features

  • ast: introduce async version of visitor merging mechanism (#3993) (7dd0bbd), closes #3832
  • converter: add Reference Object removal support in security-scheme-type plugin (#4001) (8266f5a), closes #4000
  • converter: add support for asynchronous conversion plugins (#3997) (4bc1f53), closes #3996
  • converter: create unified error boundary interface (#3999) (833a918), closes #3998
  • core: introduce async version of plugin dispatch mechanism (#3994) (36011bc), closes #3993

v0.98.3

29 Mar 07:50
Compare
Choose a tag to compare

0.98.3 (2024-03-29)

Performance Improvements

  • reference: dereference fragments as quick as possible (#3981) (48b4eb4), closes #3974

v0.98.2

28 Mar 14:14
Compare
Choose a tag to compare

0.98.2 (2024-03-28)

Bug Fixes

  • reference: fix regression in AsyncAPI 2.x dereferencing (#3975) (6e8d9a0), closes #3974
  • reference: fix regression in OpenAPI 2.0 derferencing (#3976) (2e4d15a), closes #3974
  • reference: fix regression in OpenAPI 3.0.x dereferencing (#3977) (45d706f), closes #3974
  • reference: fix regression in OpenAPI 3.1.0 dereferencing (#3978) (ff039fe), closes #3974

v0.98.1

25 Mar 08:18
Compare
Choose a tag to compare

0.98.1 (2024-03-25)

Performance Improvements

  • ls: apply perfomance optimization for reference validation (#3966) (ef9f2ba), closes #3965

v0.98.0

21 Mar 14:28
Compare
Choose a tag to compare

0.98.0 (2024-03-21)

Bug Fixes

  • reference: fix regression in nested paths dereferencing (#3960) (8435ee1), closes #3959

Features

  • reference: apply dereferencing architecture 2.0 to ApiDOM (#3930) (bbb9a25)
  • reference: apply dereferencing architecture 2.0 to AsyncAPI 2.x (#3933) (856dc5c), closes #3932
  • reference: apply dereferencing architecture 2.0 to OpenAPI 2.0 (#3931) (63a41d4), closes #3924
  • reference: apply dereferencing architecture 2.0 to OpenAPI 3.0.x (#3917) (cc3a970), closes #3916
  • reference: apply dereferencing architecture 2.0 to OpenAPI 3.1.0 (#3942) (d57c318), closes #3941

v0.97.1

08 Mar 10:02
Compare
Choose a tag to compare

0.97.1 (2024-03-08)

Bug Fixes

  • reference: base AsyncAPI 2.x resolver strategy on dereference strategy (#3909) (98cb77f), closes #3452
  • reference: base OpenAPI 3.0.x resolver strategy on dereference strategy (#3908) (e1ae4d1), closes #3452
  • reference: base OpenAPI 3.1.0 resolver strategy on dereference strategy (#3910) (b21d7bf), closes #3452

v0.97.0

07 Mar 11:45
Compare
Choose a tag to compare

0.97.0 (2024-03-07)

Features

  • converter: add Reference Object summary and description fields plugins (#3885) (3246c9f), closes #3697
  • core: add support for RefElement and LinkElement (#3884) (342ee3f), closes #3882
  • core: handle RefElement serialization in toValue serializer (#3901) (f205211), closes #3894
  • reference: add support for skipping internal references in AsyncAPI 2.x dereference strategy (#3905) (ad82680), closes #3451
  • reference: add dereference strategy that handles abstract RefElement (#3887) (a2eabb6), closes #3881
  • reference: add parser plugin for parsing dehydrated ApiDOM (#3892) (6b97051), closes #3889
  • reference: add resolver strategy that handles abstract RefElement (#3893) (9db6d3e), closes #3888
  • reference: add support for skipping internal references in OpenAPI 3.0.x dereference strategy (#3904) (4da622a), closes #3451
  • reference: add support for skipping internal references in OpenAPI 3.1.0 dereference strategy (#3906) (9d005db), closes #3451
  • reference: skip processing internal refererences in apidom resolve strategy (#3902) (0762e8b), closes #3451
  • reference: skip processing internal refererences in OpenAPI 2.0 resolve strategy (#3903) (dc787bf), closes #3451

v0.96.0

28 Feb 14:46
Compare
Choose a tag to compare

0.96.0 (2024-02-28)

Bug Fixes

  • core: assign unique ID to elements only when missing (#3841) (89af0a9), closes #3840
  • core: retain meta & attributes during refracting (#3843) (a7aac32), closes #3842
  • ns-ads: retain meta & attributes during refracting (#3857) (333550e), closes #3842
  • ns-asyncapi-2: retain meta & attributes during refracting (#3858) (e3b1848), closes #3842
  • ns-json-schema: retain meta & attributes during refracting (#3862) (99c3eb8), closes #3842
  • ns-openapi-2: retain meta & attributes during refracting (#3844) (b243110), closes #3842
  • ns-openapi-3-0: retain meta & attributes during refracting (#3859) (abefa88), closes #3842
  • ns-openapi-3-1: retain meta & attributes during refracting (#3861) (e960a76), closes #3842
  • ns-workflows-1: retain meta & attributes during refracting (#3860) (7e40336), closes #3842
  • playground: fix bug related to instantiating parser (#3851) (9b23628)
  • reference: add support for external cycles detection in AsyncAPI 2.x dereference strategy (#3872) (910a974), closes #3863
  • reference: add support for external cycles detection in OpenAPI 2.0 dereference strategy (#3871) (5a2141d), closes #3863
  • reference: add support for external cycles detection in OpenAPI 3.0.x dereference strategy (#3870) (0735471), closes #3863
  • reference: add support for external cycles detection in OpenAPI 3.1.0 dereference strategy (#3873) (9cd15ff), closes #3863

Features

  • converter: add infoSummaryRefractorPlugin (#3848) (1f0a39c), closes #3697
  • converter: add licenseIdentifierRefractorPlugin (#3854) (b28cafb), closes #3697
  • converter: add securitySchemeTypeRefractorPlugin (#3802) (2666194)
  • converter: add convenient toolbox utils (#3816) (ec8fa05)
  • converter: add securityRequirementsArrayRefractorPlugin (88b9451)
  • core: add mechanism for left shallow merge (#3849) (3334c6b), closes #3845
  • core: add mechanism for right shallow merge (#3846) (2059f28), closes #3845
  • core: customize meta & attributes merges for deepmerge function (#3855) (1e94924), closes #3853
  • ns-openapi-3-0: add Security Schema Object predicate (#3810) (9b09658)
  • ns-openapi-3-0: include hasElementSourceMap in toolbox (#3815) (e103eb4)
  • ns-openapi-3-1: add Security Schema Object predicate (#3811) (bf6702a)
  • ns-openapi-3-1: include hasElementSourceMap in toolbox (#3814) (3979541)