{"id":13572495,"url":"https://github.com/dispatch/reboot","last_synced_at":"2025-05-15T22:05:00.226Z","repository":{"id":2024340,"uuid":"2960515","full_name":"dispatch/reboot","owner":"dispatch","description":"Scala wrapper for the Java AsyncHttpClient.","archived":false,"fork":false,"pushed_at":"2024-08-25T03:41:28.000Z","size":1897,"stargazers_count":426,"open_issues_count":5,"forks_count":106,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-05-15T22:04:28.456Z","etag":null,"topics":["ahc","async","dispatch","http-client","http-library","scala","scala-library"],"latest_commit_sha":null,"homepage":"https://dispatchhttp.org","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dispatch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"farmdawgnation"}},"created_at":"2011-12-11T22:33:52.000Z","updated_at":"2025-05-10T15:10:07.000Z","dependencies_parsed_at":"2024-08-25T02:46:20.529Z","dependency_job_id":"fe3d1eae-4d00-4937-81ce-c4c408c06ca8","html_url":"https://github.com/dispatch/reboot","commit_stats":{"total_commits":604,"total_committers":38,"mean_commits":"15.894736842105264","dds":0.445364238410596,"last_synced_commit":"658a1ba2b301900bf9135e2cbf5e67ed7638e618"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatch%2Freboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatch%2Freboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatch%2Freboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatch%2Freboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dispatch","download_url":"https://codeload.github.com/dispatch/reboot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254430326,"owners_count":22069907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ahc","async","dispatch","http-client","http-library","scala","scala-library"],"created_at":"2024-08-01T14:01:25.097Z","updated_at":"2025-05-15T22:05:00.169Z","avatar_url":"https://github.com/dispatch.png","language":"Scala","readme":"Dispatch Reboot\n---------------\n\n[![Build Status](https://travis-ci.org/dispatch/reboot.svg?branch=master)](https://travis-ci.org/dispatch/reboot)\n\nDispatch reboot is a rewrite of the Dispatch library for HTTP interaction in Scala, using\n[async-http-client][async], commonly called AHC, as its underlying transport. For more info, see the\n[Dispatch documentation site][docs].\n\nMinimum requirements:\n\n* Java \u003e= 11 (tested against 11, 17, and 21)\n* Scala 2.13 or \u003e= 3.3.3\n\n[docs]: https://dispatch.github.io/reboot/Dispatch.html\n[async]: https://github.com/AsyncHttpClient/async-http-client\n\n## Getting Dispatch\n\nStable releases of Dispatch are published to Maven Central. As such, you can pull in the current\nstable release by simply adding a library dependency to your project for the correct version.\n\nTo get the latest stable release, 2.0.0, simply add the following to your `build.sbt`:\n\n```scala\nlibraryDependencies += \"org.dispatchhttp\" %% \"dispatch-core\" % \"2.0.0\"\n```\n\nIf Gradle is more your style, you could also use this style:\n\n```scala\nimplementation \"org.dispatchhttp:dispatch-core_2.13:2.0.0\"\n```\n\n### Snapshot releases\n\nWe irregularly release snapshots to Sonatype snapshots. To use it you'll need\nto add the snapshots repository to your project and pull the relevant snapshot:\n\n```scala\nresolvers +=\n  \"Sonatype OSS Snapshots\" at \"https://oss.sonatype.org/content/repositories/snapshots\"\n\nlibraryDependencies += \"org.dispatchhttp\" %% \"dispatch-core\" % \"2.1.0-SNAPSHOT\"\n```\n\n## Versioning and Support\n\nDispatch version numbers loosely follow SemVer. The version number format is:\n\n```\n[major].[minor].[patch]\n```\n\nA distinct (major, minor) combination is called a \"release series\" or \"series\" for our purposes.\n\nThe next feature release development happens on `master`.\n\nThe following chart outlines what versions of Dispatch support what versions of AHC and Scala and\ntheir current support status:\n\n|Version           | AHC Version  |Scala Versions |Support       |Branch\n|------------------|--------------|---------------|--------------|---------------------------------|\n|0.10.0            |1.7.11        |2.9.3,2.10     |None          |                                 |\n|0.11.2            |1.8.10        |2.9.3,2.10,2.11|None          |                                 |\n|0.11.4            |1.9.40        |2.10,2.11      |None          |                                 |\n|0.12.3            |1.9.40        |2.11,2.12      |None          |                                 |\n|0.13.3            |2.0.38        |2.11,2.12      |None          |                                 |\n|0.14.1            |2.1.2         |2.11,2.12      |None          |                                 |\n|1.0.3             |2.5.4         |2.11,2.12      |None          |1.0.x                            |\n|1.1.3             |2.10.4        |2.12,2.13      |None          |1.1.x                            |\n|1.2.0             |2.10.4        |2.12,2.13      |Critical      |1.2.x                            |\n|2.0.0-SNAPSHOT    |3.0.0         |2.13,3.3.3     |Full          |2.0.x                            |\n|2.1.0-SNAPSHOT    |3.0.0         |2.13,3.3.3     |Development   |main                             |\n\nBecause the AsyncHttpClient does not adhere to semantic versioning, and its versions can increment\nquite quickly at times, beginning with 0.14 Dispatch will only use the latest (major, minor) AHC\nversion that's available at the time its being developed. You may not be able to find a Dispatch\nversion for every version of AHC if AHC went through a quick release clip.\n\nUpon request, we may release a patch version of Dispatch with a newer version of AHC if the new\nversion is binary compatible with the version that series was originally released with.\n\n## Getting Help and Contributing\n\nPlease see our [Contributing Guide][contributing] for information on how to contribute and get help\nwith Dispatch.\n\n[contributing]: https://github.com/dispatch/reboot/blob/master/CONTRIBUTING.md\n","funding_links":["https://ko-fi.com/farmdawgnation"],"categories":["Scala","HTTP","Table of Contents"],"sub_categories":["HTTP"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdispatch%2Freboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdispatch%2Freboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdispatch%2Freboot/lists"}