Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for alpha (0.03 sec)

  1. CHANGELOG.md

    We don't break binary compatibility with non-alpha APIs.
    
    
    ## Version 5.0.0-alpha.16
    
    _2025-05-29_
    
     *  Fix: The previous release would crash when running on Robolectric. We didn't anticipate
        running our Android artifact on the JVM platform!
    
    
    ## Version 5.0.0-alpha.15
    
    _2025-05-28_
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 07 19:32:33 UTC 2025
    - 31.6K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.29.md

        - [Removed](#removed-18)
    - [v1.29.0-alpha.3](#v1290-alpha3)
      - [Downloads for v1.29.0-alpha.3](#downloads-for-v1290-alpha3)
        - [Source Code](#source-code-19)
        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
        - [Container Images](#container-images-19)
      - [Changelog since v1.29.0-alpha.2](#changelog-since-v1290-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Mar 12 00:36:01 UTC 2025
    - 429.6K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.32.md

        - [Removed](#removed-12)
    - [v1.32.0-alpha.3](#v1320-alpha3)
      - [Downloads for v1.32.0-alpha.3](#downloads-for-v1320-alpha3)
        - [Source Code](#source-code-13)
        - [Client Binaries](#client-binaries-13)
        - [Server Binaries](#server-binaries-13)
        - [Node Binaries](#node-binaries-13)
        - [Container Images](#container-images-13)
      - [Changelog since v1.32.0-alpha.2](#changelog-since-v1320-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.33.md

        - [Removed](#removed-7)
    - [v1.33.0-alpha.3](#v1330-alpha3)
      - [Downloads for v1.33.0-alpha.3](#downloads-for-v1330-alpha3)
        - [Source Code](#source-code-8)
        - [Client Binaries](#client-binaries-8)
        - [Server Binaries](#server-binaries-8)
        - [Node Binaries](#node-binaries-8)
        - [Container Images](#container-images-8)
      - [Changelog since v1.33.0-alpha.2](#changelog-since-v1330-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.34.md

        - [Removed](#removed-4)
    - [v1.34.0-alpha.3](#v1340-alpha3)
      - [Downloads for v1.34.0-alpha.3](#downloads-for-v1340-alpha3)
        - [Source Code](#source-code-5)
        - [Client Binaries](#client-binaries-5)
        - [Server Binaries](#server-binaries-5)
        - [Node Binaries](#node-binaries-5)
        - [Container Images](#container-images-5)
      - [Changelog since v1.34.0-alpha.2](#changelog-since-v1340-alpha2)
      - [Changes by Kind](#changes-by-kind-5)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.30.md

        - [Removed](#removed-18)
    - [v1.30.0-alpha.3](#v1300-alpha3)
      - [Downloads for v1.30.0-alpha.3](#downloads-for-v1300-alpha3)
        - [Source Code](#source-code-19)
        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
        - [Container Images](#container-images-19)
      - [Changelog since v1.30.0-alpha.2](#changelog-since-v1300-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 18 18:59:10 UTC 2025
    - 398.1K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/hash/Hashing.java

       *       servers {@code alpha}, {@code bravo}, and {@code charlie} and you occasionally need to
       *       take each of the servers offline, {@code consistentHash} will be a poor fit: It provides
       *       no way for you to specify which of the three buckets is disappearing. Thus, if your
       *       buckets change from {@code [alpha, bravo, charlie]} to {@code [bravo, charlie]}, it will
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 29.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.31.md

        - [Removed](#removed-15)
    - [v1.31.0-alpha.3](#v1310-alpha3)
      - [Downloads for v1.31.0-alpha.3](#downloads-for-v1310-alpha3)
        - [Source Code](#source-code-16)
        - [Client Binaries](#client-binaries-16)
        - [Server Binaries](#server-binaries-16)
        - [Node Binaries](#node-binaries-16)
        - [Container Images](#container-images-16)
      - [Changelog since v1.31.0-alpha.2](#changelog-since-v1310-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  9. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttp.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3
    
    expect object OkHttp {
      /**
       * This is a string like "5.0.0", "5.0.0-alpha.762", or "5.3.0-SNAPSHOT" indicating the version of
       * OkHttp in the current runtime. Use this to include the OkHttp version in custom `User-Agent`
       * headers.
       *
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 28 20:33:04 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. guava/src/com/google/common/hash/Hashing.java

       *       servers {@code alpha}, {@code bravo}, and {@code charlie} and you occasionally need to
       *       take each of the servers offline, {@code consistentHash} will be a poor fit: It provides
       *       no way for you to specify which of the three buckets is disappearing. Thus, if your
       *       buckets change from {@code [alpha, bravo, charlie]} to {@code [bravo, charlie]}, it will
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 22:06:57 UTC 2025
    - 31.1K bytes
    - Viewed (0)
Back to top