Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for openapi (0.06 sec)

  1. docs/en/docs/release-notes.md

    ### Features
    
    * ✨ Add support for OpenAPI 3.1.0. PR [#9770](https://github.com/tiangolo/fastapi/pull/9770) by [@tiangolo](https://github.com/tiangolo).
        * New support for documenting **webhooks**, read the new docs here: <a href="https://fastapi.tiangolo.com/advanced/openapi-webhooks/" class="external-link" target="_blank">Advanced User Guide: OpenAPI Webhooks</a>.
        * Upgrade OpenAPI 3.1.0, this uses JSON Schema 2020-12.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Kube-apiserver: openapi schemas published for custom resources now reference standard ListMeta schema definitions ([#92546](https://github.com/kubernetes/kubernetes/pull/92546), [@liggitt](https://github.com/liggitt)) [SIG API Machinery]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    copy(out[len(plaintext):], tag[:]) } func open(out []byte, g *GCM, nonce, ciphertext, data []byte) error { switch { case useGCM: return openKMA(out, g, nonce, ciphertext, data) case useGHASH: return openAsm(out, g, nonce, ciphertext, data) default: return openGeneric(out, g, nonce, ciphertext, data) } } func openAsm(out []byte, g *GCM, nonce, ciphertext, additionalData []byte) error { var counter, tagMask [gcmBlockSize]byte deriveCounter(&g.hashKey, &counter, nonce) counterCrypt(g, tagMask[:], tagMask[:],...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top