Releases: oliyh/martian
Releases · oliyh/martian
Day of the Diesels
This release adds:
- Support for collectionFormat, closes #61 in #207
- Form encoder #211
clojure.datafy/nav
-ize the routes whenmartian.core/explore
-ing #202 thanks to @danieroux
This release improves:
To infinity and beyond
This release adds:
- Support for
inf
in default value for numbers #193 thanks @robertluo
This release improves:
- Example in readme #185 thanks @LucianoLaratelli
- Support for references in swagger specs #196 thanks @RafaeLeal
- Description of the Babashka client in the README #191 thanks @lispyclouds
Superterrestrial
I for one welcome our new AI overlords
Ba-boom ba-bashka
This release adds support for:
- Babashka! #165 thanks @borkdude
explore
return value now indicates deprecated endpoints #164 thanks @wkok- Support for local file definitions #174 #175
This release improves:
- Upgrade clj-http-lite implementation #170
- Remove old notice from README #173 thanks @The-Alchemist
Additional loud noises
This release adds support for:
date-time
andint-or-string
string formats #155, thanks @jcdlbs- Objects with no properties (implicitly anything) and associated
additionalProperties
support #156, thanks @jcdlbs - hato client in martian-test #158, thanks @bombaywalla
- cljs-http-promise in martian-test #159
This release fixes:
- The
cljs-http
stub responder in martian-test now returns a proper asynchronous contex #159
This release improves:
- The martian-test code example in the README #152, thanks @rkirchofer
- The
respond-with
(replacingrespond-with-constant
) function in martian-test now accepts functions as well as values #159
Sche-ma Sunday
This release adds support for:
- OpenAPI server URLs directive #129, thanks @bombaywalla
- OpenAPI yaml definitions #132, thanks @bombaywalla
This release fixes:
- Incorrect errors of disallowed keys for OpenAPI bootstrapped instances #126
- The internal martian spec of an input schema to allow optional keys #138, thanks @chopptimus
- OpenAPI parameters defined in a
$ref
#112, #142 - Nested objects with optional keys in Swagger bootstrapped instances #111
- Interpretation of the
number
leaf schema #146, thanks @bombaywalla - Interpretation of untyped schemas that have
properties
as objects #148, thanks @bombaywalla
This release improves:
- The main readme and the VCR readme, thanks @rgkirch
Promising
This release adds support for:
martian-cljs-http-promise
- support for the cljs-http-promise http client for cljs- Specifying options for the Swagger GET request when bootstrapping, #123 thanks @AndreaCrotti
This release fixes:
- Bump cheshire and fix jackson CVE-2020-28491, #127 thanks @RickMoynihan
Curiosity
This release improves:
- Errors thrown using the
hato
client are now handled by the interceptor chain
This release changes:
- An exception is now thrown if the route name is not found when calling an endpoint function #120 - thanks @AndreaCrotti
- The
hato
dependency is updated to0.8.2
The cato in the hato
This release adds support for:
martian-hato
- support for the Hato http client for JVM 11+
This release improves:
- Application of defaults #108
This release fixes:
- Parameter aliases being confused between body, query, path etc #109
This release changes:
- The clojars group - this and future releases are now under
com.github.oliyh
, see README for details