From a1de71615b105d1a50d11a821b7dddbda4efc22d Mon Sep 17 00:00:00 2001
From: Amir Hasanbasic <43892661+hamir-suspect@users.noreply.github.com>
Date: Tue, 14 May 2024 11:03:04 +0200
Subject: [PATCH] Sync with upstream (#2)
* Exclude empty paths from spec (#583)
* Exclude empty paths from spec
* fix: assert_operation_response header lookup (#584)
* fix: assert_operation_response header lookup
* Release version 3.18.1
* Fix 'AllOf cast returns a map, but I expected a struct' (#592)
* Add failing test
* Cast result of AllOf cast into a struct
* Shorter module name
* Add missing NoneCache test
* Release version 3.18.2
* Relax dependency constraint on ymlr to allow version ~> 5.0 (#586)
* relax dependency on ymlr, and fix some tests
* test with more elixir versions
* Update Elixir version test matrix (#602)
* Update Elixir version test matrix
* Fix map key order dependent test
* Release version 3.18.3
* Support response code ranges
See: https://swagger.io/docs/specification/describing-responses/
* Release version 3.19.0
* Add notice that body params are not merged into Conn.params whne using cast and validate plug (#589)
* Set nonces on
-
-