All Versions
583
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 32

  • v3.151.0 Changes

    • http4k-contract : Fixed Auto-schema generation to detect and remove duplicate items from list schemas.
  • v3.150.0 Changes

    • ๐Ÿ”’ http4k-security-oauth : Make authentication mechanism for grant types configurable.
  • v3.149.0 Changes

    • ๐Ÿ”’ http4k-security-oauth : Initial support for client_credentials grant type.
  • v3.148.0 Changes

    • http4k-contract : Jackson property searching in OpenApi3 now searches superclasses.
  • v3.147.0 Changes

    • http4k-contract : Support custom JsonProperty annotation for OpenAPi3 generation
    • http4k-cloudnative : New exception type for unuathorised. H/T @tom
  • v3.146.0 Changes

    • http4k-contract : Fix #228 - Support Map-based fields in OpenApi 3 Auto-schema generation as additionalProperties. H/T @noahbetzen-wk for the idea.
  • v3.145.0 Changes

    • http4k-contract : Reimplement Auto-schema generation using reflection. Added test cases to use the OpenApi generator to create valid code-based OpenApi clients using the OpenApi generator.
    • http4k-format-jackson : Removed reflective JSON schema creator, since it was not actually OA3 compliant.
  • v3.144.0 Changes

    • http4k-* : Update various dependencies.
    • http4k-contract : Improvements to better adhere to OA3 spec.
    • ๐Ÿ”’ http4k-security-oauth : Allow injecting OpenID's request parameter into the authorization request.
    • ๐Ÿ”’ http4k-security-oauth : Expose request to AuthRequestTracking.
  • v3.143.1 Changes

    • http4k-core : Replace RequestContexts with reference to Store. H/T @amcghie
    • http4k-contract : Added some missing deprecations.
    • http4k-contract : Fix #243 - Nulls not allowed in OpenApi V3 JSON models.
  • v3.143.0 Changes

    • http4k-contract : Fix #239 - OpenApi v3 schemas for raw lists blow up when rendering.
    • http4k-* : Update various dependencies.