diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index d5bde5ad..b8370bea 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -49,8 +49,16 @@ describe("installer tests", () => { describe("Gets the latest release of protoc", () => { beforeEach(() => { nock("https://api.github.com") - .get("/repos/protocolbuffers/protobuf/releases") - .replyWithFile(200, path.join(dataDir, "releases.json")); + .get("/repos/protocolbuffers/protobuf/releases?page=1") + .replyWithFile(200, path.join(dataDir, "releases-1.json")); + + nock("https://api.github.com") + .get("/repos/protocolbuffers/protobuf/releases?page=2") + .replyWithFile(200, path.join(dataDir, "releases-2.json")); + + nock("https://api.github.com") + .get("/repos/protocolbuffers/protobuf/releases?page=3") + .replyWithFile(200, path.join(dataDir, "releases-3.json")); }); afterEach(() => { @@ -74,7 +82,7 @@ describe("installer tests", () => { it("Gets latest version of protoc using 3.x and no matching version is installed", async () => { await installer.getProtoc("3.x", true, GITHUB_TOKEN); - const protocDir = path.join(toolDir, "protoc", "3.9.1", os.arch()); + const protocDir = path.join(toolDir, "protoc", "3.12.4", os.arch()); expect(fs.existsSync(`${protocDir}.complete`)).toBe(true); if (IS_WINDOWS) { @@ -90,8 +98,16 @@ describe("installer tests", () => { describe("Gets the latest release of protoc with broken latest rc tag", () => { beforeEach(() => { nock("https://api.github.com") - .get("/repos/protocolbuffers/protobuf/releases") + .get("/repos/protocolbuffers/protobuf/releases?page=1") .replyWithFile(200, path.join(dataDir, "releases-broken-rc-tag.json")); + + nock("https://api.github.com") + .get("/repos/protocolbuffers/protobuf/releases?page=2") + .replyWithFile(200, path.join(dataDir, "releases-2.json")); + + nock("https://api.github.com") + .get("/repos/protocolbuffers/protobuf/releases?page=3") + .replyWithFile(200, path.join(dataDir, "releases-3.json")); }); afterEach(() => { diff --git a/__tests__/testdata/releases-1.json b/__tests__/testdata/releases-1.json new file mode 100644 index 00000000..800f2e90 --- /dev/null +++ b/__tests__/testdata/releases-1.json @@ -0,0 +1,26455 @@ +[ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/29051442", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/29051442/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/29051442/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.4", + "id": 29051442, + "node_id": "MDc6UmVsZWFzZTI5MDUxNDQy", + "tag_name": "v3.12.4", + "target_commitish": "3.12.x", + "name": "Protocol Buffers v3.12.4", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-07-10T01:09:34Z", + "published_at": "2020-07-29T00:03:07Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343374", + "id": 23343374, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzc0", + "name": "protobuf-all-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7571604, + "download_count": 156, + "created_at": "2020-07-29T00:01:48Z", + "updated_at": "2020-07-29T00:02:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-all-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343371", + "id": 23343371, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzcx", + "name": "protobuf-all-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9760392, + "download_count": 124, + "created_at": "2020-07-29T00:01:23Z", + "updated_at": "2020-07-29T00:01:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-all-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343370", + "id": 23343370, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzcw", + "name": "protobuf-cpp-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4639989, + "download_count": 71, + "created_at": "2020-07-29T00:01:12Z", + "updated_at": "2020-07-29T00:01:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-cpp-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343367", + "id": 23343367, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzY3", + "name": "protobuf-cpp-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5659025, + "download_count": 52, + "created_at": "2020-07-29T00:00:57Z", + "updated_at": "2020-07-29T00:01:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-cpp-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343365", + "id": 23343365, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzY1", + "name": "protobuf-csharp-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5304116, + "download_count": 4, + "created_at": "2020-07-29T00:00:42Z", + "updated_at": "2020-07-29T00:00:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-csharp-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343359", + "id": 23343359, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzU5", + "name": "protobuf-csharp-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6533590, + "download_count": 18, + "created_at": "2020-07-29T00:00:27Z", + "updated_at": "2020-07-29T00:00:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-csharp-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343347", + "id": 23343347, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzQ3", + "name": "protobuf-java-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5317418, + "download_count": 12, + "created_at": "2020-07-29T00:00:15Z", + "updated_at": "2020-07-29T00:00:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-java-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343323", + "id": 23343323, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzIz", + "name": "protobuf-java-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6682068, + "download_count": 27, + "created_at": "2020-07-28T23:59:57Z", + "updated_at": "2020-07-29T00:00:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-java-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343322", + "id": 23343322, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzIy", + "name": "protobuf-js-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4887830, + "download_count": 7, + "created_at": "2020-07-28T23:59:45Z", + "updated_at": "2020-07-28T23:59:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-js-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343317", + "id": 23343317, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzE3", + "name": "protobuf-js-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6053029, + "download_count": 13, + "created_at": "2020-07-28T23:59:31Z", + "updated_at": "2020-07-28T23:59:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-js-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343314", + "id": 23343314, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzE0", + "name": "protobuf-objectivec-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5034916, + "download_count": 2, + "created_at": "2020-07-28T23:59:17Z", + "updated_at": "2020-07-28T23:59:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-objectivec-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343312", + "id": 23343312, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzEy", + "name": "protobuf-objectivec-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6227620, + "download_count": 3, + "created_at": "2020-07-28T23:59:02Z", + "updated_at": "2020-07-28T23:59:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-objectivec-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343307", + "id": 23343307, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzA3", + "name": "protobuf-php-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4987908, + "download_count": 5, + "created_at": "2020-07-28T23:58:48Z", + "updated_at": "2020-07-28T23:59:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-php-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343303", + "id": 23343303, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzAz", + "name": "protobuf-php-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6131280, + "download_count": 3, + "created_at": "2020-07-28T23:58:32Z", + "updated_at": "2020-07-28T23:58:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-php-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343300", + "id": 23343300, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMzAw", + "name": "protobuf-python-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4967098, + "download_count": 26, + "created_at": "2020-07-28T23:58:21Z", + "updated_at": "2020-07-28T23:58:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-python-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343294", + "id": 23343294, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjk0", + "name": "protobuf-python-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6100223, + "download_count": 39, + "created_at": "2020-07-28T23:58:03Z", + "updated_at": "2020-07-28T23:58:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-python-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343293", + "id": 23343293, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjkz", + "name": "protobuf-ruby-3.12.4.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4912885, + "download_count": 4, + "created_at": "2020-07-28T23:57:51Z", + "updated_at": "2020-07-28T23:58:03Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-ruby-3.12.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343285", + "id": 23343285, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjg1", + "name": "protobuf-ruby-3.12.4.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5986732, + "download_count": 2, + "created_at": "2020-07-28T23:57:37Z", + "updated_at": "2020-07-28T23:57:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protobuf-ruby-3.12.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343284", + "id": 23343284, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjg0", + "name": "protoc-3.12.4-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1498116, + "download_count": 12, + "created_at": "2020-07-28T23:57:34Z", + "updated_at": "2020-07-28T23:57:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protoc-3.12.4-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343282", + "id": 23343282, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjgy", + "name": "protoc-3.12.4-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1653553, + "download_count": 3, + "created_at": "2020-07-28T23:57:30Z", + "updated_at": "2020-07-28T23:57:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protoc-3.12.4-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343280", + "id": 23343280, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjgw", + "name": "protoc-3.12.4-linux-s390x.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1558421, + "download_count": 4, + "created_at": "2020-07-28T23:57:25Z", + "updated_at": "2020-07-28T23:57:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protoc-3.12.4-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343279", + "id": 23343279, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjc5", + "name": "protoc-3.12.4-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1550751, + "download_count": 8, + "created_at": "2020-07-28T23:57:20Z", + "updated_at": "2020-07-28T23:57:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protoc-3.12.4-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343277", + "id": 23343277, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjc3", + "name": "protoc-3.12.4-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1609197, + "download_count": 676, + "created_at": "2020-07-28T23:57:17Z", + "updated_at": "2020-07-28T23:57:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protoc-3.12.4-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343274", + "id": 23343274, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjc0", + "name": "protoc-3.12.4-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2533085, + "download_count": 187, + "created_at": "2020-07-28T23:57:11Z", + "updated_at": "2020-07-28T23:57:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protoc-3.12.4-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343272", + "id": 23343272, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjcy", + "name": "protoc-3.12.4-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1117612, + "download_count": 36, + "created_at": "2020-07-28T23:57:08Z", + "updated_at": "2020-07-28T23:57:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protoc-3.12.4-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23343271", + "id": 23343271, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMzQzMjcx", + "name": "protoc-3.12.4-win64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1451047, + "download_count": 358, + "created_at": "2020-07-28T23:57:04Z", + "updated_at": "2020-07-28T23:57:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.4/protoc-3.12.4-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.12.4", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.12.4", + "body": "" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/28799773", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/28799773/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/28799773/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v4.0.0-rc2", + "id": 28799773, + "node_id": "MDc6UmVsZWFzZTI4Nzk5Nzcz", + "tag_name": "v4.0.0-rc2", + "target_commitish": "4.0.x", + "name": "v4.0.0-rc2", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2020-07-21T01:09:00Z", + "published_at": "2020-07-21T20:59:47Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23180295", + "id": 23180295, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTgwMjk1", + "name": "protobuf-all-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7535958, + "download_count": 215, + "created_at": "2020-07-23T18:04:08Z", + "updated_at": "2020-07-23T18:04:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-all-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23180308", + "id": 23180308, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTgwMzA4", + "name": "protobuf-all-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9781975, + "download_count": 206, + "created_at": "2020-07-23T18:04:27Z", + "updated_at": "2020-07-23T18:04:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-all-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23180312", + "id": 23180312, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTgwMzEy", + "name": "protobuf-cpp-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4638029, + "download_count": 42, + "created_at": "2020-07-23T18:04:52Z", + "updated_at": "2020-07-23T18:05:03Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-cpp-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23180316", + "id": 23180316, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTgwMzE2", + "name": "protobuf-cpp-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5661171, + "download_count": 53, + "created_at": "2020-07-23T18:05:03Z", + "updated_at": "2020-07-23T18:05:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-cpp-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23180325", + "id": 23180325, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTgwMzI1", + "name": "protobuf-csharp-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5362781, + "download_count": 6, + "created_at": "2020-07-23T18:05:18Z", + "updated_at": "2020-07-23T18:05:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-csharp-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23180329", + "id": 23180329, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTgwMzI5", + "name": "protobuf-csharp-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6628020, + "download_count": 34, + "created_at": "2020-07-23T18:05:33Z", + "updated_at": "2020-07-23T18:05:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-csharp-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23180338", + "id": 23180338, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTgwMzM4", + "name": "protobuf-java-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5316081, + "download_count": 38, + "created_at": "2020-07-23T18:05:49Z", + "updated_at": "2020-07-23T18:06:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-java-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23180348", + "id": 23180348, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTgwMzQ4", + "name": "protobuf-java-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6687071, + "download_count": 68, + "created_at": "2020-07-23T18:06:02Z", + "updated_at": "2020-07-23T18:06:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-java-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113558", + "id": 23113558, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTU4", + "name": "protobuf-js-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4892548, + "download_count": 14, + "created_at": "2020-07-21T20:59:41Z", + "updated_at": "2020-07-21T20:59:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-js-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113555", + "id": 23113555, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTU1", + "name": "protobuf-js-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6064914, + "download_count": 43, + "created_at": "2020-07-21T20:59:36Z", + "updated_at": "2020-07-21T20:59:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-js-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113552", + "id": 23113552, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTUy", + "name": "protobuf-objectivec-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5032965, + "download_count": 10, + "created_at": "2020-07-21T20:59:31Z", + "updated_at": "2020-07-21T20:59:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-objectivec-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113550", + "id": 23113550, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTUw", + "name": "protobuf-objectivec-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6231799, + "download_count": 23, + "created_at": "2020-07-21T20:59:26Z", + "updated_at": "2020-07-21T20:59:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-objectivec-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113546", + "id": 23113546, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTQ2", + "name": "protobuf-php-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4883149, + "download_count": 19, + "created_at": "2020-07-21T20:59:21Z", + "updated_at": "2020-07-21T20:59:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-php-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113541", + "id": 23113541, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTQx", + "name": "protobuf-php-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6043449, + "download_count": 13, + "created_at": "2020-07-21T20:59:15Z", + "updated_at": "2020-07-21T20:59:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-php-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113535", + "id": 23113535, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTM1", + "name": "protobuf-python-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4965986, + "download_count": 42, + "created_at": "2020-07-21T20:59:11Z", + "updated_at": "2020-07-21T20:59:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-python-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113533", + "id": 23113533, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTMz", + "name": "protobuf-python-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6104164, + "download_count": 90, + "created_at": "2020-07-21T20:59:05Z", + "updated_at": "2020-07-21T20:59:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-python-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113532", + "id": 23113532, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTMy", + "name": "protobuf-ruby-4.0.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4911775, + "download_count": 8, + "created_at": "2020-07-21T20:59:01Z", + "updated_at": "2020-07-21T20:59:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-ruby-4.0.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113529", + "id": 23113529, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTI5", + "name": "protobuf-ruby-4.0.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5989584, + "download_count": 6, + "created_at": "2020-07-21T20:58:55Z", + "updated_at": "2020-07-21T20:59:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protobuf-ruby-4.0.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113528", + "id": 23113528, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTI4", + "name": "protoc-4.0.0-rc-2-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1513667, + "download_count": 18, + "created_at": "2020-07-21T20:58:53Z", + "updated_at": "2020-07-21T20:58:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protoc-4.0.0-rc-2-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113526", + "id": 23113526, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTI2", + "name": "protoc-4.0.0-rc-2-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1672255, + "download_count": 6, + "created_at": "2020-07-21T20:58:51Z", + "updated_at": "2020-07-21T20:58:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protoc-4.0.0-rc-2-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113524", + "id": 23113524, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTI0", + "name": "protoc-4.0.0-rc-2-linux-s390x.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1575430, + "download_count": 6, + "created_at": "2020-07-21T20:58:49Z", + "updated_at": "2020-07-21T20:58:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protoc-4.0.0-rc-2-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113523", + "id": 23113523, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTIz", + "name": "protoc-4.0.0-rc-2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1569938, + "download_count": 26, + "created_at": "2020-07-21T20:58:47Z", + "updated_at": "2020-07-21T20:58:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protoc-4.0.0-rc-2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113520", + "id": 23113520, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTIw", + "name": "protoc-4.0.0-rc-2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1629740, + "download_count": 305, + "created_at": "2020-07-21T20:58:45Z", + "updated_at": "2020-07-21T20:58:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protoc-4.0.0-rc-2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113518", + "id": 23113518, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTE4", + "name": "protoc-4.0.0-rc-2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2560693, + "download_count": 195, + "created_at": "2020-07-21T20:58:42Z", + "updated_at": "2020-07-21T20:58:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protoc-4.0.0-rc-2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113515", + "id": 23113515, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTE1", + "name": "protoc-4.0.0-rc-2-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1133415, + "download_count": 109, + "created_at": "2020-07-21T20:58:40Z", + "updated_at": "2020-07-21T20:58:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protoc-4.0.0-rc-2-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/23113513", + "id": 23113513, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMTEzNTEz", + "name": "protoc-4.0.0-rc-2-win64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1467642, + "download_count": 686, + "created_at": "2020-07-21T20:58:37Z", + "updated_at": "2020-07-21T20:58:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc2/protoc-4.0.0-rc-2-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v4.0.0-rc2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v4.0.0-rc2", + "body": "" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/28567086", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/28567086/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/28567086/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v4.0.0-rc1", + "id": 28567086, + "node_id": "MDc6UmVsZWFzZTI4NTY3MDg2", + "tag_name": "v4.0.0-rc1", + "target_commitish": "4.0.x", + "name": "v4.0.0-rc1", + "draft": false, + "author": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2020-07-14T20:45:16Z", + "published_at": "2020-07-15T00:59:50Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885569", + "id": 22885569, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTY5", + "name": "protobuf-all-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 7522706, + "download_count": 167, + "created_at": "2020-07-15T00:57:42Z", + "updated_at": "2020-07-15T00:57:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-all-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885570", + "id": 22885570, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTcw", + "name": "protobuf-all-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9779832, + "download_count": 201, + "created_at": "2020-07-15T00:57:44Z", + "updated_at": "2020-07-15T00:57:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-all-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885571", + "id": 22885571, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTcx", + "name": "protobuf-cpp-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4630351, + "download_count": 49, + "created_at": "2020-07-15T00:57:44Z", + "updated_at": "2020-07-15T00:57:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-cpp-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885572", + "id": 22885572, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTcy", + "name": "protobuf-cpp-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5661445, + "download_count": 57, + "created_at": "2020-07-15T00:57:45Z", + "updated_at": "2020-07-15T00:57:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-cpp-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885573", + "id": 22885573, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTcz", + "name": "protobuf-csharp-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5355821, + "download_count": 10, + "created_at": "2020-07-15T00:57:45Z", + "updated_at": "2020-07-15T00:57:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-csharp-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885574", + "id": 22885574, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTc0", + "name": "protobuf-csharp-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6627682, + "download_count": 32, + "created_at": "2020-07-15T00:57:46Z", + "updated_at": "2020-07-15T00:57:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-csharp-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885575", + "id": 22885575, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTc1", + "name": "protobuf-java-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5312404, + "download_count": 26, + "created_at": "2020-07-15T00:57:47Z", + "updated_at": "2020-07-15T00:57:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-java-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885577", + "id": 22885577, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTc3", + "name": "protobuf-java-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6687216, + "download_count": 49, + "created_at": "2020-07-15T00:57:48Z", + "updated_at": "2020-07-15T00:57:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-java-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885578", + "id": 22885578, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTc4", + "name": "protobuf-js-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4882722, + "download_count": 12, + "created_at": "2020-07-15T00:57:48Z", + "updated_at": "2020-07-15T00:57:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-js-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885581", + "id": 22885581, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTgx", + "name": "protobuf-js-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6065188, + "download_count": 27, + "created_at": "2020-07-15T00:57:49Z", + "updated_at": "2020-07-15T00:57:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-js-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885582", + "id": 22885582, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTgy", + "name": "protobuf-objectivec-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5020202, + "download_count": 8, + "created_at": "2020-07-15T00:57:49Z", + "updated_at": "2020-07-15T00:57:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-objectivec-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885584", + "id": 22885584, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTg0", + "name": "protobuf-objectivec-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6232073, + "download_count": 14, + "created_at": "2020-07-15T00:57:50Z", + "updated_at": "2020-07-15T00:57:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-objectivec-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885585", + "id": 22885585, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTg1", + "name": "protobuf-php-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4875867, + "download_count": 17, + "created_at": "2020-07-15T00:57:50Z", + "updated_at": "2020-07-15T00:57:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-php-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885586", + "id": 22885586, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTg2", + "name": "protobuf-php-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6042051, + "download_count": 17, + "created_at": "2020-07-15T00:57:51Z", + "updated_at": "2020-07-15T00:57:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-php-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885587", + "id": 22885587, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTg3", + "name": "protobuf-python-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4956056, + "download_count": 32, + "created_at": "2020-07-15T00:57:52Z", + "updated_at": "2020-07-15T00:57:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-python-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885589", + "id": 22885589, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTg5", + "name": "protobuf-python-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6104434, + "download_count": 62, + "created_at": "2020-07-15T00:57:52Z", + "updated_at": "2020-07-15T00:57:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-python-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885590", + "id": 22885590, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTkw", + "name": "protobuf-ruby-4.0.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4904301, + "download_count": 5, + "created_at": "2020-07-15T00:57:53Z", + "updated_at": "2020-07-15T00:57:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-ruby-4.0.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885591", + "id": 22885591, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTkx", + "name": "protobuf-ruby-4.0.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5989858, + "download_count": 7, + "created_at": "2020-07-15T00:57:53Z", + "updated_at": "2020-07-15T00:57:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protobuf-ruby-4.0.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885592", + "id": 22885592, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTky", + "name": "protoc-4.0.0-rc-1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1513863, + "download_count": 19, + "created_at": "2020-07-15T00:57:54Z", + "updated_at": "2020-07-15T00:57:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protoc-4.0.0-rc-1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885594", + "id": 22885594, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTk0", + "name": "protoc-4.0.0-rc-1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1671979, + "download_count": 8, + "created_at": "2020-07-15T00:57:54Z", + "updated_at": "2020-07-15T00:57:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protoc-4.0.0-rc-1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885595", + "id": 22885595, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTk1", + "name": "protoc-4.0.0-rc-1-linux-s390x.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1575392, + "download_count": 6, + "created_at": "2020-07-15T00:57:55Z", + "updated_at": "2020-07-15T00:57:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protoc-4.0.0-rc-1-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885596", + "id": 22885596, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTk2", + "name": "protoc-4.0.0-rc-1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1569504, + "download_count": 30, + "created_at": "2020-07-15T00:57:55Z", + "updated_at": "2020-07-15T00:57:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protoc-4.0.0-rc-1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885597", + "id": 22885597, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTk3", + "name": "protoc-4.0.0-rc-1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1628896, + "download_count": 163, + "created_at": "2020-07-15T00:57:56Z", + "updated_at": "2020-07-15T00:57:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protoc-4.0.0-rc-1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885598", + "id": 22885598, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTk4", + "name": "protoc-4.0.0-rc-1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2556813, + "download_count": 108, + "created_at": "2020-07-15T00:57:56Z", + "updated_at": "2020-07-15T00:57:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protoc-4.0.0-rc-1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885599", + "id": 22885599, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NTk5", + "name": "protoc-4.0.0-rc-1-win32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1133049, + "download_count": 95, + "created_at": "2020-07-15T00:57:56Z", + "updated_at": "2020-07-15T00:57:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protoc-4.0.0-rc-1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/22885600", + "id": 22885600, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyODg1NjAw", + "name": "protoc-4.0.0-rc-1-win64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1467803, + "download_count": 384, + "created_at": "2020-07-15T00:57:57Z", + "updated_at": "2020-07-15T00:57:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v4.0.0-rc1/protoc-4.0.0-rc-1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v4.0.0-rc1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v4.0.0-rc1", + "body": "**Note:** This release bumps the major version due to backward-incompatible changes in PHP.\r\n\r\nPHP is the *only* language that has breaking changes in this release.\r\n\r\n# PHP\r\n * The C extension is completely rewritten. The new C extension has significantly\r\n better parsing performance and fixes a handful of conformance issues. It will\r\n also make it easier to add support for more features like proto2 and proto3 presence.\r\n * The new C extension does not support PHP 5.x, which is the reason for the major\r\n version bump. PHP 5.x users can still use pure-PHP.\r\n\r\n# C++:\r\n * Removed deprecated unsafe arena string accessors\r\n * Enabled heterogeneous lookup for std::string keys in maps.\r\n * Removed implicit conversion from StringPiece to std::string\r\n * Fix use-after-destroy bug when the Map is allocated in the arena.\r\n * Improved the randomness of map ordering\r\n * Added stack overflow protection for text format with unknown fields\r\n * Use std::hash for proto maps to help with portability.\r\n * Added more Windows macros to proto whitelist.\r\n * Arena constructors for map entry messages are now marked \"explicit\"\r\n (for regular messages they were already explicit).\r\n * Fix subtle aliasing bug in RepeatedField::Add\r\n * Fix mismatch between MapEntry ByteSize and Serialize with respect to unset\r\n fields.\r\n\r\n# Python:\r\n * JSON format conformance fixes:\r\n * Reject lowercase t for Timestamp json format.\r\n * Print full_name directly for extensions (no camelCase).\r\n * Reject boolean values for integer fields.\r\n * Reject NaN, Infinity, -Infinity that is not quoted.\r\n * Base64 fixes for bytes fields: accept URL-safe base64 and missing padding.\r\n * Bugfix for fields/files named \"async\" or \"await\".\r\n * Improved the error message when AttributeError is returned from __getattr__\r\n in EnumTypeWrapper.\r\n\r\n# Java:\r\n * Fixed a bug where setting optional proto3 enums with setFooValue() would\r\n not mark the value as present.\r\n * Add Subtract function to FieldMaskUtil.\r\n\r\n# C#:\r\n * Dropped support for netstandard1.0 (replaced by support for netstandard1.1).\r\n This was required to modernize the parsing stack to use the `Span`\r\n type internally. (#7351)\r\n * Add `ParseFrom(ReadOnlySequence)` method to enable GC friendly\r\n parsing with reduced allocations and buffer copies. (#7351)\r\n * Add support for serialization directly to a `IBufferWriter` or\r\n to a `Span` to enable GC friendly serialization.\r\n The new API is available as extension methods on the `IMessage` type. (#7576)\r\n * Add `GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE` define to make\r\n generated code compatible with old C# compilers (pre-roslyn compilers\r\n from .NET framework and old versions of mono) that do not support\r\n ref structs. Users that are still on a legacy stack that does\r\n not support C# 7.2 compiler might need to use the new define\r\n in their projects to be able to build the newly generated code. (#7490)\r\n * Due to the major overhaul of parsing and serialization internals (#7351 and #7576),\r\n it is recommended to regenerate your generated code to achieve the best\r\n performance (the legacy generated code will still work, but might incur\r\n a slight performance penalty).\r\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/27159058", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/27159058/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/27159058/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.3", + "id": 27159058, + "node_id": "MDc6UmVsZWFzZTI3MTU5MDU4", + "tag_name": "v3.12.3", + "target_commitish": "master", + "name": "Protocol Buffers v3.12.3", + "draft": false, + "author": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-06-02T22:12:47Z", + "published_at": "2020-06-03T01:17:07Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308501", + "id": 21308501, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTAx", + "name": "protobuf-all-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 7561788, + "download_count": 13514, + "created_at": "2020-06-03T01:07:23Z", + "updated_at": "2020-06-03T01:07:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-all-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308507", + "id": 21308507, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTA3", + "name": "protobuf-all-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9759206, + "download_count": 9657, + "created_at": "2020-06-03T01:07:33Z", + "updated_at": "2020-06-03T01:07:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-all-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308508", + "id": 21308508, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTA4", + "name": "protobuf-cpp-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4631996, + "download_count": 8369, + "created_at": "2020-06-03T01:07:35Z", + "updated_at": "2020-06-03T01:07:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-cpp-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308509", + "id": 21308509, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTA5", + "name": "protobuf-cpp-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5657857, + "download_count": 4512, + "created_at": "2020-06-03T01:07:36Z", + "updated_at": "2020-06-03T01:07:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-cpp-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308510", + "id": 21308510, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTEw", + "name": "protobuf-csharp-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5297300, + "download_count": 282, + "created_at": "2020-06-03T01:07:37Z", + "updated_at": "2020-06-03T01:07:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-csharp-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308511", + "id": 21308511, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTEx", + "name": "protobuf-csharp-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6532421, + "download_count": 1580, + "created_at": "2020-06-03T01:07:38Z", + "updated_at": "2020-06-03T01:07:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-csharp-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308512", + "id": 21308512, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTEy", + "name": "protobuf-java-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5313409, + "download_count": 1204, + "created_at": "2020-06-03T01:07:38Z", + "updated_at": "2020-06-03T01:07:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-java-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308513", + "id": 21308513, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTEz", + "name": "protobuf-java-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6680901, + "download_count": 2917, + "created_at": "2020-06-03T01:07:39Z", + "updated_at": "2020-06-03T01:07:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-java-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308514", + "id": 21308514, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTE0", + "name": "protobuf-js-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4877626, + "download_count": 236, + "created_at": "2020-06-03T01:07:40Z", + "updated_at": "2020-06-03T01:07:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-js-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308515", + "id": 21308515, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTE1", + "name": "protobuf-js-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6051862, + "download_count": 633, + "created_at": "2020-06-03T01:07:41Z", + "updated_at": "2020-06-03T01:07:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-js-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308516", + "id": 21308516, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTE2", + "name": "protobuf-objectivec-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5021529, + "download_count": 156, + "created_at": "2020-06-03T01:07:41Z", + "updated_at": "2020-06-03T01:07:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-objectivec-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308521", + "id": 21308521, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTIx", + "name": "protobuf-objectivec-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6226451, + "download_count": 314, + "created_at": "2020-06-03T01:07:42Z", + "updated_at": "2020-06-03T01:07:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-objectivec-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308523", + "id": 21308523, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTIz", + "name": "protobuf-php-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4982631, + "download_count": 285, + "created_at": "2020-06-03T01:07:43Z", + "updated_at": "2020-06-03T01:07:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-php-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308524", + "id": 21308524, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTI0", + "name": "protobuf-php-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6130092, + "download_count": 324, + "created_at": "2020-06-03T01:07:43Z", + "updated_at": "2020-06-03T01:07:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-php-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308525", + "id": 21308525, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTI1", + "name": "protobuf-python-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4954883, + "download_count": 1647, + "created_at": "2020-06-03T01:07:44Z", + "updated_at": "2020-06-03T01:07:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-python-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308528", + "id": 21308528, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTI4", + "name": "protobuf-python-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6099055, + "download_count": 2789, + "created_at": "2020-06-03T01:07:45Z", + "updated_at": "2020-06-03T01:07:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-python-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308529", + "id": 21308529, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTI5", + "name": "protobuf-ruby-3.12.3.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4904683, + "download_count": 76, + "created_at": "2020-06-03T01:07:46Z", + "updated_at": "2020-06-03T01:07:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-ruby-3.12.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308530", + "id": 21308530, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTMw", + "name": "protobuf-ruby-3.12.3.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5985566, + "download_count": 80, + "created_at": "2020-06-03T01:07:46Z", + "updated_at": "2020-06-03T01:07:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-ruby-3.12.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308531", + "id": 21308531, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTMx", + "name": "protoc-3.12.3-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1498113, + "download_count": 1114, + "created_at": "2020-06-03T01:07:47Z", + "updated_at": "2020-06-03T01:07:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308533", + "id": 21308533, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTMz", + "name": "protoc-3.12.3-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1653545, + "download_count": 91, + "created_at": "2020-06-03T01:07:47Z", + "updated_at": "2020-06-03T01:07:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308534", + "id": 21308534, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTM0", + "name": "protoc-3.12.3-linux-s390x.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1558419, + "download_count": 65, + "created_at": "2020-06-03T01:07:48Z", + "updated_at": "2020-06-03T01:07:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308535", + "id": 21308535, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTM1", + "name": "protoc-3.12.3-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1550746, + "download_count": 267, + "created_at": "2020-06-03T01:07:48Z", + "updated_at": "2020-06-03T01:07:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308536", + "id": 21308536, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTM2", + "name": "protoc-3.12.3-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1609207, + "download_count": 40316, + "created_at": "2020-06-03T01:07:49Z", + "updated_at": "2020-06-03T01:07:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308537", + "id": 21308537, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTM3", + "name": "protoc-3.12.3-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2533079, + "download_count": 8355, + "created_at": "2020-06-03T01:07:49Z", + "updated_at": "2020-06-03T01:07:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308538", + "id": 21308538, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTM4", + "name": "protoc-3.12.3-win32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1117612, + "download_count": 2859, + "created_at": "2020-06-03T01:07:50Z", + "updated_at": "2020-06-03T01:07:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21308539", + "id": 21308539, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMzA4NTM5", + "name": "protoc-3.12.3-win64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1451052, + "download_count": 21075, + "created_at": "2020-06-03T01:07:50Z", + "updated_at": "2020-06-03T01:07:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.12.3", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.12.3", + "body": "# Objective-C\r\n * Tweak the union used for Extensions to support old generated code. #7573" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26922454", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26922454/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/26922454/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.2", + "id": 26922454, + "node_id": "MDc6UmVsZWFzZTI2OTIyNDU0", + "tag_name": "v3.12.2", + "target_commitish": "3.12.x", + "name": "Protocol Buffers v3.12.2", + "draft": false, + "author": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-26T22:55:45Z", + "published_at": "2020-05-26T23:36:44Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086939", + "id": 21086939, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTM5", + "name": "protobuf-all-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 7561108, + "download_count": 1505, + "created_at": "2020-05-26T23:34:05Z", + "updated_at": "2020-05-26T23:34:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-all-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086942", + "id": 21086942, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTQy", + "name": "protobuf-all-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9758758, + "download_count": 1411, + "created_at": "2020-05-26T23:34:17Z", + "updated_at": "2020-05-26T23:34:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-all-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086946", + "id": 21086946, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTQ2", + "name": "protobuf-cpp-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4631779, + "download_count": 5281, + "created_at": "2020-05-26T23:34:21Z", + "updated_at": "2020-05-26T23:34:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-cpp-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086950", + "id": 21086950, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTUw", + "name": "protobuf-cpp-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5657811, + "download_count": 657, + "created_at": "2020-05-26T23:34:23Z", + "updated_at": "2020-05-26T23:34:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-cpp-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086951", + "id": 21086951, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTUx", + "name": "protobuf-csharp-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5298014, + "download_count": 62, + "created_at": "2020-05-26T23:34:25Z", + "updated_at": "2020-05-26T23:34:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-csharp-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086952", + "id": 21086952, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTUy", + "name": "protobuf-csharp-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6532376, + "download_count": 252, + "created_at": "2020-05-26T23:34:27Z", + "updated_at": "2020-05-26T23:34:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-csharp-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086953", + "id": 21086953, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTUz", + "name": "protobuf-java-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5313226, + "download_count": 174, + "created_at": "2020-05-26T23:34:29Z", + "updated_at": "2020-05-26T23:34:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-java-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086954", + "id": 21086954, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTU0", + "name": "protobuf-java-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6680856, + "download_count": 486, + "created_at": "2020-05-26T23:34:31Z", + "updated_at": "2020-05-26T23:34:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-java-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086955", + "id": 21086955, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTU1", + "name": "protobuf-js-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4877496, + "download_count": 48, + "created_at": "2020-05-26T23:34:32Z", + "updated_at": "2020-05-26T23:34:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-js-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086957", + "id": 21086957, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTU3", + "name": "protobuf-js-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6051816, + "download_count": 104, + "created_at": "2020-05-26T23:34:33Z", + "updated_at": "2020-05-26T23:34:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-js-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086958", + "id": 21086958, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTU4", + "name": "protobuf-objectivec-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5020657, + "download_count": 28, + "created_at": "2020-05-26T23:34:35Z", + "updated_at": "2020-05-26T23:34:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-objectivec-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086960", + "id": 21086960, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTYw", + "name": "protobuf-objectivec-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6226056, + "download_count": 43, + "created_at": "2020-05-26T23:34:36Z", + "updated_at": "2020-05-26T23:34:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-objectivec-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086962", + "id": 21086962, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTYy", + "name": "protobuf-php-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4982458, + "download_count": 37, + "created_at": "2020-05-26T23:34:37Z", + "updated_at": "2020-05-26T23:34:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-php-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086963", + "id": 21086963, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTYz", + "name": "protobuf-php-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6130028, + "download_count": 71, + "created_at": "2020-05-26T23:34:39Z", + "updated_at": "2020-05-26T23:34:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-php-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086964", + "id": 21086964, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTY0", + "name": "protobuf-python-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4955923, + "download_count": 463, + "created_at": "2020-05-26T23:34:40Z", + "updated_at": "2020-05-26T23:34:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-python-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086965", + "id": 21086965, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTY1", + "name": "protobuf-python-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6098973, + "download_count": 464, + "created_at": "2020-05-26T23:34:41Z", + "updated_at": "2020-05-26T23:34:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-python-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086966", + "id": 21086966, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTY2", + "name": "protobuf-ruby-3.12.2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4905630, + "download_count": 12, + "created_at": "2020-05-26T23:34:42Z", + "updated_at": "2020-05-26T23:34:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-ruby-3.12.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086967", + "id": 21086967, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTY3", + "name": "protobuf-ruby-3.12.2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5985519, + "download_count": 13, + "created_at": "2020-05-26T23:34:43Z", + "updated_at": "2020-05-26T23:34:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protobuf-ruby-3.12.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086968", + "id": 21086968, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTY4", + "name": "protoc-3.12.2-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1498115, + "download_count": 136, + "created_at": "2020-05-26T23:34:44Z", + "updated_at": "2020-05-26T23:34:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086969", + "id": 21086969, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTY5", + "name": "protoc-3.12.2-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1653543, + "download_count": 22, + "created_at": "2020-05-26T23:34:45Z", + "updated_at": "2020-05-26T23:34:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086970", + "id": 21086970, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTcw", + "name": "protoc-3.12.2-linux-s390x.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1558419, + "download_count": 15, + "created_at": "2020-05-26T23:34:45Z", + "updated_at": "2020-05-26T23:34:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086971", + "id": 21086971, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTcx", + "name": "protoc-3.12.2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1550748, + "download_count": 67, + "created_at": "2020-05-26T23:34:45Z", + "updated_at": "2020-05-26T23:34:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086972", + "id": 21086972, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTcy", + "name": "protoc-3.12.2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1609207, + "download_count": 15301, + "created_at": "2020-05-26T23:34:46Z", + "updated_at": "2020-05-26T23:34:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086973", + "id": 21086973, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTcz", + "name": "protoc-3.12.2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2533077, + "download_count": 2628, + "created_at": "2020-05-26T23:34:46Z", + "updated_at": "2020-05-26T23:34:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086974", + "id": 21086974, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTc0", + "name": "protoc-3.12.2-win32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1117614, + "download_count": 510, + "created_at": "2020-05-26T23:34:47Z", + "updated_at": "2020-05-26T23:34:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/21086975", + "id": 21086975, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIxMDg2OTc1", + "name": "protoc-3.12.2-win64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1451050, + "download_count": 3648, + "created_at": "2020-05-26T23:34:47Z", + "updated_at": "2020-05-26T23:34:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.12.2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.12.2", + "body": "# C++\r\n * Simplified the template export macros to fix the build for mingw32. (#7539)\r\n\r\n# Objective-C\r\n * Fix for the :protobuf_objc target in the Bazel BUILD file. (#7538)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26737636", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26737636/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/26737636/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.1", + "id": 26737636, + "node_id": "MDc6UmVsZWFzZTI2NzM3NjM2", + "tag_name": "v3.12.1", + "target_commitish": "3.12.x", + "name": "Protocol Buffers v3.12.1", + "draft": false, + "author": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-20T19:06:30Z", + "published_at": "2020-05-20T22:32:42Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925223", + "id": 20925223, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MjIz", + "name": "protobuf-all-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 7563343, + "download_count": 11409, + "created_at": "2020-05-20T22:29:23Z", + "updated_at": "2020-05-20T22:29:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-all-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925239", + "id": 20925239, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MjM5", + "name": "protobuf-all-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9760482, + "download_count": 894, + "created_at": "2020-05-20T22:29:40Z", + "updated_at": "2020-05-20T22:29:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-all-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925242", + "id": 20925242, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MjQy", + "name": "protobuf-cpp-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4633824, + "download_count": 555, + "created_at": "2020-05-20T22:29:55Z", + "updated_at": "2020-05-20T22:30:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-cpp-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925244", + "id": 20925244, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MjQ0", + "name": "protobuf-cpp-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5659548, + "download_count": 418, + "created_at": "2020-05-20T22:30:02Z", + "updated_at": "2020-05-20T22:30:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-cpp-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925248", + "id": 20925248, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MjQ4", + "name": "protobuf-csharp-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5298724, + "download_count": 31, + "created_at": "2020-05-20T22:30:10Z", + "updated_at": "2020-05-20T22:30:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-csharp-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925251", + "id": 20925251, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MjUx", + "name": "protobuf-csharp-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6534113, + "download_count": 157, + "created_at": "2020-05-20T22:30:17Z", + "updated_at": "2020-05-20T22:30:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-csharp-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925260", + "id": 20925260, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MjYw", + "name": "protobuf-java-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5315569, + "download_count": 131, + "created_at": "2020-05-20T22:30:28Z", + "updated_at": "2020-05-20T22:30:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-java-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925265", + "id": 20925265, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MjY1", + "name": "protobuf-java-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6682594, + "download_count": 343, + "created_at": "2020-05-20T22:30:36Z", + "updated_at": "2020-05-20T22:30:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-java-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925273", + "id": 20925273, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1Mjcz", + "name": "protobuf-js-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4879307, + "download_count": 34, + "created_at": "2020-05-20T22:30:46Z", + "updated_at": "2020-05-20T22:30:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-js-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925275", + "id": 20925275, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1Mjc1", + "name": "protobuf-js-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6053553, + "download_count": 98, + "created_at": "2020-05-20T22:30:54Z", + "updated_at": "2020-05-20T22:31:04Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-js-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925276", + "id": 20925276, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1Mjc2", + "name": "protobuf-objectivec-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5023275, + "download_count": 25, + "created_at": "2020-05-20T22:31:04Z", + "updated_at": "2020-05-20T22:31:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-objectivec-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925282", + "id": 20925282, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1Mjgy", + "name": "protobuf-objectivec-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6227793, + "download_count": 45, + "created_at": "2020-05-20T22:31:11Z", + "updated_at": "2020-05-20T22:31:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-objectivec-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925285", + "id": 20925285, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1Mjg1", + "name": "protobuf-php-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4984587, + "download_count": 47, + "created_at": "2020-05-20T22:31:22Z", + "updated_at": "2020-05-20T22:31:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-php-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925289", + "id": 20925289, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1Mjg5", + "name": "protobuf-php-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6131749, + "download_count": 45, + "created_at": "2020-05-20T22:31:30Z", + "updated_at": "2020-05-20T22:31:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-php-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925294", + "id": 20925294, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1Mjk0", + "name": "protobuf-python-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4957996, + "download_count": 259, + "created_at": "2020-05-20T22:31:39Z", + "updated_at": "2020-05-20T22:31:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-python-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925299", + "id": 20925299, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1Mjk5", + "name": "protobuf-python-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6100711, + "download_count": 374, + "created_at": "2020-05-20T22:31:47Z", + "updated_at": "2020-05-20T22:31:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-python-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925302", + "id": 20925302, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzAy", + "name": "protobuf-ruby-3.12.1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4907715, + "download_count": 31, + "created_at": "2020-05-20T22:31:57Z", + "updated_at": "2020-05-20T22:32:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-ruby-3.12.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925304", + "id": 20925304, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzA0", + "name": "protobuf-ruby-3.12.1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5987257, + "download_count": 15, + "created_at": "2020-05-20T22:32:05Z", + "updated_at": "2020-05-20T22:32:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protobuf-ruby-3.12.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925305", + "id": 20925305, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzA1", + "name": "protoc-3.12.1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1498115, + "download_count": 85, + "created_at": "2020-05-20T22:32:14Z", + "updated_at": "2020-05-20T22:32:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925306", + "id": 20925306, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzA2", + "name": "protoc-3.12.1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1653543, + "download_count": 18, + "created_at": "2020-05-20T22:32:17Z", + "updated_at": "2020-05-20T22:32:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925307", + "id": 20925307, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzA3", + "name": "protoc-3.12.1-linux-s390x.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1558419, + "download_count": 16, + "created_at": "2020-05-20T22:32:20Z", + "updated_at": "2020-05-20T22:32:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925309", + "id": 20925309, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzA5", + "name": "protoc-3.12.1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1550748, + "download_count": 47, + "created_at": "2020-05-20T22:32:22Z", + "updated_at": "2020-05-20T22:32:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925311", + "id": 20925311, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzEx", + "name": "protoc-3.12.1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1609207, + "download_count": 20571, + "created_at": "2020-05-20T22:32:25Z", + "updated_at": "2020-05-20T22:32:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925312", + "id": 20925312, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzEy", + "name": "protoc-3.12.1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2533077, + "download_count": 1188, + "created_at": "2020-05-20T22:32:28Z", + "updated_at": "2020-05-20T22:32:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925313", + "id": 20925313, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzEz", + "name": "protoc-3.12.1-win32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1117614, + "download_count": 455, + "created_at": "2020-05-20T22:32:32Z", + "updated_at": "2020-05-20T22:32:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20925315", + "id": 20925315, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwOTI1MzE1", + "name": "protoc-3.12.1-win64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1451050, + "download_count": 2685, + "created_at": "2020-05-20T22:32:34Z", + "updated_at": "2020-05-20T22:32:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.12.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.12.1", + "body": "# Ruby\r\n * Re-add binary gems for Ruby 2.3 and 2.4. These are EOL upstream, however\r\n many people still use them and dropping support will require more\r\n coordination. (#7529, #7531)." + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26579412", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26579412/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/26579412/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.0", + "id": 26579412, + "node_id": "MDc6UmVsZWFzZTI2NTc5NDEy", + "tag_name": "v3.12.0", + "target_commitish": "3.12.x", + "name": "Protocol Buffers v3.12.0", + "draft": false, + "author": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-05-15T22:11:25Z", + "published_at": "2020-05-15T23:13:38Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777744", + "id": 20777744, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzQ0", + "name": "protobuf-all-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 7563147, + "download_count": 2997, + "created_at": "2020-05-15T23:12:07Z", + "updated_at": "2020-05-15T23:12:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-all-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777745", + "id": 20777745, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzQ1", + "name": "protobuf-all-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9760307, + "download_count": 713, + "created_at": "2020-05-15T23:12:16Z", + "updated_at": "2020-05-15T23:12:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-all-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777746", + "id": 20777746, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzQ2", + "name": "protobuf-cpp-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4633672, + "download_count": 447, + "created_at": "2020-05-15T23:12:18Z", + "updated_at": "2020-05-15T23:12:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-cpp-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777747", + "id": 20777747, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzQ3", + "name": "protobuf-cpp-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5659413, + "download_count": 357, + "created_at": "2020-05-15T23:12:19Z", + "updated_at": "2020-05-15T23:12:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-cpp-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777749", + "id": 20777749, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzQ5", + "name": "protobuf-csharp-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5299631, + "download_count": 23, + "created_at": "2020-05-15T23:12:20Z", + "updated_at": "2020-05-15T23:12:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-csharp-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777750", + "id": 20777750, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzUw", + "name": "protobuf-csharp-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6533978, + "download_count": 139, + "created_at": "2020-05-15T23:12:21Z", + "updated_at": "2020-05-15T23:12:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-csharp-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777751", + "id": 20777751, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzUx", + "name": "protobuf-java-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5315369, + "download_count": 119, + "created_at": "2020-05-15T23:12:22Z", + "updated_at": "2020-05-15T23:12:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-java-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777752", + "id": 20777752, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzUy", + "name": "protobuf-java-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6682449, + "download_count": 319, + "created_at": "2020-05-15T23:12:22Z", + "updated_at": "2020-05-15T23:12:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-java-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777753", + "id": 20777753, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzUz", + "name": "protobuf-js-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4879080, + "download_count": 33, + "created_at": "2020-05-15T23:12:23Z", + "updated_at": "2020-05-15T23:12:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-js-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777754", + "id": 20777754, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzU0", + "name": "protobuf-js-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6053419, + "download_count": 80, + "created_at": "2020-05-15T23:12:24Z", + "updated_at": "2020-05-15T23:12:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-js-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777755", + "id": 20777755, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzU1", + "name": "protobuf-objectivec-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5023085, + "download_count": 17, + "created_at": "2020-05-15T23:12:24Z", + "updated_at": "2020-05-15T23:12:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-objectivec-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777756", + "id": 20777756, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzU2", + "name": "protobuf-objectivec-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6227655, + "download_count": 32, + "created_at": "2020-05-15T23:12:25Z", + "updated_at": "2020-05-15T23:12:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-objectivec-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777757", + "id": 20777757, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzU3", + "name": "protobuf-php-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4984364, + "download_count": 34, + "created_at": "2020-05-15T23:12:25Z", + "updated_at": "2020-05-15T23:12:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-php-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777759", + "id": 20777759, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzU5", + "name": "protobuf-php-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6131597, + "download_count": 41, + "created_at": "2020-05-15T23:12:26Z", + "updated_at": "2020-05-15T23:12:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-php-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777763", + "id": 20777763, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzYz", + "name": "protobuf-python-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4957748, + "download_count": 198, + "created_at": "2020-05-15T23:12:38Z", + "updated_at": "2020-05-15T23:12:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-python-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777764", + "id": 20777764, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzY0", + "name": "protobuf-python-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6100575, + "download_count": 336, + "created_at": "2020-05-15T23:12:39Z", + "updated_at": "2020-05-15T23:12:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-python-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777766", + "id": 20777766, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzY2", + "name": "protobuf-ruby-3.12.0.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4907521, + "download_count": 16, + "created_at": "2020-05-15T23:12:40Z", + "updated_at": "2020-05-15T23:12:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-ruby-3.12.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777767", + "id": 20777767, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzY3", + "name": "protobuf-ruby-3.12.0.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5987112, + "download_count": 12, + "created_at": "2020-05-15T23:12:40Z", + "updated_at": "2020-05-15T23:12:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protobuf-ruby-3.12.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777768", + "id": 20777768, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzY4", + "name": "protoc-3.12.0-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1498120, + "download_count": 66, + "created_at": "2020-05-15T23:12:41Z", + "updated_at": "2020-05-15T23:12:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777769", + "id": 20777769, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3NzY5", + "name": "protoc-3.12.0-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1653527, + "download_count": 15, + "created_at": "2020-05-15T23:12:41Z", + "updated_at": "2020-05-15T23:12:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777770", + "id": 20777770, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3Nzcw", + "name": "protoc-3.12.0-linux-s390x.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1558413, + "download_count": 13, + "created_at": "2020-05-15T23:12:41Z", + "updated_at": "2020-05-15T23:12:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777771", + "id": 20777771, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3Nzcx", + "name": "protoc-3.12.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1550740, + "download_count": 39, + "created_at": "2020-05-15T23:12:42Z", + "updated_at": "2020-05-15T23:12:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777772", + "id": 20777772, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3Nzcy", + "name": "protoc-3.12.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1609208, + "download_count": 18479, + "created_at": "2020-05-15T23:12:42Z", + "updated_at": "2020-05-15T23:12:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777773", + "id": 20777773, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3Nzcz", + "name": "protoc-3.12.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2533067, + "download_count": 1140, + "created_at": "2020-05-15T23:12:43Z", + "updated_at": "2020-05-15T23:12:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777774", + "id": 20777774, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3Nzc0", + "name": "protoc-3.12.0-win32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1117596, + "download_count": 329, + "created_at": "2020-05-15T23:12:43Z", + "updated_at": "2020-05-15T23:12:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20777775", + "id": 20777775, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNzc3Nzc1", + "name": "protoc-3.12.0-win64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1450776, + "download_count": 2329, + "created_at": "2020-05-15T23:12:44Z", + "updated_at": "2020-05-15T23:12:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.12.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.12.0", + "body": " # Protocol Compiler\r\n * [experimental] Singular, non-message typed fields in proto3 now support\r\n presence tracking. This is enabled by adding the \"optional\" field label and\r\n passing the `--experimental_allow_proto3_optional` flag to protoc.\r\n * For usage info, see [docs/field_presence.md](docs/field_presence.md).\r\n * During this experimental phase, code generators should update to support\r\n proto3 presence, see [docs/implementing_proto3_presence.md](docs/implementing_proto3_presence.md) for instructions.\r\n * Allow duplicate symbol names when multiple descriptor sets are passed on\r\n the command-line, to match the behavior when multiple .proto files are passed.\r\n * Deterministic `protoc --descriptor_set_out` (#7175)\r\n\r\n # C++\r\n * [experimental] Added proto3 presence support.\r\n * New descriptor APIs to support proto3 presence.\r\n * Fix for #7463 in -rc1 (core dump mixing optional and singular fields in proto3)\r\n * Enable Arenas by default on all .proto files.\r\n * Documented that users are not allowed to subclass Message or MessageLite.\r\n * Mark generated classes as final; inheriting from protos is strongly discouraged.\r\n * Add stack overflow protection for text format with unknown fields.\r\n * Add accessors for map key and value FieldDescriptors.\r\n * Add FieldMaskUtil::FromFieldNumbers().\r\n * MessageDifferencer: use ParsePartial() on Any fields so the diff does not\r\n fail when there are missing required fields.\r\n * ReflectionOps::Merge(): lookup messages in the right factory, if it can.\r\n * Added Descriptor::WellKnownTypes enum and Descriptor::well_known_type()\r\n accessor as an easier way of determining if a message is a Well-Known Type.\r\n * Optimized RepeatedField::Add() when it is used in a loop.\r\n * Made proto move/swap more efficient.\r\n * De-virtualize the GetArena() method in MessageLite.\r\n * Improves performance of json_stream_parser.cc by factor 1000 (#7230)\r\n * bug: #7076 undefine Windows OUT and OPTIONAL macros (#7087)\r\n * Fixed a bug in FieldDescriptor::DebugString() that would erroneously print\r\n an \"optional\" label for a field in a oneof.\r\n * Fix bug in parsing bool extensions that assumed they are always 1 byte.\r\n * Fix off-by-one error in FieldOptions::ByteSize() when extensions are present.\r\n * Clarified the comments to show an example of the difference between\r\n Descriptor::extension and DescriptorPool::FindAllExtensions.\r\n * Add a compiler option 'code_size' to force optimize_for=code_size on all\r\n protos where this is possible.\r\n\r\n# Java\r\n * [experimental] Added proto3 presence support.\r\n * Fix for #7480 in -rc1 (\"TextFormat and JsonFormat ignore experimental proto3 optional enums\")\r\n * Fix for #7505 in -rc1 (\" toString() returns incorrect ascii when there are duplicate keys in a map\")\r\n * Mark java enum _VALUE constants as @Deprecated if the enum field is deprecated\r\n * reduce size for enums with allow_alias set to true.\r\n * Sort map fields alphabetically by the field's key when printing textproto.\r\n * TextFormat.merge() handles Any as top level type.\r\n * Throw a descriptive IllegalArgumentException when calling\r\n getValueDescriptor() on enum special value UNRECOGNIZED instead of\r\n ArrayIndexOutOfBoundsException.\r\n * Fixed an issue with JsonFormat.printer() where setting printingEnumsAsInts()\r\n would override the configuration passed into includingDefaultValueFields().\r\n * Implement overrides of indexOf() and contains() on primitive lists returned\r\n for repeated fields to avoid autoboxing the list contents.\r\n * Add overload to FieldMaskUtil.fromStringList that accepts a descriptor.\r\n * [bazel] Move Java runtime/toolchains into //java (#7190)\r\n\r\n# Python\r\n * [experimental] Added proto3 presence support.\r\n * [experimental] fast import protobuf module, only works with cpp generated code linked in.\r\n * Truncate 'float' fields to 4 bytes of precision in setters for pure-Python\r\n implementation (C++ extension was already doing this).\r\n * Fixed a memory leak in C++ bindings.\r\n * Added a deprecation warning when code tries to create Descriptor objects\r\n directly.\r\n * Fix unintended comparison between bytes and string in descriptor.py.\r\n * Avoid printing excess digits for float fields in TextFormat.\r\n * Remove Python 2.5 syntax compatibility from the proto compiler generated _pb2.py module code.\r\n * Drop 3.3, 3.4 and use single version docker images for all python tests (#7396)\r\n\r\n# JavaScript\r\n * Fix js message pivot selection (#6813)\r\n\r\n# PHP\r\n * Persistent Descriptor Pool (#6899)\r\n * Implement lazy loading of php class for proto messages (#6911)\r\n * Correct @return in Any.unpack docblock (#7089)\r\n * Ignore unknown enum value when ignore_unknown specified (#7455)\r\n\r\n# Ruby\r\n * [experimental] Implemented proto3 presence for Ruby. (#7406)\r\n * Stop building binary gems for ruby <2.5 (#7453)\r\n * Fix for wrappers with a zero value (#7195)\r\n * Fix for JSON serialization of 0/empty-valued wrapper types (#7198)\r\n * Call \"Class#new\" over rb_class_new_instance in decoding (#7352)\r\n * Build extensions for Ruby 2.7 (#7027)\r\n * assigning 'nil' to submessage should clear the field. (#7397)\r\n\r\n# C#\r\n * [experimental] Add support for proto3 presence fields in C# (#7382)\r\n * Cleanup various bits of Google.Protobuf (#6674)\r\n * Fix conformance test failures for Google.Protobuf (#6910)\r\n * Fix latest ArgumentException for C# extensions (#6938)\r\n * Remove unnecessary branch from ReadTag (#7289)\r\n * Enforce recursion depth checking for unknown fields (#7132)\r\n * Mark GetOption API as obsolete and expose the \"GetOptions()\" method\r\n on descriptors instead (#7491)\r\n * Remove Has/Clear members for C# message fields in proto2 (#7429)\r\n\r\n# Objective-C\r\n * [experimental] ObjC Proto3 optional support (#7421)\r\n * Block subclassing of generated classes (#7124)\r\n * Use references to Obj C classes instead of names in descriptors. (#7026)\r\n * Revisit how the WKTs are bundled with ObjC. (#7173)\r\n\r\n# Other\r\n * Add a proto_lang_toolchain for javalite (#6882)\r\n * [bazel] Update gtest and deprecate //external:{gtest,gtest_main} (#7237)\r\n * Add application note for explicit presence tracking. (#7390)\r\n * Howto doc for implementing proto3 presence in a code generator. (#7407)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26445203", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26445203/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/26445203/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.0-rc2", + "id": 26445203, + "node_id": "MDc6UmVsZWFzZTI2NDQ1MjAz", + "tag_name": "v3.12.0-rc2", + "target_commitish": "3.12.x", + "name": "Protocol Buffers v3.12.0-rc2", + "draft": false, + "author": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2020-05-12T21:39:14Z", + "published_at": "2020-05-12T22:30:22Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670491", + "id": 20670491, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNDkx", + "name": "protobuf-all-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 7565602, + "download_count": 190, + "created_at": "2020-05-12T22:29:17Z", + "updated_at": "2020-05-12T22:29:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-all-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670493", + "id": 20670493, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNDkz", + "name": "protobuf-all-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9785370, + "download_count": 175, + "created_at": "2020-05-12T22:29:18Z", + "updated_at": "2020-05-12T22:29:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-all-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670494", + "id": 20670494, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNDk0", + "name": "protobuf-cpp-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4634445, + "download_count": 51, + "created_at": "2020-05-12T22:29:19Z", + "updated_at": "2020-05-12T22:29:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-cpp-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670495", + "id": 20670495, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNDk1", + "name": "protobuf-cpp-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5670423, + "download_count": 85, + "created_at": "2020-05-12T22:29:19Z", + "updated_at": "2020-05-12T22:29:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-cpp-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670496", + "id": 20670496, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNDk2", + "name": "protobuf-csharp-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5300438, + "download_count": 14, + "created_at": "2020-05-12T22:29:20Z", + "updated_at": "2020-05-12T22:29:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-csharp-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670497", + "id": 20670497, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNDk3", + "name": "protobuf-csharp-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6547184, + "download_count": 40, + "created_at": "2020-05-12T22:29:20Z", + "updated_at": "2020-05-12T22:29:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-csharp-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670498", + "id": 20670498, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNDk4", + "name": "protobuf-java-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5315884, + "download_count": 28, + "created_at": "2020-05-12T22:29:21Z", + "updated_at": "2020-05-12T22:29:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-java-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670500", + "id": 20670500, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTAw", + "name": "protobuf-java-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6696722, + "download_count": 63, + "created_at": "2020-05-12T22:29:21Z", + "updated_at": "2020-05-12T22:29:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-java-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670501", + "id": 20670501, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTAx", + "name": "protobuf-js-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4879398, + "download_count": 11, + "created_at": "2020-05-12T22:29:22Z", + "updated_at": "2020-05-12T22:29:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-js-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670502", + "id": 20670502, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTAy", + "name": "protobuf-js-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6066452, + "download_count": 26, + "created_at": "2020-05-12T22:29:22Z", + "updated_at": "2020-05-12T22:29:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-js-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670503", + "id": 20670503, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTAz", + "name": "protobuf-objectivec-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5022309, + "download_count": 9, + "created_at": "2020-05-12T22:29:23Z", + "updated_at": "2020-05-12T22:29:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-objectivec-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670504", + "id": 20670504, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTA0", + "name": "protobuf-objectivec-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6241092, + "download_count": 15, + "created_at": "2020-05-12T22:29:23Z", + "updated_at": "2020-05-12T22:29:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-objectivec-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670505", + "id": 20670505, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTA1", + "name": "protobuf-php-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4984146, + "download_count": 10, + "created_at": "2020-05-12T22:29:24Z", + "updated_at": "2020-05-12T22:29:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-php-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670506", + "id": 20670506, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTA2", + "name": "protobuf-php-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6144686, + "download_count": 17, + "created_at": "2020-05-12T22:29:24Z", + "updated_at": "2020-05-12T22:29:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-php-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670507", + "id": 20670507, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTA3", + "name": "protobuf-python-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4957672, + "download_count": 40, + "created_at": "2020-05-12T22:29:25Z", + "updated_at": "2020-05-12T22:29:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-python-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670508", + "id": 20670508, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTA4", + "name": "protobuf-python-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6112767, + "download_count": 60, + "created_at": "2020-05-12T22:29:25Z", + "updated_at": "2020-05-12T22:29:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-python-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670509", + "id": 20670509, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTA5", + "name": "protobuf-ruby-3.12.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4907246, + "download_count": 8, + "created_at": "2020-05-12T22:29:26Z", + "updated_at": "2020-05-12T22:29:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-ruby-3.12.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670510", + "id": 20670510, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTEw", + "name": "protobuf-ruby-3.12.0-rc-2.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5999005, + "download_count": 10, + "created_at": "2020-05-12T22:29:26Z", + "updated_at": "2020-05-12T22:29:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protobuf-ruby-3.12.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670511", + "id": 20670511, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTEx", + "name": "protoc-3.12.0-rc-2-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1498120, + "download_count": 18, + "created_at": "2020-05-12T22:29:27Z", + "updated_at": "2020-05-12T22:29:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protoc-3.12.0-rc-2-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670512", + "id": 20670512, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTEy", + "name": "protoc-3.12.0-rc-2-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1653527, + "download_count": 12, + "created_at": "2020-05-12T22:29:27Z", + "updated_at": "2020-05-12T22:29:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protoc-3.12.0-rc-2-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670513", + "id": 20670513, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTEz", + "name": "protoc-3.12.0-rc-2-linux-s390x.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1558413, + "download_count": 9, + "created_at": "2020-05-12T22:29:27Z", + "updated_at": "2020-05-12T22:29:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protoc-3.12.0-rc-2-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670514", + "id": 20670514, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTE0", + "name": "protoc-3.12.0-rc-2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1550740, + "download_count": 12, + "created_at": "2020-05-12T22:29:28Z", + "updated_at": "2020-05-12T22:29:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protoc-3.12.0-rc-2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670515", + "id": 20670515, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTE1", + "name": "protoc-3.12.0-rc-2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1609208, + "download_count": 220, + "created_at": "2020-05-12T22:29:28Z", + "updated_at": "2020-05-12T22:29:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protoc-3.12.0-rc-2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670517", + "id": 20670517, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTE3", + "name": "protoc-3.12.0-rc-2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2533067, + "download_count": 122, + "created_at": "2020-05-12T22:29:29Z", + "updated_at": "2020-05-12T22:29:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protoc-3.12.0-rc-2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670518", + "id": 20670518, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTE4", + "name": "protoc-3.12.0-rc-2-win32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1117598, + "download_count": 76, + "created_at": "2020-05-12T22:29:29Z", + "updated_at": "2020-05-12T22:29:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protoc-3.12.0-rc-2-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20670519", + "id": 20670519, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcwNTE5", + "name": "protoc-3.12.0-rc-2-win64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1450777, + "download_count": 457, + "created_at": "2020-05-12T22:29:30Z", + "updated_at": "2020-05-12T22:29:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc2/protoc-3.12.0-rc-2-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.12.0-rc2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.12.0-rc2", + "body": "# C++ / Python\r\n- Fix for #7463 (\"mixing with optional fields: core dump --experimental_allow_proto3_optional\")\r\n\r\n# Java\r\n- Fix for #7480 (\"TextFormat and JsonFormat ignore experimental proto3 optional enums\")\r\n\r\n# PHP\r\n\r\n- Ignore unknown enum value when ignore_unknown specified (#7455)\r\n\r\n# C#\r\n\r\n- Mark GetOption API as obsolete and expose the \"GetOptions()\" method on descriptors instead (#7491)\r\n- Remove Has/Clear members for C# message fields in proto2 (#7429)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26153217", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/26153217/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/26153217/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.0-rc1", + "id": 26153217, + "node_id": "MDc6UmVsZWFzZTI2MTUzMjE3", + "tag_name": "v3.12.0-rc1", + "target_commitish": "3.12.x", + "name": "Protocol Buffers v3.12.0-rc1", + "draft": false, + "author": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2020-05-01T20:10:28Z", + "published_at": "2020-05-04T17:45:37Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409410", + "id": 20409410, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDEw", + "name": "protobuf-all-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 7561107, + "download_count": 353, + "created_at": "2020-05-04T17:45:10Z", + "updated_at": "2020-05-04T17:45:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-all-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409411", + "id": 20409411, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDEx", + "name": "protobuf-all-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9780301, + "download_count": 256, + "created_at": "2020-05-04T17:45:12Z", + "updated_at": "2020-05-04T17:45:13Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-all-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409412", + "id": 20409412, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDEy", + "name": "protobuf-cpp-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4633205, + "download_count": 80, + "created_at": "2020-05-04T17:45:13Z", + "updated_at": "2020-05-04T17:45:13Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-cpp-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409416", + "id": 20409416, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDE2", + "name": "protobuf-cpp-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5670260, + "download_count": 111, + "created_at": "2020-05-04T17:45:13Z", + "updated_at": "2020-05-04T17:45:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-cpp-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409418", + "id": 20409418, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDE4", + "name": "protobuf-csharp-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5299797, + "download_count": 14, + "created_at": "2020-05-04T17:45:14Z", + "updated_at": "2020-05-04T17:45:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-csharp-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409420", + "id": 20409420, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDIw", + "name": "protobuf-csharp-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6545117, + "download_count": 43, + "created_at": "2020-05-04T17:45:14Z", + "updated_at": "2020-05-04T17:45:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-csharp-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409421", + "id": 20409421, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDIx", + "name": "protobuf-java-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5313946, + "download_count": 35, + "created_at": "2020-05-04T17:45:15Z", + "updated_at": "2020-05-04T17:45:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-java-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409422", + "id": 20409422, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDIy", + "name": "protobuf-java-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6695776, + "download_count": 78, + "created_at": "2020-05-04T17:45:15Z", + "updated_at": "2020-05-04T17:45:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-java-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409425", + "id": 20409425, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDI1", + "name": "protobuf-js-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4879305, + "download_count": 14, + "created_at": "2020-05-04T17:45:16Z", + "updated_at": "2020-05-04T17:45:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-js-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409427", + "id": 20409427, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDI3", + "name": "protobuf-js-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6066289, + "download_count": 33, + "created_at": "2020-05-04T17:45:16Z", + "updated_at": "2020-05-04T17:45:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-js-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409428", + "id": 20409428, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDI4", + "name": "protobuf-objectivec-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 5022205, + "download_count": 18, + "created_at": "2020-05-04T17:45:17Z", + "updated_at": "2020-05-04T17:45:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-objectivec-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409429", + "id": 20409429, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDI5", + "name": "protobuf-objectivec-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6240929, + "download_count": 21, + "created_at": "2020-05-04T17:45:17Z", + "updated_at": "2020-05-04T17:45:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-objectivec-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409430", + "id": 20409430, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDMw", + "name": "protobuf-php-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4981127, + "download_count": 14, + "created_at": "2020-05-04T17:45:18Z", + "updated_at": "2020-05-04T17:45:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-php-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409431", + "id": 20409431, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDMx", + "name": "protobuf-php-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6142267, + "download_count": 18, + "created_at": "2020-05-04T17:45:19Z", + "updated_at": "2020-05-04T17:45:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-php-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409432", + "id": 20409432, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDMy", + "name": "protobuf-python-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4957542, + "download_count": 66, + "created_at": "2020-05-04T17:45:19Z", + "updated_at": "2020-05-04T17:45:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-python-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409433", + "id": 20409433, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDMz", + "name": "protobuf-python-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6112641, + "download_count": 113, + "created_at": "2020-05-04T17:45:20Z", + "updated_at": "2020-05-04T17:45:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-python-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409434", + "id": 20409434, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDM0", + "name": "protobuf-ruby-3.12.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 4907160, + "download_count": 9, + "created_at": "2020-05-04T17:45:20Z", + "updated_at": "2020-05-04T17:45:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-ruby-3.12.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409435", + "id": 20409435, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDM1", + "name": "protobuf-ruby-3.12.0-rc-1.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5998842, + "download_count": 9, + "created_at": "2020-05-04T17:45:21Z", + "updated_at": "2020-05-04T17:45:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protobuf-ruby-3.12.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409436", + "id": 20409436, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDM2", + "name": "protoc-3.12.0-rc-1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1498228, + "download_count": 22, + "created_at": "2020-05-04T17:45:21Z", + "updated_at": "2020-05-04T17:45:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protoc-3.12.0-rc-1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409437", + "id": 20409437, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDM3", + "name": "protoc-3.12.0-rc-1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1653505, + "download_count": 11, + "created_at": "2020-05-04T17:45:21Z", + "updated_at": "2020-05-04T17:45:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protoc-3.12.0-rc-1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409438", + "id": 20409438, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDM4", + "name": "protoc-3.12.0-rc-1-linux-s390x.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1558325, + "download_count": 10, + "created_at": "2020-05-04T17:45:22Z", + "updated_at": "2020-05-04T17:45:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protoc-3.12.0-rc-1-linux-s390x.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409439", + "id": 20409439, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDM5", + "name": "protoc-3.12.0-rc-1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1550750, + "download_count": 12, + "created_at": "2020-05-04T17:45:22Z", + "updated_at": "2020-05-04T17:45:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protoc-3.12.0-rc-1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409440", + "id": 20409440, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDQw", + "name": "protoc-3.12.0-rc-1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1609281, + "download_count": 433, + "created_at": "2020-05-04T17:45:23Z", + "updated_at": "2020-05-04T17:45:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protoc-3.12.0-rc-1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409441", + "id": 20409441, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDQx", + "name": "protoc-3.12.0-rc-1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2533065, + "download_count": 217, + "created_at": "2020-05-04T17:45:23Z", + "updated_at": "2020-05-04T17:45:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protoc-3.12.0-rc-1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409442", + "id": 20409442, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDQy", + "name": "protoc-3.12.0-rc-1-win32.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1117594, + "download_count": 114, + "created_at": "2020-05-04T17:45:23Z", + "updated_at": "2020-05-04T17:45:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protoc-3.12.0-rc-1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/20409443", + "id": 20409443, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNDA5NDQz", + "name": "protoc-3.12.0-rc-1-win64.zip", + "label": null, + "uploader": { + "login": "haberman", + "id": 1270, + "node_id": "MDQ6VXNlcjEyNzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/haberman", + "html_url": "https://github.com/haberman", + "followers_url": "https://api.github.com/users/haberman/followers", + "following_url": "https://api.github.com/users/haberman/following{/other_user}", + "gists_url": "https://api.github.com/users/haberman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/haberman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/haberman/subscriptions", + "organizations_url": "https://api.github.com/users/haberman/orgs", + "repos_url": "https://api.github.com/users/haberman/repos", + "events_url": "https://api.github.com/users/haberman/events{/privacy}", + "received_events_url": "https://api.github.com/users/haberman/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1450968, + "download_count": 705, + "created_at": "2020-05-04T17:45:24Z", + "updated_at": "2020-05-04T17:45:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0-rc1/protoc-3.12.0-rc-1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.12.0-rc1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.12.0-rc1", + "body": " # Protocol Compiler\r\n * [experimental] Singular, non-message typed fields in proto3 now support\r\n presence tracking. This is enabled by adding the \"optional\" field label and\r\n passing the `--experimental_allow_proto3_optional` flag to protoc.\r\n * For usage info, see [docs/field_presence.md](docs/field_presence.md).\r\n * During this experimental phase, code generators should update to support\r\n proto3 presence, see [docs/implementing_proto3_presence.md](docs/implementing_proto3_presence.md) for instructions.\r\n * Allow duplicate symbol names when multiple descriptor sets are passed on\r\n the command-line, to match the behavior when multiple .proto files are passed.\r\n * Deterministic `protoc --descriptor_set_out` (#7175)\r\n\r\n # C++\r\n * [experimental] Added proto3 presence support.\r\n * New descriptor APIs to support proto3 presence.\r\n * Enable Arenas by default on all .proto files.\r\n * Documented that users are not allowed to subclass Message or MessageLite.\r\n * Mark generated classes as final; inheriting from protos is strongly discouraged.\r\n * Add stack overflow protection for text format with unknown fields.\r\n * Add accessors for map key and value FieldDescriptors.\r\n * Add FieldMaskUtil::FromFieldNumbers().\r\n * MessageDifferencer: use ParsePartial() on Any fields so the diff does not\r\n fail when there are missing required fields.\r\n * ReflectionOps::Merge(): lookup messages in the right factory, if it can.\r\n * Added Descriptor::WellKnownTypes enum and Descriptor::well_known_type()\r\n accessor as an easier way of determining if a message is a Well-Known Type.\r\n * Optimized RepeatedField::Add() when it is used in a loop.\r\n * Made proto move/swap more efficient.\r\n * De-virtualize the GetArena() method in MessageLite.\r\n * Improves performance of json_stream_parser.cc by factor 1000 (#7230)\r\n * bug: #7076 undefine Windows OUT and OPTIONAL macros (#7087)\r\n * Fixed a bug in FieldDescriptor::DebugString() that would erroneously print\r\n an \"optional\" label for a field in a oneof.\r\n * Fix bug in parsing bool extensions that assumed they are always 1 byte.\r\n * Fix off-by-one error in FieldOptions::ByteSize() when extensions are present.\r\n * Clarified the comments to show an example of the difference between\r\n Descriptor::extension and DescriptorPool::FindAllExtensions.\r\n * Add a compiler option 'code_size' to force optimize_for=code_size on all\r\n protos where this is possible.\r\n\r\n Java\r\n * [experimental] Added proto3 presence support.\r\n * Mark java enum _VALUE constants as @Deprecated if the enum field is deprecated\r\n * reduce size for enums with allow_alias set to true.\r\n * Sort map fields alphabetically by the field's key when printing textproto.\r\n * TextFormat.merge() handles Any as top level type.\r\n * Throw a descriptive IllegalArgumentException when calling\r\n getValueDescriptor() on enum special value UNRECOGNIZED instead of\r\n ArrayIndexOutOfBoundsException.\r\n * Fixed an issue with JsonFormat.printer() where setting printingEnumsAsInts()\r\n would override the configuration passed into includingDefaultValueFields().\r\n * Implement overrides of indexOf() and contains() on primitive lists returned\r\n for repeated fields to avoid autoboxing the list contents.\r\n * Add overload to FieldMaskUtil.fromStringList that accepts a descriptor.\r\n * [bazel] Move Java runtime/toolchains into //java (#7190)\r\n\r\n Python\r\n * [experimental] Added proto3 presence support.\r\n * [experimental] fast import protobuf module, only works with cpp generated code linked in.\r\n * Truncate 'float' fields to 4 bytes of precision in setters for pure-Python\r\n implementation (C++ extension was already doing this).\r\n * Fixed a memory leak in C++ bindings.\r\n * Added a deprecation warning when code tries to create Descriptor objects\r\n directly.\r\n * Fix unintended comparison between bytes and string in descriptor.py.\r\n * Avoid printing excess digits for float fields in TextFormat.\r\n * Remove Python 2.5 syntax compatibility from the proto compiler generated _pb2.py module code.\r\n * Drop 3.3, 3.4 and use single version docker images for all python tests (#7396)\r\n\r\n JavaScript\r\n * Fix js message pivot selection (#6813)\r\n\r\n PHP\r\n * Persistent Descriptor Pool (#6899)\r\n * Implement lazy loading of php class for proto messages (#6911)\r\n * Correct @return in Any.unpack docblock (#7089)\r\n\r\n Ruby\r\n * [experimental] Implemented proto3 presence for Ruby. (#7406)\r\n * Stop building binary gems for ruby <2.5 (#7453)\r\n * Fix for wrappers with a zero value (#7195)\r\n * Fix for JSON serialization of 0/empty-valued wrapper types (#7198)\r\n * Call \"Class#new\" over rb_class_new_instance in decoding (#7352)\r\n * Build extensions for Ruby 2.7 (#7027)\r\n * assigning 'nil' to submessage should clear the field. (#7397)\r\n\r\n C#\r\n * [experimental] Add support for proto3 presence fields in C# (#7382)\r\n * Cleanup various bits of Google.Protobuf (#6674)\r\n * Fix conformance test failures for Google.Protobuf (#6910)\r\n * Fix latest ArgumentException for C# extensions (#6938)\r\n * Remove unnecessary branch from ReadTag (#7289)\r\n * Enforce recursion depth checking for unknown fields (#7132)\r\n\r\n Objective-C\r\n * [experimental] ObjC Proto3 optional support (#7421)\r\n * Block subclassing of generated classes (#7124)\r\n * Use references to Obj C classes instead of names in descriptors. (#7026)\r\n * Revisit how the WKTs are bundled with ObjC. (#7173)\r\n\r\n Other\r\n * Add a proto_lang_toolchain for javalite (#6882)\r\n * [bazel] Update gtest and deprecate //external:{gtest,gtest_main} (#7237)\r\n * Add application note for explicit presence tracking. (#7390)\r\n * Howto doc for implementing proto3 presence in a code generator. (#7407)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/23691882", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/23691882/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/23691882/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.4", + "id": 23691882, + "node_id": "MDc6UmVsZWFzZTIzNjkxODgy", + "tag_name": "v3.11.4", + "target_commitish": "3.11.x", + "name": "Protocol Buffers v3.11.4", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-02-14T20:13:20Z", + "published_at": "2020-02-14T20:19:45Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039364", + "id": 18039364, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5MzY0", + "name": "protobuf-all-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7408292, + "download_count": 22285, + "created_at": "2020-02-14T20:19:25Z", + "updated_at": "2020-02-14T20:19:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-all-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039365", + "id": 18039365, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5MzY1", + "name": "protobuf-all-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9543422, + "download_count": 12908, + "created_at": "2020-02-14T20:19:26Z", + "updated_at": "2020-02-14T20:19:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-all-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039366", + "id": 18039366, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5MzY2", + "name": "protobuf-cpp-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4605834, + "download_count": 21280, + "created_at": "2020-02-14T20:19:27Z", + "updated_at": "2020-02-14T20:19:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-cpp-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039367", + "id": 18039367, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5MzY3", + "name": "protobuf-cpp-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5610949, + "download_count": 8090, + "created_at": "2020-02-14T20:19:27Z", + "updated_at": "2020-02-14T20:19:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-cpp-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039368", + "id": 18039368, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5MzY4", + "name": "protobuf-csharp-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5256057, + "download_count": 629, + "created_at": "2020-02-14T20:19:28Z", + "updated_at": "2020-02-14T20:19:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-csharp-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039369", + "id": 18039369, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5MzY5", + "name": "protobuf-csharp-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6466899, + "download_count": 2765, + "created_at": "2020-02-14T20:19:28Z", + "updated_at": "2020-02-14T20:19:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-csharp-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039370", + "id": 18039370, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzcw", + "name": "protobuf-java-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5273514, + "download_count": 2326, + "created_at": "2020-02-14T20:19:29Z", + "updated_at": "2020-02-14T20:19:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-java-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039372", + "id": 18039372, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzcy", + "name": "protobuf-java-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6627020, + "download_count": 5534, + "created_at": "2020-02-14T20:19:29Z", + "updated_at": "2020-02-14T20:19:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-java-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039373", + "id": 18039373, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzcz", + "name": "protobuf-js-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4773857, + "download_count": 463, + "created_at": "2020-02-14T20:19:29Z", + "updated_at": "2020-02-14T20:19:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-js-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039374", + "id": 18039374, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzc0", + "name": "protobuf-js-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5884431, + "download_count": 1300, + "created_at": "2020-02-14T20:19:30Z", + "updated_at": "2020-02-14T20:19:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-js-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039375", + "id": 18039375, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzc1", + "name": "protobuf-objectivec-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4983794, + "download_count": 258, + "created_at": "2020-02-14T20:19:30Z", + "updated_at": "2020-02-14T20:19:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-objectivec-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039376", + "id": 18039376, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzc2", + "name": "protobuf-objectivec-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6168722, + "download_count": 560, + "created_at": "2020-02-14T20:19:31Z", + "updated_at": "2020-02-14T20:19:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-objectivec-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039377", + "id": 18039377, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzc3", + "name": "protobuf-php-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4952966, + "download_count": 517, + "created_at": "2020-02-14T20:19:31Z", + "updated_at": "2020-02-14T20:19:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-php-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039378", + "id": 18039378, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzc4", + "name": "protobuf-php-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6080113, + "download_count": 559, + "created_at": "2020-02-14T20:19:32Z", + "updated_at": "2020-02-14T20:19:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-php-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039379", + "id": 18039379, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzc5", + "name": "protobuf-python-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4929688, + "download_count": 3366, + "created_at": "2020-02-14T20:19:32Z", + "updated_at": "2020-02-14T20:19:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-python-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039380", + "id": 18039380, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzgw", + "name": "protobuf-python-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6046945, + "download_count": 5425, + "created_at": "2020-02-14T20:19:33Z", + "updated_at": "2020-02-14T20:19:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-python-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039381", + "id": 18039381, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzgx", + "name": "protobuf-ruby-3.11.4.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4875519, + "download_count": 179, + "created_at": "2020-02-14T20:19:33Z", + "updated_at": "2020-02-14T20:19:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-ruby-3.11.4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039382", + "id": 18039382, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzgy", + "name": "protobuf-ruby-3.11.4.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5934986, + "download_count": 137, + "created_at": "2020-02-14T20:19:34Z", + "updated_at": "2020-02-14T20:19:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-ruby-3.11.4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039384", + "id": 18039384, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzg0", + "name": "protoc-3.11.4-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1481946, + "download_count": 1336, + "created_at": "2020-02-14T20:19:34Z", + "updated_at": "2020-02-14T20:19:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039385", + "id": 18039385, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzg1", + "name": "protoc-3.11.4-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1633310, + "download_count": 150, + "created_at": "2020-02-14T20:19:34Z", + "updated_at": "2020-02-14T20:19:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039386", + "id": 18039386, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzg2", + "name": "protoc-3.11.4-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1540350, + "download_count": 198, + "created_at": "2020-02-14T20:19:35Z", + "updated_at": "2020-02-14T20:19:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039387", + "id": 18039387, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzg3", + "name": "protoc-3.11.4-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1533860, + "download_count": 609, + "created_at": "2020-02-14T20:19:35Z", + "updated_at": "2020-02-14T20:19:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039388", + "id": 18039388, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzg4", + "name": "protoc-3.11.4-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1591191, + "download_count": 191201, + "created_at": "2020-02-14T20:19:36Z", + "updated_at": "2020-02-14T20:19:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039389", + "id": 18039389, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzg5", + "name": "protoc-3.11.4-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2482119, + "download_count": 34575, + "created_at": "2020-02-14T20:19:36Z", + "updated_at": "2020-02-14T20:19:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039390", + "id": 18039390, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzkw", + "name": "protoc-3.11.4-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1101301, + "download_count": 5916, + "created_at": "2020-02-14T20:19:36Z", + "updated_at": "2020-02-14T20:19:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/18039391", + "id": 18039391, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4MDM5Mzkx", + "name": "protoc-3.11.4-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1428016, + "download_count": 44410, + "created_at": "2020-02-14T20:19:37Z", + "updated_at": "2020-02-14T20:19:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.11.4", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.11.4", + "body": "C#\r\n==\r\n * Fix latest ArgumentException for C# extensions (#7188)\r\n * Enforce recursion depth checking for unknown fields (#7210)\r\n \r\nRuby\r\n====\r\n * Fix wrappers with a zero value (#7195)\r\n * Fix JSON serialization of 0/empty-valued wrapper types (#7198)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/23323979", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/23323979/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/23323979/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.3", + "id": 23323979, + "node_id": "MDc6UmVsZWFzZTIzMzIzOTc5", + "tag_name": "v3.11.3", + "target_commitish": "3.11.x", + "name": "Protocol Buffers v3.11.3", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2020-02-02T22:04:32Z", + "published_at": "2020-02-02T22:26:31Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749368", + "id": 17749368, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5MzY4", + "name": "protobuf-all-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7402790, + "download_count": 8032, + "created_at": "2020-02-02T22:25:48Z", + "updated_at": "2020-02-02T22:25:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-all-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749369", + "id": 17749369, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5MzY5", + "name": "protobuf-all-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9533956, + "download_count": 2068, + "created_at": "2020-02-02T22:25:48Z", + "updated_at": "2020-02-02T22:25:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-all-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749370", + "id": 17749370, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzcw", + "name": "protobuf-cpp-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4605200, + "download_count": 6090, + "created_at": "2020-02-02T22:25:48Z", + "updated_at": "2020-02-02T22:25:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-cpp-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749371", + "id": 17749371, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzcx", + "name": "protobuf-cpp-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5609457, + "download_count": 1303, + "created_at": "2020-02-02T22:25:48Z", + "updated_at": "2020-02-02T22:25:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-cpp-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749372", + "id": 17749372, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzcy", + "name": "protobuf-csharp-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5251988, + "download_count": 85, + "created_at": "2020-02-02T22:25:48Z", + "updated_at": "2020-02-02T22:25:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-csharp-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749373", + "id": 17749373, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzcz", + "name": "protobuf-csharp-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6458106, + "download_count": 413, + "created_at": "2020-02-02T22:25:49Z", + "updated_at": "2020-02-02T22:25:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-csharp-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749374", + "id": 17749374, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzc0", + "name": "protobuf-java-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5272834, + "download_count": 478, + "created_at": "2020-02-02T22:25:49Z", + "updated_at": "2020-02-02T22:25:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-java-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749375", + "id": 17749375, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzc1", + "name": "protobuf-java-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6625530, + "download_count": 760, + "created_at": "2020-02-02T22:25:49Z", + "updated_at": "2020-02-02T22:25:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-java-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749376", + "id": 17749376, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzc2", + "name": "protobuf-js-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4772932, + "download_count": 125, + "created_at": "2020-02-02T22:25:49Z", + "updated_at": "2020-02-02T22:25:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-js-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749377", + "id": 17749377, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzc3", + "name": "protobuf-js-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5882940, + "download_count": 240, + "created_at": "2020-02-02T22:25:49Z", + "updated_at": "2020-02-02T22:25:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-js-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749378", + "id": 17749378, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzc4", + "name": "protobuf-objectivec-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4983943, + "download_count": 62, + "created_at": "2020-02-02T22:25:50Z", + "updated_at": "2020-02-02T22:25:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-objectivec-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749379", + "id": 17749379, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzc5", + "name": "protobuf-objectivec-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6167230, + "download_count": 127, + "created_at": "2020-02-02T22:25:50Z", + "updated_at": "2020-02-02T22:25:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-objectivec-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749380", + "id": 17749380, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzgw", + "name": "protobuf-php-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4951641, + "download_count": 72, + "created_at": "2020-02-02T22:25:50Z", + "updated_at": "2020-02-02T22:25:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-php-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749381", + "id": 17749381, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzgx", + "name": "protobuf-php-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6078420, + "download_count": 102, + "created_at": "2020-02-02T22:25:50Z", + "updated_at": "2020-02-02T22:25:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-php-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749382", + "id": 17749382, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzgy", + "name": "protobuf-python-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4928533, + "download_count": 2410, + "created_at": "2020-02-02T22:25:50Z", + "updated_at": "2020-02-02T22:25:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-python-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749383", + "id": 17749383, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzgz", + "name": "protobuf-python-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6045452, + "download_count": 1075, + "created_at": "2020-02-02T22:25:50Z", + "updated_at": "2020-02-02T22:25:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-python-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749384", + "id": 17749384, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzg0", + "name": "protobuf-ruby-3.11.3.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4873627, + "download_count": 24, + "created_at": "2020-02-02T22:25:51Z", + "updated_at": "2020-02-02T22:25:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-ruby-3.11.3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749385", + "id": 17749385, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzg1", + "name": "protobuf-ruby-3.11.3.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5933020, + "download_count": 35, + "created_at": "2020-02-02T22:25:51Z", + "updated_at": "2020-02-02T22:25:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protobuf-ruby-3.11.3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749386", + "id": 17749386, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzg2", + "name": "protoc-3.11.3-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1472960, + "download_count": 358, + "created_at": "2020-02-02T22:25:51Z", + "updated_at": "2020-02-02T22:25:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749387", + "id": 17749387, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzg3", + "name": "protoc-3.11.3-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1626210, + "download_count": 139, + "created_at": "2020-02-02T22:25:51Z", + "updated_at": "2020-02-02T22:25:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749388", + "id": 17749388, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzg4", + "name": "protoc-3.11.3-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1533735, + "download_count": 136, + "created_at": "2020-02-02T22:25:51Z", + "updated_at": "2020-02-02T22:25:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749389", + "id": 17749389, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzg5", + "name": "protoc-3.11.3-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527064, + "download_count": 217, + "created_at": "2020-02-02T22:25:52Z", + "updated_at": "2020-02-02T22:25:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749390", + "id": 17749390, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzkw", + "name": "protoc-3.11.3-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1584397, + "download_count": 29160, + "created_at": "2020-02-02T22:25:52Z", + "updated_at": "2020-02-02T22:25:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749391", + "id": 17749391, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzkx", + "name": "protoc-3.11.3-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2626065, + "download_count": 228, + "created_at": "2020-02-02T22:25:52Z", + "updated_at": "2020-02-02T22:25:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749392", + "id": 17749392, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzky", + "name": "protoc-3.11.3-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2468270, + "download_count": 2716, + "created_at": "2020-02-02T22:25:52Z", + "updated_at": "2020-02-02T22:25:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749393", + "id": 17749393, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzkz", + "name": "protoc-3.11.3-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1094804, + "download_count": 2203, + "created_at": "2020-02-02T22:25:52Z", + "updated_at": "2020-02-02T22:25:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/17749395", + "id": 17749395, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3NzQ5Mzk1", + "name": "protoc-3.11.3-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420923, + "download_count": 6040, + "created_at": "2020-02-02T22:25:52Z", + "updated_at": "2020-02-02T22:25:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.11.3", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.11.3", + "body": "C++\r\n===\r\n * Add OUT and OPTIONAL to windows portability files (#7087)\r\n\r\nPHP\r\n===\r\n\r\n * Refactored ulong to zend_ulong for php7.4 compatibility (#7147)\r\n * Call register_class before getClass from desc to fix segfault (#7077)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/22219848", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/22219848/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/22219848/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.2", + "id": 22219848, + "node_id": "MDc6UmVsZWFzZTIyMjE5ODQ4", + "tag_name": "v3.11.2", + "target_commitish": "3.11.x", + "name": "Protocol Buffers v3.11.2", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-12-12T21:59:51Z", + "published_at": "2019-12-13T19:22:40Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787825", + "id": 16787825, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODI1", + "name": "protobuf-all-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7401803, + "download_count": 26335, + "created_at": "2019-12-13T19:22:30Z", + "updated_at": "2019-12-13T19:22:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-all-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787826", + "id": 16787826, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODI2", + "name": "protobuf-all-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9533148, + "download_count": 7090, + "created_at": "2019-12-13T19:22:30Z", + "updated_at": "2019-12-13T19:22:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-all-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787827", + "id": 16787827, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODI3", + "name": "protobuf-cpp-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4604232, + "download_count": 13581, + "created_at": "2019-12-13T19:22:30Z", + "updated_at": "2019-12-13T19:22:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-cpp-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787828", + "id": 16787828, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODI4", + "name": "protobuf-cpp-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5608747, + "download_count": 3194, + "created_at": "2019-12-13T19:22:30Z", + "updated_at": "2019-12-13T19:22:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-cpp-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787829", + "id": 16787829, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODI5", + "name": "protobuf-csharp-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5250529, + "download_count": 264, + "created_at": "2019-12-13T19:22:31Z", + "updated_at": "2019-12-13T19:22:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-csharp-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787830", + "id": 16787830, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODMw", + "name": "protobuf-csharp-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6457397, + "download_count": 1328, + "created_at": "2019-12-13T19:22:31Z", + "updated_at": "2019-12-13T19:22:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-csharp-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787831", + "id": 16787831, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODMx", + "name": "protobuf-java-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5272000, + "download_count": 990, + "created_at": "2019-12-13T19:22:31Z", + "updated_at": "2019-12-13T19:22:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-java-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787832", + "id": 16787832, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODMy", + "name": "protobuf-java-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6624817, + "download_count": 2412, + "created_at": "2019-12-13T19:22:31Z", + "updated_at": "2019-12-13T19:22:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-java-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787833", + "id": 16787833, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODMz", + "name": "protobuf-js-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4771986, + "download_count": 297, + "created_at": "2019-12-13T19:22:31Z", + "updated_at": "2019-12-13T19:22:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-js-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787834", + "id": 16787834, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODM0", + "name": "protobuf-js-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5882231, + "download_count": 533, + "created_at": "2019-12-13T19:22:32Z", + "updated_at": "2019-12-13T19:22:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-js-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787835", + "id": 16787835, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODM1", + "name": "protobuf-objectivec-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4982804, + "download_count": 139, + "created_at": "2019-12-13T19:22:32Z", + "updated_at": "2019-12-13T19:22:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-objectivec-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787836", + "id": 16787836, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODM2", + "name": "protobuf-objectivec-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6166520, + "download_count": 232, + "created_at": "2019-12-13T19:22:32Z", + "updated_at": "2019-12-13T19:22:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-objectivec-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787837", + "id": 16787837, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODM3", + "name": "protobuf-php-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4951134, + "download_count": 260, + "created_at": "2019-12-13T19:22:32Z", + "updated_at": "2019-12-13T19:22:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-php-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787838", + "id": 16787838, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODM4", + "name": "protobuf-php-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6077612, + "download_count": 308, + "created_at": "2019-12-13T19:22:32Z", + "updated_at": "2019-12-13T19:22:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-php-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787839", + "id": 16787839, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODM5", + "name": "protobuf-python-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4927984, + "download_count": 1817, + "created_at": "2019-12-13T19:22:32Z", + "updated_at": "2019-12-13T19:22:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-python-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787840", + "id": 16787840, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQw", + "name": "protobuf-python-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6044743, + "download_count": 2648, + "created_at": "2019-12-13T19:22:33Z", + "updated_at": "2019-12-13T19:22:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-python-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787841", + "id": 16787841, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQx", + "name": "protobuf-ruby-3.11.2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4872707, + "download_count": 96, + "created_at": "2019-12-13T19:22:33Z", + "updated_at": "2019-12-13T19:22:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-ruby-3.11.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787842", + "id": 16787842, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQy", + "name": "protobuf-ruby-3.11.2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5932310, + "download_count": 99, + "created_at": "2019-12-13T19:22:33Z", + "updated_at": "2019-12-13T19:22:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-ruby-3.11.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787843", + "id": 16787843, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQz", + "name": "protoc-3.11.2-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1472960, + "download_count": 704, + "created_at": "2019-12-13T19:22:33Z", + "updated_at": "2019-12-13T19:22:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787844", + "id": 16787844, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQ0", + "name": "protoc-3.11.2-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1626207, + "download_count": 109, + "created_at": "2019-12-13T19:22:33Z", + "updated_at": "2019-12-13T19:22:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787845", + "id": 16787845, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQ1", + "name": "protoc-3.11.2-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1533733, + "download_count": 106, + "created_at": "2019-12-13T19:22:33Z", + "updated_at": "2019-12-13T19:22:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787846", + "id": 16787846, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQ2", + "name": "protoc-3.11.2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527056, + "download_count": 273, + "created_at": "2019-12-13T19:22:34Z", + "updated_at": "2019-12-13T19:22:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787847", + "id": 16787847, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQ3", + "name": "protoc-3.11.2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1584396, + "download_count": 182569, + "created_at": "2019-12-13T19:22:34Z", + "updated_at": "2019-12-13T19:22:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787848", + "id": 16787848, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQ4", + "name": "protoc-3.11.2-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2626068, + "download_count": 236, + "created_at": "2019-12-13T19:22:34Z", + "updated_at": "2019-12-13T19:22:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787849", + "id": 16787849, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODQ5", + "name": "protoc-3.11.2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2468268, + "download_count": 20075, + "created_at": "2019-12-13T19:22:34Z", + "updated_at": "2019-12-13T19:22:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787850", + "id": 16787850, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODUw", + "name": "protoc-3.11.2-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1094802, + "download_count": 5825, + "created_at": "2019-12-13T19:22:34Z", + "updated_at": "2019-12-13T19:22:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16787851", + "id": 16787851, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Nzg3ODUx", + "name": "protoc-3.11.2-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420922, + "download_count": 17008, + "created_at": "2019-12-13T19:22:34Z", + "updated_at": "2019-12-13T19:22:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.11.2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.11.2", + "body": "PHP\r\n===\r\n\r\n * Make c extension portable for php 7.4 (#6968)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/21914848", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/21914848/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/21914848/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.1", + "id": 21914848, + "node_id": "MDc6UmVsZWFzZTIxOTE0ODQ4", + "tag_name": "v3.11.1", + "target_commitish": "3.11.x", + "name": "Protocol Buffers v3.11.1", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-12-03T00:05:55Z", + "published_at": "2019-12-03T01:52:57Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16551997", + "id": 16551997, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUxOTk3", + "name": "protobuf-all-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7402438, + "download_count": 8791, + "created_at": "2019-12-03T01:52:46Z", + "updated_at": "2019-12-03T01:52:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-all-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16551998", + "id": 16551998, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUxOTk4", + "name": "protobuf-all-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9532634, + "download_count": 3526, + "created_at": "2019-12-03T01:52:46Z", + "updated_at": "2019-12-03T01:52:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-all-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16551999", + "id": 16551999, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUxOTk5", + "name": "protobuf-cpp-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4604218, + "download_count": 3300, + "created_at": "2019-12-03T01:52:47Z", + "updated_at": "2019-12-03T01:52:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-cpp-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552000", + "id": 16552000, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDAw", + "name": "protobuf-cpp-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5608703, + "download_count": 933, + "created_at": "2019-12-03T01:52:47Z", + "updated_at": "2019-12-03T01:52:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-cpp-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552001", + "id": 16552001, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDAx", + "name": "protobuf-csharp-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5250600, + "download_count": 99, + "created_at": "2019-12-03T01:52:47Z", + "updated_at": "2019-12-03T01:52:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-csharp-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552002", + "id": 16552002, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDAy", + "name": "protobuf-csharp-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6457354, + "download_count": 356, + "created_at": "2019-12-03T01:52:47Z", + "updated_at": "2019-12-03T01:52:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-csharp-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552003", + "id": 16552003, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDAz", + "name": "protobuf-java-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5271867, + "download_count": 287, + "created_at": "2019-12-03T01:52:47Z", + "updated_at": "2019-12-03T01:52:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-java-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552004", + "id": 16552004, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDA0", + "name": "protobuf-java-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6624776, + "download_count": 1216, + "created_at": "2019-12-03T01:52:47Z", + "updated_at": "2019-12-03T01:52:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-java-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552005", + "id": 16552005, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDA1", + "name": "protobuf-js-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4771112, + "download_count": 92, + "created_at": "2019-12-03T01:52:48Z", + "updated_at": "2019-12-03T01:52:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-js-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552006", + "id": 16552006, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDA2", + "name": "protobuf-js-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5882187, + "download_count": 227, + "created_at": "2019-12-03T01:52:48Z", + "updated_at": "2019-12-03T01:52:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-js-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552007", + "id": 16552007, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDA3", + "name": "protobuf-objectivec-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4982595, + "download_count": 48, + "created_at": "2019-12-03T01:52:48Z", + "updated_at": "2019-12-03T01:52:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-objectivec-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552008", + "id": 16552008, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDA4", + "name": "protobuf-objectivec-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6166476, + "download_count": 83, + "created_at": "2019-12-03T01:52:48Z", + "updated_at": "2019-12-03T01:52:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-objectivec-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552009", + "id": 16552009, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDA5", + "name": "protobuf-php-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4950374, + "download_count": 86, + "created_at": "2019-12-03T01:52:48Z", + "updated_at": "2019-12-03T01:52:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-php-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552010", + "id": 16552010, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDEw", + "name": "protobuf-php-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6077095, + "download_count": 91, + "created_at": "2019-12-03T01:52:49Z", + "updated_at": "2019-12-03T01:52:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-php-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552011", + "id": 16552011, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDEx", + "name": "protobuf-python-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4927910, + "download_count": 1140, + "created_at": "2019-12-03T01:52:49Z", + "updated_at": "2019-12-03T01:52:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-python-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552012", + "id": 16552012, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDEy", + "name": "protobuf-python-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6044698, + "download_count": 692, + "created_at": "2019-12-03T01:52:49Z", + "updated_at": "2019-12-03T01:52:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-python-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552013", + "id": 16552013, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDEz", + "name": "protobuf-ruby-3.11.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4872679, + "download_count": 37, + "created_at": "2019-12-03T01:52:49Z", + "updated_at": "2019-12-03T01:52:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-ruby-3.11.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552014", + "id": 16552014, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDE0", + "name": "protobuf-ruby-3.11.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5932266, + "download_count": 59, + "created_at": "2019-12-03T01:52:49Z", + "updated_at": "2019-12-03T01:52:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-ruby-3.11.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552015", + "id": 16552015, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDE1", + "name": "protoc-3.11.1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1472965, + "download_count": 242, + "created_at": "2019-12-03T01:52:50Z", + "updated_at": "2019-12-03T01:52:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552016", + "id": 16552016, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDE2", + "name": "protoc-3.11.1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1626205, + "download_count": 33, + "created_at": "2019-12-03T01:52:50Z", + "updated_at": "2019-12-03T01:52:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552017", + "id": 16552017, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDE3", + "name": "protoc-3.11.1-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1533740, + "download_count": 55, + "created_at": "2019-12-03T01:52:50Z", + "updated_at": "2019-12-03T01:52:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552018", + "id": 16552018, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDE4", + "name": "protoc-3.11.1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527056, + "download_count": 192, + "created_at": "2019-12-03T01:52:50Z", + "updated_at": "2019-12-03T01:52:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552019", + "id": 16552019, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDE5", + "name": "protoc-3.11.1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1584396, + "download_count": 42288, + "created_at": "2019-12-03T01:52:50Z", + "updated_at": "2019-12-03T01:52:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552020", + "id": 16552020, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDIw", + "name": "protoc-3.11.1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2626065, + "download_count": 83, + "created_at": "2019-12-03T01:52:50Z", + "updated_at": "2019-12-03T01:52:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552021", + "id": 16552021, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDIx", + "name": "protoc-3.11.1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2468275, + "download_count": 10119, + "created_at": "2019-12-03T01:52:51Z", + "updated_at": "2019-12-03T01:52:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552022", + "id": 16552022, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDIy", + "name": "protoc-3.11.1-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1094800, + "download_count": 1658, + "created_at": "2019-12-03T01:52:51Z", + "updated_at": "2019-12-03T01:52:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16552023", + "id": 16552023, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NTUyMDIz", + "name": "protoc-3.11.1-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420922, + "download_count": 4947, + "created_at": "2019-12-03T01:52:51Z", + "updated_at": "2019-12-03T01:52:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protoc-3.11.1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.11.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.11.1", + "body": "PHP\r\n===\r\n * Extern declare protobuf_globals (#6946)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/21752005", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/21752005/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/21752005/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.0", + "id": 21752005, + "node_id": "MDc6UmVsZWFzZTIxNzUyMDA1", + "tag_name": "v3.11.0", + "target_commitish": "3.11.x", + "name": "Protocol Buffers v3.11.0", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-11-25T23:15:21Z", + "published_at": "2019-11-26T01:27:07Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397014", + "id": 16397014, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDE0", + "name": "protobuf-all-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7402487, + "download_count": 42651, + "created_at": "2019-11-26T01:26:50Z", + "updated_at": "2019-11-26T01:26:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-all-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397015", + "id": 16397015, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDE1", + "name": "protobuf-all-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9532526, + "download_count": 1916, + "created_at": "2019-11-26T01:26:51Z", + "updated_at": "2019-11-26T01:26:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-all-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397016", + "id": 16397016, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDE2", + "name": "protobuf-cpp-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4604321, + "download_count": 8586, + "created_at": "2019-11-26T01:26:51Z", + "updated_at": "2019-11-26T01:26:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-cpp-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397017", + "id": 16397017, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDE3", + "name": "protobuf-cpp-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5608655, + "download_count": 1482, + "created_at": "2019-11-26T01:26:51Z", + "updated_at": "2019-11-26T01:26:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-cpp-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397018", + "id": 16397018, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDE4", + "name": "protobuf-csharp-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5250746, + "download_count": 60, + "created_at": "2019-11-26T01:26:51Z", + "updated_at": "2019-11-26T01:26:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-csharp-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397019", + "id": 16397019, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDE5", + "name": "protobuf-csharp-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6457303, + "download_count": 270, + "created_at": "2019-11-26T01:26:51Z", + "updated_at": "2019-11-26T01:26:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-csharp-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397020", + "id": 16397020, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDIw", + "name": "protobuf-java-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5271950, + "download_count": 328, + "created_at": "2019-11-26T01:26:51Z", + "updated_at": "2019-11-26T01:26:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-java-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397021", + "id": 16397021, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDIx", + "name": "protobuf-java-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6624715, + "download_count": 621, + "created_at": "2019-11-26T01:26:52Z", + "updated_at": "2019-11-26T01:26:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-java-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397022", + "id": 16397022, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDIy", + "name": "protobuf-js-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4771172, + "download_count": 71, + "created_at": "2019-11-26T01:26:52Z", + "updated_at": "2019-11-26T01:26:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-js-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397023", + "id": 16397023, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDIz", + "name": "protobuf-js-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5882140, + "download_count": 229, + "created_at": "2019-11-26T01:26:52Z", + "updated_at": "2019-11-26T01:26:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-js-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397024", + "id": 16397024, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDI0", + "name": "protobuf-objectivec-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4982876, + "download_count": 49, + "created_at": "2019-11-26T01:26:52Z", + "updated_at": "2019-11-26T01:26:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-objectivec-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397025", + "id": 16397025, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDI1", + "name": "protobuf-objectivec-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6166424, + "download_count": 80, + "created_at": "2019-11-26T01:26:52Z", + "updated_at": "2019-11-26T01:26:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-objectivec-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397026", + "id": 16397026, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDI2", + "name": "protobuf-php-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4951220, + "download_count": 66, + "created_at": "2019-11-26T01:26:53Z", + "updated_at": "2019-11-26T01:26:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-php-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397027", + "id": 16397027, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDI3", + "name": "protobuf-php-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6077007, + "download_count": 70, + "created_at": "2019-11-26T01:26:53Z", + "updated_at": "2019-11-26T01:26:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-php-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397028", + "id": 16397028, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDI4", + "name": "protobuf-python-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4928038, + "download_count": 983, + "created_at": "2019-11-26T01:26:53Z", + "updated_at": "2019-11-26T01:26:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-python-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397029", + "id": 16397029, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDI5", + "name": "protobuf-python-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6044650, + "download_count": 693, + "created_at": "2019-11-26T01:26:53Z", + "updated_at": "2019-11-26T01:26:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-python-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397030", + "id": 16397030, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDMw", + "name": "protobuf-ruby-3.11.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4872777, + "download_count": 26, + "created_at": "2019-11-26T01:26:54Z", + "updated_at": "2019-11-26T01:26:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-ruby-3.11.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397031", + "id": 16397031, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDMx", + "name": "protobuf-ruby-3.11.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5932217, + "download_count": 24, + "created_at": "2019-11-26T01:26:54Z", + "updated_at": "2019-11-26T01:26:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protobuf-ruby-3.11.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397032", + "id": 16397032, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDMy", + "name": "protoc-3.11.0-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1472960, + "download_count": 186, + "created_at": "2019-11-26T01:26:54Z", + "updated_at": "2019-11-26T01:26:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397033", + "id": 16397033, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDMz", + "name": "protoc-3.11.0-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1626154, + "download_count": 36, + "created_at": "2019-11-26T01:26:54Z", + "updated_at": "2019-11-26T01:26:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397034", + "id": 16397034, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDM0", + "name": "protoc-3.11.0-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1533728, + "download_count": 35, + "created_at": "2019-11-26T01:26:54Z", + "updated_at": "2019-11-26T01:26:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397035", + "id": 16397035, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDM1", + "name": "protoc-3.11.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527064, + "download_count": 72, + "created_at": "2019-11-26T01:26:54Z", + "updated_at": "2019-11-26T01:26:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397036", + "id": 16397036, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDM2", + "name": "protoc-3.11.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1584391, + "download_count": 196506, + "created_at": "2019-11-26T01:26:55Z", + "updated_at": "2019-11-26T01:26:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397037", + "id": 16397037, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDM3", + "name": "protoc-3.11.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2626072, + "download_count": 58, + "created_at": "2019-11-26T01:26:55Z", + "updated_at": "2019-11-26T01:26:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397038", + "id": 16397038, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDM4", + "name": "protoc-3.11.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2468264, + "download_count": 38917, + "created_at": "2019-11-26T01:26:55Z", + "updated_at": "2019-11-26T01:26:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397039", + "id": 16397039, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDM5", + "name": "protoc-3.11.0-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1094756, + "download_count": 623, + "created_at": "2019-11-26T01:26:55Z", + "updated_at": "2019-11-26T01:26:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16397040", + "id": 16397040, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mzk3MDQw", + "name": "protoc-3.11.0-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1421216, + "download_count": 4006, + "created_at": "2019-11-26T01:26:55Z", + "updated_at": "2019-11-26T01:26:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0/protoc-3.11.0-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.11.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.11.0", + "body": "C++\r\n===\r\n * Make serialization method naming consistent\r\n * Make proto runtime + generated code free of deprecation warnings\r\n * Moved ShutdownProtobufLibrary() to message_lite.h. For backward compatibility a declaration is still available in stubs/common.h, but users should prefer message_lite.h\r\n * Removed non-namespace macro EXPECT_OK()\r\n * Removed mathlimits.h from stubs in favor of using std::numeric_limits from C++11\r\n * Fixed bug in parser when ending on a group tag\r\n * Add a helper function to UnknownFieldSet to deal with the changing return value of message::unknown_fields()\r\n * Fix incorrect use of string_view iterators\r\n * Support direct pickling of nested messages\r\n * Skip extension tag validation for MessageSet if unknown dependencies are allowed\r\n * Updated deprecation macros to annotate deprecated code (#6612)\r\n * Remove conversion warning in MapEntryFuncs::ByteSizeLong (#6766)\r\n * Revert \"Make shared libraries be able to link to MSVC static runtime libraries, so that VC runtime is not required.\" (#6914)\r\n\r\n Java\r\n ====\r\n * Remove the usage of MethodHandle, so that Android users prior to API version 26 can use protobuf-java\r\n * Publish ProGuard config for javalite\r\n * Fix for StrictMode disk read violation in ExtensionRegistryLite\r\n * Include part of the ByteString's content in its toString().\r\n * Include unknown fields when merging proto3 messages in Java lite builders\r\n\r\n Python\r\n =====\r\n * Add float_precision option in json format printer\r\n * Optionally print bytes fields as messages in unknown fields, if possible\r\n * FieldPath: fix testing IsSet on root path ''\r\n * Experimental code gen (fast import protobuf module) which only work with cpp generated code linked in\r\n\r\n JavaScript\r\n ========\r\n * Remove guard for Symbol iterator for jspb.Map\r\n\r\n PHP\r\n ====\r\n * Avoid too much overhead in layout_init (#6716)\r\n * Lazily Create Singular Wrapper Message (#6833)\r\n * Implement lazy loading of php class for proto messages (#6911)\r\n\r\n Ruby\r\n ====\r\n * Ruby lazy wrappers optimization (#6797)\r\n\r\n C#\r\n ==\r\n * (RepeatedField): Capacity property to resize the internal array (#6530)\r\n * Experimental proto2 support is now officially available (#4642, #5183, #5350, #5936)\r\n * Getting started doc: https://github.com/protocolbuffers/protobuf/blob/master/docs/csharp/proto2.md\r\n * Add length checks to ExtensionCollection (#6759)\r\n * Optimize parsing of some primitive and wrapper types (#6843)\r\n * Use 3 parameter Encoding.GetString for default string values (#6828)\r\n * Change _Extensions property to normal body rather than expression (#6856)\r\n\r\n Objective C\r\n =========\r\n * Fixed unaligned reads for 32bit arm with newer Xcode versions (#6678)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/21699835", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/21699835/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/21699835/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.0-rc2", + "id": 21699835, + "node_id": "MDc6UmVsZWFzZTIxNjk5ODM1", + "tag_name": "v3.11.0-rc2", + "target_commitish": "3.11.x", + "name": "Protocol Buffers v3.11.0-rc2", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2019-11-22T19:40:56Z", + "published_at": "2019-11-22T23:51:25Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343451", + "id": 16343451, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDUx", + "name": "protobuf-all-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7402370, + "download_count": 143, + "created_at": "2019-11-22T22:08:53Z", + "updated_at": "2019-11-22T22:08:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-all-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343452", + "id": 16343452, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDUy", + "name": "protobuf-all-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9556424, + "download_count": 102, + "created_at": "2019-11-22T22:08:53Z", + "updated_at": "2019-11-22T22:08:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-all-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343453", + "id": 16343453, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDUz", + "name": "protobuf-cpp-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4604673, + "download_count": 48, + "created_at": "2019-11-22T22:08:53Z", + "updated_at": "2019-11-22T22:08:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-cpp-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343454", + "id": 16343454, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDU0", + "name": "protobuf-cpp-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5619557, + "download_count": 32, + "created_at": "2019-11-22T22:08:53Z", + "updated_at": "2019-11-22T22:08:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-cpp-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343455", + "id": 16343455, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDU1", + "name": "protobuf-csharp-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5251065, + "download_count": 20, + "created_at": "2019-11-22T22:08:53Z", + "updated_at": "2019-11-22T22:08:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-csharp-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343456", + "id": 16343456, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDU2", + "name": "protobuf-csharp-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6470312, + "download_count": 27, + "created_at": "2019-11-22T22:08:54Z", + "updated_at": "2019-11-22T22:08:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-csharp-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343457", + "id": 16343457, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDU3", + "name": "protobuf-java-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5272409, + "download_count": 24, + "created_at": "2019-11-22T22:08:54Z", + "updated_at": "2019-11-22T22:08:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-java-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343458", + "id": 16343458, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDU4", + "name": "protobuf-java-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6638893, + "download_count": 41, + "created_at": "2019-11-22T22:08:54Z", + "updated_at": "2019-11-22T22:08:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-java-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343459", + "id": 16343459, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDU5", + "name": "protobuf-js-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4772294, + "download_count": 20, + "created_at": "2019-11-22T22:08:54Z", + "updated_at": "2019-11-22T22:08:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-js-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343460", + "id": 16343460, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDYw", + "name": "protobuf-js-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5894235, + "download_count": 33, + "created_at": "2019-11-22T22:08:55Z", + "updated_at": "2019-11-22T22:08:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-js-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343461", + "id": 16343461, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDYx", + "name": "protobuf-objectivec-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4982557, + "download_count": 16, + "created_at": "2019-11-22T22:08:55Z", + "updated_at": "2019-11-22T22:08:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-objectivec-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343462", + "id": 16343462, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDYy", + "name": "protobuf-objectivec-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6179632, + "download_count": 19, + "created_at": "2019-11-22T22:08:55Z", + "updated_at": "2019-11-22T22:08:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-objectivec-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343463", + "id": 16343463, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDYz", + "name": "protobuf-php-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4950949, + "download_count": 21, + "created_at": "2019-11-22T22:08:55Z", + "updated_at": "2019-11-22T22:09:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-php-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343464", + "id": 16343464, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDY0", + "name": "protobuf-php-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6089966, + "download_count": 30, + "created_at": "2019-11-22T22:08:55Z", + "updated_at": "2019-11-22T22:09:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-php-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343465", + "id": 16343465, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDY1", + "name": "protobuf-python-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4928280, + "download_count": 25, + "created_at": "2019-11-22T22:08:55Z", + "updated_at": "2019-11-22T22:09:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-python-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343466", + "id": 16343466, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDY2", + "name": "protobuf-python-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6056725, + "download_count": 46, + "created_at": "2019-11-22T22:08:56Z", + "updated_at": "2019-11-22T22:09:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-python-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343467", + "id": 16343467, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDY3", + "name": "protobuf-ruby-3.11.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4873107, + "download_count": 23, + "created_at": "2019-11-22T22:08:56Z", + "updated_at": "2019-11-22T22:09:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-ruby-3.11.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343468", + "id": 16343468, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDY4", + "name": "protobuf-ruby-3.11.0-rc-2.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5944003, + "download_count": 17, + "created_at": "2019-11-22T22:08:56Z", + "updated_at": "2019-11-22T22:09:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protobuf-ruby-3.11.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343469", + "id": 16343469, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDY5", + "name": "protoc-3.11.0-rc-2-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1472960, + "download_count": 23, + "created_at": "2019-11-22T22:08:56Z", + "updated_at": "2019-11-22T22:09:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343470", + "id": 16343470, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDcw", + "name": "protoc-3.11.0-rc-2-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1626154, + "download_count": 16, + "created_at": "2019-11-22T22:08:56Z", + "updated_at": "2019-11-22T22:09:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343471", + "id": 16343471, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDcx", + "name": "protoc-3.11.0-rc-2-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1533728, + "download_count": 19, + "created_at": "2019-11-22T22:08:56Z", + "updated_at": "2019-11-22T22:09:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343472", + "id": 16343472, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDcy", + "name": "protoc-3.11.0-rc-2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527064, + "download_count": 19, + "created_at": "2019-11-22T22:08:57Z", + "updated_at": "2019-11-22T22:09:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343473", + "id": 16343473, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDcz", + "name": "protoc-3.11.0-rc-2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1584391, + "download_count": 117, + "created_at": "2019-11-22T22:08:57Z", + "updated_at": "2019-11-22T22:09:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343474", + "id": 16343474, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDc0", + "name": "protoc-3.11.0-rc-2-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2626072, + "download_count": 24, + "created_at": "2019-11-22T22:08:57Z", + "updated_at": "2019-11-22T22:09:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343475", + "id": 16343475, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDc1", + "name": "protoc-3.11.0-rc-2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2468264, + "download_count": 90, + "created_at": "2019-11-22T22:08:57Z", + "updated_at": "2019-11-22T22:09:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343476", + "id": 16343476, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDc2", + "name": "protoc-3.11.0-rc-2-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1094756, + "download_count": 81, + "created_at": "2019-11-22T22:08:57Z", + "updated_at": "2019-11-22T22:09:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16343477", + "id": 16343477, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2MzQzNDc3", + "name": "protoc-3.11.0-rc-2-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1421217, + "download_count": 307, + "created_at": "2019-11-22T22:08:58Z", + "updated_at": "2019-11-22T22:09:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc2/protoc-3.11.0-rc-2-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.11.0-rc2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.11.0-rc2", + "body": "PHP\r\n===\r\n* Implement lazy loading of php class for proto messages (#6911)\r\n* Fixes https://github.com/protocolbuffers/protobuf/issues/6918\r\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/21630683", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/21630683/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/21630683/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.0-rc1", + "id": 21630683, + "node_id": "MDc6UmVsZWFzZTIxNjMwNjgz", + "tag_name": "v3.11.0-rc1", + "target_commitish": "3.11.x", + "name": "Protocol Buffers v3.11.0-rc1", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2019-11-20T18:45:24Z", + "published_at": "2019-11-20T18:57:58Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299505", + "id": 16299505, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTA1", + "name": "protobuf-all-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7402066, + "download_count": 144, + "created_at": "2019-11-21T00:29:05Z", + "updated_at": "2019-11-21T00:29:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-all-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299506", + "id": 16299506, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTA2", + "name": "protobuf-all-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9556380, + "download_count": 123, + "created_at": "2019-11-21T00:29:05Z", + "updated_at": "2019-11-21T00:29:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-all-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299507", + "id": 16299507, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTA3", + "name": "protobuf-cpp-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4604821, + "download_count": 77, + "created_at": "2019-11-21T00:29:05Z", + "updated_at": "2019-11-21T00:29:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-cpp-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299508", + "id": 16299508, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTA4", + "name": "protobuf-cpp-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5619557, + "download_count": 82, + "created_at": "2019-11-21T00:29:05Z", + "updated_at": "2019-11-21T00:29:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-cpp-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299509", + "id": 16299509, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTA5", + "name": "protobuf-csharp-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5251492, + "download_count": 25, + "created_at": "2019-11-21T00:29:06Z", + "updated_at": "2019-11-21T00:29:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-csharp-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299510", + "id": 16299510, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTEw", + "name": "protobuf-csharp-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6470311, + "download_count": 29, + "created_at": "2019-11-21T00:29:06Z", + "updated_at": "2019-11-21T00:29:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-csharp-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299511", + "id": 16299511, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTEx", + "name": "protobuf-java-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5272578, + "download_count": 28, + "created_at": "2019-11-21T00:29:06Z", + "updated_at": "2019-11-21T00:29:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-java-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299512", + "id": 16299512, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTEy", + "name": "protobuf-java-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6638892, + "download_count": 41, + "created_at": "2019-11-21T00:29:06Z", + "updated_at": "2019-11-21T00:29:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-java-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299513", + "id": 16299513, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTEz", + "name": "protobuf-js-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4772496, + "download_count": 21, + "created_at": "2019-11-21T00:29:07Z", + "updated_at": "2019-11-21T00:29:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-js-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299514", + "id": 16299514, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTE0", + "name": "protobuf-js-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5894234, + "download_count": 28, + "created_at": "2019-11-21T00:29:07Z", + "updated_at": "2019-11-21T00:29:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-js-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299515", + "id": 16299515, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTE1", + "name": "protobuf-objectivec-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4982653, + "download_count": 22, + "created_at": "2019-11-21T00:29:07Z", + "updated_at": "2019-11-21T00:29:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-objectivec-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299516", + "id": 16299516, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTE2", + "name": "protobuf-objectivec-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6179632, + "download_count": 24, + "created_at": "2019-11-21T00:29:07Z", + "updated_at": "2019-11-21T00:29:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-objectivec-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299517", + "id": 16299517, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTE3", + "name": "protobuf-php-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4951009, + "download_count": 17, + "created_at": "2019-11-21T00:29:08Z", + "updated_at": "2019-11-21T00:29:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-php-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299518", + "id": 16299518, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTE4", + "name": "protobuf-php-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6089926, + "download_count": 21, + "created_at": "2019-11-21T00:29:08Z", + "updated_at": "2019-11-21T00:29:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-php-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299519", + "id": 16299519, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTE5", + "name": "protobuf-python-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4928377, + "download_count": 43, + "created_at": "2019-11-21T00:29:08Z", + "updated_at": "2019-11-21T00:29:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-python-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299520", + "id": 16299520, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTIw", + "name": "protobuf-python-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6056724, + "download_count": 50, + "created_at": "2019-11-21T00:29:08Z", + "updated_at": "2019-11-21T00:29:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-python-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299521", + "id": 16299521, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTIx", + "name": "protobuf-ruby-3.11.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4873289, + "download_count": 19, + "created_at": "2019-11-21T00:29:09Z", + "updated_at": "2019-11-21T00:29:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-ruby-3.11.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299522", + "id": 16299522, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTIy", + "name": "protobuf-ruby-3.11.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5944003, + "download_count": 19, + "created_at": "2019-11-21T00:29:09Z", + "updated_at": "2019-11-21T00:29:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protobuf-ruby-3.11.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299523", + "id": 16299523, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTIz", + "name": "protoc-3.11.0-rc-1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1472960, + "download_count": 32, + "created_at": "2019-11-21T00:29:09Z", + "updated_at": "2019-11-21T00:29:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299524", + "id": 16299524, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTI0", + "name": "protoc-3.11.0-rc-1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1626154, + "download_count": 19, + "created_at": "2019-11-21T00:29:09Z", + "updated_at": "2019-11-21T00:29:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299525", + "id": 16299525, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTI1", + "name": "protoc-3.11.0-rc-1-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1533728, + "download_count": 22, + "created_at": "2019-11-21T00:29:10Z", + "updated_at": "2019-11-21T00:29:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299526", + "id": 16299526, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTI2", + "name": "protoc-3.11.0-rc-1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527064, + "download_count": 25, + "created_at": "2019-11-21T00:29:10Z", + "updated_at": "2019-11-21T00:29:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299527", + "id": 16299527, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTI3", + "name": "protoc-3.11.0-rc-1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1584391, + "download_count": 155, + "created_at": "2019-11-21T00:29:10Z", + "updated_at": "2019-11-21T00:29:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299528", + "id": 16299528, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTI4", + "name": "protoc-3.11.0-rc-1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2626072, + "download_count": 24, + "created_at": "2019-11-21T00:29:10Z", + "updated_at": "2019-11-21T00:29:13Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299529", + "id": 16299529, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTI5", + "name": "protoc-3.11.0-rc-1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2468264, + "download_count": 75, + "created_at": "2019-11-21T00:29:10Z", + "updated_at": "2019-11-21T00:29:13Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299530", + "id": 16299530, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTMw", + "name": "protoc-3.11.0-rc-1-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 898358, + "download_count": 58, + "created_at": "2019-11-21T00:29:11Z", + "updated_at": "2019-11-21T00:29:13Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/16299531", + "id": 16299531, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2Mjk5NTMx", + "name": "protoc-3.11.0-rc-1-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1193670, + "download_count": 265, + "created_at": "2019-11-21T00:29:11Z", + "updated_at": "2019-11-21T00:29:13Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.11.0-rc1/protoc-3.11.0-rc-1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.11.0-rc1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.11.0-rc1", + "body": "C++\r\n===\r\n * Make serialization method naming consistent\r\n * Make proto runtime + generated code free of deprecation warnings\r\n * Moved ShutdownProtobufLibrary() to message_lite.h. For backward compatibility a declaration is still available in stubs/common.h, but users should prefer message_lite.h\r\n * Removed non-namespace macro EXPECT_OK()\r\n * Removed mathlimits.h from stubs in favor of using std::numeric_limits from C++11\r\n * Fixed bug in parser when ending on a group tag\r\n * Add a helper function to UnknownFieldSet to deal with the changing return value of message::unknown_fields()\r\n * Fix incorrect use of string_view iterators\r\n * Support direct pickling of nested messages\r\n * Skip extension tag validation for MessageSet if unknown dependencies are allowed\r\n * Updated deprecation macros to annotate deprecated code (#6612)\r\n * Remove conversion warning in MapEntryFuncs::ByteSizeLong (#6766)\r\n\r\n Java\r\n ====\r\n * Remove the usage of MethodHandle, so that Android users prior to API version 26 can use protobuf-java\r\n * Publish ProGuard config for javalite\r\n * Fix for StrictMode disk read violation in ExtensionRegistryLite\r\n * Include part of the ByteString's content in its toString().\r\n * Include unknown fields when merging proto3 messages in Java lite builders\r\n\r\n Python\r\n =====\r\n * Add float_precision option in json format printer\r\n * Optionally print bytes fields as messages in unknown fields, if possible\r\n * FieldPath: fix testing IsSet on root path ''\r\n * Experimental code gen (fast import protobuf module) which only work with cpp generated code linked in\r\n\r\n JavaScript\r\n ========\r\n * Remove guard for Symbol iterator for jspb.Map\r\n\r\n PHP\r\n ====\r\n * Avoid too much overhead in layout_init (#6716)\r\n * Lazily Create Singular Wrapper Message (#6833)\r\n\r\n Ruby\r\n ====\r\n * Ruby lazy wrappers optimization (#6797)\r\n\r\n C#\r\n ==\r\n * (RepeatedField): Capacity property to resize the internal array (#6530)\r\n * Experimental proto2 support is now officially available (#4642, #5183, #5350, #5936)\r\n * Getting started doc: https://github.com/protocolbuffers/protobuf/blob/master/docs/csharp/proto2.md\r\n * Add length checks to ExtensionCollection (#6759)\r\n * Optimize parsing of some primitive and wrapper types (#6843)\r\n * Use 3 parameter Encoding.GetString for default string values (#6828)\r\n * Change _Extensions property to normal body rather than expression (#6856)\r\n\r\n Objective C\r\n =========\r\n * Fixed unaligned reads for 32bit arm with newer Xcode versions (#6678)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/20961889", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/20961889/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/20961889/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.10.1", + "id": 20961889, + "node_id": "MDc6UmVsZWFzZTIwOTYxODg5", + "tag_name": "v3.10.1", + "target_commitish": "3.10.x", + "name": "Protocol Buffers v3.10.1", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-10-24T19:06:05Z", + "published_at": "2019-10-29T18:30:28Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815237", + "id": 15815237, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjM3", + "name": "protobuf-all-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7181980, + "download_count": 180623, + "created_at": "2019-10-29T18:20:31Z", + "updated_at": "2019-10-29T18:20:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-all-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815238", + "id": 15815238, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjM4", + "name": "protobuf-all-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9299297, + "download_count": 5042, + "created_at": "2019-10-29T18:20:32Z", + "updated_at": "2019-10-29T18:20:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-all-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815239", + "id": 15815239, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjM5", + "name": "protobuf-cpp-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4598421, + "download_count": 5451, + "created_at": "2019-10-29T18:20:32Z", + "updated_at": "2019-10-29T18:20:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-cpp-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815240", + "id": 15815240, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQw", + "name": "protobuf-cpp-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5602494, + "download_count": 2191, + "created_at": "2019-10-29T18:20:32Z", + "updated_at": "2019-10-29T18:20:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-cpp-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815241", + "id": 15815241, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQx", + "name": "protobuf-csharp-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5042389, + "download_count": 172, + "created_at": "2019-10-29T18:20:32Z", + "updated_at": "2019-10-29T18:20:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-csharp-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815242", + "id": 15815242, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQy", + "name": "protobuf-csharp-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6235259, + "download_count": 778, + "created_at": "2019-10-29T18:20:32Z", + "updated_at": "2019-10-29T18:20:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-csharp-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815243", + "id": 15815243, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQz", + "name": "protobuf-java-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5265813, + "download_count": 713, + "created_at": "2019-10-29T18:20:32Z", + "updated_at": "2019-10-29T18:20:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-java-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815244", + "id": 15815244, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQ0", + "name": "protobuf-java-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6618515, + "download_count": 1737, + "created_at": "2019-10-29T18:20:33Z", + "updated_at": "2019-10-29T18:20:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-java-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815245", + "id": 15815245, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQ1", + "name": "protobuf-js-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4765799, + "download_count": 164, + "created_at": "2019-10-29T18:20:33Z", + "updated_at": "2019-10-29T18:20:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-js-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815246", + "id": 15815246, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQ2", + "name": "protobuf-js-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5874985, + "download_count": 425, + "created_at": "2019-10-29T18:20:33Z", + "updated_at": "2019-10-29T18:20:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-js-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815247", + "id": 15815247, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQ3", + "name": "protobuf-objectivec-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4976399, + "download_count": 77, + "created_at": "2019-10-29T18:20:33Z", + "updated_at": "2019-10-29T18:20:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-objectivec-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815248", + "id": 15815248, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQ4", + "name": "protobuf-objectivec-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6160275, + "download_count": 178, + "created_at": "2019-10-29T18:20:34Z", + "updated_at": "2019-10-29T18:20:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-objectivec-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815249", + "id": 15815249, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjQ5", + "name": "protobuf-php-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4940243, + "download_count": 151, + "created_at": "2019-10-29T18:20:34Z", + "updated_at": "2019-10-29T18:20:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-php-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815250", + "id": 15815250, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjUw", + "name": "protobuf-php-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6065232, + "download_count": 183, + "created_at": "2019-10-29T18:20:34Z", + "updated_at": "2019-10-29T18:20:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-php-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815251", + "id": 15815251, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjUx", + "name": "protobuf-python-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4920657, + "download_count": 7493, + "created_at": "2019-10-29T18:20:34Z", + "updated_at": "2019-10-29T18:20:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-python-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815252", + "id": 15815252, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjUy", + "name": "protobuf-python-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6036965, + "download_count": 1641, + "created_at": "2019-10-29T18:20:34Z", + "updated_at": "2019-10-29T18:20:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-python-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815253", + "id": 15815253, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjUz", + "name": "protobuf-ruby-3.10.1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4864110, + "download_count": 61, + "created_at": "2019-10-29T18:20:35Z", + "updated_at": "2019-10-29T18:20:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-ruby-3.10.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815255", + "id": 15815255, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjU1", + "name": "protobuf-ruby-3.10.1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5923030, + "download_count": 62, + "created_at": "2019-10-29T18:20:35Z", + "updated_at": "2019-10-29T18:20:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-ruby-3.10.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815256", + "id": 15815256, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjU2", + "name": "protoc-3.10.1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1468251, + "download_count": 402, + "created_at": "2019-10-29T18:20:35Z", + "updated_at": "2019-10-29T18:20:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815257", + "id": 15815257, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjU3", + "name": "protoc-3.10.1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1620533, + "download_count": 69, + "created_at": "2019-10-29T18:20:35Z", + "updated_at": "2019-10-29T18:20:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815258", + "id": 15815258, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjU4", + "name": "protoc-3.10.1-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1525982, + "download_count": 80, + "created_at": "2019-10-29T18:20:35Z", + "updated_at": "2019-10-29T18:20:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815260", + "id": 15815260, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjYw", + "name": "protoc-3.10.1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1519629, + "download_count": 190, + "created_at": "2019-10-29T18:20:36Z", + "updated_at": "2019-10-29T18:20:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815261", + "id": 15815261, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjYx", + "name": "protoc-3.10.1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1575480, + "download_count": 112928, + "created_at": "2019-10-29T18:20:36Z", + "updated_at": "2019-10-29T18:20:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815262", + "id": 15815262, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjYy", + "name": "protoc-3.10.1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2927068, + "download_count": 164, + "created_at": "2019-10-29T18:20:36Z", + "updated_at": "2019-10-29T18:20:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815263", + "id": 15815263, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjYz", + "name": "protoc-3.10.1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2887969, + "download_count": 4668, + "created_at": "2019-10-29T18:20:36Z", + "updated_at": "2019-10-29T18:20:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815264", + "id": 15815264, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjY0", + "name": "protoc-3.10.1-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1086637, + "download_count": 2069, + "created_at": "2019-10-29T18:20:37Z", + "updated_at": "2019-10-29T18:20:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15815265", + "id": 15815265, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1ODE1MjY1", + "name": "protoc-3.10.1-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1412947, + "download_count": 11756, + "created_at": "2019-10-29T18:20:37Z", + "updated_at": "2019-10-29T18:20:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.10.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.10.1", + "body": " ## C#\r\n * Add length checks to ExtensionCollection (#6759)\r\n * Disable extension code gen for C# (#6760)\r\n\r\n ## Ruby\r\n * Fixed bug in Ruby DSL when no names are defined in a file (#6756)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/20193651", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/20193651/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/20193651/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.2", + "id": 20193651, + "node_id": "MDc6UmVsZWFzZTIwMTkzNjUx", + "tag_name": "v3.9.2", + "target_commitish": "3.9.x", + "name": "Protocol Buffers v3.9.2", + "draft": false, + "author": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-09-20T21:50:52Z", + "published_at": "2019-09-23T21:21:56Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080604", + "id": 15080604, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjA0", + "name": "protobuf-all-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7169016, + "download_count": 62637, + "created_at": "2019-09-23T21:09:42Z", + "updated_at": "2019-09-23T21:09:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-all-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080605", + "id": 15080605, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjA1", + "name": "protobuf-all-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9286034, + "download_count": 3513, + "created_at": "2019-09-23T21:09:42Z", + "updated_at": "2019-09-23T21:09:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-all-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080606", + "id": 15080606, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjA2", + "name": "protobuf-cpp-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4543063, + "download_count": 3699, + "created_at": "2019-09-23T21:09:42Z", + "updated_at": "2019-09-23T21:09:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-cpp-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080607", + "id": 15080607, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjA3", + "name": "protobuf-cpp-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5552514, + "download_count": 903, + "created_at": "2019-09-23T21:09:43Z", + "updated_at": "2019-09-23T21:09:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-cpp-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080608", + "id": 15080608, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjA4", + "name": "protobuf-csharp-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4989861, + "download_count": 81, + "created_at": "2019-09-23T21:09:43Z", + "updated_at": "2019-09-23T21:09:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-csharp-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080609", + "id": 15080609, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjA5", + "name": "protobuf-csharp-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6184911, + "download_count": 307, + "created_at": "2019-09-23T21:09:43Z", + "updated_at": "2019-09-23T21:09:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-csharp-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080610", + "id": 15080610, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjEw", + "name": "protobuf-java-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5201593, + "download_count": 260, + "created_at": "2019-09-23T21:09:43Z", + "updated_at": "2019-09-23T21:09:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-java-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080611", + "id": 15080611, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjEx", + "name": "protobuf-java-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6555201, + "download_count": 605, + "created_at": "2019-09-23T21:09:43Z", + "updated_at": "2019-09-23T21:09:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-java-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080612", + "id": 15080612, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjEy", + "name": "protobuf-js-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4702330, + "download_count": 67, + "created_at": "2019-09-23T21:09:43Z", + "updated_at": "2019-09-23T21:09:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-js-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080613", + "id": 15080613, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjEz", + "name": "protobuf-js-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5820723, + "download_count": 184, + "created_at": "2019-09-23T21:09:44Z", + "updated_at": "2019-09-23T21:09:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-js-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080614", + "id": 15080614, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjE0", + "name": "protobuf-objectivec-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4924367, + "download_count": 45, + "created_at": "2019-09-23T21:09:44Z", + "updated_at": "2019-09-23T21:09:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-objectivec-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080615", + "id": 15080615, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjE1", + "name": "protobuf-objectivec-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6109558, + "download_count": 87, + "created_at": "2019-09-23T21:09:44Z", + "updated_at": "2019-09-23T21:09:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-objectivec-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080616", + "id": 15080616, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjE2", + "name": "protobuf-php-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4886221, + "download_count": 79, + "created_at": "2019-09-23T21:09:44Z", + "updated_at": "2019-09-23T21:09:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-php-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080617", + "id": 15080617, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjE3", + "name": "protobuf-php-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6016563, + "download_count": 71, + "created_at": "2019-09-23T21:09:44Z", + "updated_at": "2019-09-23T21:09:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-php-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080618", + "id": 15080618, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjE4", + "name": "protobuf-python-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4859528, + "download_count": 515, + "created_at": "2019-09-23T21:09:44Z", + "updated_at": "2019-09-23T21:09:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-python-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080619", + "id": 15080619, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjE5", + "name": "protobuf-python-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5985232, + "download_count": 580, + "created_at": "2019-09-23T21:09:45Z", + "updated_at": "2019-09-23T21:09:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-python-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080620", + "id": 15080620, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjIw", + "name": "protobuf-ruby-3.9.2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4862629, + "download_count": 38, + "created_at": "2019-09-23T21:09:45Z", + "updated_at": "2019-09-23T21:09:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-ruby-3.9.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080621", + "id": 15080621, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjIx", + "name": "protobuf-ruby-3.9.2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5928930, + "download_count": 31, + "created_at": "2019-09-23T21:09:45Z", + "updated_at": "2019-09-23T21:09:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-ruby-3.9.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080622", + "id": 15080622, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjIy", + "name": "protoc-3.9.2-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1443656, + "download_count": 252, + "created_at": "2019-09-23T21:09:45Z", + "updated_at": "2019-09-23T21:09:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080623", + "id": 15080623, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjIz", + "name": "protoc-3.9.2-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1594993, + "download_count": 48, + "created_at": "2019-09-23T21:09:45Z", + "updated_at": "2019-09-23T21:09:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080624", + "id": 15080624, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjI0", + "name": "protoc-3.9.2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1499621, + "download_count": 108, + "created_at": "2019-09-23T21:09:45Z", + "updated_at": "2019-09-23T21:09:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080625", + "id": 15080625, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjI1", + "name": "protoc-3.9.2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1556020, + "download_count": 34955, + "created_at": "2019-09-23T21:09:46Z", + "updated_at": "2019-09-23T21:09:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080626", + "id": 15080626, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjI2", + "name": "protoc-3.9.2-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2899841, + "download_count": 103, + "created_at": "2019-09-23T21:09:46Z", + "updated_at": "2019-09-23T21:09:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080627", + "id": 15080627, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjI3", + "name": "protoc-3.9.2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2862486, + "download_count": 2603, + "created_at": "2019-09-23T21:09:46Z", + "updated_at": "2019-09-23T21:09:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080628", + "id": 15080628, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjI4", + "name": "protoc-3.9.2-win32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1092746, + "download_count": 924, + "created_at": "2019-09-23T21:09:46Z", + "updated_at": "2019-09-23T21:09:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15080629", + "id": 15080629, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MDgwNjI5", + "name": "protoc-3.9.2-win64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420777, + "download_count": 5788, + "created_at": "2019-09-23T21:09:46Z", + "updated_at": "2019-09-23T21:09:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.9.2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.9.2", + "body": "## Objective-C\r\n* Remove OSReadLittle* due to alignment requirements. (#6678)\r\n* Don't use unions and instead use memcpy for the type swaps. (#6672)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/20094636", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/20094636/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/20094636/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.10.0", + "id": 20094636, + "node_id": "MDc6UmVsZWFzZTIwMDk0NjM2", + "tag_name": "v3.10.0", + "target_commitish": "3.10.x", + "name": "Protocol Buffers v3.10.0", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-10-03T00:17:27Z", + "published_at": "2019-10-03T01:20:35Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264858", + "id": 15264858, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODU4", + "name": "protobuf-all-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7185044, + "download_count": 15999, + "created_at": "2019-10-03T01:04:12Z", + "updated_at": "2019-10-03T01:04:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-all-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264859", + "id": 15264859, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODU5", + "name": "protobuf-all-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9302208, + "download_count": 4027, + "created_at": "2019-10-03T01:04:13Z", + "updated_at": "2019-10-03T01:04:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-all-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264860", + "id": 15264860, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODYw", + "name": "protobuf-cpp-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4599017, + "download_count": 6989, + "created_at": "2019-10-03T01:04:13Z", + "updated_at": "2019-10-03T01:04:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-cpp-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264861", + "id": 15264861, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODYx", + "name": "protobuf-cpp-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5603340, + "download_count": 2377, + "created_at": "2019-10-03T01:04:13Z", + "updated_at": "2019-10-03T01:04:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-cpp-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264862", + "id": 15264862, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODYy", + "name": "protobuf-csharp-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5045598, + "download_count": 195, + "created_at": "2019-10-03T01:04:13Z", + "updated_at": "2019-10-03T01:04:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-csharp-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264863", + "id": 15264863, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODYz", + "name": "protobuf-csharp-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6238229, + "download_count": 885, + "created_at": "2019-10-03T01:04:13Z", + "updated_at": "2019-10-03T01:04:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-csharp-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264864", + "id": 15264864, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODY0", + "name": "protobuf-java-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5266430, + "download_count": 818, + "created_at": "2019-10-03T01:04:13Z", + "updated_at": "2019-10-03T01:04:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-java-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264865", + "id": 15264865, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODY1", + "name": "protobuf-java-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6619344, + "download_count": 1805, + "created_at": "2019-10-03T01:04:14Z", + "updated_at": "2019-10-03T01:04:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-java-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264866", + "id": 15264866, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODY2", + "name": "protobuf-js-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4766214, + "download_count": 166, + "created_at": "2019-10-03T01:04:14Z", + "updated_at": "2019-10-03T01:04:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-js-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264867", + "id": 15264867, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODY3", + "name": "protobuf-js-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5875831, + "download_count": 400, + "created_at": "2019-10-03T01:04:14Z", + "updated_at": "2019-10-03T01:04:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-js-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264868", + "id": 15264868, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODY4", + "name": "protobuf-objectivec-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4976715, + "download_count": 98, + "created_at": "2019-10-03T01:04:14Z", + "updated_at": "2019-10-03T01:04:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-objectivec-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264869", + "id": 15264869, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODY5", + "name": "protobuf-objectivec-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6161118, + "download_count": 184, + "created_at": "2019-10-03T01:04:14Z", + "updated_at": "2019-10-03T01:04:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-objectivec-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264870", + "id": 15264870, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODcw", + "name": "protobuf-php-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4939879, + "download_count": 140, + "created_at": "2019-10-03T01:04:14Z", + "updated_at": "2019-10-03T01:04:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-php-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264871", + "id": 15264871, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODcx", + "name": "protobuf-php-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6066058, + "download_count": 160, + "created_at": "2019-10-03T01:04:15Z", + "updated_at": "2019-10-03T01:04:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-php-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264872", + "id": 15264872, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODcy", + "name": "protobuf-python-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4921155, + "download_count": 1170, + "created_at": "2019-10-03T01:04:15Z", + "updated_at": "2019-10-03T01:04:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-python-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264873", + "id": 15264873, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODcz", + "name": "protobuf-python-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6037811, + "download_count": 1812, + "created_at": "2019-10-03T01:04:15Z", + "updated_at": "2019-10-03T01:04:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-python-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264874", + "id": 15264874, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODc0", + "name": "protobuf-ruby-3.10.0.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4864722, + "download_count": 63, + "created_at": "2019-10-03T01:04:15Z", + "updated_at": "2019-10-03T01:04:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-ruby-3.10.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264875", + "id": 15264875, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODc1", + "name": "protobuf-ruby-3.10.0.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5923857, + "download_count": 58, + "created_at": "2019-10-03T01:04:15Z", + "updated_at": "2019-10-03T01:04:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-ruby-3.10.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264876", + "id": 15264876, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODc2", + "name": "protoc-3.10.0-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1469711, + "download_count": 454, + "created_at": "2019-10-03T01:04:15Z", + "updated_at": "2019-10-03T01:04:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264877", + "id": 15264877, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODc3", + "name": "protoc-3.10.0-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1621424, + "download_count": 80, + "created_at": "2019-10-03T01:04:15Z", + "updated_at": "2019-10-03T01:04:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264878", + "id": 15264878, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODc4", + "name": "protoc-3.10.0-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527373, + "download_count": 64, + "created_at": "2019-10-03T01:04:16Z", + "updated_at": "2019-10-03T01:04:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264879", + "id": 15264879, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODc5", + "name": "protoc-3.10.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1521482, + "download_count": 320, + "created_at": "2019-10-03T01:04:16Z", + "updated_at": "2019-10-03T01:04:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264880", + "id": 15264880, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODgw", + "name": "protoc-3.10.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1577974, + "download_count": 126547, + "created_at": "2019-10-03T01:04:16Z", + "updated_at": "2019-10-03T01:04:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264881", + "id": 15264881, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODgx", + "name": "protoc-3.10.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2931350, + "download_count": 144, + "created_at": "2019-10-03T01:04:16Z", + "updated_at": "2019-10-03T01:04:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264882", + "id": 15264882, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODgy", + "name": "protoc-3.10.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2890569, + "download_count": 16413, + "created_at": "2019-10-03T01:04:17Z", + "updated_at": "2019-10-03T01:04:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264883", + "id": 15264883, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODgz", + "name": "protoc-3.10.0-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1088658, + "download_count": 2254, + "created_at": "2019-10-03T01:04:17Z", + "updated_at": "2019-10-03T01:04:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/15264884", + "id": 15264884, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE1MjY0ODg0", + "name": "protoc-3.10.0-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1413150, + "download_count": 15076, + "created_at": "2019-10-03T01:04:17Z", + "updated_at": "2019-10-03T01:04:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.10.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.10.0", + "body": " ## C++\r\n * Switch the proto parser to the faster MOMI parser.\r\n * Properly escape Struct keys in the proto3 JSON serializer.\r\n * Fix crash on uninitialized map entries.\r\n * Informed the compiler of has-bit invariant to produce better code\r\n * Unused imports of files defining descriptor extensions will now be reported\r\n * Add proto2::util::RemoveSubranges to remove multiple subranges in linear time.\r\n * Added BaseTextGenerator::GetCurrentIndentationSize()\r\n * Made implicit weak fields compatible with the Apple linker\r\n * Support 32 bit values for ProtoStreamObjectWriter to Struct.\r\n * Removed the internal-only header coded_stream_inl.h and the internal-only methods defined there.\r\n * Enforced no SWIG wrapping of descriptor_database.h (other headers already had this restriction).\r\n * Implementation of the equivalent of the MOMI parser for serialization. This removes one of the two serialization routines, by making the fast array serialization routine completely general. SerializeToCodedStream can now be implemented in terms of the much much faster array serialization. The array serialization regresses slightly, but when array serialization is not possible this wins big. \r\n * Do not convert unknown field name to snake case to accurately report error.\r\n * Fix a UBSAN warnings. (#6333)\r\n * Add podspec for C++ (#6404)\r\n * protoc: fix source code info location for missing label (#6436)\r\n * C++ Add move constructor for Reflection's SetString (#6477)\r\n\r\n ## Java \r\n **This release has a known issue on Android API level <26 (https://github.com/protocolbuffers/protobuf/issues/6718) if you are using `protobuf-java` in Android. `protobuf-javalite` users will be fine.**\r\n\r\n * Call loadDescriptor outside of synchronized block to remove one possible source of deadlock.\r\n * Have oneof enums implement a separate interface (other than EnumLite) for clarity.\r\n * Opensource Android Memory Accessors\r\n * Update TextFormat to make use of the new TypeRegistry.\r\n * Support getFieldBuilder and getRepeatedFieldBuilder in ExtendableBuilder\r\n * Update JsonFormat to make use of the new TypeRegistry.\r\n * Add proguard config generator for GmmBenchmarkSuiteLite.\r\n * Change ProtobufArrayList to use Object[] instead of ArrayList for 5-10% faster parsing\r\n * Implement ProtobufArrayList.add(E) for 20% (5%-40%) faster overall protolite2 parsing\r\n * Make a copy of JsonFormat.TypeRegistry at the protobuf top level package. This will eventually replace JsonFormat.TypeRegistry.\r\n * Fix javadoc warnings in generated files (#6231)\r\n * Java: Add Automatic-Module-Name entries to the Manifest (#6568)\r\n\r\n ## Python\r\n * Add descriptor methods in descriptor_pool are deprecated.\r\n * Uses explicit imports to prevent multithread test failures in py3.\r\n * Added __delitem__ for Python extension dict\r\n * Update six version to 1.12.0 and fix legacy_create_init issue (#6391)\r\n\r\n ## JavaScript\r\n * Remove deprecated boolean option to getResultBase64String().\r\n * Fix sint64 zig-zag encoding.\r\n * Simplify hash64 string conversion to avoid DIGIT array. Should reduce overhead if these functions aren't used, and be more efficient by avoiding linear array searches.\r\n * Change the parameter types of binaryReaderFn in ExtensionFieldBinaryInfo to (number, ?, ?).\r\n * Create dates.ts and time_of_days.ts to mirror Java versions. This is a near-identical conversion of c.g.type.util.{Dates,TimeOfDays} respectively.\r\n * Migrate moneys to TypeScript.\r\n \r\n ## PHP\r\n * Fix incorrect leap day for Timestamp (#6696)\r\n * Initialize well known type values (#6713)\r\n\r\n ## Ruby\r\n\r\n**Update 2019-10-04: Ruby release has been rolled back due to https://github.com/grpc/grpc/issues/20471. We will upload a new version once the bug is fixed.**\r\n * Fix scope resolution for Google namespace (#5878)\r\n * Support hashes for struct initializers (#5716)\r\n * Optimized away the creation of empty string objects. (#6502)\r\n * Roll forward Ruby upb changes now that protobuf Ruby build is fixed (#5866)\r\n * Optimized layout_mark() for Ruby (#6521)\r\n * Optimization for layout_init() (#6547)\r\n * Fix for GC of Ruby map frames. (#6533)\r\n * Fixed leap year handling by reworking upb_mktime() -> upb_timegm(). (#6695)\r\n \r\n ## Objective C\r\n * Remove OSReadLittle* due to alignment requirements (#6678)\r\n * Don't use unions and instead use memcpy for the type swaps. (#6672)\r\n\r\n ## Other\r\n * Override CocoaPods module to lowercase (#6464)\r\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/19788509", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/19788509/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/19788509/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.10.0-rc1", + "id": 19788509, + "node_id": "MDc6UmVsZWFzZTE5Nzg4NTA5", + "tag_name": "v3.10.0-rc1", + "target_commitish": "3.10.x", + "name": "Protocol Buffers v3.10.0-rc1", + "draft": false, + "author": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2019-09-05T17:18:54Z", + "published_at": "2019-09-05T19:14:47Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770407", + "id": 14770407, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDA3", + "name": "protobuf-all-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7185979, + "download_count": 3349, + "created_at": "2019-09-05T18:57:37Z", + "updated_at": "2019-09-05T18:57:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-all-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770408", + "id": 14770408, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDA4", + "name": "protobuf-all-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9325755, + "download_count": 688, + "created_at": "2019-09-05T18:57:37Z", + "updated_at": "2019-09-05T18:57:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-all-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770409", + "id": 14770409, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDA5", + "name": "protobuf-cpp-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4600297, + "download_count": 188, + "created_at": "2019-09-05T18:57:37Z", + "updated_at": "2019-09-05T18:57:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-cpp-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770410", + "id": 14770410, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDEw", + "name": "protobuf-cpp-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5615223, + "download_count": 195, + "created_at": "2019-09-05T18:57:37Z", + "updated_at": "2019-09-05T18:57:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-cpp-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770411", + "id": 14770411, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDEx", + "name": "protobuf-csharp-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5047756, + "download_count": 44, + "created_at": "2019-09-05T18:57:37Z", + "updated_at": "2019-09-05T18:57:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-csharp-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770412", + "id": 14770412, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDEy", + "name": "protobuf-csharp-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6252048, + "download_count": 78, + "created_at": "2019-09-05T18:57:38Z", + "updated_at": "2019-09-05T18:57:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-csharp-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770413", + "id": 14770413, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDEz", + "name": "protobuf-java-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5268154, + "download_count": 69, + "created_at": "2019-09-05T18:57:38Z", + "updated_at": "2019-09-05T18:57:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-java-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770414", + "id": 14770414, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDE0", + "name": "protobuf-java-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6634508, + "download_count": 159, + "created_at": "2019-09-05T18:57:38Z", + "updated_at": "2019-09-05T18:57:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-java-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770415", + "id": 14770415, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDE1", + "name": "protobuf-js-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4767251, + "download_count": 30, + "created_at": "2019-09-05T18:57:38Z", + "updated_at": "2019-09-05T18:57:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-js-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770416", + "id": 14770416, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDE2", + "name": "protobuf-js-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5888908, + "download_count": 80, + "created_at": "2019-09-05T18:57:38Z", + "updated_at": "2019-09-05T18:57:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-js-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770417", + "id": 14770417, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDE3", + "name": "protobuf-objectivec-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4978078, + "download_count": 17, + "created_at": "2019-09-05T18:57:38Z", + "updated_at": "2019-09-05T18:57:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-objectivec-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770418", + "id": 14770418, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDE4", + "name": "protobuf-objectivec-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6175153, + "download_count": 41, + "created_at": "2019-09-05T18:57:39Z", + "updated_at": "2019-09-05T18:57:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-objectivec-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770419", + "id": 14770419, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDE5", + "name": "protobuf-php-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4941277, + "download_count": 29, + "created_at": "2019-09-05T18:57:39Z", + "updated_at": "2019-09-05T18:57:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-php-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770420", + "id": 14770420, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDIw", + "name": "protobuf-php-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6079058, + "download_count": 29, + "created_at": "2019-09-05T18:57:39Z", + "updated_at": "2019-09-05T18:57:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-php-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770421", + "id": 14770421, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDIx", + "name": "protobuf-python-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4922711, + "download_count": 84, + "created_at": "2019-09-05T18:57:39Z", + "updated_at": "2019-09-05T18:57:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-python-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770422", + "id": 14770422, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDIy", + "name": "protobuf-python-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6050866, + "download_count": 204, + "created_at": "2019-09-05T18:57:39Z", + "updated_at": "2019-09-05T18:57:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-python-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770423", + "id": 14770423, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDIz", + "name": "protobuf-ruby-3.10.0-rc-1.tar.gz", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4865888, + "download_count": 18, + "created_at": "2019-09-05T18:57:39Z", + "updated_at": "2019-09-05T18:57:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-ruby-3.10.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770424", + "id": 14770424, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDI0", + "name": "protobuf-ruby-3.10.0-rc-1.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5936552, + "download_count": 19, + "created_at": "2019-09-05T18:57:39Z", + "updated_at": "2019-09-05T18:57:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protobuf-ruby-3.10.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770425", + "id": 14770425, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDI1", + "name": "protoc-3.10.0-rc-1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1469716, + "download_count": 47, + "created_at": "2019-09-05T18:57:40Z", + "updated_at": "2019-09-05T18:57:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770426", + "id": 14770426, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDI2", + "name": "protoc-3.10.0-rc-1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1621421, + "download_count": 19, + "created_at": "2019-09-05T18:57:40Z", + "updated_at": "2019-09-05T18:57:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770427", + "id": 14770427, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDI3", + "name": "protoc-3.10.0-rc-1-linux-s390x_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527382, + "download_count": 40, + "created_at": "2019-09-05T18:57:40Z", + "updated_at": "2019-09-05T18:57:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-linux-s390x_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770429", + "id": 14770429, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDI5", + "name": "protoc-3.10.0-rc-1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1521474, + "download_count": 32, + "created_at": "2019-09-05T18:57:40Z", + "updated_at": "2019-09-05T18:57:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770430", + "id": 14770430, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDMw", + "name": "protoc-3.10.0-rc-1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1577972, + "download_count": 615, + "created_at": "2019-09-05T18:57:40Z", + "updated_at": "2019-09-05T18:57:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770431", + "id": 14770431, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDMx", + "name": "protoc-3.10.0-rc-1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2931347, + "download_count": 38, + "created_at": "2019-09-05T18:57:40Z", + "updated_at": "2019-09-05T18:57:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770432", + "id": 14770432, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDMy", + "name": "protoc-3.10.0-rc-1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2890572, + "download_count": 402, + "created_at": "2019-09-05T18:57:40Z", + "updated_at": "2019-09-05T18:57:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770434", + "id": 14770434, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDM0", + "name": "protoc-3.10.0-rc-1-win32.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1088664, + "download_count": 170, + "created_at": "2019-09-05T18:57:41Z", + "updated_at": "2019-09-05T18:57:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14770435", + "id": 14770435, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzcwNDM1", + "name": "protoc-3.10.0-rc-1-win64.zip", + "label": null, + "uploader": { + "login": "rafi-kamal", + "id": 1899039, + "node_id": "MDQ6VXNlcjE4OTkwMzk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1899039?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rafi-kamal", + "html_url": "https://github.com/rafi-kamal", + "followers_url": "https://api.github.com/users/rafi-kamal/followers", + "following_url": "https://api.github.com/users/rafi-kamal/following{/other_user}", + "gists_url": "https://api.github.com/users/rafi-kamal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rafi-kamal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rafi-kamal/subscriptions", + "organizations_url": "https://api.github.com/users/rafi-kamal/orgs", + "repos_url": "https://api.github.com/users/rafi-kamal/repos", + "events_url": "https://api.github.com/users/rafi-kamal/events{/privacy}", + "received_events_url": "https://api.github.com/users/rafi-kamal/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1413169, + "download_count": 1075, + "created_at": "2019-09-05T18:57:41Z", + "updated_at": "2019-09-05T18:57:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0-rc1/protoc-3.10.0-rc-1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.10.0-rc1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.10.0-rc1", + "body": " ## C++\r\n * Switch the proto parser to the faster MOMI parser.\r\n * Properly escape Struct keys in the proto3 JSON serializer.\r\n * Fix crash on uninitialized map entries.\r\n * Informed the compiler of has-bit invariant to produce better code\r\n * Unused imports of files defining descriptor extensions will now be reported\r\n * Add proto2::util::RemoveSubranges to remove multiple subranges in linear time.\r\n * Added BaseTextGenerator::GetCurrentIndentationSize()\r\n * Made implicit weak fields compatible with the Apple linker\r\n * Support 32 bit values for ProtoStreamObjectWriter to Struct.\r\n * Removed the internal-only header coded_stream_inl.h and the internal-only methods defined there.\r\n * Enforced no SWIG wrapping of descriptor_database.h (other headers already had this restriction).\r\n * Implementation of the equivalent of the MOMI parser for serialization. This removes one of the two serialization routines, by making the fast array serialization routine completely general. SerializeToCodedStream can now be implemented in terms of the much much faster array serialization. The array serialization regresses slightly, but when array serialization is not possible this wins big. \r\n * Do not convert unknown field name to snake case to accurately report error.\r\n * Fix a UBSAN warnings. (#6333)\r\n * Add podspec for C++ (#6404)\r\n * protoc: fix source code info location for missing label (#6436)\r\n * C++ Add move constructor for Reflection's SetString (#6477)\r\n\r\n ## Java\r\n * Call loadDescriptor outside of synchronized block to remove one possible source of deadlock.\r\n * Have oneof enums implement a separate interface (other than EnumLite) for clarity.\r\n * Opensource Android Memory Accessors\r\n * Update TextFormat to make use of the new TypeRegistry.\r\n * Support getFieldBuilder and getRepeatedFieldBuilder in ExtendableBuilder\r\n * Update JsonFormat to make use of the new TypeRegistry.\r\n * Add proguard config generator for GmmBenchmarkSuiteLite.\r\n * Change ProtobufArrayList to use Object[] instead of ArrayList for 5-10% faster parsing\r\n * Implement ProtobufArrayList.add(E) for 20% (5%-40%) faster overall protolite2 parsing\r\n * Make a copy of JsonFormat.TypeRegistry at the protobuf top level package. This will eventually replace JsonFormat.TypeRegistry.\r\n * Fix javadoc warnings in generated files (#6231)\r\n * Java: Add Automatic-Module-Name entries to the Manifest (#6568)\r\n\r\n ## Python\r\n * Add descriptor methods in descriptor_pool are deprecated.\r\n * Uses explicit imports to prevent multithread test failures in py3.\r\n * Added __delitem__ for Python extension dict\r\n * Update six version to 1.12.0 and fix legacy_create_init issue (#6391)\r\n\r\n ## JavaScript\r\n * Remove deprecated boolean option to getResultBase64String().\r\n * Fix sint64 zig-zag encoding.\r\n * Simplify hash64 string conversion to avoid DIGIT array. Should reduce overhead if these functions aren't used, and be more efficient by avoiding linear array searches.\r\n * Change the parameter types of binaryReaderFn in ExtensionFieldBinaryInfo to (number, ?, ?).\r\n * Create dates.ts and time_of_days.ts to mirror Java versions. This is a near-identical conversion of c.g.type.util.{Dates,TimeOfDays} respectively.\r\n * Migrate moneys to TypeScript.\r\n\r\n ## Ruby\r\n * Fix scope resolution for Google namespace (#5878)\r\n * Support hashes for struct initializers (#5716)\r\n * Optimized away the creation of empty string objects. (#6502)\r\n * Roll forward Ruby upb changes now that protobuf Ruby build is fixed (#5866)\r\n * Optimized layout_mark() for Ruby (#6521)\r\n * Optimization for layout_init() (#6547)\r\n * Fix for GC of Ruby map frames. (#6533)\r\n\r\n ## Other\r\n * Override CocoaPods module to lowercase (#6464)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/19119210", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/19119210/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/19119210/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.1", + "id": 19119210, + "node_id": "MDc6UmVsZWFzZTE5MTE5MjEw", + "tag_name": "v3.9.1", + "target_commitish": "master", + "name": "Protocol Buffers v3.9.1", + "draft": false, + "author": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-08-05T17:07:28Z", + "published_at": "2019-08-06T21:06:53Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229770", + "id": 14229770, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzcw", + "name": "protobuf-all-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7183726, + "download_count": 65590, + "created_at": "2019-08-06T21:03:16Z", + "updated_at": "2019-08-06T21:03:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-all-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229771", + "id": 14229771, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzcx", + "name": "protobuf-all-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9288679, + "download_count": 8440, + "created_at": "2019-08-06T21:03:16Z", + "updated_at": "2019-08-06T21:03:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-all-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229772", + "id": 14229772, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzcy", + "name": "protobuf-cpp-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4556914, + "download_count": 11344, + "created_at": "2019-08-06T21:03:16Z", + "updated_at": "2019-08-06T21:03:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-cpp-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229773", + "id": 14229773, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzcz", + "name": "protobuf-cpp-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5555328, + "download_count": 3851, + "created_at": "2019-08-06T21:03:17Z", + "updated_at": "2019-08-06T21:03:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-cpp-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229774", + "id": 14229774, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc0", + "name": "protobuf-csharp-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5004619, + "download_count": 270, + "created_at": "2019-08-06T21:03:17Z", + "updated_at": "2019-08-06T21:03:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-csharp-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229775", + "id": 14229775, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc1", + "name": "protobuf-csharp-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6187725, + "download_count": 1386, + "created_at": "2019-08-06T21:03:17Z", + "updated_at": "2019-08-06T21:03:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-csharp-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229776", + "id": 14229776, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc2", + "name": "protobuf-java-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5218824, + "download_count": 1233, + "created_at": "2019-08-06T21:03:17Z", + "updated_at": "2019-08-06T21:03:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-java-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229777", + "id": 14229777, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc3", + "name": "protobuf-java-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6558019, + "download_count": 3056, + "created_at": "2019-08-06T21:03:17Z", + "updated_at": "2019-08-06T21:03:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-java-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229778", + "id": 14229778, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc4", + "name": "protobuf-js-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4715546, + "download_count": 264, + "created_at": "2019-08-06T21:03:17Z", + "updated_at": "2019-08-06T21:03:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-js-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229779", + "id": 14229779, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc5", + "name": "protobuf-js-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5823537, + "download_count": 613, + "created_at": "2019-08-06T21:03:18Z", + "updated_at": "2019-08-06T21:03:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-js-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229780", + "id": 14229780, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzgw", + "name": "protobuf-objectivec-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4936578, + "download_count": 118, + "created_at": "2019-08-06T21:03:18Z", + "updated_at": "2019-08-06T21:03:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-objectivec-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229781", + "id": 14229781, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzgx", + "name": "protobuf-objectivec-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6112218, + "download_count": 212, + "created_at": "2019-08-06T21:03:18Z", + "updated_at": "2019-08-06T21:03:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-objectivec-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229782", + "id": 14229782, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzgy", + "name": "protobuf-php-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4899475, + "download_count": 505, + "created_at": "2019-08-06T21:03:18Z", + "updated_at": "2019-08-06T21:03:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-php-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229783", + "id": 14229783, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzgz", + "name": "protobuf-php-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6019360, + "download_count": 297, + "created_at": "2019-08-06T21:03:18Z", + "updated_at": "2019-08-06T21:03:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-php-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229784", + "id": 14229784, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg0", + "name": "protobuf-python-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4874011, + "download_count": 2529, + "created_at": "2019-08-06T21:03:18Z", + "updated_at": "2019-08-06T21:03:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-python-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229785", + "id": 14229785, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg1", + "name": "protobuf-python-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5988045, + "download_count": 2711, + "created_at": "2019-08-06T21:03:19Z", + "updated_at": "2019-08-06T21:03:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-python-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229786", + "id": 14229786, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg2", + "name": "protobuf-ruby-3.9.1.tar.gz", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4877570, + "download_count": 82, + "created_at": "2019-08-06T21:03:19Z", + "updated_at": "2019-08-06T21:03:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-ruby-3.9.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229787", + "id": 14229787, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg3", + "name": "protobuf-ruby-3.9.1.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5931743, + "download_count": 69, + "created_at": "2019-08-06T21:03:19Z", + "updated_at": "2019-08-06T21:03:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-ruby-3.9.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229788", + "id": 14229788, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg4", + "name": "protoc-3.9.1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1443660, + "download_count": 730, + "created_at": "2019-08-06T21:03:19Z", + "updated_at": "2019-08-06T21:03:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229789", + "id": 14229789, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg5", + "name": "protoc-3.9.1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1594993, + "download_count": 165, + "created_at": "2019-08-06T21:03:19Z", + "updated_at": "2019-08-06T21:03:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229790", + "id": 14229790, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzkw", + "name": "protoc-3.9.1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1499627, + "download_count": 567, + "created_at": "2019-08-06T21:03:19Z", + "updated_at": "2019-08-06T21:03:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229791", + "id": 14229791, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzkx", + "name": "protoc-3.9.1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1556019, + "download_count": 177155, + "created_at": "2019-08-06T21:03:20Z", + "updated_at": "2019-08-06T21:03:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229792", + "id": 14229792, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzky", + "name": "protoc-3.9.1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2899777, + "download_count": 253, + "created_at": "2019-08-06T21:03:20Z", + "updated_at": "2019-08-06T21:03:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229793", + "id": 14229793, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzkz", + "name": "protoc-3.9.1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2862481, + "download_count": 11127, + "created_at": "2019-08-06T21:03:20Z", + "updated_at": "2019-08-06T21:03:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229794", + "id": 14229794, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzk0", + "name": "protoc-3.9.1-win32.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1092745, + "download_count": 3522, + "created_at": "2019-08-06T21:03:20Z", + "updated_at": "2019-08-06T21:03:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229795", + "id": 14229795, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzk1", + "name": "protoc-3.9.1-win64.zip", + "label": null, + "uploader": { + "login": "anandolee", + "id": 11618033, + "node_id": "MDQ6VXNlcjExNjE4MDMz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anandolee", + "html_url": "https://github.com/anandolee", + "followers_url": "https://api.github.com/users/anandolee/followers", + "following_url": "https://api.github.com/users/anandolee/following{/other_user}", + "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", + "organizations_url": "https://api.github.com/users/anandolee/orgs", + "repos_url": "https://api.github.com/users/anandolee/repos", + "events_url": "https://api.github.com/users/anandolee/events{/privacy}", + "received_events_url": "https://api.github.com/users/anandolee/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420840, + "download_count": 17458, + "created_at": "2019-08-06T21:03:20Z", + "updated_at": "2019-08-06T21:03:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.9.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.9.1", + "body": " ## Python\r\n * Drop building wheel for python 3.4 (#6406)\r\n\r\n ## Csharp\r\n * Fix binary compatibility in 3.9.0 (delisted) FieldCodec factory methods (#6380)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/18583977", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/18583977/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/18583977/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.0", + "id": 18583977, + "node_id": "MDc6UmVsZWFzZTE4NTgzOTc3", + "tag_name": "v3.9.0", + "target_commitish": "3.9.x", + "name": "Protocol Buffers v3.9.0", + "draft": false, + "author": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-07-11T14:52:05Z", + "published_at": "2019-07-12T16:32:02Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682279", + "id": 13682279, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjc5", + "name": "protobuf-all-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7162423, + "download_count": 38481, + "created_at": "2019-07-12T16:31:40Z", + "updated_at": "2019-07-12T16:31:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-all-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682280", + "id": 13682280, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjgw", + "name": "protobuf-all-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 9279841, + "download_count": 4734, + "created_at": "2019-07-12T16:31:40Z", + "updated_at": "2019-07-12T16:31:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-all-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682281", + "id": 13682281, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjgx", + "name": "protobuf-cpp-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4537469, + "download_count": 10127, + "created_at": "2019-07-12T16:31:40Z", + "updated_at": "2019-07-12T16:31:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-cpp-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682282", + "id": 13682282, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjgy", + "name": "protobuf-cpp-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5546900, + "download_count": 9145, + "created_at": "2019-07-12T16:31:40Z", + "updated_at": "2019-07-12T16:31:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-cpp-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682283", + "id": 13682283, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjgz", + "name": "protobuf-csharp-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4982916, + "download_count": 149, + "created_at": "2019-07-12T16:31:40Z", + "updated_at": "2019-07-12T16:31:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-csharp-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682284", + "id": 13682284, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg0", + "name": "protobuf-csharp-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6178952, + "download_count": 780, + "created_at": "2019-07-12T16:31:41Z", + "updated_at": "2019-07-12T16:31:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-csharp-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682285", + "id": 13682285, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg1", + "name": "protobuf-java-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5196096, + "download_count": 3212, + "created_at": "2019-07-12T16:31:41Z", + "updated_at": "2019-07-12T16:31:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-java-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682286", + "id": 13682286, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg2", + "name": "protobuf-java-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6549546, + "download_count": 1718, + "created_at": "2019-07-12T16:31:41Z", + "updated_at": "2019-07-12T16:31:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-java-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682287", + "id": 13682287, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg3", + "name": "protobuf-js-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4697125, + "download_count": 183, + "created_at": "2019-07-12T16:31:41Z", + "updated_at": "2019-07-12T16:31:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-js-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682288", + "id": 13682288, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg4", + "name": "protobuf-js-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5815108, + "download_count": 415, + "created_at": "2019-07-12T16:31:41Z", + "updated_at": "2019-07-12T16:31:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-js-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682289", + "id": 13682289, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg5", + "name": "protobuf-objectivec-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4918859, + "download_count": 99, + "created_at": "2019-07-12T16:31:42Z", + "updated_at": "2019-07-12T16:31:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-objectivec-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682290", + "id": 13682290, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjkw", + "name": "protobuf-objectivec-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6103787, + "download_count": 180, + "created_at": "2019-07-12T16:31:42Z", + "updated_at": "2019-07-12T16:31:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-objectivec-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682291", + "id": 13682291, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjkx", + "name": "protobuf-php-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4880754, + "download_count": 164, + "created_at": "2019-07-12T16:31:42Z", + "updated_at": "2019-07-12T16:31:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-php-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682292", + "id": 13682292, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjky", + "name": "protobuf-php-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6010915, + "download_count": 198, + "created_at": "2019-07-12T16:31:42Z", + "updated_at": "2019-07-12T16:31:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-php-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682293", + "id": 13682293, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjkz", + "name": "protobuf-python-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4854771, + "download_count": 1226, + "created_at": "2019-07-12T16:31:42Z", + "updated_at": "2019-07-12T16:31:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-python-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682294", + "id": 13682294, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk0", + "name": "protobuf-python-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5979617, + "download_count": 1719, + "created_at": "2019-07-12T16:31:42Z", + "updated_at": "2019-07-12T16:31:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-python-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682295", + "id": 13682295, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk1", + "name": "protobuf-ruby-3.9.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4857657, + "download_count": 57, + "created_at": "2019-07-12T16:31:42Z", + "updated_at": "2019-07-12T16:31:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-ruby-3.9.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682296", + "id": 13682296, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk2", + "name": "protobuf-ruby-3.9.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5923316, + "download_count": 70, + "created_at": "2019-07-12T16:31:43Z", + "updated_at": "2019-07-12T16:31:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-ruby-3.9.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682297", + "id": 13682297, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk3", + "name": "protoc-3.9.0-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1443659, + "download_count": 465, + "created_at": "2019-07-12T16:31:43Z", + "updated_at": "2019-07-12T16:31:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682298", + "id": 13682298, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk4", + "name": "protoc-3.9.0-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1594998, + "download_count": 85, + "created_at": "2019-07-12T16:31:43Z", + "updated_at": "2019-07-12T16:31:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682299", + "id": 13682299, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk5", + "name": "protoc-3.9.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1499621, + "download_count": 369, + "created_at": "2019-07-12T16:31:43Z", + "updated_at": "2019-07-12T16:31:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682300", + "id": 13682300, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzAw", + "name": "protoc-3.9.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1556016, + "download_count": 151981, + "created_at": "2019-07-12T16:31:43Z", + "updated_at": "2019-07-12T16:31:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682301", + "id": 13682301, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzAx", + "name": "protoc-3.9.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2899837, + "download_count": 320, + "created_at": "2019-07-12T16:31:43Z", + "updated_at": "2019-07-12T16:31:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682302", + "id": 13682302, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzAy", + "name": "protoc-3.9.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2862670, + "download_count": 4699, + "created_at": "2019-07-12T16:31:44Z", + "updated_at": "2019-07-12T16:31:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682303", + "id": 13682303, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzAz", + "name": "protoc-3.9.0-win32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1092789, + "download_count": 2240, + "created_at": "2019-07-12T16:31:44Z", + "updated_at": "2019-07-12T16:31:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682304", + "id": 13682304, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzA0", + "name": "protoc-3.9.0-win64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420565, + "download_count": 11897, + "created_at": "2019-07-12T16:31:44Z", + "updated_at": "2019-07-12T16:31:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.9.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.9.0", + "body": "## C++\r\n * Optimize and simplify implementation of RepeatedPtrFieldBase\r\n * Don't create unnecessary unknown field sets.\r\n * Remove branch from accessors to repeated field element array.\r\n * Added delimited parse and serialize util.\r\n * Reduce size by not emitting constants for fieldnumbers\r\n * Fix a bug when comparing finite and infinite field values with explicit tolerances.\r\n * TextFormat::Parser should use a custom Finder to look up extensions by number if one is provided.\r\n * Add MessageLite::Utf8DebugString() to make MessageLite more compatible with Message.\r\n * Fail fast for better performance in DescriptorPool::FindExtensionByNumber() if descriptor has no defined extensions.\r\n * Adding the file name to help debug colliding extensions\r\n * Added FieldDescriptor::PrintableNameForExtension() and DescriptorPool::FindExtensionByPrintableName().\r\n The latter will replace Reflection::FindKnownExtensionByName().\r\n * Replace NULL with nullptr\r\n * Created a new Add method in repeated field that allows adding a range of elements all at once.\r\n * Enabled enum name-to-value mapping functions for C++ lite\r\n * Avoid dynamic initialization in descriptor.proto generated code\r\n * Move stream functions to MessageLite from Message.\r\n * Move all zero_copy_stream functionality to io_lite.\r\n * Do not create array of matched fields for simple repeated fields\r\n * Enabling silent mode by default to reduce make compilation noise. (#6237)\r\n\r\n ## Java\r\n * Expose TextFormat.Printer and make it configurable. Deprecate the static methods.\r\n * Library for constructing google.protobuf.Struct and google.protobuf.Value\r\n * Make OneofDescriptor extend GenericDescriptor.\r\n * Expose streamingness of service methods from MethodDescriptor.\r\n * Fix a bug where TextFormat fails to parse Any filed with > 1 embedded message sub-fields.\r\n * Establish consistent JsonFormat behavior for nulls in oneofs, regardless of order.\r\n * Update GSON version to 3.8.5. (#6268)\r\n * Add `protobuf_java_lite` Bazel target. (#6177)\r\n\r\n## Python\r\n * Change implementation of Name() for enums that allow aliases in proto2 in Python\r\n to be in line with claims in C++ implementation (to return first value).\r\n * Explicitly say what field cannot be set when the new value fails a type check.\r\n * Duplicate register in descriptor pool will raise errors\r\n * Add __slots__ to all well_known_types classes, custom attributes are not allowed anymore.\r\n * text_format only present 8 valid digits for float fields by default\r\n\r\n## JavaScript\r\n * Add Oneof enum to the list of goog.provide\r\n\r\n## PHP\r\n * Rename get/setXXXValue to get/setXXXWrapper. (#6295)\r\n\r\n## Ruby\r\n * Remove to_hash methods. (#6166)\r\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/18246008", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/18246008/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/18246008/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.0-rc1", + "id": 18246008, + "node_id": "MDc6UmVsZWFzZTE4MjQ2MDA4", + "tag_name": "v3.9.0-rc1", + "target_commitish": "3.9.x", + "name": "Protocol Buffers v3.9.0-rc1", + "draft": false, + "author": null, + "prerelease": true, + "created_at": "2019-06-24T17:15:24Z", + "published_at": "2019-06-26T18:29:50Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416067", + "id": 13416067, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY3", + "name": "protobuf-all-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7170139, + "download_count": 623, + "created_at": "2019-06-26T18:29:17Z", + "updated_at": "2019-06-26T18:29:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-all-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416068", + "id": 13416068, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY4", + "name": "protobuf-all-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 9302592, + "download_count": 640, + "created_at": "2019-06-26T18:29:17Z", + "updated_at": "2019-06-26T18:29:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-all-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416050", + "id": 13416050, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDUw", + "name": "protobuf-cpp-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4548408, + "download_count": 134, + "created_at": "2019-06-26T18:29:14Z", + "updated_at": "2019-06-26T18:29:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-cpp-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416059", + "id": 13416059, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU5", + "name": "protobuf-cpp-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5556802, + "download_count": 174, + "created_at": "2019-06-26T18:29:15Z", + "updated_at": "2019-06-26T18:29:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-cpp-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416056", + "id": 13416056, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU2", + "name": "protobuf-csharp-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4993113, + "download_count": 49, + "created_at": "2019-06-26T18:29:15Z", + "updated_at": "2019-06-26T18:29:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-csharp-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416065", + "id": 13416065, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY1", + "name": "protobuf-csharp-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6190806, + "download_count": 113, + "created_at": "2019-06-26T18:29:16Z", + "updated_at": "2019-06-26T18:29:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-csharp-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416057", + "id": 13416057, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU3", + "name": "protobuf-java-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5208194, + "download_count": 71, + "created_at": "2019-06-26T18:29:15Z", + "updated_at": "2019-06-26T18:29:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-java-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416066", + "id": 13416066, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY2", + "name": "protobuf-java-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6562708, + "download_count": 150, + "created_at": "2019-06-26T18:29:16Z", + "updated_at": "2019-06-26T18:29:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-java-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416051", + "id": 13416051, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDUx", + "name": "protobuf-js-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4710118, + "download_count": 34, + "created_at": "2019-06-26T18:29:14Z", + "updated_at": "2019-06-26T18:29:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-js-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416060", + "id": 13416060, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDYw", + "name": "protobuf-js-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5826204, + "download_count": 61, + "created_at": "2019-06-26T18:29:15Z", + "updated_at": "2019-06-26T18:29:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-js-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416055", + "id": 13416055, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU1", + "name": "protobuf-objectivec-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4926229, + "download_count": 34, + "created_at": "2019-06-26T18:29:15Z", + "updated_at": "2019-06-26T18:29:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-objectivec-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416064", + "id": 13416064, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY0", + "name": "protobuf-objectivec-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6115995, + "download_count": 47, + "created_at": "2019-06-26T18:29:16Z", + "updated_at": "2019-06-26T18:29:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-objectivec-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416054", + "id": 13416054, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU0", + "name": "protobuf-php-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4891988, + "download_count": 24, + "created_at": "2019-06-26T18:29:14Z", + "updated_at": "2019-06-26T18:29:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-php-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416063", + "id": 13416063, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDYz", + "name": "protobuf-php-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6022899, + "download_count": 50, + "created_at": "2019-06-26T18:29:16Z", + "updated_at": "2019-06-26T18:29:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-php-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416052", + "id": 13416052, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDUy", + "name": "protobuf-python-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4866964, + "download_count": 78, + "created_at": "2019-06-26T18:29:14Z", + "updated_at": "2019-06-26T18:29:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-python-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416062", + "id": 13416062, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDYy", + "name": "protobuf-python-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5990691, + "download_count": 145, + "created_at": "2019-06-26T18:29:16Z", + "updated_at": "2019-06-26T18:29:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-python-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416053", + "id": 13416053, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDUz", + "name": "protobuf-ruby-3.9.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4868972, + "download_count": 24, + "created_at": "2019-06-26T18:29:14Z", + "updated_at": "2019-06-26T18:29:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-ruby-3.9.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416061", + "id": 13416061, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDYx", + "name": "protobuf-ruby-3.9.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5934101, + "download_count": 32, + "created_at": "2019-06-26T18:29:16Z", + "updated_at": "2019-06-26T18:29:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-ruby-3.9.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416044", + "id": 13416044, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ0", + "name": "protoc-3.9.0-rc-1-linux-aarch_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1443658, + "download_count": 54, + "created_at": "2019-06-26T18:29:12Z", + "updated_at": "2019-06-26T18:29:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416047", + "id": 13416047, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ3", + "name": "protoc-3.9.0-rc-1-linux-ppcle_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1594999, + "download_count": 26, + "created_at": "2019-06-26T18:29:13Z", + "updated_at": "2019-06-26T18:29:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416045", + "id": 13416045, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ1", + "name": "protoc-3.9.0-rc-1-linux-x86_32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1499616, + "download_count": 31, + "created_at": "2019-06-26T18:29:13Z", + "updated_at": "2019-06-26T18:29:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416046", + "id": 13416046, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ2", + "name": "protoc-3.9.0-rc-1-linux-x86_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1556017, + "download_count": 1026, + "created_at": "2019-06-26T18:29:13Z", + "updated_at": "2019-06-26T18:29:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416049", + "id": 13416049, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ5", + "name": "protoc-3.9.0-rc-1-osx-x86_32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 2899822, + "download_count": 42, + "created_at": "2019-06-26T18:29:13Z", + "updated_at": "2019-06-26T18:29:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416048", + "id": 13416048, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ4", + "name": "protoc-3.9.0-rc-1-osx-x86_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 2862659, + "download_count": 353, + "created_at": "2019-06-26T18:29:13Z", + "updated_at": "2019-06-26T18:29:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416042", + "id": 13416042, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQy", + "name": "protoc-3.9.0-rc-1-win32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1092761, + "download_count": 227, + "created_at": "2019-06-26T18:29:12Z", + "updated_at": "2019-06-26T18:29:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416043", + "id": 13416043, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQz", + "name": "protoc-3.9.0-rc-1-win64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420565, + "download_count": 1150, + "created_at": "2019-06-26T18:29:12Z", + "updated_at": "2019-06-26T18:29:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.9.0-rc1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.9.0-rc1", + "body": "" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/17642177", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/17642177/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/17642177/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.8.0", + "id": 17642177, + "node_id": "MDc6UmVsZWFzZTE3NjQyMTc3", + "tag_name": "v3.8.0", + "target_commitish": "3.8.x", + "name": "Protocol Buffers v3.8.0", + "draft": false, + "author": null, + "prerelease": false, + "created_at": "2019-05-24T18:06:49Z", + "published_at": "2019-05-28T23:00:19Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915687", + "id": 12915687, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg3", + "name": "protobuf-all-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7151747, + "download_count": 81146, + "created_at": "2019-05-28T22:58:50Z", + "updated_at": "2019-05-28T22:58:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-all-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915688", + "id": 12915688, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg4", + "name": "protobuf-all-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 9245466, + "download_count": 7750, + "created_at": "2019-05-28T22:58:50Z", + "updated_at": "2019-05-28T22:58:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-all-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915670", + "id": 12915670, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njcw", + "name": "protobuf-cpp-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4545607, + "download_count": 53889, + "created_at": "2019-05-28T22:58:47Z", + "updated_at": "2019-05-28T22:58:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-cpp-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915678", + "id": 12915678, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc4", + "name": "protobuf-cpp-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5541252, + "download_count": 6080, + "created_at": "2019-05-28T22:58:49Z", + "updated_at": "2019-05-28T22:58:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-cpp-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915676", + "id": 12915676, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc2", + "name": "protobuf-csharp-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4981309, + "download_count": 282, + "created_at": "2019-05-28T22:58:48Z", + "updated_at": "2019-05-28T22:58:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-csharp-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915685", + "id": 12915685, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg1", + "name": "protobuf-csharp-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6153232, + "download_count": 1371, + "created_at": "2019-05-28T22:58:50Z", + "updated_at": "2019-05-28T22:58:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-csharp-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915677", + "id": 12915677, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc3", + "name": "protobuf-java-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5199874, + "download_count": 1096, + "created_at": "2019-05-28T22:58:49Z", + "updated_at": "2019-05-28T22:58:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-java-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915686", + "id": 12915686, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg2", + "name": "protobuf-java-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6536661, + "download_count": 2963, + "created_at": "2019-05-28T22:58:50Z", + "updated_at": "2019-05-28T22:58:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-java-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915671", + "id": 12915671, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njcx", + "name": "protobuf-js-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4707973, + "download_count": 235, + "created_at": "2019-05-28T22:58:48Z", + "updated_at": "2019-05-28T22:58:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-js-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915680", + "id": 12915680, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njgw", + "name": "protobuf-js-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5809582, + "download_count": 713, + "created_at": "2019-05-28T22:58:49Z", + "updated_at": "2019-05-28T22:58:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-js-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915675", + "id": 12915675, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc1", + "name": "protobuf-objectivec-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4923056, + "download_count": 120, + "created_at": "2019-05-28T22:58:48Z", + "updated_at": "2019-05-28T22:58:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-objectivec-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915684", + "id": 12915684, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg0", + "name": "protobuf-objectivec-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6098090, + "download_count": 258, + "created_at": "2019-05-28T22:58:50Z", + "updated_at": "2019-05-28T22:58:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-objectivec-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915674", + "id": 12915674, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc0", + "name": "protobuf-php-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4888538, + "download_count": 309, + "created_at": "2019-05-28T22:58:48Z", + "updated_at": "2019-05-28T22:58:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-php-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915683", + "id": 12915683, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njgz", + "name": "protobuf-php-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6005181, + "download_count": 325, + "created_at": "2019-05-28T22:58:50Z", + "updated_at": "2019-05-28T22:58:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-php-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915672", + "id": 12915672, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njcy", + "name": "protobuf-python-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4861658, + "download_count": 2103, + "created_at": "2019-05-28T22:58:48Z", + "updated_at": "2019-05-28T22:58:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-python-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915682", + "id": 12915682, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njgy", + "name": "protobuf-python-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5972687, + "download_count": 4392, + "created_at": "2019-05-28T22:58:49Z", + "updated_at": "2019-05-28T22:58:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-python-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915673", + "id": 12915673, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njcz", + "name": "protobuf-ruby-3.8.0.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4864895, + "download_count": 88, + "created_at": "2019-05-28T22:58:48Z", + "updated_at": "2019-05-28T22:58:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-ruby-3.8.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915681", + "id": 12915681, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njgx", + "name": "protobuf-ruby-3.8.0.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5917545, + "download_count": 96, + "created_at": "2019-05-28T22:58:49Z", + "updated_at": "2019-05-28T22:58:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-ruby-3.8.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915664", + "id": 12915664, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY0", + "name": "protoc-3.8.0-linux-aarch_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1439040, + "download_count": 2097, + "created_at": "2019-05-28T22:58:46Z", + "updated_at": "2019-05-28T22:58:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915667", + "id": 12915667, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY3", + "name": "protoc-3.8.0-linux-ppcle_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1589281, + "download_count": 231, + "created_at": "2019-05-28T22:58:47Z", + "updated_at": "2019-05-28T22:58:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915665", + "id": 12915665, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY1", + "name": "protoc-3.8.0-linux-x86_32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1492432, + "download_count": 4135, + "created_at": "2019-05-28T22:58:47Z", + "updated_at": "2019-05-28T22:58:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915666", + "id": 12915666, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY2", + "name": "protoc-3.8.0-linux-x86_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1549882, + "download_count": 525164, + "created_at": "2019-05-28T22:58:47Z", + "updated_at": "2019-05-28T22:58:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915669", + "id": 12915669, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY5", + "name": "protoc-3.8.0-osx-x86_32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 2893556, + "download_count": 4009, + "created_at": "2019-05-28T22:58:47Z", + "updated_at": "2019-05-28T22:58:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915668", + "id": 12915668, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY4", + "name": "protoc-3.8.0-osx-x86_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 2861189, + "download_count": 72506, + "created_at": "2019-05-28T22:58:47Z", + "updated_at": "2019-05-28T22:58:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915662", + "id": 12915662, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjYy", + "name": "protoc-3.8.0-win32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1099081, + "download_count": 14729, + "created_at": "2019-05-28T22:58:46Z", + "updated_at": "2019-05-28T22:58:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915663", + "id": 12915663, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjYz", + "name": "protoc-3.8.0-win64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1426373, + "download_count": 17130, + "created_at": "2019-05-28T22:58:46Z", + "updated_at": "2019-05-28T22:58:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.8.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.8.0", + "body": "## C++\r\n * Use std::atomic in case of myriad2 platform\r\n * Always declare enums to be int-sized\r\n * Added DebugString() and ShortDebugString() methods on MessageLite\r\n * Specialized different parse loop control flows\r\n * Make hasbits potentially in register. The or's start forming an obstacle because it's a read modify store on the same mem address on each iteration.\r\n * Move to an internal MACRO for parser validity checks.\r\n * Improve map parsing performance.\r\n * Make MergePartialFromCodedStream non virtual. This allows direct calls, potential inlining and is also a code health improvement\r\n * Add an overall limit to parse_context to prevent reading past it. This allows to remove a annoying level of indirection.\r\n * Fix a mistake, we shouldn't verify map key/value strings for utf8 in opt mode for proto2.\r\n * Further improvements to cut binary size.\r\n * Prepare to make MergePartialFromCodedStream non-virtual.\r\n * A report on some interesting behavior change in python (caused by b/27494216) made me realize there is a check that needs to be done in case the parse ended on a end group tag.\r\n * Add a note of caution to the comments around skip in CodedOutputStream.\r\n * Simplify end check.\r\n * Add overload for ParseMessage for MessageLite/Message types. If the explicit type is not known inlining won't help de-virtualizing the virtual call.\r\n * Reduce linker input. It turns out that ParseMessage is not inlined, producing template instantiations that are used only once and save nothing but cost more.\r\n * Improve the parser.\r\n * [c++17] Changed proto2::RepeatedPtrField iterators to no longer derive from the deprecated std::iterator class.\r\n * Change the default value of case_insensitive_enum_parsing to false for JsonStringToMessage.\r\n * Add a warning if a field name doesn't match the style guide.\r\n * Fix TextFormat not round-trip correctly when float value is max float.\r\n * Added locationed info for some errors at compiler\r\n * Python reserved keywords are now working with getattr()/setattr() for most descriptors.\r\n * Added AllowUnknownField() in text_format\r\n * Append '_' to C++ reserved keywords for message, enum, extension\r\n * Fix MSVC warning C4244 in protobuf's parse_context.h.\r\n * Updating Iterators to be compatible with C++17 in MSVC.\r\n * Use capability annotation in mutex.h\r\n * Fix \"UndefinedBehaviorSanitizer: cfi-bad-type\"\r\n * CriticalSectionLock class as a lightweight replacement for std::mutex on Windows platforms.\r\n * Removed vestigial wire_format_lite_inl.h\r\n\r\n## C#\r\n * Added System.Memory dependency.\r\n\r\n## Java\r\n * Make Java protoc code generator ignore optimize_for LITE_RUNTIME. Users should instead use the Java lite protoc plugin.\r\n * Change Extension getMessageDefaultInstance() to return Message instead of MessageLite.\r\n * Prevent malicious input streams from leaking buffers for ByteString or ByteBuffer parsing.\r\n * Release new Javalite runtime.\r\n * Show warning in case potential file name conflict.\r\n * Allow Java reserved keywords to be used in extensions.\r\n * Added setAllowUnknownFields() in text format\r\n * Add memoization to ExtensionRegistryLite.getEmptyRegistry()\r\n * Improve performance of CodedOutputStream.writeUInt32NoTag\r\n * Add an optimized mismatch-finding algorithm to UnsafeUtil.\r\n * When serializing uint32 varints, check that we have MAX_VARINT32_SIZE bytes left, not just MAX_VARINT_SIZE.\r\n * Minor optimization to RopeByteString.PieceIterator\r\n\r\n## JavaScript\r\n * Simplify generated toObject code when the default value is used.\r\n\r\n## Python\r\n * Changes implementation of Name() for enums that allow aliases in proto2 in Python to be in line with claims in C++ implementation (to return first value).\r\n * Added double_format option in text format printer.\r\n * Added iter and __contains__ to extension dict\r\n * Added allow_unknown_field option in python text format parser\r\n * Fixed Timestamp.ToDatetime() loses precision issue\r\n * Support unknown field in text format printer.\r\n * Float field will be convert to inf if bigger than struct.unpack('f', b'\\xff\\xff\\x7f\\x7f')[0] which is about 3.4028234664e+38,\r\n convert to -inf if smaller than -3.4028234664e+38\r\n * Allowed casting str->bytes in Message.__setstate__\r\n\r\n## Ruby\r\n * Helper methods to get enum name for Ruby." + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/17092386", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/17092386/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/17092386/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.8.0-rc1", + "id": 17092386, + "node_id": "MDc6UmVsZWFzZTE3MDkyMzg2", + "tag_name": "v3.8.0-rc1", + "target_commitish": "3.8.x", + "name": "Protocol Buffers v3.8.0-rc1", + "draft": false, + "author": null, + "prerelease": true, + "created_at": "2019-04-30T17:10:28Z", + "published_at": "2019-05-01T17:24:11Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336833", + "id": 12336833, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODMz", + "name": "protobuf-all-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7151107, + "download_count": 1724, + "created_at": "2019-05-01T17:23:35Z", + "updated_at": "2019-05-01T17:23:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-all-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336834", + "id": 12336834, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODM0", + "name": "protobuf-all-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 9266615, + "download_count": 1110, + "created_at": "2019-05-01T17:23:35Z", + "updated_at": "2019-05-01T17:23:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-all-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336804", + "id": 12336804, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODA0", + "name": "protobuf-cpp-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4545471, + "download_count": 431, + "created_at": "2019-05-01T17:23:32Z", + "updated_at": "2019-05-01T17:23:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-cpp-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336818", + "id": 12336818, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODE4", + "name": "protobuf-cpp-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5550867, + "download_count": 386, + "created_at": "2019-05-01T17:23:34Z", + "updated_at": "2019-05-01T17:23:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-cpp-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336813", + "id": 12336813, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODEz", + "name": "protobuf-csharp-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4981335, + "download_count": 69, + "created_at": "2019-05-01T17:23:33Z", + "updated_at": "2019-05-01T17:23:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-csharp-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336830", + "id": 12336830, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODMw", + "name": "protobuf-csharp-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6164705, + "download_count": 174, + "created_at": "2019-05-01T17:23:35Z", + "updated_at": "2019-05-01T17:23:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-csharp-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336816", + "id": 12336816, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODE2", + "name": "protobuf-java-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5200991, + "download_count": 169, + "created_at": "2019-05-01T17:23:34Z", + "updated_at": "2019-05-01T17:23:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-java-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336832", + "id": 12336832, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODMy", + "name": "protobuf-java-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6549487, + "download_count": 290, + "created_at": "2019-05-01T17:23:35Z", + "updated_at": "2019-05-01T17:23:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-java-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336805", + "id": 12336805, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODA1", + "name": "protobuf-js-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4707570, + "download_count": 54, + "created_at": "2019-05-01T17:23:33Z", + "updated_at": "2019-05-01T17:23:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-js-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336820", + "id": 12336820, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODIw", + "name": "protobuf-js-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5820379, + "download_count": 132, + "created_at": "2019-05-01T17:23:34Z", + "updated_at": "2019-05-01T17:23:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-js-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336812", + "id": 12336812, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODEy", + "name": "protobuf-objectivec-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4922833, + "download_count": 45, + "created_at": "2019-05-01T17:23:33Z", + "updated_at": "2019-05-01T17:23:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-objectivec-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336828", + "id": 12336828, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODI4", + "name": "protobuf-objectivec-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6110012, + "download_count": 48, + "created_at": "2019-05-01T17:23:35Z", + "updated_at": "2019-05-01T17:23:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-objectivec-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336811", + "id": 12336811, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODEx", + "name": "protobuf-php-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4888536, + "download_count": 51, + "created_at": "2019-05-01T17:23:33Z", + "updated_at": "2019-05-01T17:23:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-php-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336826", + "id": 12336826, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODI2", + "name": "protobuf-php-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 6016172, + "download_count": 71, + "created_at": "2019-05-01T17:23:34Z", + "updated_at": "2019-05-01T17:23:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-php-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336808", + "id": 12336808, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODA4", + "name": "protobuf-python-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4861606, + "download_count": 225, + "created_at": "2019-05-01T17:23:33Z", + "updated_at": "2019-05-01T17:23:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-python-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336824", + "id": 12336824, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODI0", + "name": "protobuf-python-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5983474, + "download_count": 466, + "created_at": "2019-05-01T17:23:34Z", + "updated_at": "2019-05-01T17:23:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-python-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336810", + "id": 12336810, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODEw", + "name": "protobuf-ruby-3.8.0-rc-1.tar.gz", + "label": null, + "uploader": null, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4864372, + "download_count": 32, + "created_at": "2019-05-01T17:23:33Z", + "updated_at": "2019-05-01T17:23:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-ruby-3.8.0-rc-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336822", + "id": 12336822, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODIy", + "name": "protobuf-ruby-3.8.0-rc-1.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 5927588, + "download_count": 32, + "created_at": "2019-05-01T17:23:34Z", + "updated_at": "2019-05-01T17:23:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-ruby-3.8.0-rc-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373067", + "id": 12373067, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDY3", + "name": "protoc-3.8.0-rc-1-linux-aarch_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1435866, + "download_count": 85, + "created_at": "2019-05-03T17:36:07Z", + "updated_at": "2019-05-03T17:36:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373068", + "id": 12373068, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDY4", + "name": "protoc-3.8.0-rc-1-linux-ppcle_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1587682, + "download_count": 33, + "created_at": "2019-05-03T17:36:07Z", + "updated_at": "2019-05-03T17:36:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373069", + "id": 12373069, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDY5", + "name": "protoc-3.8.0-rc-1-linux-x86_32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1490570, + "download_count": 46, + "created_at": "2019-05-03T17:36:07Z", + "updated_at": "2019-05-03T17:36:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373070", + "id": 12373070, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDcw", + "name": "protoc-3.8.0-rc-1-linux-x86_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1547835, + "download_count": 4723, + "created_at": "2019-05-03T17:36:08Z", + "updated_at": "2019-05-03T17:36:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373071", + "id": 12373071, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDcx", + "name": "protoc-3.8.0-rc-1-osx-x86_32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 2889532, + "download_count": 50, + "created_at": "2019-05-03T17:36:08Z", + "updated_at": "2019-05-03T17:36:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373072", + "id": 12373072, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDcy", + "name": "protoc-3.8.0-rc-1-osx-x86_64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 2857686, + "download_count": 770, + "created_at": "2019-05-03T17:36:08Z", + "updated_at": "2019-05-03T17:36:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373073", + "id": 12373073, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDcz", + "name": "protoc-3.8.0-rc-1-win32.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1096082, + "download_count": 330, + "created_at": "2019-05-03T17:36:08Z", + "updated_at": "2019-05-03T17:36:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373074", + "id": 12373074, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDc0", + "name": "protoc-3.8.0-rc-1-win64.zip", + "label": null, + "uploader": null, + "content_type": "application/zip", + "state": "uploaded", + "size": 1424892, + "download_count": 1930, + "created_at": "2019-05-03T17:36:08Z", + "updated_at": "2019-05-03T17:36:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.8.0-rc1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.8.0-rc1", + "body": "## C++\r\n * Use std::atomic in case of myriad2 platform\r\n * Always declare enums to be int-sized\r\n * Added DebugString() and ShortDebugString() methods on MessageLite\r\n * Specialized different parse loop control flows\r\n * Make hasbits potentially in register. The or's start forming an obstacle because it's a read modify store on the same mem address on each iteration.\r\n * Move to an internal MACRO for parser validity checks.\r\n * Improve map parsing performance.\r\n * Make MergePartialFromCodedStream non virtual. This allows direct calls, potential inlining and is also a code health improvement\r\n * Add an overall limit to parse_context to prevent reading past it. This allows to remove a annoying level of indirection.\r\n * Fix a mistake, we shouldn't verify map key/value strings for utf8 in opt mode for proto2.\r\n * Further improvements to cut binary size.\r\n * Prepare to make MergePartialFromCodedStream non-virtual.\r\n * A report on some interesting behavior change in python (caused by b/27494216) made me realize there is a check that needs to be done in case the parse ended on a end group tag.\r\n * Add a note of caution to the comments around skip in CodedOutputStream.\r\n * Simplify end check.\r\n * Add overload for ParseMessage for MessageLite/Message types. If the explicit type is not known inlining won't help de-virtualizing the virtual call.\r\n * Reduce linker input. It turns out that ParseMessage is not inlined, producing template instantiations that are used only once and save nothing but cost more.\r\n * Improve the parser.\r\n * [c++17] Changed proto2::RepeatedPtrField iterators to no longer derive from the deprecated std::iterator class.\r\n * Change the default value of case_insensitive_enum_parsing to false for JsonStringToMessage.\r\n * Add a warning if a field name doesn't match the style guide.\r\n * Fix TextFormat not round-trip correctly when float value is max float.\r\n * Added locationed info for some errors at compiler\r\n * Python reserved keywords are now working with getattr()/setattr() for most descriptors.\r\n * Added AllowUnknownField() in text_format\r\n * Append '_' to C++ reserved keywords for message, enum, extension\r\n * Fix MSVC warning C4244 in protobuf's parse_context.h.\r\n * Updating Iterators to be compatible with C++17 in MSVC.\r\n * Use capability annotation in mutex.h\r\n * Fix \"UndefinedBehaviorSanitizer: cfi-bad-type\"\r\n * CriticalSectionLock class as a lightweight replacement for std::mutex on Windows platforms.\r\n * Removed vestigial wire_format_lite_inl.h\r\n\r\n## C#\r\n * Added System.Memory dependency.\r\n\r\n## Java\r\n * Make Java protoc code generator ignore optimize_for LITE_RUNTIME. Users should instead use the Java lite protoc plugin.\r\n * Change Extension getMessageDefaultInstance() to return Message instead of MessageLite.\r\n * Prevent malicious input streams from leaking buffers for ByteString or ByteBuffer parsing.\r\n * Release new Javalite runtime.\r\n * Show warning in case potential file name conflict.\r\n * Allow Java reserved keywords to be used in extensions.\r\n * Added setAllowUnknownFields() in text format\r\n * Add memoization to ExtensionRegistryLite.getEmptyRegistry()\r\n * Improve performance of CodedOutputStream.writeUInt32NoTag\r\n * Add an optimized mismatch-finding algorithm to UnsafeUtil.\r\n * When serializing uint32 varints, check that we have MAX_VARINT32_SIZE bytes left, not just MAX_VARINT_SIZE.\r\n * Minor optimization to RopeByteString.PieceIterator\r\n\r\n## JavaScript\r\n * Simplify generated toObject code when the default value is used.\r\n\r\n## Python\r\n * Changes implementation of Name() for enums that allow aliases in proto2 in Python to be in line with claims in C++ implementation (to return first value).\r\n * Added double_format option in text format printer.\r\n * Added iter and __contains__ to extension dict\r\n * Added allow_unknown_field option in python text format parser\r\n * Fixed Timestamp.ToDatetime() loses precision issue\r\n * Support unknown field in text format printer.\r\n * Float field will be convert to inf if bigger than struct.unpack('f', b'\\xff\\xff\\x7f\\x7f')[0] which is about 3.4028234664e+38,\r\n convert to -inf if smaller than -3.4028234664e+38\r\n * Allowed casting str->bytes in Message.__setstate__\r\n\r\n## Ruby\r\n * Helper methods to get enum name for Ruby." + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/16360088", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/16360088/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/16360088/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.1", + "id": 16360088, + "node_id": "MDc6UmVsZWFzZTE2MzYwMDg4", + "tag_name": "v3.7.1", + "target_commitish": "3.7.x", + "name": "Protocol Buffers v3.7.1", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-03-26T16:30:12Z", + "published_at": "2019-03-26T16:40:34Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759566", + "id": 11759566, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTY2", + "name": "protobuf-all-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7018070, + "download_count": 173979, + "created_at": "2019-03-27T17:36:55Z", + "updated_at": "2019-03-27T17:36:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-all-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759567", + "id": 11759567, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTY3", + "name": "protobuf-all-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8985859, + "download_count": 8667, + "created_at": "2019-03-27T17:36:55Z", + "updated_at": "2019-03-27T17:36:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-all-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759568", + "id": 11759568, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTY4", + "name": "protobuf-cpp-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4554569, + "download_count": 34896, + "created_at": "2019-03-27T17:36:56Z", + "updated_at": "2019-03-27T17:36:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-cpp-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759569", + "id": 11759569, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTY5", + "name": "protobuf-cpp-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5540852, + "download_count": 5264, + "created_at": "2019-03-27T17:36:56Z", + "updated_at": "2019-03-27T17:36:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-cpp-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759570", + "id": 11759570, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTcw", + "name": "protobuf-csharp-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4975598, + "download_count": 369, + "created_at": "2019-03-27T17:36:56Z", + "updated_at": "2019-03-27T17:36:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-csharp-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759571", + "id": 11759571, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTcx", + "name": "protobuf-csharp-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6134194, + "download_count": 1899, + "created_at": "2019-03-27T17:36:56Z", + "updated_at": "2019-03-27T17:36:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-csharp-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759572", + "id": 11759572, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTcy", + "name": "protobuf-java-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5036793, + "download_count": 3385, + "created_at": "2019-03-27T17:36:56Z", + "updated_at": "2019-03-27T17:36:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-java-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759573", + "id": 11759573, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTcz", + "name": "protobuf-java-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6256175, + "download_count": 4149, + "created_at": "2019-03-27T17:36:56Z", + "updated_at": "2019-03-27T17:36:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-java-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759574", + "id": 11759574, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc0", + "name": "protobuf-js-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4714126, + "download_count": 301, + "created_at": "2019-03-27T17:36:57Z", + "updated_at": "2019-03-27T17:36:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-js-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759575", + "id": 11759575, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc1", + "name": "protobuf-js-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5808427, + "download_count": 756, + "created_at": "2019-03-27T17:36:57Z", + "updated_at": "2019-03-27T17:37:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-js-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759576", + "id": 11759576, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc2", + "name": "protobuf-objectivec-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4931515, + "download_count": 167, + "created_at": "2019-03-27T17:36:57Z", + "updated_at": "2019-03-27T17:37:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-objectivec-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759577", + "id": 11759577, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc3", + "name": "protobuf-objectivec-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6097730, + "download_count": 328, + "created_at": "2019-03-27T17:36:57Z", + "updated_at": "2019-03-27T17:37:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-objectivec-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759578", + "id": 11759578, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc4", + "name": "protobuf-php-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4942632, + "download_count": 331, + "created_at": "2019-03-27T17:36:57Z", + "updated_at": "2019-03-27T17:37:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-php-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759579", + "id": 11759579, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc5", + "name": "protobuf-php-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6053988, + "download_count": 399, + "created_at": "2019-03-27T17:36:57Z", + "updated_at": "2019-03-27T17:37:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-php-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759580", + "id": 11759580, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTgw", + "name": "protobuf-python-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4869789, + "download_count": 6198, + "created_at": "2019-03-27T17:36:57Z", + "updated_at": "2019-03-27T17:37:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-python-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759581", + "id": 11759581, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTgx", + "name": "protobuf-python-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5967559, + "download_count": 3745, + "created_at": "2019-03-27T17:36:58Z", + "updated_at": "2019-03-27T17:37:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-python-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759582", + "id": 11759582, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTgy", + "name": "protobuf-ruby-3.7.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4872450, + "download_count": 111, + "created_at": "2019-03-27T17:36:58Z", + "updated_at": "2019-03-27T17:37:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-ruby-3.7.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759583", + "id": 11759583, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTgz", + "name": "protobuf-ruby-3.7.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5912898, + "download_count": 138, + "created_at": "2019-03-27T17:36:58Z", + "updated_at": "2019-03-27T17:37:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-ruby-3.7.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763702", + "id": 11763702, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzAy", + "name": "protoc-3.7.1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420854, + "download_count": 2872, + "created_at": "2019-03-27T22:11:57Z", + "updated_at": "2019-03-27T22:11:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763703", + "id": 11763703, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzAz", + "name": "protoc-3.7.1-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1568760, + "download_count": 762, + "created_at": "2019-03-27T22:11:57Z", + "updated_at": "2019-03-27T22:11:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763704", + "id": 11763704, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA0", + "name": "protoc-3.7.1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1473386, + "download_count": 443, + "created_at": "2019-03-27T22:11:57Z", + "updated_at": "2019-03-27T22:11:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763705", + "id": 11763705, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA1", + "name": "protoc-3.7.1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1529306, + "download_count": 767594, + "created_at": "2019-03-27T22:11:57Z", + "updated_at": "2019-03-27T22:11:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763706", + "id": 11763706, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA2", + "name": "protoc-3.7.1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2844672, + "download_count": 268, + "created_at": "2019-03-27T22:11:57Z", + "updated_at": "2019-03-27T22:11:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763707", + "id": 11763707, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA3", + "name": "protoc-3.7.1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2806619, + "download_count": 20837, + "created_at": "2019-03-27T22:11:58Z", + "updated_at": "2019-03-27T22:11:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763708", + "id": 11763708, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA4", + "name": "protoc-3.7.1-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1091216, + "download_count": 4483, + "created_at": "2019-03-27T22:11:58Z", + "updated_at": "2019-03-27T22:12:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763709", + "id": 11763709, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA5", + "name": "protoc-3.7.1-win64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1413094, + "download_count": 22614, + "created_at": "2019-03-27T22:11:58Z", + "updated_at": "2019-03-27T22:12:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.1", + "body": "## C++\r\n * Avoid linking against libatomic in prebuilt protoc binaries (#5875)\r\n * Avoid marking generated C++ messages as final, though we will do this in a future release (#5928)\r\n * Miscellaneous build fixes\r\n\r\n## JavaScript\r\n * Fixed redefinition of global variable f (#5932)\r\n\r\n## Ruby\r\n * Replace strptime with custom implementation (#5906)\r\n * Fixed the bug that bytes fields cannot be larger than 16000 bytes (#5924)\r\n * Miscellaneous bug fixes\r\n\r\n## PHP\r\n * Replace strptime with custom implementation (#5906)\r\n * Fixed the bug that bytes fields cannot be larger than 16000 bytes (#5924)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15729828", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15729828/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/15729828/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0-rc.3", + "id": 15729828, + "node_id": "MDc6UmVsZWFzZTE1NzI5ODI4", + "tag_name": "v3.7.0-rc.3", + "target_commitish": "3.7.x", + "name": "Protocol Buffers v3.7.0-rc.3", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2019-02-22T22:53:16Z", + "published_at": "2019-02-22T23:11:13Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202941", + "id": 11202941, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQx", + "name": "protobuf-all-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7009237, + "download_count": 1074, + "created_at": "2019-02-22T23:07:31Z", + "updated_at": "2019-02-22T23:07:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-all-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202942", + "id": 11202942, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQy", + "name": "protobuf-all-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8996112, + "download_count": 786, + "created_at": "2019-02-22T23:07:31Z", + "updated_at": "2019-02-22T23:07:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-all-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202943", + "id": 11202943, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQz", + "name": "protobuf-cpp-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4555680, + "download_count": 136, + "created_at": "2019-02-22T23:07:31Z", + "updated_at": "2019-02-22T23:07:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-cpp-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202944", + "id": 11202944, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ0", + "name": "protobuf-cpp-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5551338, + "download_count": 258, + "created_at": "2019-02-22T23:07:31Z", + "updated_at": "2019-02-22T23:07:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-cpp-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202945", + "id": 11202945, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ1", + "name": "protobuf-csharp-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4977445, + "download_count": 54, + "created_at": "2019-02-22T23:07:31Z", + "updated_at": "2019-02-22T23:07:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-csharp-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202946", + "id": 11202946, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ2", + "name": "protobuf-csharp-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6146214, + "download_count": 115, + "created_at": "2019-02-22T23:07:32Z", + "updated_at": "2019-02-22T23:07:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-csharp-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202947", + "id": 11202947, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ3", + "name": "protobuf-java-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5037931, + "download_count": 101, + "created_at": "2019-02-22T23:07:32Z", + "updated_at": "2019-02-22T23:07:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-java-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202948", + "id": 11202948, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ4", + "name": "protobuf-java-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6268866, + "download_count": 238, + "created_at": "2019-02-22T23:07:32Z", + "updated_at": "2019-02-22T23:07:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-java-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202949", + "id": 11202949, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ5", + "name": "protobuf-js-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4716077, + "download_count": 53, + "created_at": "2019-02-22T23:07:32Z", + "updated_at": "2019-02-22T23:07:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-js-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202950", + "id": 11202950, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTUw", + "name": "protobuf-js-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5820117, + "download_count": 77, + "created_at": "2019-02-22T23:07:32Z", + "updated_at": "2019-02-22T23:07:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-js-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202951", + "id": 11202951, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTUx", + "name": "protobuf-objectivec-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4932912, + "download_count": 40, + "created_at": "2019-02-22T23:07:32Z", + "updated_at": "2019-02-22T23:07:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-objectivec-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202952", + "id": 11202952, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTUy", + "name": "protobuf-objectivec-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6110520, + "download_count": 48, + "created_at": "2019-02-22T23:07:32Z", + "updated_at": "2019-02-22T23:07:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-objectivec-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202953", + "id": 11202953, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTUz", + "name": "protobuf-php-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4941502, + "download_count": 60, + "created_at": "2019-02-22T23:07:33Z", + "updated_at": "2019-02-22T23:07:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-php-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202954", + "id": 11202954, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU0", + "name": "protobuf-php-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6061450, + "download_count": 44, + "created_at": "2019-02-22T23:07:33Z", + "updated_at": "2019-02-22T23:07:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-php-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202955", + "id": 11202955, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU1", + "name": "protobuf-python-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4870869, + "download_count": 151, + "created_at": "2019-02-22T23:07:33Z", + "updated_at": "2019-02-22T23:07:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-python-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202956", + "id": 11202956, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU2", + "name": "protobuf-python-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5979189, + "download_count": 310, + "created_at": "2019-02-22T23:07:33Z", + "updated_at": "2019-02-22T23:07:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-python-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202957", + "id": 11202957, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU3", + "name": "protobuf-ruby-3.7.0-rc-3.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4866769, + "download_count": 38, + "created_at": "2019-02-22T23:07:33Z", + "updated_at": "2019-02-22T23:07:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-ruby-3.7.0-rc-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202958", + "id": 11202958, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU4", + "name": "protobuf-ruby-3.7.0-rc-3.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5917784, + "download_count": 36, + "created_at": "2019-02-22T23:07:33Z", + "updated_at": "2019-02-22T23:07:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-ruby-3.7.0-rc-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205515", + "id": 11205515, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE1", + "name": "protoc-3.7.0-rc-3-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1421033, + "download_count": 63, + "created_at": "2019-02-23T03:38:13Z", + "updated_at": "2019-02-23T03:38:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205516", + "id": 11205516, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE2", + "name": "protoc-3.7.0-rc-3-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1568661, + "download_count": 58, + "created_at": "2019-02-23T03:38:13Z", + "updated_at": "2019-02-23T03:38:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205517", + "id": 11205517, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE3", + "name": "protoc-3.7.0-rc-3-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1473644, + "download_count": 62, + "created_at": "2019-02-23T03:38:13Z", + "updated_at": "2019-02-23T03:43:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205518", + "id": 11205518, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE4", + "name": "protoc-3.7.0-rc-3-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1529606, + "download_count": 2118, + "created_at": "2019-02-23T03:38:13Z", + "updated_at": "2019-02-23T03:38:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205519", + "id": 11205519, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE5", + "name": "protoc-3.7.0-rc-3-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2844639, + "download_count": 52, + "created_at": "2019-02-23T03:38:14Z", + "updated_at": "2019-02-23T03:38:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205520", + "id": 11205520, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTIw", + "name": "protoc-3.7.0-rc-3-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2806722, + "download_count": 471, + "created_at": "2019-02-23T03:38:14Z", + "updated_at": "2019-02-23T03:38:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205521", + "id": 11205521, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTIx", + "name": "protoc-3.7.0-rc-3-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1093901, + "download_count": 405, + "created_at": "2019-02-23T03:38:14Z", + "updated_at": "2019-02-23T03:38:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205522", + "id": 11205522, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTIy", + "name": "protoc-3.7.0-rc-3-win64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1415430, + "download_count": 1768, + "created_at": "2019-02-23T03:38:14Z", + "updated_at": "2019-02-23T03:38:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.0-rc.3", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.0-rc.3", + "body": "" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15659336", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15659336/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/15659336/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0", + "id": 15659336, + "node_id": "MDc6UmVsZWFzZTE1NjU5MzM2", + "tag_name": "v3.7.0", + "target_commitish": "3.7.x", + "name": "Protocol Buffers v3.7.0", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-02-28T20:55:14Z", + "published_at": "2019-02-28T21:33:02Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294890", + "id": 11294890, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODkw", + "name": "protobuf-all-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7005840, + "download_count": 54539, + "created_at": "2019-02-28T21:48:23Z", + "updated_at": "2019-02-28T21:48:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-all-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294892", + "id": 11294892, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODky", + "name": "protobuf-all-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8974388, + "download_count": 5094, + "created_at": "2019-02-28T21:48:23Z", + "updated_at": "2019-02-28T21:48:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-all-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294893", + "id": 11294893, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODkz", + "name": "protobuf-cpp-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4554405, + "download_count": 14847, + "created_at": "2019-02-28T21:48:24Z", + "updated_at": "2019-02-28T21:48:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-cpp-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294894", + "id": 11294894, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk0", + "name": "protobuf-cpp-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5540626, + "download_count": 2873, + "created_at": "2019-02-28T21:48:24Z", + "updated_at": "2019-02-28T21:48:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-cpp-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294895", + "id": 11294895, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk1", + "name": "protobuf-csharp-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4975889, + "download_count": 206, + "created_at": "2019-02-28T21:48:24Z", + "updated_at": "2019-02-28T21:48:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-csharp-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294896", + "id": 11294896, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk2", + "name": "protobuf-csharp-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6133736, + "download_count": 1113, + "created_at": "2019-02-28T21:48:24Z", + "updated_at": "2019-02-28T21:48:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-csharp-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294897", + "id": 11294897, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk3", + "name": "protobuf-java-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5036617, + "download_count": 7741, + "created_at": "2019-02-28T21:48:24Z", + "updated_at": "2019-02-28T21:48:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-java-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294898", + "id": 11294898, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk4", + "name": "protobuf-java-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6255941, + "download_count": 1914, + "created_at": "2019-02-28T21:48:25Z", + "updated_at": "2019-02-28T21:48:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-java-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294900", + "id": 11294900, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTAw", + "name": "protobuf-js-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4714958, + "download_count": 210, + "created_at": "2019-02-28T21:48:25Z", + "updated_at": "2019-02-28T21:48:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-js-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294901", + "id": 11294901, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTAx", + "name": "protobuf-js-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5808210, + "download_count": 547, + "created_at": "2019-02-28T21:48:25Z", + "updated_at": "2019-02-28T21:48:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-js-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294902", + "id": 11294902, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTAy", + "name": "protobuf-objectivec-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4931402, + "download_count": 163, + "created_at": "2019-02-28T21:48:25Z", + "updated_at": "2019-02-28T21:48:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-objectivec-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294903", + "id": 11294903, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTAz", + "name": "protobuf-objectivec-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6097500, + "download_count": 303, + "created_at": "2019-02-28T21:48:25Z", + "updated_at": "2019-02-28T21:48:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-objectivec-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294904", + "id": 11294904, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA0", + "name": "protobuf-php-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4941097, + "download_count": 298, + "created_at": "2019-02-28T21:48:26Z", + "updated_at": "2019-02-28T21:48:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-php-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294905", + "id": 11294905, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA1", + "name": "protobuf-php-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6049227, + "download_count": 223, + "created_at": "2019-02-28T21:48:26Z", + "updated_at": "2019-02-28T21:48:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-php-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294906", + "id": 11294906, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA2", + "name": "protobuf-python-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4869606, + "download_count": 2038, + "created_at": "2019-02-28T21:48:26Z", + "updated_at": "2019-02-28T21:48:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-python-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294908", + "id": 11294908, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA4", + "name": "protobuf-python-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5967332, + "download_count": 2233, + "created_at": "2019-02-28T21:48:26Z", + "updated_at": "2019-02-28T21:48:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-python-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294909", + "id": 11294909, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA5", + "name": "protobuf-ruby-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4863624, + "download_count": 71, + "created_at": "2019-02-28T21:48:26Z", + "updated_at": "2019-02-28T21:48:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-ruby-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294910", + "id": 11294910, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTEw", + "name": "protobuf-ruby-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5906198, + "download_count": 76, + "created_at": "2019-02-28T21:48:26Z", + "updated_at": "2019-02-28T21:48:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-ruby-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299044", + "id": 11299044, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ0", + "name": "protoc-3.7.0-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1421033, + "download_count": 835, + "created_at": "2019-03-01T02:40:20Z", + "updated_at": "2019-03-01T02:40:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299046", + "id": 11299046, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ2", + "name": "protoc-3.7.0-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1568661, + "download_count": 529, + "created_at": "2019-03-01T02:40:20Z", + "updated_at": "2019-03-01T02:40:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299047", + "id": 11299047, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ3", + "name": "protoc-3.7.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1473644, + "download_count": 209, + "created_at": "2019-03-01T02:40:20Z", + "updated_at": "2019-03-01T02:40:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299048", + "id": 11299048, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ4", + "name": "protoc-3.7.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1529606, + "download_count": 190342, + "created_at": "2019-03-01T02:40:21Z", + "updated_at": "2019-03-01T02:40:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299049", + "id": 11299049, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ5", + "name": "protoc-3.7.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2844639, + "download_count": 136, + "created_at": "2019-03-01T02:40:21Z", + "updated_at": "2019-03-01T02:40:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299050", + "id": 11299050, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDUw", + "name": "protoc-3.7.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2806722, + "download_count": 19270, + "created_at": "2019-03-01T02:40:21Z", + "updated_at": "2019-03-01T02:40:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299051", + "id": 11299051, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDUx", + "name": "protoc-3.7.0-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1093899, + "download_count": 2546, + "created_at": "2019-03-01T02:40:21Z", + "updated_at": "2019-03-01T02:40:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299052", + "id": 11299052, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDUy", + "name": "protoc-3.7.0-win64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1415428, + "download_count": 50685, + "created_at": "2019-03-01T02:40:22Z", + "updated_at": "2019-03-01T02:40:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.0", + "body": "## C++\r\n * Introduced new MOMI (maybe-outside-memory-interval) parser.\r\n * Add an option to json_util to parse enum as case-insensitive. In the future, enum parsing in json_util will become case-sensitive.\r\n * Added conformance test for enum aliases\r\n * Added support for --cpp_out=speed:...\r\n * Added use of C++ override keyword where appropriate\r\n * Many other cleanups and fixes.\r\n\r\n## Java\r\n * Fix illegal reflective access warning in JDK 9+\r\n * Add BOM\r\n\r\n## Python\r\n * Added Python 3.7 compatibility.\r\n * Modified ParseFromString to return bytes parsed .\r\n * Introduce Proto C API.\r\n * FindFileContainingSymbol in descriptor pool is now able to find field and enum values.\r\n * reflection.MakeClass() and reflection.ParseMessage() are deprecated.\r\n * Added DescriptorPool.FindMethodByName() method in pure python (c extension alreay has it)\r\n * Flipped proto3 to preserve unknown fields by default.\r\n * Added support for memoryview in python3 proto message parsing.\r\n * Added MergeFrom for repeated scalar fields in c extension (pure python already has it)\r\n * Surrogates are now rejected at setters in python3.\r\n * Added public unknown field API.\r\n * RecursionLimit is also set to max if allow_oversize_protos is enabled.\r\n * Disallow duplicate scalars in proto3 text_format parse.\r\n * Fix some segment faults for c extension map field.\r\n\r\n## PHP\r\n * Most issues for json encoding/decoding in the c extension have been fixed. There are still some edge cases not fixed. For more details, check conformance/failure_list_php_c.txt.\r\n * Supports php 7.3\r\n * Added helper methods to convert between enum values and names.\r\n * Allow setting/getting wrapper message fields using primitive values.\r\n * Various bug fixes.\r\n\r\n## Ruby\r\n * Ruby 2.6 support.\r\n * Drops support for ruby < 2.3.\r\n * Most issues for json encoding/decoding in the c extension have been fixed. There are still some edge cases not fixed. For more details, check conformance/failure_list_ruby.txt.\r\n * Json parsing can specify an option to ignore unknown fields: msg.decode_json(data, {ignore_unknown_fields: true}).\r\n * Added support for proto2 syntax (partially).\r\n * Various bug fixes.\r\n\r\n## C#\r\n * More support for FieldMask include merge, intersect and more.\r\n * Increasing the default recursion limit to 100.\r\n * Support loading FileDescriptors dynamically.\r\n * Provide access to comments from descriptors.\r\n * Added Any.Is method.\r\n * Compatible with C# 6\r\n * Added IComparable and comparison operators on Timestamp.\r\n\r\n## Objective-C\r\n * Add ability to introspect list of enum values (#4678)\r\n * Copy the value when setting message/data fields (#5215)\r\n * Support suppressing the objc package prefix checks on a list of files (#5309)\r\n * More complete keyword and NSObject method (via categories) checks for field names, can result in more fields being rename, but avoids the collisions at runtime (#5289)\r\n * Small fixes to TextFormat generation for extensions (#5362)\r\n * Provide more details/context in deprecation messages (#5412)\r\n * Array/Dictionary enumeration blocks NS_NOESCAPE annotation for Swift (#5421)\r\n * Properly annotate extensions for ARC when their names imply behaviors (#5427)\r\n * Enum alias name collision improvements (#5480)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15323628", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15323628/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/15323628/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0rc2", + "id": 15323628, + "node_id": "MDc6UmVsZWFzZTE1MzIzNjI4", + "tag_name": "v3.7.0rc2", + "target_commitish": "3.7.x", + "name": "Protocol Buffers v3.7.0rc2", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2019-02-01T19:27:19Z", + "published_at": "2019-02-01T20:04:58Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890880", + "id": 10890880, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODgw", + "name": "protobuf-all-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7004523, + "download_count": 2243, + "created_at": "2019-02-01T19:44:28Z", + "updated_at": "2019-02-01T19:44:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-all-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890881", + "id": 10890881, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODgx", + "name": "protobuf-all-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8994228, + "download_count": 1700, + "created_at": "2019-02-01T19:44:28Z", + "updated_at": "2019-02-01T19:44:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-all-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890882", + "id": 10890882, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODgy", + "name": "protobuf-cpp-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4555122, + "download_count": 374, + "created_at": "2019-02-01T19:44:29Z", + "updated_at": "2019-02-01T19:44:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-cpp-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890883", + "id": 10890883, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODgz", + "name": "protobuf-cpp-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5550468, + "download_count": 455, + "created_at": "2019-02-01T19:44:29Z", + "updated_at": "2019-02-01T19:44:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-cpp-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890884", + "id": 10890884, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg0", + "name": "protobuf-csharp-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4976690, + "download_count": 74, + "created_at": "2019-02-01T19:44:29Z", + "updated_at": "2019-02-01T19:44:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-csharp-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890885", + "id": 10890885, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg1", + "name": "protobuf-csharp-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6145864, + "download_count": 239, + "created_at": "2019-02-01T19:44:29Z", + "updated_at": "2019-02-01T19:44:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-csharp-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890886", + "id": 10890886, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg2", + "name": "protobuf-java-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5037480, + "download_count": 213, + "created_at": "2019-02-01T19:44:29Z", + "updated_at": "2019-02-01T19:44:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-java-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890887", + "id": 10890887, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg3", + "name": "protobuf-java-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6267997, + "download_count": 469, + "created_at": "2019-02-01T19:44:30Z", + "updated_at": "2019-02-01T19:44:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-java-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890888", + "id": 10890888, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg4", + "name": "protobuf-js-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4715024, + "download_count": 97, + "created_at": "2019-02-01T19:44:30Z", + "updated_at": "2019-02-01T19:44:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-js-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890889", + "id": 10890889, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg5", + "name": "protobuf-js-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5819245, + "download_count": 130, + "created_at": "2019-02-01T19:44:30Z", + "updated_at": "2019-02-01T19:44:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-js-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890890", + "id": 10890890, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODkw", + "name": "protobuf-objectivec-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4930985, + "download_count": 60, + "created_at": "2019-02-01T19:44:30Z", + "updated_at": "2019-02-01T19:44:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-objectivec-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890891", + "id": 10890891, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODkx", + "name": "protobuf-objectivec-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6109650, + "download_count": 96, + "created_at": "2019-02-01T19:44:30Z", + "updated_at": "2019-02-01T19:44:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-objectivec-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890892", + "id": 10890892, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODky", + "name": "protobuf-php-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4939189, + "download_count": 65, + "created_at": "2019-02-01T19:44:30Z", + "updated_at": "2019-02-01T19:44:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-php-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890893", + "id": 10890893, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODkz", + "name": "protobuf-php-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6059043, + "download_count": 82, + "created_at": "2019-02-01T19:44:30Z", + "updated_at": "2019-02-01T19:44:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-php-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890894", + "id": 10890894, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODk0", + "name": "protobuf-python-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4870086, + "download_count": 343, + "created_at": "2019-02-01T19:44:31Z", + "updated_at": "2019-02-01T19:44:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-python-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890895", + "id": 10890895, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODk1", + "name": "protobuf-python-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5978322, + "download_count": 558, + "created_at": "2019-02-01T19:44:31Z", + "updated_at": "2019-02-01T19:44:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-python-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890896", + "id": 10890896, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODk2", + "name": "protobuf-ruby-3.7.0-rc-2.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4865956, + "download_count": 40, + "created_at": "2019-02-01T19:44:31Z", + "updated_at": "2019-02-01T19:44:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-ruby-3.7.0-rc-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890897", + "id": 10890897, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODk3", + "name": "protobuf-ruby-3.7.0-rc-2.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5916915, + "download_count": 47, + "created_at": "2019-02-01T19:44:31Z", + "updated_at": "2019-02-01T19:44:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-ruby-3.7.0-rc-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928913", + "id": 10928913, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTEz", + "name": "protoc-3.7.0-rc-2-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420784, + "download_count": 110, + "created_at": "2019-02-04T22:57:36Z", + "updated_at": "2019-02-04T22:57:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928914", + "id": 10928914, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE0", + "name": "protoc-3.7.0-rc-2-linux-ppcle_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1568305, + "download_count": 46, + "created_at": "2019-02-04T22:57:36Z", + "updated_at": "2019-02-04T22:57:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-ppcle_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928915", + "id": 10928915, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE1", + "name": "protoc-3.7.0-rc-2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1473469, + "download_count": 83, + "created_at": "2019-02-04T22:57:36Z", + "updated_at": "2019-02-04T22:57:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928916", + "id": 10928916, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE2", + "name": "protoc-3.7.0-rc-2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1529327, + "download_count": 14985, + "created_at": "2019-02-04T22:57:36Z", + "updated_at": "2019-02-04T22:57:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928917", + "id": 10928917, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE3", + "name": "protoc-3.7.0-rc-2-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2775259, + "download_count": 62, + "created_at": "2019-02-04T22:57:36Z", + "updated_at": "2019-02-04T22:57:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928918", + "id": 10928918, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE4", + "name": "protoc-3.7.0-rc-2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2719561, + "download_count": 1064, + "created_at": "2019-02-04T22:57:37Z", + "updated_at": "2019-02-04T22:57:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928919", + "id": 10928919, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE5", + "name": "protoc-3.7.0-rc-2-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1094351, + "download_count": 591, + "created_at": "2019-02-04T22:57:37Z", + "updated_at": "2019-02-04T22:57:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928920", + "id": 10928920, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTIw", + "name": "protoc-3.7.0-rc-2-win64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1415226, + "download_count": 3236, + "created_at": "2019-02-04T22:57:37Z", + "updated_at": "2019-02-04T22:57:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.0rc2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.0rc2", + "body": "" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15271745", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15271745/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/15271745/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0rc1", + "id": 15271745, + "node_id": "MDc6UmVsZWFzZTE1MjcxNzQ1", + "tag_name": "v3.7.0rc1", + "target_commitish": "3.7.x", + "name": "Protocol Buffers v3.7.0rc1", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2019-01-28T23:15:59Z", + "published_at": "2019-01-30T19:48:52Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852324", + "id": 10852324, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI0", + "name": "protobuf-all-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 7005610, + "download_count": 564, + "created_at": "2019-01-30T17:26:57Z", + "updated_at": "2019-01-30T17:26:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-all-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852325", + "id": 10852325, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI1", + "name": "protobuf-all-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8971536, + "download_count": 397, + "created_at": "2019-01-30T17:26:57Z", + "updated_at": "2019-01-30T17:26:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-all-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852326", + "id": 10852326, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI2", + "name": "protobuf-cpp-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4553992, + "download_count": 181, + "created_at": "2019-01-30T17:26:58Z", + "updated_at": "2019-01-30T17:27:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-cpp-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852327", + "id": 10852327, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI3", + "name": "protobuf-cpp-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5539751, + "download_count": 150, + "created_at": "2019-01-30T17:26:58Z", + "updated_at": "2019-01-30T17:27:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-cpp-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852328", + "id": 10852328, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI4", + "name": "protobuf-csharp-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4974812, + "download_count": 34, + "created_at": "2019-01-30T17:26:58Z", + "updated_at": "2019-01-30T17:27:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-csharp-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852329", + "id": 10852329, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI5", + "name": "protobuf-csharp-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6133378, + "download_count": 67, + "created_at": "2019-01-30T17:26:59Z", + "updated_at": "2019-01-30T17:27:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-csharp-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852330", + "id": 10852330, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzMw", + "name": "protobuf-java-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 5036072, + "download_count": 75, + "created_at": "2019-01-30T17:26:59Z", + "updated_at": "2019-01-30T17:27:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-java-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852331", + "id": 10852331, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzMx", + "name": "protobuf-java-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6254802, + "download_count": 111, + "created_at": "2019-01-30T17:27:00Z", + "updated_at": "2019-01-30T17:27:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-java-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852332", + "id": 10852332, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzMy", + "name": "protobuf-js-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4711526, + "download_count": 36, + "created_at": "2019-01-30T17:27:00Z", + "updated_at": "2019-01-30T17:27:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-js-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852333", + "id": 10852333, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzMz", + "name": "protobuf-js-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5807335, + "download_count": 48, + "created_at": "2019-01-30T17:27:00Z", + "updated_at": "2019-01-30T17:27:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-js-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852334", + "id": 10852334, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM0", + "name": "protobuf-objectivec-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4930955, + "download_count": 33, + "created_at": "2019-01-30T17:27:01Z", + "updated_at": "2019-01-30T17:27:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-objectivec-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852335", + "id": 10852335, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM1", + "name": "protobuf-objectivec-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6096625, + "download_count": 32, + "created_at": "2019-01-30T17:27:01Z", + "updated_at": "2019-01-30T17:27:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-objectivec-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852337", + "id": 10852337, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM3", + "name": "protobuf-php-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4937967, + "download_count": 37, + "created_at": "2019-01-30T17:27:01Z", + "updated_at": "2019-01-30T17:27:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-php-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852338", + "id": 10852338, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM4", + "name": "protobuf-php-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6046286, + "download_count": 32, + "created_at": "2019-01-30T17:27:02Z", + "updated_at": "2019-01-30T17:27:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-php-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852339", + "id": 10852339, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM5", + "name": "protobuf-python-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4869243, + "download_count": 98, + "created_at": "2019-01-30T17:27:02Z", + "updated_at": "2019-01-30T17:27:03Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-python-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852340", + "id": 10852340, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzQw", + "name": "protobuf-python-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5966443, + "download_count": 175, + "created_at": "2019-01-30T17:27:02Z", + "updated_at": "2019-01-30T17:27:03Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-python-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852341", + "id": 10852341, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzQx", + "name": "protobuf-ruby-3.7.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4863318, + "download_count": 28, + "created_at": "2019-01-30T17:27:02Z", + "updated_at": "2019-01-30T17:27:03Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-ruby-3.7.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852342", + "id": 10852342, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzQy", + "name": "protobuf-ruby-3.7.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5905173, + "download_count": 21, + "created_at": "2019-01-30T17:27:03Z", + "updated_at": "2019-01-30T17:27:04Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-ruby-3.7.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854573", + "id": 10854573, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTcz", + "name": "protoc-3.7.0-rc1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1420784, + "download_count": 55, + "created_at": "2019-01-30T19:31:50Z", + "updated_at": "2019-01-30T19:31:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854574", + "id": 10854574, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc0", + "name": "protoc-3.7.0-rc1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1473469, + "download_count": 40, + "created_at": "2019-01-30T19:31:51Z", + "updated_at": "2019-01-30T19:31:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854575", + "id": 10854575, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc1", + "name": "protoc-3.7.0-rc1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1529327, + "download_count": 2301, + "created_at": "2019-01-30T19:31:51Z", + "updated_at": "2019-01-30T19:31:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854576", + "id": 10854576, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc2", + "name": "protoc-3.7.0-rc1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2775259, + "download_count": 46, + "created_at": "2019-01-30T19:31:51Z", + "updated_at": "2019-01-30T19:31:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854577", + "id": 10854577, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc3", + "name": "protoc-3.7.0-rc1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2719561, + "download_count": 236, + "created_at": "2019-01-30T19:31:52Z", + "updated_at": "2019-01-30T19:31:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854578", + "id": 10854578, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc4", + "name": "protoc-3.7.0-rc1-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1094352, + "download_count": 256, + "created_at": "2019-01-30T19:31:52Z", + "updated_at": "2019-01-30T19:31:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854579", + "id": 10854579, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc5", + "name": "protoc-3.7.0-rc1-win64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1415227, + "download_count": 1247, + "created_at": "2019-01-30T19:31:53Z", + "updated_at": "2019-01-30T19:31:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-win64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.0rc1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.0rc1", + "body": "" + } + ] \ No newline at end of file diff --git a/__tests__/testdata/releases-2.json b/__tests__/testdata/releases-2.json new file mode 100644 index 00000000..7b9827f2 --- /dev/null +++ b/__tests__/testdata/releases-2.json @@ -0,0 +1,14392 @@ +[ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/12126801", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/12126801/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/12126801/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.1", + "id": 12126801, + "node_id": "MDc6UmVsZWFzZTEyMTI2ODAx", + "tag_name": "v3.6.1", + "target_commitish": "3.6.x", + "name": "Protocol Buffers v3.6.1", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-07-27T20:30:28Z", + "published_at": "2018-07-31T19:02:06Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067302", + "id": 8067302, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDI=", + "name": "protobuf-all-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 6726203, + "download_count": 109961, + "created_at": "2018-07-30T22:48:20Z", + "updated_at": "2018-07-30T22:48:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-all-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067303", + "id": 8067303, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDM=", + "name": "protobuf-all-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8643093, + "download_count": 69020, + "created_at": "2018-07-30T22:48:20Z", + "updated_at": "2018-07-30T22:48:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-all-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067304", + "id": 8067304, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDQ=", + "name": "protobuf-cpp-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4450975, + "download_count": 132970, + "created_at": "2018-07-30T22:48:20Z", + "updated_at": "2018-07-30T22:48:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067305", + "id": 8067305, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDU=", + "name": "protobuf-cpp-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5424612, + "download_count": 21749, + "created_at": "2018-07-30T22:48:20Z", + "updated_at": "2018-07-30T22:48:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067306", + "id": 8067306, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDY=", + "name": "protobuf-csharp-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4785417, + "download_count": 1190, + "created_at": "2018-07-30T22:48:20Z", + "updated_at": "2018-07-30T22:48:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-csharp-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067307", + "id": 8067307, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDc=", + "name": "protobuf-csharp-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5925119, + "download_count": 5877, + "created_at": "2018-07-30T22:48:20Z", + "updated_at": "2018-07-30T22:48:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-csharp-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067308", + "id": 8067308, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDg=", + "name": "protobuf-java-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4927479, + "download_count": 5753, + "created_at": "2018-07-30T22:48:20Z", + "updated_at": "2018-07-30T22:48:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-java-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067309", + "id": 8067309, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDk=", + "name": "protobuf-java-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6132648, + "download_count": 66750, + "created_at": "2018-07-30T22:48:21Z", + "updated_at": "2018-07-30T22:48:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-java-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067310", + "id": 8067310, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTA=", + "name": "protobuf-js-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4610095, + "download_count": 1820, + "created_at": "2018-07-30T22:48:21Z", + "updated_at": "2018-07-30T22:48:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-js-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067311", + "id": 8067311, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTE=", + "name": "protobuf-js-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5681236, + "download_count": 2388, + "created_at": "2018-07-30T22:48:21Z", + "updated_at": "2018-07-30T22:48:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-js-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067312", + "id": 8067312, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTI=", + "name": "protobuf-objectivec-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4810146, + "download_count": 739, + "created_at": "2018-07-30T22:48:21Z", + "updated_at": "2018-07-30T22:48:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-objectivec-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067313", + "id": 8067313, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTM=", + "name": "protobuf-objectivec-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5957261, + "download_count": 1375, + "created_at": "2018-07-30T22:48:21Z", + "updated_at": "2018-07-30T22:48:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-objectivec-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067314", + "id": 8067314, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTQ=", + "name": "protobuf-php-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4820325, + "download_count": 1389, + "created_at": "2018-07-30T22:48:21Z", + "updated_at": "2018-07-30T22:48:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-php-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067315", + "id": 8067315, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTU=", + "name": "protobuf-php-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5907893, + "download_count": 1295, + "created_at": "2018-07-30T22:48:21Z", + "updated_at": "2018-07-30T22:48:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-php-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067316", + "id": 8067316, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTY=", + "name": "protobuf-python-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4748789, + "download_count": 22024, + "created_at": "2018-07-30T22:48:22Z", + "updated_at": "2018-07-30T22:48:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-python-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067317", + "id": 8067317, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTc=", + "name": "protobuf-python-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5825925, + "download_count": 14284, + "created_at": "2018-07-30T22:48:22Z", + "updated_at": "2018-07-30T22:48:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-python-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067318", + "id": 8067318, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTg=", + "name": "protobuf-ruby-3.6.1.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4736562, + "download_count": 428, + "created_at": "2018-07-30T22:48:22Z", + "updated_at": "2018-07-30T22:48:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-ruby-3.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067319", + "id": 8067319, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTk=", + "name": "protobuf-ruby-3.6.1.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5760683, + "download_count": 377, + "created_at": "2018-07-30T22:48:22Z", + "updated_at": "2018-07-30T22:48:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-ruby-3.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067332", + "id": 8067332, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzI=", + "name": "protoc-3.6.1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1524236, + "download_count": 6912, + "created_at": "2018-07-30T22:49:53Z", + "updated_at": "2018-07-30T22:49:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067333", + "id": 8067333, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzM=", + "name": "protoc-3.6.1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1374262, + "download_count": 6420, + "created_at": "2018-07-30T22:49:53Z", + "updated_at": "2018-07-30T22:49:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067334", + "id": 8067334, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzQ=", + "name": "protoc-3.6.1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1423451, + "download_count": 2079517, + "created_at": "2018-07-30T22:49:54Z", + "updated_at": "2018-07-30T22:49:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067335", + "id": 8067335, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzU=", + "name": "protoc-3.6.1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2556410, + "download_count": 5759, + "created_at": "2018-07-30T22:49:54Z", + "updated_at": "2018-07-30T22:49:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067336", + "id": 8067336, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzY=", + "name": "protoc-3.6.1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2508161, + "download_count": 78933, + "created_at": "2018-07-30T22:49:54Z", + "updated_at": "2018-07-30T22:49:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067337", + "id": 8067337, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzc=", + "name": "protoc-3.6.1-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1007473, + "download_count": 121659, + "created_at": "2018-07-30T22:49:54Z", + "updated_at": "2018-07-30T22:49:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.6.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.6.1", + "body": "## C++\r\n * Introduced workaround for Windows issue with std::atomic and std::once_flag initialization (#4777, #4773)\r\n\r\n## PHP\r\n * Added compatibility with PHP 7.3 (#4898)\r\n\r\n## Ruby\r\n * Fixed Ruby crash involving Any encoding (#4718)" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/11166814", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/11166814/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/11166814/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.0", + "id": 11166814, + "node_id": "MDc6UmVsZWFzZTExMTY2ODE0", + "tag_name": "v3.6.0", + "target_commitish": "3.6.x", + "name": "Protocol Buffers v3.6.0", + "draft": false, + "author": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2018-06-06T23:47:37Z", + "published_at": "2018-06-19T17:57:08Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437208", + "id": 7437208, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMDg=", + "name": "protobuf-all-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 6727974, + "download_count": 29298, + "created_at": "2018-06-06T21:11:00Z", + "updated_at": "2018-06-06T21:11:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-all-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437209", + "id": 7437209, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMDk=", + "name": "protobuf-all-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8651481, + "download_count": 11484, + "created_at": "2018-06-06T21:11:00Z", + "updated_at": "2018-06-06T21:11:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-all-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437210", + "id": 7437210, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTA=", + "name": "protobuf-cpp-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4454101, + "download_count": 35003, + "created_at": "2018-06-06T21:11:00Z", + "updated_at": "2018-06-06T21:11:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-cpp-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437211", + "id": 7437211, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTE=", + "name": "protobuf-cpp-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5434113, + "download_count": 9054, + "created_at": "2018-06-06T21:11:00Z", + "updated_at": "2018-06-06T21:11:03Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-cpp-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437212", + "id": 7437212, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTI=", + "name": "protobuf-csharp-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4787073, + "download_count": 310, + "created_at": "2018-06-06T21:11:00Z", + "updated_at": "2018-06-06T21:11:03Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-csharp-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437213", + "id": 7437213, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTM=", + "name": "protobuf-csharp-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5934620, + "download_count": 1593, + "created_at": "2018-06-06T21:11:01Z", + "updated_at": "2018-06-06T21:11:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-csharp-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437214", + "id": 7437214, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTQ=", + "name": "protobuf-java-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4930538, + "download_count": 2659, + "created_at": "2018-06-06T21:11:01Z", + "updated_at": "2018-06-06T21:11:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-java-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437215", + "id": 7437215, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTU=", + "name": "protobuf-java-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6142145, + "download_count": 3242, + "created_at": "2018-06-06T21:11:01Z", + "updated_at": "2018-06-06T21:11:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-java-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437216", + "id": 7437216, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTY=", + "name": "protobuf-js-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4612355, + "download_count": 320, + "created_at": "2018-06-06T21:11:01Z", + "updated_at": "2018-06-06T21:11:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-js-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437217", + "id": 7437217, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTc=", + "name": "protobuf-js-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5690736, + "download_count": 739, + "created_at": "2018-06-06T21:11:01Z", + "updated_at": "2018-06-06T21:11:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-js-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437218", + "id": 7437218, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTg=", + "name": "protobuf-objectivec-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4812519, + "download_count": 206, + "created_at": "2018-06-06T21:11:01Z", + "updated_at": "2018-06-06T21:11:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-objectivec-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437219", + "id": 7437219, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTk=", + "name": "protobuf-objectivec-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5966759, + "download_count": 424, + "created_at": "2018-06-06T21:11:02Z", + "updated_at": "2018-06-06T21:11:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-objectivec-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437220", + "id": 7437220, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjA=", + "name": "protobuf-php-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4821603, + "download_count": 377, + "created_at": "2018-06-06T21:11:02Z", + "updated_at": "2018-06-06T21:11:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-php-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437221", + "id": 7437221, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjE=", + "name": "protobuf-php-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5916599, + "download_count": 380, + "created_at": "2018-06-06T21:11:02Z", + "updated_at": "2018-06-06T21:11:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-php-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437222", + "id": 7437222, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjI=", + "name": "protobuf-python-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4750984, + "download_count": 10057, + "created_at": "2018-06-06T21:11:02Z", + "updated_at": "2018-06-06T21:11:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-python-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437223", + "id": 7437223, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjM=", + "name": "protobuf-python-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5835404, + "download_count": 3966, + "created_at": "2018-06-06T21:11:02Z", + "updated_at": "2018-06-06T21:11:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-python-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437224", + "id": 7437224, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjQ=", + "name": "protobuf-ruby-3.6.0.tar.gz", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4738895, + "download_count": 126, + "created_at": "2018-06-06T21:11:03Z", + "updated_at": "2018-06-06T21:11:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-ruby-3.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437225", + "id": 7437225, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjU=", + "name": "protobuf-ruby-3.6.0.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5769896, + "download_count": 135, + "created_at": "2018-06-06T21:11:03Z", + "updated_at": "2018-06-06T21:11:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-ruby-3.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589938", + "id": 7589938, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5Mzg=", + "name": "protoc-3.6.0-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1527853, + "download_count": 970, + "created_at": "2018-06-19T16:21:33Z", + "updated_at": "2018-06-19T16:21:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589939", + "id": 7589939, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5Mzk=", + "name": "protoc-3.6.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1375778, + "download_count": 489, + "created_at": "2018-06-19T16:21:33Z", + "updated_at": "2018-06-19T16:21:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589940", + "id": 7589940, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5NDA=", + "name": "protoc-3.6.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1425463, + "download_count": 243373, + "created_at": "2018-06-19T16:21:33Z", + "updated_at": "2018-06-19T16:21:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589941", + "id": 7589941, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5NDE=", + "name": "protoc-3.6.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2556912, + "download_count": 323, + "created_at": "2018-06-19T16:21:34Z", + "updated_at": "2018-06-19T16:21:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589942", + "id": 7589942, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5NDI=", + "name": "protoc-3.6.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2507544, + "download_count": 46286, + "created_at": "2018-06-19T16:21:34Z", + "updated_at": "2018-06-19T16:21:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589943", + "id": 7589943, + "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5NDM=", + "name": "protoc-3.6.0-win32.zip", + "label": null, + "uploader": { + "login": "acozzette", + "id": 1115459, + "node_id": "MDQ6VXNlcjExMTU0NTk=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/acozzette", + "html_url": "https://github.com/acozzette", + "followers_url": "https://api.github.com/users/acozzette/followers", + "following_url": "https://api.github.com/users/acozzette/following{/other_user}", + "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", + "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", + "organizations_url": "https://api.github.com/users/acozzette/orgs", + "repos_url": "https://api.github.com/users/acozzette/repos", + "events_url": "https://api.github.com/users/acozzette/events{/privacy}", + "received_events_url": "https://api.github.com/users/acozzette/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1007591, + "download_count": 53787, + "created_at": "2018-06-19T16:21:34Z", + "updated_at": "2018-06-19T16:21:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.6.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.6.0", + "body": "## General\r\n * We are moving protobuf repository to its own github organization (see https://github.com/google/protobuf/issues/4796). Please let us know what you think about the move by taking this survey: https://docs.google.com/forms/d/e/1FAIpQLSeH1ckwm6ZrSfmtrOjRwmF3yCSWQbbO5pTPqPb6_rUppgvBqA/viewform\r\n\r\n## C++\r\n * Starting from this release, we now require C++11. For those we cannot yet upgrade to C++11, we will try to keep the 3.5.x branch updated with critical bug fixes only. If you have any concerns about this, please comment on issue #2780.\r\n * Moved to C++11 types like std::atomic and std::unique_ptr and away from our old custom-built equivalents.\r\n * Added support for repeated message fields in lite protos using implicit weak fields. This is an experimental feature that allows the linker to strip out more unused messages than previously was possible.\r\n * Fixed SourceCodeInfo for interpreted options and extension range options.\r\n * Fixed always_print_enums_as_ints option for JSON serialization.\r\n * Added support for ignoring unknown enum values when parsing JSON.\r\n * Create std::string in Arena memory.\r\n * Fixed ValidateDateTime to correctly check the day.\r\n * Fixed bug in ZeroCopyStreamByteSink.\r\n * Various other cleanups and fixes.\r\n\r\n## Java\r\n * Dropped support for Java 6.\r\n * Added a UTF-8 decoder that uses Unsafe to directly decode a byte buffer.\r\n * Added deprecation annotations to generated code for deprecated oneof fields.\r\n * Fixed map field serialization in DynamicMessage.\r\n * Cleanup and documentation for Java Lite runtime.\r\n * Various other fixes and cleanups\r\n * Fixed unboxed arraylists to handle an edge case\r\n * Improved performance for copying between unboxed arraylists\r\n * Fixed lite protobuf to avoid Java compiler warnings\r\n * Improved test coverage for lite runtime\r\n * Performance improvements for lite runtime\r\n\r\n## Python\r\n * Fixed bytes/string map key incompatibility between C++ and pure-Python implementations (issue #4029)\r\n * Added `__init__.py` files to compiler and util subpackages\r\n * Use /MT for all Windows versions\r\n * Fixed an issue affecting the Python-C++ implementation when used with Cython (issue #2896)\r\n * Various text format fixes\r\n * Various fixes to resolve behavior differences between the pure-Python and Python-C++ implementations\r\n\r\n## PHP\r\n * Added php_metadata_namespace to control the file path of generated metadata file.\r\n * Changed generated classes of nested message/enum. E.g., Foo.Bar, which previously generates Foo_Bar, now generates Foo/Bar\r\n * Added array constructor. When creating a message, users can pass a php array whose content is field name to value pairs into constructor. The created message will be initialized according to the array. Note that message field should use a message value instead of a sub-array.\r\n * Various bug fixes.\r\n\r\n## Objective-C\r\n * We removed some helper class methods from GPBDictionary to shrink the size of the library, the functionary is still there, but you may need to do some specific +alloc / -init… methods instead.\r\n * Minor improvements in the performance of object field getters/setters by avoiding some memory management overhead.\r\n * Fix a memory leak during the raising of some errors.\r\n * Make header importing completely order independent.\r\n * Small code improvements for things the undefined behaviors compiler option was flagging.\r\n\r\n## Ruby\r\n * Added ruby_package file option to control the module of generated class.\r\n * Various bug fixes.\r\n\r\n## Javascript\r\n * Allow setting string to int64 field.\r\n\r\n## Csharp\r\n * Unknown fields are now parsed and then sent back on the wire. They can be discarded at parse time via a CodedInputStream option.\r\n * Movement towards working with .NET 3.5 and Unity\r\n * Expression trees are no longer used\r\n * AOT generics issues in Unity/il2cpp have a workaround (see commit 1b219a174c413af3b18a082a4295ce47932314c4 for details)\r\n * Floating point values are now compared bitwise (affects NaN value comparisons)\r\n * The default size limit when parsing is now 2GB rather than 64MB\r\n * MessageParser now supports parsing from a slice of a byte array\r\n * JSON list parsing now accepts null values where the underlying proto representation does" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/8987160", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/8987160/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/8987160/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.5.1", + "id": 8987160, + "node_id": "MDc6UmVsZWFzZTg5ODcxNjA=", + "tag_name": "v3.5.1", + "target_commitish": "3.5.x", + "name": "Protocol Buffers v3.5.1", + "draft": false, + "author": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-12-20T23:07:13Z", + "published_at": "2017-12-20T23:16:09Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681213", + "id": 5681213, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTM=", + "name": "protobuf-all-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 6662844, + "download_count": 115730, + "created_at": "2017-12-20T23:14:55Z", + "updated_at": "2017-12-20T23:14:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-all-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681204", + "id": 5681204, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDQ=", + "name": "protobuf-all-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8644234, + "download_count": 38991, + "created_at": "2017-12-20T23:14:54Z", + "updated_at": "2017-12-20T23:14:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-all-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681221", + "id": 5681221, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMjE=", + "name": "protobuf-cpp-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4272851, + "download_count": 226525, + "created_at": "2017-12-20T23:14:56Z", + "updated_at": "2017-12-20T23:15:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-cpp-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681212", + "id": 5681212, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTI=", + "name": "protobuf-cpp-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5283316, + "download_count": 22970, + "created_at": "2017-12-20T23:14:55Z", + "updated_at": "2017-12-20T23:14:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-cpp-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681220", + "id": 5681220, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMjA=", + "name": "protobuf-csharp-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4598804, + "download_count": 1201, + "created_at": "2017-12-20T23:14:56Z", + "updated_at": "2017-12-20T23:14:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-csharp-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681211", + "id": 5681211, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTE=", + "name": "protobuf-csharp-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5779926, + "download_count": 5392, + "created_at": "2017-12-20T23:14:55Z", + "updated_at": "2017-12-20T23:14:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-csharp-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681219", + "id": 5681219, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTk=", + "name": "protobuf-java-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4741940, + "download_count": 6402, + "created_at": "2017-12-20T23:14:56Z", + "updated_at": "2017-12-20T23:14:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-java-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681210", + "id": 5681210, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTA=", + "name": "protobuf-java-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5979798, + "download_count": 11578, + "created_at": "2017-12-20T23:14:54Z", + "updated_at": "2017-12-20T23:14:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-java-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681218", + "id": 5681218, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTg=", + "name": "protobuf-js-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4428997, + "download_count": 1184, + "created_at": "2017-12-20T23:14:56Z", + "updated_at": "2017-12-20T23:14:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-js-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681209", + "id": 5681209, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDk=", + "name": "protobuf-js-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5538299, + "download_count": 4017, + "created_at": "2017-12-20T23:14:54Z", + "updated_at": "2017-12-20T23:14:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-js-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681217", + "id": 5681217, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTc=", + "name": "protobuf-objectivec-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4720219, + "download_count": 6935, + "created_at": "2017-12-20T23:14:55Z", + "updated_at": "2017-12-20T23:14:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-objectivec-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681208", + "id": 5681208, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDg=", + "name": "protobuf-objectivec-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5902164, + "download_count": 1362, + "created_at": "2017-12-20T23:14:54Z", + "updated_at": "2017-12-20T23:14:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-objectivec-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681214", + "id": 5681214, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTQ=", + "name": "protobuf-php-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4617382, + "download_count": 1462, + "created_at": "2017-12-20T23:14:55Z", + "updated_at": "2017-12-20T23:14:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-php-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681205", + "id": 5681205, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDU=", + "name": "protobuf-php-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5735533, + "download_count": 1208, + "created_at": "2017-12-20T23:14:54Z", + "updated_at": "2017-12-20T23:14:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-php-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681216", + "id": 5681216, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTY=", + "name": "protobuf-python-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4564059, + "download_count": 39069, + "created_at": "2017-12-20T23:14:55Z", + "updated_at": "2017-12-20T23:14:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-python-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681207", + "id": 5681207, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDc=", + "name": "protobuf-python-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5678860, + "download_count": 11533, + "created_at": "2017-12-20T23:14:54Z", + "updated_at": "2017-12-20T23:14:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-python-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681215", + "id": 5681215, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTU=", + "name": "protobuf-ruby-3.5.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4555313, + "download_count": 311, + "created_at": "2017-12-20T23:14:55Z", + "updated_at": "2017-12-20T23:14:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-ruby-3.5.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681206", + "id": 5681206, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDY=", + "name": "protobuf-ruby-3.5.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5618462, + "download_count": 291, + "created_at": "2017-12-20T23:14:54Z", + "updated_at": "2017-12-20T23:14:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-ruby-3.5.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699542", + "id": 5699542, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDI=", + "name": "protoc-3.5.1-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1325630, + "download_count": 15013, + "created_at": "2017-12-22T19:22:09Z", + "updated_at": "2017-12-22T19:22:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699544", + "id": 5699544, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDQ=", + "name": "protoc-3.5.1-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1335294, + "download_count": 6360, + "created_at": "2017-12-22T19:22:09Z", + "updated_at": "2017-12-22T19:22:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699543", + "id": 5699543, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDM=", + "name": "protoc-3.5.1-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1379374, + "download_count": 1300681, + "created_at": "2017-12-22T19:22:09Z", + "updated_at": "2017-12-22T19:22:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699546", + "id": 5699546, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDY=", + "name": "protoc-3.5.1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1919580, + "download_count": 884, + "created_at": "2017-12-22T19:22:09Z", + "updated_at": "2017-12-22T19:22:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699545", + "id": 5699545, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDU=", + "name": "protoc-3.5.1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1868520, + "download_count": 121036, + "created_at": "2017-12-22T19:22:09Z", + "updated_at": "2017-12-22T19:22:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699547", + "id": 5699547, + "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDc=", + "name": "protoc-3.5.1-win32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1256726, + "download_count": 82406, + "created_at": "2017-12-22T19:22:09Z", + "updated_at": "2017-12-22T19:22:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.5.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.5.1", + "body": "## Planned Future Changes\r\n * Make C++ implementation C++11 only: we plan to require C++11 to build protobuf code starting from 3.6.0 release, after unknown fields semantic changes are finished. Please join this [github issue](https://github.com/google/protobuf/issues/2780) to provide your feedback.\r\n\r\n## protoc\r\n * Fixed a bug introduced in 3.5.0 and protoc in Windows now accepts non-ascii characters in paths again.\r\n\r\n## C++\r\n * Removed several usages of C++11 features in the code base.\r\n * Fixed some compiler warnings.\r\n\r\n## PHP\r\n * Fixed memory leak in C-extension implementation.\r\n * Added `discardUnknokwnFields` API.\r\n * Removed duplicatd typedef in C-extension headers.\r\n * Avoided calling private php methods (`timelib_update_ts`).\r\n * Fixed `Any.php` to use fully-qualified name for `DescriptorPool`.\r\n\r\n## Ruby\r\n * Added `Google_Protobuf_discard_unknown` for discarding unknown fields in\r\n messages.\r\n\r\n## C#\r\n * Unknown fields are now preserved by default.\r\n * Floating point values are now bitwise compared, affecting message equality check and `Contains()` API in map and repeated fields.\r\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/8497769", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/8497769/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/8497769/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.5.0", + "id": 8497769, + "node_id": "MDc6UmVsZWFzZTg0OTc3Njk=", + "tag_name": "v3.5.0", + "target_commitish": "3.5.x", + "name": "Protocol Buffers v3.5.0", + "draft": false, + "author": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-11-13T18:47:29Z", + "published_at": "2017-11-13T19:59:44Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5358507", + "id": 5358507, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNTg1MDc=", + "name": "protobuf-all-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 6643422, + "download_count": 18970, + "created_at": "2017-11-15T23:05:50Z", + "updated_at": "2017-11-15T23:05:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-all-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5358506", + "id": 5358506, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNTg1MDY=", + "name": "protobuf-all-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 8610000, + "download_count": 8337, + "created_at": "2017-11-15T23:05:50Z", + "updated_at": "2017-11-15T23:05:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-all-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334594", + "id": 5334594, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTQ=", + "name": "protobuf-cpp-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4269335, + "download_count": 26173, + "created_at": "2017-11-13T19:54:07Z", + "updated_at": "2017-11-13T19:54:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-cpp-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334585", + "id": 5334585, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODU=", + "name": "protobuf-cpp-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5281431, + "download_count": 12486, + "created_at": "2017-11-13T19:54:06Z", + "updated_at": "2017-11-13T19:54:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-cpp-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334593", + "id": 5334593, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTM=", + "name": "protobuf-csharp-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4582740, + "download_count": 355, + "created_at": "2017-11-13T19:54:07Z", + "updated_at": "2017-11-13T19:54:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-csharp-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334584", + "id": 5334584, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODQ=", + "name": "protobuf-csharp-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5748525, + "download_count": 1560, + "created_at": "2017-11-13T19:54:05Z", + "updated_at": "2017-11-13T19:54:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-csharp-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334592", + "id": 5334592, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTI=", + "name": "protobuf-java-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4739082, + "download_count": 1623, + "created_at": "2017-11-13T19:54:07Z", + "updated_at": "2017-11-13T19:54:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-java-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334583", + "id": 5334583, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODM=", + "name": "protobuf-java-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5977909, + "download_count": 3120, + "created_at": "2017-11-13T19:54:05Z", + "updated_at": "2017-11-13T19:54:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-java-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334591", + "id": 5334591, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTE=", + "name": "protobuf-js-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4426035, + "download_count": 348, + "created_at": "2017-11-13T19:54:07Z", + "updated_at": "2017-11-13T19:54:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-js-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334582", + "id": 5334582, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODI=", + "name": "protobuf-js-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5536414, + "download_count": 609, + "created_at": "2017-11-13T19:54:05Z", + "updated_at": "2017-11-13T19:54:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-js-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334590", + "id": 5334590, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTA=", + "name": "protobuf-objectivec-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4717355, + "download_count": 177, + "created_at": "2017-11-13T19:54:06Z", + "updated_at": "2017-11-13T19:54:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-objectivec-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334581", + "id": 5334581, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODE=", + "name": "protobuf-objectivec-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5900276, + "download_count": 367, + "created_at": "2017-11-13T19:54:05Z", + "updated_at": "2017-11-13T19:54:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-objectivec-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334586", + "id": 5334586, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODY=", + "name": "protobuf-php-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4613185, + "download_count": 412, + "created_at": "2017-11-13T19:54:06Z", + "updated_at": "2017-11-13T19:54:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-php-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334578", + "id": 5334578, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1Nzg=", + "name": "protobuf-php-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5732176, + "download_count": 408, + "created_at": "2017-11-13T19:54:05Z", + "updated_at": "2017-11-13T19:54:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-php-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334588", + "id": 5334588, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODg=", + "name": "protobuf-python-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4560124, + "download_count": 2833, + "created_at": "2017-11-13T19:54:06Z", + "updated_at": "2017-11-13T19:54:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-python-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334580", + "id": 5334580, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODA=", + "name": "protobuf-python-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5676817, + "download_count": 2914, + "created_at": "2017-11-13T19:54:05Z", + "updated_at": "2017-11-13T19:54:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-python-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334587", + "id": 5334587, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODc=", + "name": "protobuf-ruby-3.5.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4552961, + "download_count": 147, + "created_at": "2017-11-13T19:54:06Z", + "updated_at": "2017-11-13T19:54:09Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-ruby-3.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334579", + "id": 5334579, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1Nzk=", + "name": "protobuf-ruby-3.5.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5615381, + "download_count": 101, + "created_at": "2017-11-13T19:54:05Z", + "updated_at": "2017-11-13T19:54:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-ruby-3.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345337", + "id": 5345337, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzMzc=", + "name": "protoc-3.5.0-linux-aarch_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1324915, + "download_count": 695, + "created_at": "2017-11-14T18:46:56Z", + "updated_at": "2017-11-14T18:46:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-aarch_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345340", + "id": 5345340, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzNDA=", + "name": "protoc-3.5.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1335046, + "download_count": 440, + "created_at": "2017-11-14T18:46:57Z", + "updated_at": "2017-11-14T18:46:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345339", + "id": 5345339, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzMzk=", + "name": "protoc-3.5.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1379309, + "download_count": 423843, + "created_at": "2017-11-14T18:46:57Z", + "updated_at": "2017-11-14T18:46:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345342", + "id": 5345342, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzNDI=", + "name": "protoc-3.5.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1920165, + "download_count": 229, + "created_at": "2017-11-14T18:46:57Z", + "updated_at": "2017-11-14T18:46:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345341", + "id": 5345341, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzNDE=", + "name": "protoc-3.5.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1868368, + "download_count": 181682, + "created_at": "2017-11-14T18:46:57Z", + "updated_at": "2017-11-14T18:46:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345343", + "id": 5345343, + "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzNDM=", + "name": "protoc-3.5.0-win32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1256007, + "download_count": 16884, + "created_at": "2017-11-14T18:46:57Z", + "updated_at": "2017-11-14T18:46:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.5.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.5.0", + "body": "## Planned Future Changes\r\n * Make C++ implementation C++11 only: we plan to require C++11 to build protobuf code starting from 3.5.0 or 3.6.0 release, after unknown fields semantic changes are finished. Please join this [github issue](https://github.com/google/protobuf/issues/2780) to provide your feedback.\r\n\r\n## General\r\n * Unknown fields are now preserved in proto3 for most of the language implementations for proto3 by default. See the per-language section for details.\r\n * reserve keyword are now supported in enums\r\n\r\n## C++\r\n * Proto3 messages are now preserving unknown fields by default. If you rely on unknowns fields being dropped. Please use DiscardUnknownFields() explicitly.\r\n * Deprecated the `unsafe_arena_release_*` and `unsafe_arena_add_allocated_*` methods for string fields.\r\n * Added move constructor and move assignment to RepeatedField, RepeatedPtrField and google::protobuf::Any.\r\n * Added perfect forwarding in Arena::CreateMessage\r\n * In-progress experimental support for implicit weak fields with lite protos. This feature allows the linker to strip out more unused messages and reduce binary size.\r\n * Various performance optimizations.\r\n\r\n## Java\r\n * Proto3 messages are now preserving unknown fields by default. If you’d like to drop unknown fields, please use the DiscardUnknownFieldsParser API. For example:\r\n```java\r\n Parser parser = DiscardUnknownFieldsParser.wrap(Foo.parser());\r\n Foo foo = parser.parseFrom(input);\r\n```\r\n * Added a new `CodedInputStream` decoder for `Iterable` with direct ByteBuffers.\r\n * `TextFormat` now prints unknown length-delimited fields as messages if possible.\r\n * `FieldMaskUtil.merge()` no longer creates unnecessary empty messages when a message field is unset in both source message and destination message.\r\n * Various performance optimizations.\r\n\r\n## Python\r\n * Proto3 messages are now preserving unknown fields by default. Use `message.DiscardUnknownFields()` to drop unknown fields.\r\n * Add FieldDescriptor.file in generated code.\r\n * Add descriptor pool `FindOneofByName` in pure python.\r\n * Change unknown enum values into unknown field set .\r\n * Add more Python dict/list compatibility for `Struct`/`ListValue`.\r\n * Add utf-8 support for `text_format.Merge()/Parse()`.\r\n * Support numeric unknown enum values for proto3 JSON format.\r\n * Add warning for Unexpected end-group tag in cpp extension.\r\n\r\n## PHP\r\n * Proto3 messages are now preserving unknown fields.\r\n * Provide well known type messages in runtime.\r\n * Add prefix ‘PB’ to generated class of reserved names.\r\n * Fixed all conformance tests for encode/decode json in php runtime. C extension needs more work.\r\n\r\n## Objective-C\r\n * Fixed some issues around copying of messages with unknown fields and then mutating the unknown fields in the copy.\r\n\r\n## C#\r\n * Added unknown field support in JsonParser.\r\n * Fixed oneof message field merge.\r\n * Simplify parsing messages from array slices.\r\n\r\n## Ruby\r\n * Unknown fields are now preserved by default.\r\n * Fixed several bugs for segment fault.\r\n\r\n## Javascript\r\n * Decoder can handle both paced and unpacked data no matter how the proto is defined.\r\n * Decoder now accept long varint for 32 bit integers." + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/7776142", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/7776142/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/7776142/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.4.1", + "id": 7776142, + "node_id": "MDc6UmVsZWFzZTc3NzYxNDI=", + "tag_name": "v3.4.1", + "target_commitish": "master", + "name": "Protocol Buffers v3.4.1", + "draft": false, + "author": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-09-14T19:24:28Z", + "published_at": "2017-09-15T22:32:03Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837110", + "id": 4837110, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMTA=", + "name": "protobuf-cpp-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4274863, + "download_count": 62284, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-cpp-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837101", + "id": 4837101, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDE=", + "name": "protobuf-cpp-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5282063, + "download_count": 18891, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-cpp-3.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837109", + "id": 4837109, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDk=", + "name": "protobuf-csharp-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4584979, + "download_count": 902, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-csharp-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837100", + "id": 4837100, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDA=", + "name": "protobuf-csharp-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5745337, + "download_count": 3270, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-csharp-3.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837108", + "id": 4837108, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDg=", + "name": "protobuf-java-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4740609, + "download_count": 3468, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-java-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837098", + "id": 4837098, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTg=", + "name": "protobuf-java-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5969759, + "download_count": 8387, + "created_at": "2017-09-15T22:26:32Z", + "updated_at": "2017-09-15T22:26:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-java-3.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837107", + "id": 4837107, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDc=", + "name": "protobuf-javanano-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4344875, + "download_count": 327, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-javanano-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837099", + "id": 4837099, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTk=", + "name": "protobuf-javanano-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5393151, + "download_count": 463, + "created_at": "2017-09-15T22:26:32Z", + "updated_at": "2017-09-15T22:26:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-javanano-3.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837106", + "id": 4837106, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDY=", + "name": "protobuf-js-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4432501, + "download_count": 612, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-js-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837095", + "id": 4837095, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTU=", + "name": "protobuf-js-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5536984, + "download_count": 1234, + "created_at": "2017-09-15T22:26:32Z", + "updated_at": "2017-09-15T22:26:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-js-3.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837102", + "id": 4837102, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDI=", + "name": "protobuf-objectivec-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4721493, + "download_count": 443, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-objectivec-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837097", + "id": 4837097, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTc=", + "name": "protobuf-objectivec-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5898495, + "download_count": 807, + "created_at": "2017-09-15T22:26:32Z", + "updated_at": "2017-09-15T22:26:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-objectivec-3.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837103", + "id": 4837103, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDM=", + "name": "protobuf-php-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4567499, + "download_count": 705, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-php-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837093", + "id": 4837093, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTM=", + "name": "protobuf-php-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5657205, + "download_count": 757, + "created_at": "2017-09-15T22:26:32Z", + "updated_at": "2017-09-15T22:26:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-php-3.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837104", + "id": 4837104, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDQ=", + "name": "protobuf-python-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4559061, + "download_count": 7192, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-python-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837096", + "id": 4837096, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTY=", + "name": "protobuf-python-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5669755, + "download_count": 7187, + "created_at": "2017-09-15T22:26:32Z", + "updated_at": "2017-09-15T22:26:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-python-3.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837105", + "id": 4837105, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDU=", + "name": "protobuf-ruby-3.4.1.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4549873, + "download_count": 270, + "created_at": "2017-09-15T22:26:33Z", + "updated_at": "2017-09-15T22:26:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-ruby-3.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837094", + "id": 4837094, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTQ=", + "name": "protobuf-ruby-3.4.1.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5607256, + "download_count": 432, + "created_at": "2017-09-15T22:26:32Z", + "updated_at": "2017-09-15T22:26:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-ruby-3.4.1.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.4.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.4.1", + "body": "This is mostly a bug fix release on runtime packages. It is safe to use 3.4.0 protoc packages for this release.\r\n* Fixed the missing files in 3.4.0 tarballs, affecting windows and cmake users.\r\n* C#: Fixed dotnet target platform to be net45 again.\r\n* Ruby: Fixed a segmentation error when using maps in multi-threaded cases.\r\n* PHP: php_generic_service file level option tag number (in descriptor.proto) has been reassigned to avoid conflicts." + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/7354501", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/7354501/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/7354501/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.4.0", + "id": 7354501, + "node_id": "MDc6UmVsZWFzZTczNTQ1MDE=", + "tag_name": "v3.4.0", + "target_commitish": "3.4.x", + "name": "Protocol Buffers v3.4.0", + "draft": false, + "author": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-08-15T23:39:12Z", + "published_at": "2017-08-15T23:57:38Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588492", + "id": 4588492, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0OTI=", + "name": "protobuf-cpp-3.4.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4268226, + "download_count": 47256, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-cpp-3.4.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588487", + "id": 4588487, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODc=", + "name": "protobuf-cpp-3.4.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5267370, + "download_count": 9505, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-cpp-3.4.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588491", + "id": 4588491, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0OTE=", + "name": "protobuf-csharp-3.4.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4577020, + "download_count": 679, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-csharp-3.4.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588483", + "id": 4588483, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODM=", + "name": "protobuf-csharp-3.4.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5730643, + "download_count": 2079, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-csharp-3.4.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588490", + "id": 4588490, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0OTA=", + "name": "protobuf-java-3.4.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4732134, + "download_count": 5501, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-java-3.4.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588478", + "id": 4588478, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0Nzg=", + "name": "protobuf-java-3.4.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5955061, + "download_count": 4410, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-java-3.4.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588489", + "id": 4588489, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODk=", + "name": "protobuf-js-3.4.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4425440, + "download_count": 487, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-js-3.4.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588480", + "id": 4588480, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODA=", + "name": "protobuf-js-3.4.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5522292, + "download_count": 831, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:04Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-js-3.4.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588488", + "id": 4588488, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODg=", + "name": "protobuf-objectivec-3.4.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4712330, + "download_count": 446, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-objectivec-3.4.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588482", + "id": 4588482, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODI=", + "name": "protobuf-objectivec-3.4.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5883799, + "download_count": 603, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-objectivec-3.4.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588486", + "id": 4588486, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODY=", + "name": "protobuf-php-3.4.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4558384, + "download_count": 685, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-php-3.4.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588481", + "id": 4588481, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODE=", + "name": "protobuf-php-3.4.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5641513, + "download_count": 660, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-php-3.4.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588484", + "id": 4588484, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODQ=", + "name": "protobuf-python-3.4.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4551285, + "download_count": 15619, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-python-3.4.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588477", + "id": 4588477, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0Nzc=", + "name": "protobuf-python-3.4.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5655059, + "download_count": 8637, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:04Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-python-3.4.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588485", + "id": 4588485, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODU=", + "name": "protobuf-ruby-3.4.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4541659, + "download_count": 274, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-ruby-3.4.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588479", + "id": 4588479, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0Nzk=", + "name": "protobuf-ruby-3.4.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5592549, + "download_count": 236, + "created_at": "2017-08-15T23:57:01Z", + "updated_at": "2017-08-15T23:57:04Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-ruby-3.4.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588205", + "id": 4588205, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDU=", + "name": "protoc-3.4.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1346738, + "download_count": 1829, + "created_at": "2017-08-15T22:59:04Z", + "updated_at": "2017-08-15T22:59:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588201", + "id": 4588201, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDE=", + "name": "protoc-3.4.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1389600, + "download_count": 373173, + "created_at": "2017-08-15T22:59:04Z", + "updated_at": "2017-08-15T22:59:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588202", + "id": 4588202, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDI=", + "name": "protoc-3.4.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1872491, + "download_count": 803, + "created_at": "2017-08-15T22:59:04Z", + "updated_at": "2017-08-15T22:59:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588204", + "id": 4588204, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDQ=", + "name": "protoc-3.4.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1820351, + "download_count": 33653, + "created_at": "2017-08-15T22:59:04Z", + "updated_at": "2017-08-15T22:59:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588203", + "id": 4588203, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDM=", + "name": "protoc-3.4.0-win32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1245321, + "download_count": 78586, + "created_at": "2017-08-15T22:59:04Z", + "updated_at": "2017-08-15T22:59:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.4.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.4.0", + "body": "## Planned Future Changes\r\n * Preserve unknown fields in proto3: We are going to bring unknown fields back into proto3. In this release, some languages start to support preserving unknown fields in proto3, controlled by flags/options. Some languages also introduce explicit APIs to drop unknown fields for migration. Please read the change log sections by languages for details. See [general timeline and plan](https://docs.google.com/document/d/1KMRX-G91Aa-Y2FkEaHeeviLRRNblgIahbsk4wA14gRk/view) and [issues and discussions](https://github.com/google/protobuf/issues/272)\r\n\r\n * Make C++ implementation C++11 only: we plan to require C++11 to build protobuf code starting from 3.5.0 or 3.6.0 release, after unknown fields semantic changes are finished. Please join this [github issue](https://github.com/google/protobuf/issues/2780) to provide your feedback.\r\n\r\n## General\r\n * Extension ranges now accept options and are customizable.\r\n * ```reserve``` keyword now supports ```max``` in field number ranges, e.g. ```reserve 1000 to max;```\r\n\r\n## C++\r\n * Proto3 messages are now able to preserve unknown fields. The default behavior is still to drop unknowns, which will be flipped in a future release. If you rely on unknowns fields being dropped. Please use ```Message::DiscardUnknownFields()``` explicitly.\r\n * Packable proto3 fields are now packed by default in serialization.\r\n * Following C++11 features are introduced when C++11 is available:\r\n - move-constructor and move-assignment are introduced to messages\r\n - Repeated fields constructor now takes ```std::initializer_list```\r\n - rvalue setters are introduced for string fields\r\n * Experimental Table-Driven parsing and serialization available to test. To enable it, pass in table_driven_parsing table_driven_serialization protoc generator flags for C++\r\n\r\n ```$ protoc --cpp_out=table_driven_parsing,table_driven_serialization:./ test.proto```\r\n\r\n * lite generator parameter supported by the generator. Once set, all generated files, use lite runtime regardless of the optimizer_for setting in the .proto file.\r\n * Various optimizations to make C++ code more performant on PowerPC platform\r\n * Fixed maps data corruption when the maps are modified by both reflection API and generated API.\r\n * Deterministic serialization on maps reflection now uses stable sort.\r\n * file() accessors are introduced to various *Descriptor classes to make writing template function easier.\r\n * ```ByteSize()``` and ```SpaceUsed()``` are deprecated.Use ```ByteSizeLong()``` and ```SpaceUsedLong()``` instead\r\n * Consistent hash function is used for maps in DEBUG and NDEBUG build.\r\n * \"using namespace std\" is removed from stubs/common.h\r\n * Various performance optimizations and bug fixes\r\n\r\n## Java\r\n * Introduced new parser API DiscardUnknownFieldsParser in preparation of proto3 unknown fields preservation change. Users who want to drop unknown fields should migrate to use this new parser API.\r\n For example:\r\n\r\n ```java\r\n Parser parser = DiscardUnknownFieldsParser.wrap(Foo.parser());\r\n Foo foo = parser.parseFrom(input);\r\n ```\r\n\r\n * Introduced new TextFormat API printUnicodeFieldValue() that prints field value without escaping unicode characters.\r\n * Added ```Durations.compare(Duration, Duration)``` and ```Timestamps.compare(Timestamp, Timestamp)```.\r\n * JsonFormat now accepts base64url encoded bytes fields.\r\n * Optimized CodedInputStream to do less copies when parsing large bytes fields.\r\n * Optimized TextFormat to allocate less memory when printing.\r\n\r\n## Python\r\n * SerializeToString API is changed to ```SerializeToString(self, **kwargs)```, deterministic parameter is accepted for deterministic serialization.\r\n * Added sort_keys parameter in json format to make the output deterministic.\r\n * Added indent parameter in json format.\r\n * Added extension support in json format.\r\n * Added ```__repr__``` support for repeated field in cpp implementation.\r\n * Added file in FieldDescriptor.\r\n * Added pretty-print filter to text format.\r\n * Services and method descriptors are always printed even if generic_service option is turned off.\r\n * Note: AppEngine 2.5 is deprecated on June 2017 that AppEngine 2.5 will never update protobuf runtime. Users who depend on AppEngine 2.5 should use old protoc.\r\n\r\n## PHP\r\n * Support PHP generic services. Specify file option ```php_generic_service=true``` to enable generating service interface.\r\n * Message, repeated and map fields setters take value instead of reference.\r\n * Added map iterator in c extension.\r\n * Support json encode/decode.\r\n * Added more type info in getter/setter phpdoc\r\n * Fixed the problem that c extension and php implementation cannot be used together.\r\n * Added file option php_namespace to use custom php namespace instead of package.\r\n * Added fluent setter.\r\n * Added descriptor API in runtime for custom encode/decode.\r\n * Various bug fixes.\r\n\r\n## Objective-C\r\n * Fix for GPBExtensionRegistry copying and add tests.\r\n * Optimize GPBDictionary.m codegen to reduce size of overall library by 46K per architecture.\r\n * Fix some cases of reading of 64bit map values.\r\n * Properly error on a tag with field number zero.\r\n * Preserve unknown fields in proto3 syntax files.\r\n * Document the exceptions on some of the writing apis.\r\n\r\n## C#\r\n * Implemented ```IReadOnlyDictionary``` in ```MapField```\r\n * Added TryUnpack method for Any message in addition to Unpack.\r\n * Converted C# projects to MSBuild (csproj) format.\r\n\r\n## Ruby\r\n * Several bug fixes.\r\n\r\n## Javascript\r\n * Added support of field option js_type. Now one can specify the JS type of a 64-bit integer field to be string in the generated code by adding option ```[jstype = JS_STRING]``` on the field.\r\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/6229270", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/6229270/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/6229270/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.3.0", + "id": 6229270, + "node_id": "MDc6UmVsZWFzZTYyMjkyNzA=", + "tag_name": "v3.3.0", + "target_commitish": "master", + "name": "Protocol Buffers v3.3.0", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-04-29T00:23:19Z", + "published_at": "2017-05-04T22:49:52Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3804700", + "id": 3804700, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM4MDQ3MDA=", + "name": "protobuf-cpp-3.3.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4218377, + "download_count": 156510, + "created_at": "2017-05-04T22:49:46Z", + "updated_at": "2017-05-04T22:49:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3804701", + "id": 3804701, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM4MDQ3MDE=", + "name": "protobuf-cpp-3.3.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5209888, + "download_count": 17927, + "created_at": "2017-05-04T22:49:46Z", + "updated_at": "2017-05-04T22:49:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763180", + "id": 3763180, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODA=", + "name": "protobuf-csharp-3.3.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4527038, + "download_count": 1104, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:31:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-csharp-3.3.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763178", + "id": 3763178, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxNzg=", + "name": "protobuf-csharp-3.3.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5668485, + "download_count": 4698, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:31:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-csharp-3.3.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763176", + "id": 3763176, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxNzY=", + "name": "protobuf-java-3.3.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4673529, + "download_count": 6146, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:31:57Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-java-3.3.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763179", + "id": 3763179, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxNzk=", + "name": "protobuf-java-3.3.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5882236, + "download_count": 10652, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:31:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-java-3.3.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763182", + "id": 3763182, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODI=", + "name": "protobuf-js-3.3.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4304861, + "download_count": 2468, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:31:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-js-3.3.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763181", + "id": 3763181, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODE=", + "name": "protobuf-js-3.3.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5336404, + "download_count": 2278, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:31:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-js-3.3.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763183", + "id": 3763183, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODM=", + "name": "protobuf-objectivec-3.3.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4662054, + "download_count": 814, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:32:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-objectivec-3.3.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763184", + "id": 3763184, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODQ=", + "name": "protobuf-objectivec-3.3.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5817230, + "download_count": 1401, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:32:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-objectivec-3.3.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763185", + "id": 3763185, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODU=", + "name": "protobuf-php-3.3.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4485412, + "download_count": 1317, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:32:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-php-3.3.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763186", + "id": 3763186, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODY=", + "name": "protobuf-php-3.3.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5537794, + "download_count": 1611, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:32:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-php-3.3.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763189", + "id": 3763189, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODk=", + "name": "protobuf-python-3.3.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4492367, + "download_count": 23388, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:32:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-python-3.3.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763187", + "id": 3763187, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODc=", + "name": "protobuf-python-3.3.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5586094, + "download_count": 6204, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:32:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-python-3.3.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763188", + "id": 3763188, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODg=", + "name": "protobuf-ruby-3.3.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4487580, + "download_count": 569, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:32:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-ruby-3.3.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763190", + "id": 3763190, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxOTA=", + "name": "protobuf-ruby-3.3.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5529614, + "download_count": 403, + "created_at": "2017-04-29T00:31:56Z", + "updated_at": "2017-04-29T00:32:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-ruby-3.3.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764080", + "id": 3764080, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwODA=", + "name": "protoc-3.3.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1309442, + "download_count": 2651, + "created_at": "2017-04-29T05:59:02Z", + "updated_at": "2017-04-29T06:00:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764079", + "id": 3764079, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwNzk=", + "name": "protoc-3.3.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1352576, + "download_count": 531410, + "created_at": "2017-04-29T05:59:02Z", + "updated_at": "2017-04-29T05:59:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764078", + "id": 3764078, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwNzg=", + "name": "protoc-3.3.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1503324, + "download_count": 683, + "created_at": "2017-04-29T05:59:02Z", + "updated_at": "2017-04-29T06:01:03Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764082", + "id": 3764082, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwODI=", + "name": "protoc-3.3.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1451625, + "download_count": 30161, + "created_at": "2017-04-29T05:59:02Z", + "updated_at": "2017-04-29T06:03:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764081", + "id": 3764081, + "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwODE=", + "name": "protoc-3.3.0-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1210198, + "download_count": 35151, + "created_at": "2017-04-29T05:59:02Z", + "updated_at": "2017-04-29T06:02:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.3.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.3.0", + "body": "## Planned Future Changes\r\n * There are some changes that are not included in this release but are planned for the near future:\r\n - Preserve unknown fields in proto3: please read this [doc](https://docs.google.com/document/d/1KMRX-G91Aa-Y2FkEaHeeviLRRNblgIahbsk4wA14gRk/view) for the timeline and follow up this [github issue](https://github.com/google/protobuf/issues/272) for discussion.\r\n - Make C++ implementation C++11 only: we plan to require C++11 to build protobuf code starting from 3.4.0 or 3.5.0 release. Please join this [github issue](https://github.com/google/protobuf/issues/2780) to provide your feedback.\r\n\r\n## C++\r\n * Fixed map fields serialization of DynamicMessage to correctly serialize both key and value regardless of their presence.\r\n * Parser now rejects field number 0 correctly.\r\n * New API Message::SpaceUsedLong() that’s equivalent to Message::SpaceUsed() but returns the value in size_t.\r\n * JSON support\r\n - New flag always_print_enums_as_ints in JsonPrintOptions.\r\n - New flag preserve_proto_field_names in JsonPrintOptions. It will instruct the JSON printer to use the original field name declared in the .proto file instead of converting them to lowerCamelCase when printing JSON.\r\n - JsonPrintOptions.always_print_primtive_fields now works for oneof message fields.\r\n - Fixed a bug that doesn’t allow different fields to set the same json_name value.\r\n - Fixed a performance bug that causes excessive memory copy when printing large messages.\r\n * Various performance optimizations.\r\n\r\n## Java\r\n * Map field setters eagerly validate inputs and throw NullPointerExceptions as appropriate.\r\n * Added ByteBuffer overloads to the generated parsing methods and the Parser interface.\r\n * proto3 enum's getNumber() method now throws on UNRECOGNIZED values.\r\n * Output of JsonFormat is now locale independent.\r\n\r\n## Python\r\n * Added FindServiceByName() in the pure-Python DescriptorPool. This works only for descriptors added with DescriptorPool.Add(). Generated descriptor_pool does not support this yet.\r\n * Added a descriptor_pool parameter for parsing Any in text_format.Parse().\r\n * descriptor_pool.FindFileContainingSymbol() now is able to find nested extensions.\r\n * Extending empty [] to repeated field now sets parent message presence.\r\n\r\n## PHP\r\n * Added file option php_class_prefix. The prefix will be prepended to all generated classes defined in the file.\r\n * When encoding, negative int32 values are sign-extended to int64.\r\n * Repeated/Map field setter accepts a regular PHP array. Type checking is done on the array elements.\r\n * encode/decode are renamed to serializeToString/mergeFromString.\r\n * Added mergeFrom, clear method on Message.\r\n * Fixed a bug that oneof accessor didn’t return the field name that is actually set.\r\n * C extension now works with php7.\r\n * This is the first GA release of PHP. We guarantee that old generated code can always work with new runtime and new generated code.\r\n\r\n## Objective-C\r\n * Fixed help for GPBTimestamp for dates before the epoch that contain fractional seconds.\r\n * Added GPBMessageDropUnknownFieldsRecursively() to remove unknowns from a message and any sub messages.\r\n * Addressed a threading race in extension registration/lookup.\r\n * Increased the max message parsing depth to 100 to match the other languages.\r\n * Removed some use of dispatch_once in favor of atomic compare/set since it needs to be heap based.\r\n * Fixes for new Xcode 8.3 warnings.\r\n\r\n## C#\r\n * Fixed MapField.Values.CopyTo, which would throw an exception unnecessarily if provided exactly the right size of array to copy to.\r\n * Fixed enum JSON formatting when multiple names mapped to the same numeric value.\r\n * Added JSON formatting option to format enums as integers.\r\n * Modified RepeatedField to implement IReadOnlyList.\r\n * Introduced the start of custom option handling; it's not as pleasant as it might be, but the information is at least present. We expect to extend code generation to improve this in the future.\r\n * Introduced ByteString.FromStream and ByteString.FromStreamAsync to efficiently create a ByteString from a stream.\r\n * Added whole-message deprecation, which decorates the class with [Obsolete].\r\n\r\n## Ruby\r\n * Fixed Message#to_h for messages with map fields.\r\n * Fixed memcpy() in binary gems to work for old glibc, without breaking the build for non-glibc libc’s like musl.\r\n\r\n## Javascript\r\n * Added compatibility tests for version 3.0.0.\r\n * Added conformance tests.\r\n * Fixed serialization of extensions: we need to emit a value even if it is falsy (like the number 0).\r\n * Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript." + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/5291438", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/5291438/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/5291438/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.2.0", + "id": 5291438, + "node_id": "MDc6UmVsZWFzZTUyOTE0Mzg=", + "tag_name": "v3.2.0", + "target_commitish": "master", + "name": "Protocol Buffers v3.2.0", + "draft": false, + "author": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2017-01-27T23:03:40Z", + "published_at": "2017-02-17T19:53:08Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075410", + "id": 3075410, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTA=", + "name": "protobuf-cpp-3.2.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4148324, + "download_count": 36717, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-cpp-3.2.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075411", + "id": 3075411, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTE=", + "name": "protobuf-cpp-3.2.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5139444, + "download_count": 20647, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-cpp-3.2.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075412", + "id": 3075412, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTI=", + "name": "protobuf-csharp-3.2.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4440220, + "download_count": 754, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-csharp-3.2.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075413", + "id": 3075413, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTM=", + "name": "protobuf-csharp-3.2.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5575195, + "download_count": 3408, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-csharp-3.2.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075414", + "id": 3075414, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTQ=", + "name": "protobuf-java-3.2.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4599172, + "download_count": 4411, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-java-3.2.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075415", + "id": 3075415, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTU=", + "name": "protobuf-java-3.2.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5811811, + "download_count": 6744, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-java-3.2.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075418", + "id": 3075418, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTg=", + "name": "protobuf-js-3.2.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4237559, + "download_count": 2161, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-js-3.2.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075419", + "id": 3075419, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTk=", + "name": "protobuf-js-3.2.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5270870, + "download_count": 1824, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-js-3.2.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075420", + "id": 3075420, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjA=", + "name": "protobuf-objectivec-3.2.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4585356, + "download_count": 932, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-objectivec-3.2.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075421", + "id": 3075421, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjE=", + "name": "protobuf-objectivec-3.2.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5747803, + "download_count": 1203, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-objectivec-3.2.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075422", + "id": 3075422, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjI=", + "name": "protobuf-php-3.2.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4399867, + "download_count": 1060, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-php-3.2.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075423", + "id": 3075423, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjM=", + "name": "protobuf-php-3.2.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5451037, + "download_count": 899, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-php-3.2.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075424", + "id": 3075424, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjQ=", + "name": "protobuf-python-3.2.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4422343, + "download_count": 10022, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-python-3.2.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075425", + "id": 3075425, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjU=", + "name": "protobuf-python-3.2.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5517969, + "download_count": 9432, + "created_at": "2017-01-28T02:28:31Z", + "updated_at": "2017-01-28T02:28:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-python-3.2.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075426", + "id": 3075426, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjY=", + "name": "protobuf-ruby-3.2.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4411454, + "download_count": 287, + "created_at": "2017-01-28T02:28:32Z", + "updated_at": "2017-01-28T02:28:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-ruby-3.2.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075427", + "id": 3075427, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0Mjc=", + "name": "protobuf-ruby-3.2.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5448090, + "download_count": 289, + "created_at": "2017-01-28T02:28:32Z", + "updated_at": "2017-01-28T02:28:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-ruby-3.2.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089849", + "id": 3089849, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NDk=", + "name": "protoc-3.2.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1289753, + "download_count": 1297, + "created_at": "2017-01-30T18:32:24Z", + "updated_at": "2017-01-30T18:32:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089850", + "id": 3089850, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NTA=", + "name": "protoc-3.2.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1330859, + "download_count": 1120860, + "created_at": "2017-01-30T18:32:24Z", + "updated_at": "2017-01-30T18:32:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089851", + "id": 3089851, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NTE=", + "name": "protoc-3.2.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1475588, + "download_count": 535, + "created_at": "2017-01-30T18:32:24Z", + "updated_at": "2017-01-30T18:32:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089852", + "id": 3089852, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NTI=", + "name": "protoc-3.2.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1425967, + "download_count": 91048, + "created_at": "2017-01-30T18:32:24Z", + "updated_at": "2017-01-30T18:32:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089853", + "id": 3089853, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NTM=", + "name": "protoc-3.2.0-win32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1193879, + "download_count": 53369, + "created_at": "2017-01-30T18:32:24Z", + "updated_at": "2017-01-30T18:32:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.2.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.2.0", + "body": "## General\n- Added protoc version number to protoc plugin protocol. It can be used by\n protoc plugin to detect which version of protoc is used with the plugin and\n mitigate known problems in certain version of protoc.\n\n## C++\n- The default parsing byte size limit has been raised from 64MB to 2GB.\n- Added rvalue setters for non-arena string fields.\n- Enabled debug logging for Android.\n- Fixed a double-free problem when using Reflection::SetAllocatedMessage()\n with extension fields.\n- Fixed several deterministic serialization bugs:\n- MessageLite::SerializeAsString() now respects the global deterministic\n serialization flag.\n- Extension fields are serialized deterministically as well. Fixed protocol\n compiler to correctly report importing-self as an error.\n- Fixed FileDescriptor::DebugString() to print custom options correctly.\n- Various performance/codesize optimizations and cleanups.\n\n## Java\n- The default parsing byte size limit has been raised from 64MB to 2GB.\n- Added recursion limit when parsing JSON.\n- Fixed a bug that enumType.getDescriptor().getOptions() doesn't have custom\n options.\n- Fixed generated code to support field numbers up to 2^29-1.\n\n## Python\n- You can now assign NumPy scalars/arrays (np.int32, np.int64) to protobuf\n fields, and assigning other numeric types has been optimized for\n performance.\n- Pure-Python: message types are now garbage-collectable.\n- Python/C++: a lot of internal cleanup/refactoring.\n\n## PHP (Alpha)\n- For 64-bit integers type (int64/uint64/sfixed64/fixed64/sint64), use PHP\n integer on 64-bit environment and PHP string on 32-bit environment.\n- PHP generated code also conforms to PSR-4 now.\n- Fixed ZTS build for c extension.\n- Fixed c extension build on Mac.\n- Fixed c extension build on 32-bit linux.\n- Fixed the bug that message without namespace is not found in the descriptor\n pool. (#2240)\n- Fixed the bug that repeated field is not iterable in c extension.\n- Message names Empty will be converted to GPBEmpty in generated code.\n- Added phpdoc in generated files.\n- The released API is almost stable. Unless there is large problem, we won't\n change it. See\n https://developers.google.com/protocol-buffers/docs/reference/php-generated\n for more details.\n\n## Objective-C\n- Added support for push/pop of the stream limit on CodedInputStream for\n anyone doing manual parsing.\n\n## C#\n- No changes.\n\n## Ruby\n- Message objects now support #respond_to? for field getters/setters.\n- You can now compare “message == non_message_object” and it will return false\n instead of throwing an exception.\n- JRuby: fixed #hashCode to properly reflect the values in the message.\n\n## Javascript\n- Deserialization of repeated fields no longer has quadratic performance\n behavior.\n- UTF-8 encoding/decoding now properly supports high codepoints.\n- Added convenience methods for some well-known types: Any, Struct, and\n Timestamp. These make it easier to convert data between native JavaScript\n types and the well-known protobuf types.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/5200729", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/5200729/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/5200729/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.2.0rc2", + "id": 5200729, + "node_id": "MDc6UmVsZWFzZTUyMDA3Mjk=", + "tag_name": "v3.2.0rc2", + "target_commitish": "master", + "name": "Protocol Buffers v3.2.0rc2", + "draft": false, + "author": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2017-01-18T23:14:38Z", + "published_at": "2017-01-19T01:25:37Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016879", + "id": 3016879, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4Nzk=", + "name": "protobuf-cpp-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4147791, + "download_count": 1559, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-cpp-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016880", + "id": 3016880, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODA=", + "name": "protobuf-cpp-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5144659, + "download_count": 1474, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-cpp-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016881", + "id": 3016881, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODE=", + "name": "protobuf-csharp-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4440148, + "download_count": 269, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-csharp-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016882", + "id": 3016882, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODI=", + "name": "protobuf-csharp-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5581363, + "download_count": 488, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-csharp-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016883", + "id": 3016883, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODM=", + "name": "protobuf-java-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4598801, + "download_count": 443, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:32Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-java-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016884", + "id": 3016884, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODQ=", + "name": "protobuf-java-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5818304, + "download_count": 799, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-java-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016885", + "id": 3016885, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODU=", + "name": "protobuf-javanano-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4217007, + "download_count": 177, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-javanano-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016886", + "id": 3016886, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODY=", + "name": "protobuf-javanano-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5256002, + "download_count": 190, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-javanano-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016887", + "id": 3016887, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODc=", + "name": "protobuf-js-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4237496, + "download_count": 194, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-js-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016888", + "id": 3016888, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODg=", + "name": "protobuf-js-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5276389, + "download_count": 270, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-js-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016889", + "id": 3016889, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODk=", + "name": "protobuf-objectivec-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4585081, + "download_count": 192, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-objectivec-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016890", + "id": 3016890, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTA=", + "name": "protobuf-objectivec-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5754275, + "download_count": 207, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:35Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-objectivec-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016891", + "id": 3016891, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTE=", + "name": "protobuf-php-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4399466, + "download_count": 222, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-php-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016892", + "id": 3016892, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTI=", + "name": "protobuf-php-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5456855, + "download_count": 238, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-php-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016893", + "id": 3016893, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTM=", + "name": "protobuf-python-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4422603, + "download_count": 1261, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-python-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016894", + "id": 3016894, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTQ=", + "name": "protobuf-python-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5523810, + "download_count": 1225, + "created_at": "2017-01-19T00:52:28Z", + "updated_at": "2017-01-19T00:52:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-python-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016895", + "id": 3016895, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTU=", + "name": "protobuf-ruby-3.2.0rc2.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4402385, + "download_count": 166, + "created_at": "2017-01-19T00:52:29Z", + "updated_at": "2017-01-19T00:52:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-ruby-3.2.0rc2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016896", + "id": 3016896, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTY=", + "name": "protobuf-ruby-3.2.0rc2.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5444899, + "download_count": 159, + "created_at": "2017-01-19T00:52:29Z", + "updated_at": "2017-01-19T00:52:38Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-ruby-3.2.0rc2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017023", + "id": 3017023, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjM=", + "name": "protoc-3.2.0rc2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1289753, + "download_count": 239, + "created_at": "2017-01-19T01:25:24Z", + "updated_at": "2017-01-19T01:25:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017024", + "id": 3017024, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjQ=", + "name": "protoc-3.2.0rc2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1330859, + "download_count": 8243, + "created_at": "2017-01-19T01:25:24Z", + "updated_at": "2017-01-19T01:25:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017025", + "id": 3017025, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjU=", + "name": "protoc-3.2.0rc2-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1475588, + "download_count": 184, + "created_at": "2017-01-19T01:25:24Z", + "updated_at": "2017-01-19T01:25:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017026", + "id": 3017026, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjY=", + "name": "protoc-3.2.0rc2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1425967, + "download_count": 872, + "created_at": "2017-01-19T01:25:24Z", + "updated_at": "2017-01-19T01:25:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017027", + "id": 3017027, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjc=", + "name": "protoc-3.2.0rc2-win32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1193876, + "download_count": 2336, + "created_at": "2017-01-19T01:25:24Z", + "updated_at": "2017-01-19T01:25:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.2.0rc2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.2.0rc2", + "body": "Release candidate for v3.2.0.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/4219533", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/4219533/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/4219533/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.1.0", + "id": 4219533, + "node_id": "MDc6UmVsZWFzZTQyMTk1MzM=", + "tag_name": "v3.1.0", + "target_commitish": "3.1.x", + "name": "Protocol Buffers v3.1.0", + "draft": false, + "author": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-09-24T02:12:45Z", + "published_at": "2016-09-24T02:39:45Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368385", + "id": 2368385, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODU=", + "name": "protobuf-cpp-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4109863, + "download_count": 373066, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-cpp-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368388", + "id": 2368388, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODg=", + "name": "protobuf-cpp-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5089433, + "download_count": 19611, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-cpp-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368384", + "id": 2368384, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODQ=", + "name": "protobuf-csharp-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4400099, + "download_count": 1579, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-csharp-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368389", + "id": 2368389, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODk=", + "name": "protobuf-csharp-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5521752, + "download_count": 3150, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-csharp-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368386", + "id": 2368386, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODY=", + "name": "protobuf-java-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4557846, + "download_count": 4564, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-java-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368387", + "id": 2368387, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODc=", + "name": "protobuf-java-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5758590, + "download_count": 7801, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-java-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368393", + "id": 2368393, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTM=", + "name": "protobuf-javanano-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4178575, + "download_count": 1092, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-javanano-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368394", + "id": 2368394, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTQ=", + "name": "protobuf-javanano-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5200448, + "download_count": 911, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:13Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-javanano-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368390", + "id": 2368390, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTA=", + "name": "protobuf-js-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4195734, + "download_count": 1937, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-js-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368391", + "id": 2368391, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTE=", + "name": "protobuf-js-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5215181, + "download_count": 1979, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-js-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368392", + "id": 2368392, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTI=", + "name": "protobuf-objectivec-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4542396, + "download_count": 785, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:12Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-objectivec-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368395", + "id": 2368395, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTU=", + "name": "protobuf-objectivec-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5690237, + "download_count": 1623, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-objectivec-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368396", + "id": 2368396, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTY=", + "name": "protobuf-php-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4344388, + "download_count": 923, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-php-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368400", + "id": 2368400, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjg0MDA=", + "name": "protobuf-php-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5365714, + "download_count": 957, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-php-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368397", + "id": 2368397, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTc=", + "name": "protobuf-python-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4377622, + "download_count": 21764, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-python-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368399", + "id": 2368399, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTk=", + "name": "protobuf-python-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5461413, + "download_count": 5633, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-python-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368398", + "id": 2368398, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTg=", + "name": "protobuf-ruby-3.1.0.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4364631, + "download_count": 441, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-ruby-3.1.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368401", + "id": 2368401, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjg0MDE=", + "name": "protobuf-ruby-3.1.0.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5389485, + "download_count": 370, + "created_at": "2016-09-24T02:30:05Z", + "updated_at": "2016-09-24T02:30:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-ruby-3.1.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380449", + "id": 2380449, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NDk=", + "name": "protoc-3.1.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1246949, + "download_count": 1215, + "created_at": "2016-09-27T00:17:03Z", + "updated_at": "2016-09-27T00:17:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380453", + "id": 2380453, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NTM=", + "name": "protoc-3.1.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1287347, + "download_count": 938504, + "created_at": "2016-09-27T00:17:03Z", + "updated_at": "2016-09-27T00:17:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380452", + "id": 2380452, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NTI=", + "name": "protoc-3.1.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1458268, + "download_count": 572, + "created_at": "2016-09-27T00:17:03Z", + "updated_at": "2016-09-27T00:17:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380450", + "id": 2380450, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NTA=", + "name": "protoc-3.1.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1405142, + "download_count": 18758, + "created_at": "2016-09-27T00:17:03Z", + "updated_at": "2016-09-27T00:17:04Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380451", + "id": 2380451, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NTE=", + "name": "protoc-3.1.0-win32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1188785, + "download_count": 24500, + "created_at": "2016-09-27T00:17:03Z", + "updated_at": "2016-09-27T00:17:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.1.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.1.0", + "body": "## General\n- Proto3 support in PHP (alpha).\n- Various bug fixes.\n\n## C++\n- Added MessageLite::ByteSizeLong() that’s equivalent to\n MessageLite::ByteSize() but returns the value in size_t. Useful to check\n whether a message is over the 2G size limit that protobuf can support.\n- Moved default_instances to global variables. This allows default_instance\n addresses to be known at compile time.\n- Adding missing generic gcc 64-bit atomicops.\n- Restore New*Callback into google::protobuf namespace since these are used\n by the service stubs code\n- JSON support.\n - Fixed some conformance issues.\n- Fixed a JSON serialization bug for bytes fields.\n\n## Java\n- Fixed a bug in TextFormat that doesn’t accept empty repeated fields (i.e.,\n “field: [ ]”).\n- JSON support\n - Fixed JsonFormat to do correct snake_case-to-camelCase conversion for\n non-style-conforming field names.\n - Fixed JsonFormat to parse empty Any message correctly.\n - Added an option to JsonFormat.Parser to ignore unknown fields.\n- Experimental API\n - Added UnsafeByteOperations.unsafeWrap(byte[]) to wrap a byte array into\n ByteString without copy.\n\n## Python\n- JSON support\n - Fixed some conformance issues.\n\n## PHP (Alpha)\n- We have added the proto3 support for PHP via both a pure PHP package and a\n native c extension. The pure PHP package is intended to provide usability\n to wider range of PHP platforms, while the c extension is intended to\n provide higher performance. Both implementations provide the same runtime\n APIs and share the same generated code. Users don’t need to re-generate\n code for the same proto definition when they want to switch the\n implementation later. The pure PHP package is included in the php/src\n directory, and the c extension is included in the php/ext directory. \n \n Both implementations provide idiomatic PHP APIs:\n - All messages and enums are defined as PHP classes.\n - All message fields can only be accessed via getter/setter.\n - Both repeated field elements and map elements are stored in containers\n that act like a normal PHP array.\n \n Unlike several existing third-party PHP implementations for protobuf, our\n implementations are built on a \"strongly-typed\" philosophy: message fields\n and array/map containers will throw exceptions eagerly when values of the\n incorrect type (not including those that can be type converted, e.g.,\n double <-> integer <-> numeric string) are inserted.\n \n Currently, pure PHP runtime supports php5.5, 5.6 and 7 on linux. C\n extension runtime supports php5.5 and 5.6 on linux.\n \n See php/README.md for more details about installment. See\n https://developers.google.com/protocol-buffers/docs/phptutorial for more\n details about APIs.\n\n## Objective-C\n- Helpers are now provided for working the the Any well known type (see\n GPBWellKnownTypes.h for the api additions).\n- Some improvements in startup code (especially when extensions aren’t used).\n\n## Javascript\n- Fixed missing import of jspb.Map\n- Fixed valueWriterFn variable name\n\n## Ruby\n- Fixed hash computation for JRuby's RubyMessage\n- Make sure map parsing frames are GC-rooted.\n- Added API support for well-known types.\n\n## C#\n- Removed check on dependency in the C# reflection API.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/4065428", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/4065428/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/4065428/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.2", + "id": 4065428, + "node_id": "MDc6UmVsZWFzZTQwNjU0Mjg=", + "tag_name": "v3.0.2", + "target_commitish": "3.0.x", + "name": "Protocol Buffers v3.0.2", + "draft": false, + "author": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-09-06T22:40:51Z", + "published_at": "2016-09-06T22:54:42Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267854", + "id": 2267854, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTQ=", + "name": "protobuf-cpp-3.0.2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4077714, + "download_count": 14054, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-cpp-3.0.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267847", + "id": 2267847, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDc=", + "name": "protobuf-cpp-3.0.2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5041514, + "download_count": 3245, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-cpp-3.0.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267853", + "id": 2267853, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTM=", + "name": "protobuf-csharp-3.0.2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4364571, + "download_count": 360, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-csharp-3.0.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267842", + "id": 2267842, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDI=", + "name": "protobuf-csharp-3.0.2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5472818, + "download_count": 902, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-csharp-3.0.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267852", + "id": 2267852, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTI=", + "name": "protobuf-java-3.0.2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4519235, + "download_count": 1142, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-java-3.0.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267841", + "id": 2267841, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDE=", + "name": "protobuf-java-3.0.2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5700286, + "download_count": 1779, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-java-3.0.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267848", + "id": 2267848, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDg=", + "name": "protobuf-js-3.0.2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4160840, + "download_count": 596, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-js-3.0.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267845", + "id": 2267845, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDU=", + "name": "protobuf-js-3.0.2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5163086, + "download_count": 491, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-js-3.0.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267849", + "id": 2267849, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDk=", + "name": "protobuf-objectivec-3.0.2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4504414, + "download_count": 306, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-objectivec-3.0.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267844", + "id": 2267844, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDQ=", + "name": "protobuf-objectivec-3.0.2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5625211, + "download_count": 410, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-objectivec-3.0.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267851", + "id": 2267851, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTE=", + "name": "protobuf-python-3.0.2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4341362, + "download_count": 3904, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-python-3.0.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267846", + "id": 2267846, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDY=", + "name": "protobuf-python-3.0.2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5404825, + "download_count": 11119, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-python-3.0.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267850", + "id": 2267850, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTA=", + "name": "protobuf-ruby-3.0.2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4330600, + "download_count": 215, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-ruby-3.0.2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267843", + "id": 2267843, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDM=", + "name": "protobuf-ruby-3.0.2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5338051, + "download_count": 184, + "created_at": "2016-09-06T22:54:21Z", + "updated_at": "2016-09-06T22:54:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-ruby-3.0.2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272522", + "id": 2272522, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjI=", + "name": "protoc-3.0.2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1258450, + "download_count": 430, + "created_at": "2016-09-07T17:05:57Z", + "updated_at": "2016-09-07T17:06:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272521", + "id": 2272521, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjE=", + "name": "protoc-3.0.2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1297257, + "download_count": 137914, + "created_at": "2016-09-07T17:05:57Z", + "updated_at": "2016-09-07T17:06:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272524", + "id": 2272524, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjQ=", + "name": "protoc-3.0.2-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1422393, + "download_count": 244, + "created_at": "2016-09-07T17:05:57Z", + "updated_at": "2016-09-07T17:06:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272525", + "id": 2272525, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjU=", + "name": "protoc-3.0.2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1369223, + "download_count": 10869, + "created_at": "2016-09-07T17:05:57Z", + "updated_at": "2016-09-07T17:06:08Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272523", + "id": 2272523, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjM=", + "name": "protoc-3.0.2-win32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1166025, + "download_count": 6894, + "created_at": "2016-09-07T17:05:57Z", + "updated_at": "2016-09-07T17:06:04Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.2", + "body": "## General\n- Various bug fixes.\n\n## Objective C\n- Fix for oneofs in proto3 syntax files where fields were set to the zero\n value.\n- Fix for embedded null character in strings.\n- CocoaDocs support\n\n## Ruby\n- Fixed memory corruption bug in parsing that could occur under GC pressure.\n\n## Javascript\n- jspb.Map is now properly exported to CommonJS modules.\n\n## C#\n- Removed legacy_enum_values flag.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3757284", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3757284/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/3757284/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0", + "id": 3757284, + "node_id": "MDc6UmVsZWFzZTM3NTcyODQ=", + "tag_name": "v3.0.0", + "target_commitish": "3.0.0-GA", + "name": "Protocol Buffers v3.0.0", + "draft": false, + "author": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2016-07-27T21:40:30Z", + "published_at": "2016-07-28T05:03:44Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058282", + "id": 2058282, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyODI=", + "name": "protobuf-cpp-3.0.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4075839, + "download_count": 99276, + "created_at": "2016-07-28T05:03:15Z", + "updated_at": "2016-07-28T05:03:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-cpp-3.0.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058275", + "id": 2058275, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzU=", + "name": "protobuf-cpp-3.0.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5038816, + "download_count": 23871, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-cpp-3.0.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058283", + "id": 2058283, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyODM=", + "name": "protobuf-csharp-3.0.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4362759, + "download_count": 1571, + "created_at": "2016-07-28T05:03:15Z", + "updated_at": "2016-07-28T05:03:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-csharp-3.0.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058274", + "id": 2058274, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzQ=", + "name": "protobuf-csharp-3.0.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5470033, + "download_count": 5779, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-csharp-3.0.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058280", + "id": 2058280, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyODA=", + "name": "protobuf-java-3.0.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4517208, + "download_count": 7245, + "created_at": "2016-07-28T05:03:15Z", + "updated_at": "2016-07-28T05:03:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-java-3.0.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058271", + "id": 2058271, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzE=", + "name": "protobuf-java-3.0.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5697581, + "download_count": 13710, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-java-3.0.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058279", + "id": 2058279, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzk=", + "name": "protobuf-js-3.0.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4158764, + "download_count": 1309, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-js-3.0.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058268", + "id": 2058268, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNjg=", + "name": "protobuf-js-3.0.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5160378, + "download_count": 2347, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:16Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-js-3.0.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067174", + "id": 2067174, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzQ=", + "name": "protobuf-lite-3.0.1-sources.jar", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-java-archive", + "state": "uploaded", + "size": 500270, + "download_count": 827, + "created_at": "2016-07-29T16:59:04Z", + "updated_at": "2016-07-29T16:59:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-lite-3.0.1-sources.jar" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058277", + "id": 2058277, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzc=", + "name": "protobuf-objectivec-3.0.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4487992, + "download_count": 892, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:23Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-objectivec-3.0.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058273", + "id": 2058273, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzM=", + "name": "protobuf-objectivec-3.0.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5608546, + "download_count": 1455, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-objectivec-3.0.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058276", + "id": 2058276, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzY=", + "name": "protobuf-python-3.0.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4339278, + "download_count": 163496, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-python-3.0.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058272", + "id": 2058272, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzI=", + "name": "protobuf-python-3.0.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5401909, + "download_count": 10971, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-python-3.0.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058278", + "id": 2058278, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzg=", + "name": "protobuf-ruby-3.0.0.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4328117, + "download_count": 652, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-ruby-3.0.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058269", + "id": 2058269, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNjk=", + "name": "protobuf-ruby-3.0.0.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5334911, + "download_count": 561, + "created_at": "2016-07-28T05:03:14Z", + "updated_at": "2016-07-28T05:03:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-ruby-3.0.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2062561", + "id": 2062561, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjI1NjE=", + "name": "protoc-3.0.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1257713, + "download_count": 2189, + "created_at": "2016-07-28T20:54:17Z", + "updated_at": "2016-07-28T20:54:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2062560", + "id": 2062560, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjI1NjA=", + "name": "protoc-3.0.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1296281, + "download_count": 275417, + "created_at": "2016-07-28T20:54:17Z", + "updated_at": "2016-07-28T20:54:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2062562", + "id": 2062562, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjI1NjI=", + "name": "protoc-3.0.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1421215, + "download_count": 784, + "created_at": "2016-07-28T20:54:17Z", + "updated_at": "2016-07-28T20:54:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2062559", + "id": 2062559, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjI1NTk=", + "name": "protoc-3.0.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1369203, + "download_count": 17120, + "created_at": "2016-07-28T20:54:17Z", + "updated_at": "2016-07-28T20:54:18Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067374", + "id": 2067374, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjczNzQ=", + "name": "protoc-3.0.0-win32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1165663, + "download_count": 30783, + "created_at": "2016-07-29T17:52:52Z", + "updated_at": "2016-07-29T17:52:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-win32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067178", + "id": 2067178, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzg=", + "name": "protoc-gen-javalite-3.0.0-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 823037, + "download_count": 356, + "created_at": "2016-07-29T16:59:30Z", + "updated_at": "2016-07-29T16:59:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067175", + "id": 2067175, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzU=", + "name": "protoc-gen-javalite-3.0.0-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 843176, + "download_count": 921, + "created_at": "2016-07-29T16:59:30Z", + "updated_at": "2016-07-29T16:59:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067179", + "id": 2067179, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzk=", + "name": "protoc-gen-javalite-3.0.0-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 841851, + "download_count": 344, + "created_at": "2016-07-29T16:59:30Z", + "updated_at": "2016-07-29T16:59:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067177", + "id": 2067177, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzc=", + "name": "protoc-gen-javalite-3.0.0-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 816051, + "download_count": 998, + "created_at": "2016-07-29T16:59:30Z", + "updated_at": "2016-07-29T16:59:31Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067376", + "id": 2067376, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjczNzY=", + "name": "protoc-gen-javalite-3.0.0-win32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 766116, + "download_count": 2503, + "created_at": "2016-07-29T17:53:51Z", + "updated_at": "2016-07-29T17:53:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0", + "body": "# Version 3.0.0\n\nThis change log summarizes all the changes since the last stable release\n(v2.6.1). See the last section about changes since v3.0.0-beta-4.\n\n## Proto3\n- Introduced Protocol Buffers language version 3 (aka proto3).\n \n When protocol buffers was initially open sourced it implemented Protocol\n Buffers language version 2 (aka proto2), which is why the version number\n started from v2.0.0. From v3.0.0, a new language version (proto3) is\n introduced while the old version (proto2) will continue to be supported.\n \n The main intent of introducing proto3 is to clean up protobuf before pushing\n the language as the foundation of Google's new API platform. In proto3, the\n language is simplified, both for ease of use and to make it available in a\n wider range of programming languages. At the same time a few features are\n added to better support common idioms found in APIs.\n \n The following are the main new features in language version 3:\n 1. Removal of field presence logic for primitive value fields, removal of\n required fields, and removal of default values. This makes proto3\n significantly easier to implement with open struct representations, as\n in languages like Android Java, Objective C, or Go.\n 2. Removal of unknown fields.\n 3. Removal of extensions, which are instead replaced by a new standard\n type called Any.\n 4. Fix semantics for unknown enum values.\n 5. Addition of maps (back-ported to proto2)\n 6. Addition of a small set of standard types for representation of time,\n dynamic data, etc (back-ported to proto2)\n 7. A well-defined encoding in JSON as an alternative to binary proto\n encoding.\n \n A new notion \"syntax\" is introduced to specify whether a .proto file\n uses proto2 or proto3:\n \n ```\n // foo.proto\n syntax = \"proto3\";\n message Bar {...}\n ```\n \n If omitted, the protocol buffer compiler generates a warning and \"proto2\" is\n used as the default. This warning will be turned into an error in a future\n release.\n \n We recommend that new Protocol Buffers users use proto3. However, we do not\n generally recommend that existing users migrate from proto2 from proto3 due\n to API incompatibility, and we will continue to support proto2 for a long\n time.\n \n Other significant changes in proto3.\n- Explicit \"optional\" keyword are disallowed in proto3 syntax, as fields are\n optional by default; required fields are no longer supported.\n- Removed non-zero default values and field presence logic for non-message\n fields. e.g. has_xxx() methods are removed; primitive fields set to default\n values (0 for numeric fields, empty for string/bytes fields) will be skipped\n during serialization.\n- Group fields are no longer supported in proto3 syntax.\n- Changed repeated primitive fields to use packed serialization by default in\n proto3 (implemented for C++, Java, Python in this release). The user can\n still disable packed serialization by setting packed to false for now.\n- Added well-known type protos (any.proto, empty.proto, timestamp.proto,\n duration.proto, etc.). Users can import and use these protos just like\n regular proto files. Additional runtime support are available for each\n language.\n- Proto3 JSON is supported in several languages (fully supported in C++, Java,\n Python and C# partially supported in Ruby). The JSON spec is defined in the\n proto3 language guide:\n \n https://developers.google.com/protocol-buffers/docs/proto3#json\n \n We will publish a more detailed spec to define the exact behavior of\n proto3-conformant JSON serializers and parsers. Until then, do not rely\n on specific behaviors of the implementation if it’s not documented in\n the above spec.\n- Proto3 enforces strict UTF-8 checking. Parsing will fail if a string\n field contains non UTF-8 data.\n\n## General\n- Introduced new language implementations (C#, JavaScript, Ruby, Objective-C)\n to proto3.\n- Added support for map fields (implemented in both proto2 and proto3).\n Map fields can be declared using the following syntax:\n \n ```\n message Foo {\n map values = 1;\n }\n ```\n \n The data of a map field is stored in memory as an unordered map and\n can be accessed through generated accessors.\n- Added a \"reserved\" keyword in both proto2 and proto3 syntax. Users can use\n this keyword to declare reserved field numbers and names to prevent them\n from being reused by other fields in the same message.\n \n To reserve field numbers, add a reserved declaration in your message:\n \n ```\n message TestMessage {\n reserved 2, 15, 9 to 11, 3;\n }\n ```\n \n This reserves field numbers 2, 3, 9, 10, 11 and 15. If a user uses any of\n these as field numbers, the protocol buffer compiler will report an error.\n \n Field names can also be reserved:\n \n ```\n message TestMessage {\n reserved \"foo\", \"bar\";\n }\n ```\n- Added a deterministic serialization API (currently available in C++). The\n deterministic serialization guarantees that given a binary, equal messages\n will be serialized to the same bytes. This allows applications like\n MapReduce to group equal messages based on the serialized bytes. The\n deterministic serialization is, however, NOT canonical across languages; it\n is also unstable across different builds with schema changes due to unknown\n fields. Users who need canonical serialization, e.g. persistent storage in\n a canonical form, fingerprinting, etc, should define their own\n canonicalization specification and implement the serializer using reflection\n APIs rather than relying on this API.\n- Added a new field option \"json_name\". By default proto field names are\n converted to \"lowerCamelCase\" in proto3 JSON format. This option can be\n used to override this behavior and specify a different JSON name for the\n field.\n- Added conformance tests to ensure implementations are following proto3 JSON\n specification.\n\n## C++\n- Added arena allocation support (for both proto2 and proto3).\n \n Profiling shows memory allocation and deallocation constitutes a significant\n fraction of CPU-time spent in protobuf code and arena allocation is a\n technique introduced to reduce this cost. With arena allocation, new\n objects are allocated from a large piece of preallocated memory and\n deallocation of these objects is almost free. Early adoption shows 20% to\n 50% improvement in some Google binaries.\n \n To enable arena support, add the following option to your .proto file:\n \n ```\n option cc_enable_arenas = true;\n ```\n \n The protocol buffer compiler will generate additional code to make the generated\n message classes work with arenas. This does not change the existing API\n of protobuf messages and does not affect wire format. Your existing code\n should continue to work after adding this option. In the future we will\n make this option enabled by default.\n \n To actually take advantage of arena allocation, you need to use the arena\n APIs when creating messages. A quick example of using the arena API:\n \n ```\n {\n google::protobuf::Arena arena;\n // Allocate a protobuf message in the arena.\n MyMessage* message = Arena::CreateMessage(&arena);\n // All submessages will be allocated in the same arena.\n if (!message->ParseFromString(data)) {\n // Deal with malformed input data.\n }\n // Must not delete the message here. It will be deleted automatically\n // when the arena is destroyed.\n }\n ```\n \n Currently arena allocation does not work with map fields. Enabling arenas in a .proto\n file containing map fields will result in compile errors in the generated\n code. This will be addressed in a future release.\n- Added runtime support for the Any type. To use Any in your proto file, first\n import the definition of Any:\n \n ```\n // foo.proto\n import \"google/protobuf/any.proto\";\n message Foo {\n google.protobuf.Any any_field = 1;\n }\n message Bar {\n int32 value = 1;\n }\n ```\n \n Then in C++ you can access the Any field using PackFrom()/UnpackTo()\n methods:\n \n ```\n Foo foo;\n Bar bar = ...;\n foo.mutable_any_field()->PackFrom(bar);\n ...\n if (foo.any_field().IsType()) {\n foo.any_field().UnpackTo(&bar);\n ...\n }\n ```\n- In text format, the entries of a map field will be sorted by key.\n- Introduced new utility functions/classes in the google/protobuf/util\n directory:\n - MessageDifferencer: compare two proto messages and report their\n differences.\n - JsonUtil: support converting protobuf binary format to/from JSON.\n - TimeUtil: utility functions to work with well-known types Timestamp\n and Duration.\n - FieldMaskUtil: utility functions to work with FieldMask.\n- Introduced a deterministic serialization API in\n CodedOutputStream::SetSerializationDeterministic(bool). See the notes about\n deterministic serialization in the General section.\n\n## Java\n- Introduced a new util package that will be distributed as a separate\n artifact in maven. It contains:\n - JsonFormat: convert proto messages to/from JSON.\n - Timestamps/Durations: utility functions to work with Timestamp and Duration.\n - FieldMaskUtil: utility functions to work with FieldMask.\n- Introduced an ExperimentalApi annotation. Annotated APIs are experimental\n and are subject to change in a backward incompatible way in future releases.\n- Introduced zero-copy serialization as an ExperimentalApi\n - Introduction of the `ByteOutput` interface. This is similar to\n `OutputStream` but provides semantics for lazy writing (i.e. no\n immediate copy required) of fields that are considered to be immutable.\n - `ByteString` now supports writing to a `ByteOutput`, which will directly\n expose the internals of the `ByteString` (i.e. `byte[]` or `ByteBuffer`)\n to the `ByteOutput` without copying.\n - `CodedOutputStream` now supports writing to a `ByteOutput`. `ByteString`\n instances that are too large to fit in the internal buffer will be\n (lazily) written to the `ByteOutput` directly.\n - This allows applications using large `ByteString` fields to avoid\n duplication of these fields entirely. Such an application can supply a\n `ByteOutput` that chains together the chunks received from\n `CodedOutputStream` before forwarding them onto the IO system.\n- Other related changes to `CodedOutputStream`\n - Additional use of `sun.misc.Unsafe` where possible to perform fast\n access to `byte[]` and `ByteBuffer` values and avoiding unnecessary\n range checking.\n - `ByteBuffer`-backed `CodedOutputStream` now writes directly to the\n `ByteBuffer` rather than to an intermediate array.\n- Performance optimizations for String fields serialization.\n- The static PARSER in each generated message is deprecated, and it will\n be removed in a future release. A static parser() getter is generated\n for each message type instead.\n- File option \"java_generate_equals_and_hash\" is now deprecated. equals() and\n hashCode() methods are generated by default.\n\n## Python\n- Python has received several updates, most notably support for proto3\n semantics in any .proto file that declares syntax=\"proto3\".\n Messages declared in proto3 files no longer represent field presence\n for scalar fields (number, enums, booleans, or strings). You can\n no longer call HasField() for such fields, and they are serialized\n based on whether they have a non-zero/empty/false value.\n- One other notable change is in the C++-accelerated implementation.\n Descriptor objects (which describe the protobuf schema and allow\n reflection over it) are no longer duplicated between the Python\n and C++ layers. The Python descriptors are now simple wrappers\n around the C++ descriptors. This change should significantly\n reduce the memory usage of programs that use a lot of message\n types.\n- Added map support.\n - maps now have a dict-like interface (msg.map_field[key] = value)\n - existing code that modifies maps via the repeated field interface\n will need to be updated.\n- Added proto3 JSON format utility. It includes support for all field types and a few well-known types.\n- Added runtime support for Any, Timestamp, Duration and FieldMask.\n- \"[ ]\" is now accepted for repeated scalar fields in text format parser.\n- Removed legacy Python 2.5 support.\n- Moved to a single Python 2.x/3.x-compatible codebase\n\n## Ruby\n- We have added proto3 support for Ruby via a native C/JRuby extension.\n \n For the moment we only support proto3. Proto2 support is planned, but not\n yet implemented. Proto3 JSON is supported, but the special JSON mappings\n for the well-known types are not yet implemented.\n \n The Ruby extension itself is included in the ruby/ directory, and details on\n building and installing the extension are in ruby/README.md. The extension\n is also be published as a Ruby gem. Code generator support is included as\n part of `protoc` with the `--ruby_out` flag.\n \n The Ruby extension implements a user-friendly DSL to define message types\n (also generated by the code generator from `.proto` files). Once a message\n type is defined, the user may create instances of the message that behave in\n ways idiomatic to Ruby. For example:\n - Message fields are present as ordinary Ruby properties (getter method\n `foo` and setter method `foo=`).\n - Repeated field elements are stored in a container that acts like a native\n Ruby array, and map elements are stored in a container that acts like a\n native Ruby hashmap.\n - The usual well-known methods, such as `#to_s`, `#dup`, and the like, are\n present.\n \n Unlike several existing third-party Ruby extensions for protobuf, this\n extension is built on a \"strongly-typed\" philosophy: message fields and\n array/map containers will throw exceptions eagerly when values of the\n incorrect type are inserted.\n \n See ruby/README.md for details.\n\n## Objective-C\n- Objective-C includes a code generator and a native objective-c runtime\n library. By adding “--objc_out” to protoc, the code generator will generate\n a header(_.pbobjc.h) and an implementation file(_.pbobjc.m) for each proto\n file.\n \n In this first release, the generated interface provides: enums, messages,\n field support(single, repeated, map, oneof), proto2 and proto3 syntax\n support, parsing and serialization. It’s compatible with ARC and non-ARC\n usage. In addition, users can access it via the swift bridging header.\n\n## C#\n- C# support is derived from the project at\n https://github.com/jskeet/protobuf-csharp-port, which is now in maintenance mode.\n- The primary differences between the previous project and the proto3 version are that\n message types are now mutable, and the codegen is integrated in protoc\n- There are two NuGet packages: Google.Protobuf (the support library) and\n Google.Protobuf.Tools (containing protoc)\n- Target platforms now .NET 4.5, selected portable subsets and .NET Core.\n- Null values are used to represent \"no value\" for message type fields, and for wrapper\n types such as Int32Value which map to C# nullable value types.\n- Proto3 semantics supported; proto2 files are prohibited for C# codegen.\n- Enum values are PascalCased, and if there's a prefix which matches the\n name of the enum, that is removed (so an enum `COLOR` with a value\n `COLOR_LIGHT_GRAY` would generate a value of just `LightGray`).\n\n## JavaScript\n- Added proto2/proto3 support for JavaScript. The runtime is written in pure\n JavaScript and works in browsers and in Node.js. To generate JavaScript\n code for your proto, invoke protoc with \"--js_out\". See js/README.md\n for more build instructions.\n- JavaScript has support for binary protobuf format, but not proto3 JSON.\n There is also no support for reflection, since the code size impacts from this\n are often not the right choice for the browser.\n- There is support for both CommonJS imports and Closure `goog.require()`.\n\n## Lite\n- Supported Proto3 lite-runtime in Java for mobile platforms.\n A new \"lite\" generator parameter was introduced in the protoc for C++ for\n Proto3 syntax messages. Example usage:\n \n ```\n ./protoc --cpp_out=lite:$OUTPUT_PATH foo.proto\n ```\n \n The protoc will treat the current input and all the transitive dependencies\n as LITE. The same generator parameter must be used to generate the\n dependencies.\n \n In Proto3 syntax files, \"optimized_for=LITE_RUNTIME\" is no longer supported.\n \n For Java, --javalite_out code generator is supported as a separate compiler\n plugin in a separate branch.\n- Performance optimizations for Java Lite runtime on Android:\n - Reduced allocations\n - Reduced method overhead after ProGuarding\n - Reduced code size after ProGuarding\n- Java Lite protos now implement deep equals/hashCode/toString\n\n## Compatibility Notice\n- v3.0.0 is the first API stable release of the v3.x series. We do not expect\n any future API breaking changes.\n- For C++, Java Lite and Objective-C, source level compatibility is\n guaranteed. Upgrading from v3.0.0 to newer minor version releases will be\n source compatible. For example, if your code compiles against protobuf\n v3.0.0, it will continue to compile after you upgrade protobuf library to\n v3.1.0.\n- For other languages, both source level compatibility and binary level\n compatibility are guaranteed. For example, if you have a Java binary built\n against protobuf v3.0.0. After switching the protobuf runtime binary to\n v3.1.0, your built binary should continue to work.\n- Compatibility is only guaranteed for documented API and documented\n behaviors. If you are using undocumented API (e.g., use anything in the C++\n internal namespace), it can be broken by minor version releases in an\n undetermined manner.\n\n## Changes since v3.0.0-beta-4\n\n### Ruby\n- When you assign a string field `a.string_field = “X”`, we now call\n #encode(UTF-8) on the string and freeze the copy. This saves you from\n needing to ensure the string is already encoded as UTF-8. It also prevents\n you from mutating the string after it has been assigned (this is how we\n ensure it stays valid UTF-8).\n- The generated file for `foo.proto` is now `foo_pb.rb` instead of just\n `foo.rb`. This makes it easier to see which imports/requires are from\n protobuf generated code, and also prevents conflicts with any `foo.rb` file\n you might have written directly in Ruby. It is a backward-incompatible\n change: you will need to update all of your `require` statements.\n- For package names like `foo_bar`, we now translate this to the Ruby module\n `FooBar`. This is more idiomatic Ruby than what we used to do (`Foo_bar`).\n\n### JavaScript\n- Scalar fields like numbers and boolean now return defaults instead of\n `undefined` or `null` when they are unset. You can test for presence\n explicitly by calling `hasFoo()`, which we now generate for scalar fields in\n proto2.\n\n### Java Lite\n- Java Lite is now implemented as a separate plugin, maintained in the\n `javalite` branch. Both lite runtime and protoc artifacts will be available\n in Maven.\n\n### C#\n- Target platforms now .NET 4.5, selected portable subsets and .NET Core.\n- legacy_enum_values option is no longer supported.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3685225", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3685225/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/3685225/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-4", + "id": 3685225, + "node_id": "MDc6UmVsZWFzZTM2ODUyMjU=", + "tag_name": "v3.0.0-beta-4", + "target_commitish": "master", + "name": "Protocol Buffers v3.0.0-beta-4", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2016-07-18T21:46:05Z", + "published_at": "2016-07-20T00:40:38Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009152", + "id": 2009152, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxNTI=", + "name": "protobuf-cpp-3.0.0-beta-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4064930, + "download_count": 1784, + "created_at": "2016-07-18T21:51:17Z", + "updated_at": "2016-07-18T21:51:19Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-cpp-3.0.0-beta-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009155", + "id": 2009155, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxNTU=", + "name": "protobuf-cpp-3.0.0-beta-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5039995, + "download_count": 1748, + "created_at": "2016-07-18T21:51:17Z", + "updated_at": "2016-07-18T21:51:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-cpp-3.0.0-beta-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016612", + "id": 2016612, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTI=", + "name": "protobuf-csharp-3.0.0-beta-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4361267, + "download_count": 247, + "created_at": "2016-07-20T00:39:46Z", + "updated_at": "2016-07-20T00:39:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-csharp-3.0.0-beta-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016610", + "id": 2016610, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTA=", + "name": "protobuf-csharp-3.0.0-beta-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5481933, + "download_count": 702, + "created_at": "2016-07-20T00:39:46Z", + "updated_at": "2016-07-20T00:39:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-csharp-3.0.0-beta-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016608", + "id": 2016608, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MDg=", + "name": "protobuf-java-3.0.0-beta-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4499651, + "download_count": 459, + "created_at": "2016-07-20T00:39:46Z", + "updated_at": "2016-07-20T00:39:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-java-3.0.0-beta-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016613", + "id": 2016613, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTM=", + "name": "protobuf-java-3.0.0-beta-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5699557, + "download_count": 831, + "created_at": "2016-07-20T00:39:46Z", + "updated_at": "2016-07-20T00:39:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-java-3.0.0-beta-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016616", + "id": 2016616, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTY=", + "name": "protobuf-javanano-3.0.0-alpha-7.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4141470, + "download_count": 241, + "created_at": "2016-07-20T00:39:59Z", + "updated_at": "2016-07-20T00:40:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-javanano-3.0.0-alpha-7.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016617", + "id": 2016617, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTc=", + "name": "protobuf-javanano-3.0.0-alpha-7.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5162387, + "download_count": 334, + "created_at": "2016-07-20T00:39:59Z", + "updated_at": "2016-07-20T00:40:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-javanano-3.0.0-alpha-7.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016618", + "id": 2016618, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTg=", + "name": "protobuf-js-3.0.0-alpha-7.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4154790, + "download_count": 232, + "created_at": "2016-07-20T00:39:59Z", + "updated_at": "2016-07-20T00:40:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-js-3.0.0-alpha-7.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016620", + "id": 2016620, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MjA=", + "name": "protobuf-js-3.0.0-alpha-7.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5173182, + "download_count": 339, + "created_at": "2016-07-20T00:39:59Z", + "updated_at": "2016-07-20T00:40:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-js-3.0.0-alpha-7.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016611", + "id": 2016611, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTE=", + "name": "protobuf-objectivec-3.0.0-beta-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4487226, + "download_count": 208, + "created_at": "2016-07-20T00:39:46Z", + "updated_at": "2016-07-20T00:39:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-objectivec-3.0.0-beta-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016609", + "id": 2016609, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MDk=", + "name": "protobuf-objectivec-3.0.0-beta-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5621031, + "download_count": 342, + "created_at": "2016-07-20T00:39:46Z", + "updated_at": "2016-07-20T00:39:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-objectivec-3.0.0-beta-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016614", + "id": 2016614, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTQ=", + "name": "protobuf-python-3.0.0-beta-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4336363, + "download_count": 1256, + "created_at": "2016-07-20T00:39:46Z", + "updated_at": "2016-07-20T00:39:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-python-3.0.0-beta-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016615", + "id": 2016615, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTU=", + "name": "protobuf-python-3.0.0-beta-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5413005, + "download_count": 1344, + "created_at": "2016-07-20T00:39:46Z", + "updated_at": "2016-07-20T00:39:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-python-3.0.0-beta-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016619", + "id": 2016619, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTk=", + "name": "protobuf-ruby-3.0.0-alpha-7.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4321880, + "download_count": 201, + "created_at": "2016-07-20T00:39:59Z", + "updated_at": "2016-07-20T00:40:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-ruby-3.0.0-alpha-7.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016621", + "id": 2016621, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MjE=", + "name": "protobuf-ruby-3.0.0-alpha-7.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5346945, + "download_count": 205, + "created_at": "2016-07-20T00:39:59Z", + "updated_at": "2016-07-20T00:40:02Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-ruby-3.0.0-alpha-7.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009106", + "id": 2009106, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxMDY=", + "name": "protoc-3.0.0-beta-4-linux-x86-32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1254614, + "download_count": 268, + "created_at": "2016-07-18T21:39:58Z", + "updated_at": "2016-07-18T21:39:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-linux-x86-32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009105", + "id": 2009105, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxMDU=", + "name": "protoc-3.0.0-beta-4-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1294788, + "download_count": 9384, + "created_at": "2016-07-18T21:39:58Z", + "updated_at": "2016-07-18T21:39:59Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2014997", + "id": 2014997, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTQ5OTc=", + "name": "protoc-3.0.0-beta-4-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1642210, + "download_count": 208, + "created_at": "2016-07-19T19:06:28Z", + "updated_at": "2016-07-19T19:06:30Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2015017", + "id": 2015017, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTUwMTc=", + "name": "protoc-3.0.0-beta-4-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1595153, + "download_count": 1522, + "created_at": "2016-07-19T19:10:45Z", + "updated_at": "2016-07-19T19:10:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009109", + "id": 2009109, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxMDk=", + "name": "protoc-3.0.0-beta-4-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2721435, + "download_count": 24950, + "created_at": "2016-07-18T21:39:58Z", + "updated_at": "2016-07-18T21:40:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-4", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-4", + "body": "# Version 3.0.0-beta-4\n\n## General\n- Added a deterministic serialization API for C++. The deterministic\n serialization guarantees that given a binary, equal messages will be\n serialized to the same bytes. This allows applications like MapReduce to\n group equal messages based on the serialized bytes. The deterministic\n serialization is, however, NOT canonical across languages; it is also\n unstable across different builds with schema changes due to unknown fields.\n Users who need canonical serialization, e.g. persistent storage in a\n canonical form, fingerprinting, etc, should define their own\n canonicalization specification and implement the serializer using reflection\n APIs rather than relying on this API.\n- Added OneofOptions. You can now define custom options for oneof groups.\n \n ```\n import \"google/protobuf/descriptor.proto\";\n extend google.protobuf.OneofOptions {\n optional int32 my_oneof_extension = 12345;\n }\n message Foo {\n oneof oneof_group {\n (my_oneof_extension) = 54321;\n ...\n }\n }\n ```\n\n## C++ (beta)\n- Introduced a deterministic serialization API in\n CodedOutputStream::SetSerializationDeterministic(bool). See the notes about\n deterministic serialization in the General section.\n- Added google::protobuf::Map::swap() to swap two map fields.\n- Fixed a memory leak when calling Reflection::ReleaseMessage() on a message\n allocated on arena.\n- Improved error reporting when parsing text format protos.\n- JSON\n - Added a new parser option to ignore unknown fields when parsing JSON.\n - Added convenient methods for message to/from JSON conversion.\n- Various performance optimizations.\n\n## Java (beta)\n- File option \"java_generate_equals_and_hash\" is now deprecated. equals() and\n hashCode() methods are generated by default.\n- Added a new JSON printer option \"omittingInsignificantWhitespace\" to produce\n a more compact JSON output. The printer will pretty-print by default.\n- Updated Java runtime to be compatible with 2.5.0/2.6.1 generated protos.\n\n## Python (beta)\n- Added support to pretty print Any messages in text format.\n- Added a flag to ignore unknown fields when parsing JSON.\n- Bugfix: \"@type\" field of a JSON Any message is now correctly put before\n other fields.\n\n## Objective-C (beta)\n- Updated the code to support compiling with more compiler warnings\n enabled. (Issue 1616)\n- Exposing more detailed errors for parsing failures. (PR 1623)\n- Small (breaking) change to the naming of some methods on the support classes\n for map<>. There were collisions with the system provided KVO support, so\n the names were changed to avoid those issues. (PR 1699)\n- Fixed for proper Swift bridging of error handling during parsing. (PR 1712)\n- Complete support for generating sources that will go into a Framework and\n depend on generated sources from other Frameworks. (Issue 1457)\n\n## C# (beta)\n- RepeatedField optimizations.\n- Support for .NET Core.\n- Minor bug fixes.\n- Ability to format a single value in JsonFormatter (advanced usage only).\n- Modifications to attributes applied to generated code.\n\n## Javascript (alpha)\n- Maps now have a real map API instead of being treated as repeated fields.\n- Well-known types are now provided in the google-protobuf package, and the\n code generator knows to require() them from that package.\n- Bugfix: non-canonical varints are correctly decoded.\n\n## Ruby (alpha)\n- Accessors for oneof fields now return default values instead of nil.\n\n## Java Lite\n- Java lite support is removed from protocol compiler. It will be supported\n as a protocol compiler plugin in a separate code branch.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3443087", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3443087/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/3443087/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-3.1", + "id": 3443087, + "node_id": "MDc6UmVsZWFzZTM0NDMwODc=", + "tag_name": "v3.0.0-beta-3.1", + "target_commitish": "objc-framework-fix", + "name": "Protocol Buffers v3.0.0-beta-3.1", + "draft": false, + "author": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2016-06-14T00:02:01Z", + "published_at": "2016-06-14T18:42:06Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1907911", + "id": 1907911, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MDc5MTE=", + "name": "protoc-3.0.0-beta-3.1-osx-fat.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3127935, + "download_count": 836, + "created_at": "2016-06-27T20:11:20Z", + "updated_at": "2016-06-27T20:11:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3.1/protoc-3.0.0-beta-3.1-osx-fat.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1848036", + "id": 1848036, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4NDgwMzY=", + "name": "protoc-3.0.0-beta-3.1-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1606235, + "download_count": 767, + "created_at": "2016-06-14T18:36:56Z", + "updated_at": "2016-06-14T18:36:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3.1/protoc-3.0.0-beta-3.1-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1848047", + "id": 1848047, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE4NDgwNDc=", + "name": "protoc-3.0.0-beta-3.1-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1562139, + "download_count": 5010, + "created_at": "2016-06-14T18:41:19Z", + "updated_at": "2016-06-14T18:41:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3.1/protoc-3.0.0-beta-3.1-osx-x86_64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-3.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-3.1", + "body": "Fix iOS framework.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3236555", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3236555/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/3236555/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-3", + "id": 3236555, + "node_id": "MDc6UmVsZWFzZTMyMzY1NTU=", + "tag_name": "v3.0.0-beta-3", + "target_commitish": "beta-3", + "name": "Protocol Buffers v3.0.0-beta-3", + "draft": false, + "author": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2016-05-16T18:34:04Z", + "published_at": "2016-05-16T20:32:35Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692215", + "id": 1692215, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTU=", + "name": "protobuf-cpp-3.0.0-beta-3.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4030692, + "download_count": 4303, + "created_at": "2016-05-16T20:28:24Z", + "updated_at": "2016-05-16T20:28:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-cpp-3.0.0-beta-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692216", + "id": 1692216, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTY=", + "name": "protobuf-cpp-3.0.0-beta-3.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5005561, + "download_count": 150439, + "created_at": "2016-05-16T20:28:24Z", + "updated_at": "2016-05-16T20:28:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-cpp-3.0.0-beta-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692217", + "id": 1692217, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTc=", + "name": "protobuf-csharp-3.0.0-beta-3.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4314255, + "download_count": 357, + "created_at": "2016-05-16T20:28:58Z", + "updated_at": "2016-05-16T20:29:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-csharp-3.0.0-beta-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692218", + "id": 1692218, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTg=", + "name": "protobuf-csharp-3.0.0-beta-3.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5434342, + "download_count": 1377, + "created_at": "2016-05-16T20:28:58Z", + "updated_at": "2016-05-16T20:29:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-csharp-3.0.0-beta-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692219", + "id": 1692219, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTk=", + "name": "protobuf-java-3.0.0-beta-3.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4430590, + "download_count": 1075, + "created_at": "2016-05-16T20:29:09Z", + "updated_at": "2016-05-16T20:29:10Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-java-3.0.0-beta-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692220", + "id": 1692220, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjA=", + "name": "protobuf-java-3.0.0-beta-3.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5610383, + "download_count": 2189, + "created_at": "2016-05-16T20:29:09Z", + "updated_at": "2016-05-16T20:29:11Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-java-3.0.0-beta-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692226", + "id": 1692226, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjY=", + "name": "protobuf-javanano-3.0.0-alpha-6.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4099533, + "download_count": 216, + "created_at": "2016-05-16T20:30:49Z", + "updated_at": "2016-05-16T20:30:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-javanano-3.0.0-alpha-6.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692225", + "id": 1692225, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjU=", + "name": "protobuf-javanano-3.0.0-alpha-6.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5119405, + "download_count": 284, + "created_at": "2016-05-16T20:30:49Z", + "updated_at": "2016-05-16T20:30:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-javanano-3.0.0-alpha-6.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692230", + "id": 1692230, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMzA=", + "name": "protobuf-js-3.0.0-alpha-6.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4104965, + "download_count": 272, + "created_at": "2016-05-16T20:30:49Z", + "updated_at": "2016-05-16T20:30:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-js-3.0.0-alpha-6.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692228", + "id": 1692228, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjg=", + "name": "protobuf-js-3.0.0-alpha-6.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5112119, + "download_count": 436, + "created_at": "2016-05-16T20:30:49Z", + "updated_at": "2016-05-16T20:30:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-js-3.0.0-alpha-6.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692222", + "id": 1692222, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjI=", + "name": "protobuf-objectivec-3.0.0-beta-3.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4414606, + "download_count": 284, + "created_at": "2016-05-16T20:29:27Z", + "updated_at": "2016-05-16T20:29:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-objectivec-3.0.0-beta-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692221", + "id": 1692221, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjE=", + "name": "protobuf-objectivec-3.0.0-beta-3.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5524534, + "download_count": 518, + "created_at": "2016-05-16T20:29:27Z", + "updated_at": "2016-05-16T20:29:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-objectivec-3.0.0-beta-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692223", + "id": 1692223, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjM=", + "name": "protobuf-python-3.0.0-beta-3.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4287166, + "download_count": 42471, + "created_at": "2016-05-16T20:29:45Z", + "updated_at": "2016-05-16T20:29:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-python-3.0.0-beta-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692224", + "id": 1692224, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjQ=", + "name": "protobuf-python-3.0.0-beta-3.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5361795, + "download_count": 1154, + "created_at": "2016-05-16T20:29:45Z", + "updated_at": "2016-05-16T20:29:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-python-3.0.0-beta-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692229", + "id": 1692229, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjk=", + "name": "protobuf-ruby-3.0.0-alpha-6.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4282057, + "download_count": 197, + "created_at": "2016-05-16T20:30:49Z", + "updated_at": "2016-05-16T20:30:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-ruby-3.0.0-alpha-6.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692227", + "id": 1692227, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjc=", + "name": "protobuf-ruby-3.0.0-alpha-6.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5303675, + "download_count": 188, + "created_at": "2016-05-16T20:30:49Z", + "updated_at": "2016-05-16T20:30:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-ruby-3.0.0-alpha-6.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704771", + "id": 1704771, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3NzE=", + "name": "protoc-3.0.0-beta-3-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1232898, + "download_count": 379, + "created_at": "2016-05-18T18:39:03Z", + "updated_at": "2016-05-18T18:39:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704769", + "id": 1704769, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3Njk=", + "name": "protoc-3.0.0-beta-3-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1271885, + "download_count": 36716, + "created_at": "2016-05-18T18:39:03Z", + "updated_at": "2016-05-18T18:39:04Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704770", + "id": 1704770, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3NzA=", + "name": "protoc-3.0.0-beta-3-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1604259, + "download_count": 226, + "created_at": "2016-05-18T18:39:03Z", + "updated_at": "2016-05-18T18:39:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704772", + "id": 1704772, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3NzI=", + "name": "protoc-3.0.0-beta-3-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1553242, + "download_count": 1853, + "created_at": "2016-05-18T18:39:03Z", + "updated_at": "2016-05-18T18:39:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704773", + "id": 1704773, + "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3NzM=", + "name": "protoc-3.0.0-beta-3-win32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1142516, + "download_count": 5628, + "created_at": "2016-05-18T18:39:14Z", + "updated_at": "2016-05-18T18:39:15Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-3", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-3", + "body": "# Version 3.0.0-beta-3\n\n## General\n- Supported Proto3 lite-runtime in C++/Java for mobile platforms.\n- Any type now supports APIs to specify prefixes other than\n type.googleapis.com\n- Removed javanano_use_deprecated_package option; Nano will always has its own\n \".nano\" package.\n\n## C++ (Beta)\n- Improved hash maps.\n - Improved hash maps comments. In particular, please note that equal hash\n maps will not necessarily have the same iteration order and\n serialization.\n - Added a new hash maps implementation that will become the default in a\n later release.\n- Arenas\n - Several inlined methods in Arena were moved to out-of-line to improve\n build performance and code size.\n - Added SpaceAllocatedAndUsed() to report both space used and allocated\n - Added convenient class UnsafeArenaAllocatedRepeatedPtrFieldBackInserter\n- Any\n - Allow custom type URL prefixes in Any packing.\n - TextFormat now expand the Any type rather than printing bytes.\n- Performance optimizations and various bug fixes.\n\n## Java (Beta)\n- Introduced an ExperimentalApi annotation. Annotated APIs are experimental\n and are subject to change in a backward incompatible way in future releases.\n- Introduced zero-copy serialization as an ExperimentalApi\n - Introduction of the `ByteOutput` interface. This is similar to\n `OutputStream` but provides semantics for lazy writing (i.e. no\n immediate copy required) of fields that are considered to be immutable.\n - `ByteString` now supports writing to a `ByteOutput`, which will directly\n expose the internals of the `ByteString` (i.e. `byte[]` or `ByteBuffer`)\n to the `ByteOutput` without copying.\n - `CodedOutputStream` now supports writing to a `ByteOutput`. `ByteString`\n instances that are too large to fit in the internal buffer will be\n (lazily) written to the `ByteOutput` directly.\n - This allows applications using large `ByteString` fields to avoid\n duplication of these fields entirely. Such an application can supply a\n `ByteOutput` that chains together the chunks received from\n `CodedOutputStream` before forwarding them onto the IO system.\n- Other related changes to `CodedOutputStream`\n - Additional use of `sun.misc.Unsafe` where possible to perform fast\n access to `byte[]` and `ByteBuffer` values and avoiding unnecessary\n range checking.\n - `ByteBuffer`-backed `CodedOutputStream` now writes directly to the\n `ByteBuffer` rather than to an intermediate array.\n- Improved lite-runtime.\n - Lite protos now implement deep equals/hashCode/toString\n - Significantly improved the performance of Builder#mergeFrom() and\n Builder#mergeDelimitedFrom()\n- Various bug fixes and small feature enhancement.\n - Fixed stack overflow when in hashCode() for infinite recursive oneofs.\n - Fixed the lazy field parsing in lite to merge rather than overwrite.\n - TextFormat now supports reporting line/column numbers on errors.\n - Updated to add appropriate @Override for better compiler errors.\n\n## Python (Beta)\n- Added JSON format for Any, Struct, Value and ListValue\n- \"[ ]\" is now accepted for both repeated scalar fields and repeated message\n fields in text format parser.\n- Numerical field name is now supported in text format.\n- Added DiscardUnknownFields API for python protobuf message.\n\n## Objective-C (Beta)\n- Proto comments now come over as HeaderDoc comments in the generated sources\n so Xcode can pick them up and display them.\n- The library headers have been updated to use HeaderDoc comments so Xcode can\n pick them up and display them.\n- The per message and per field overhead in both generated code and runtime\n object sizes was reduced.\n- Generated code now include deprecated annotations when the proto file\n included them.\n\n## C# (Beta)\n\n In general: some changes are breaking, which require regenerating messages.\n Most user-written code will not be impacted _except_ for the renaming of enum\n values.\n- Allow custom type URL prefixes in `Any` packing, and ignore them when\n unpacking\n- `protoc` is now in a separate NuGet package (Google.Protobuf.Tools)\n- New option: `internal_access` to generate internal classes\n- Enum values are now PascalCased, and if there's a prefix which matches the\n name of the enum, that is removed (so an enum `COLOR` with a value\n `COLOR_BLUE` would generate a value of just `Blue`). An option\n (`legacy_enum_values`) is temporarily available to disable this, but the\n option will be removed for GA.\n- `json_name` option is now honored\n- If group tags are encountered when parsing, they are validated more\n thoroughly (although we don't support actual groups)\n- NuGet dependencies are better specified\n- Breaking: `Preconditions` is renamed to `ProtoPreconditions`\n- Breaking: `GeneratedCodeInfo` is renamed to `GeneratedClrTypeInfo`\n- `JsonFormatter` now allows writing to a `TextWriter`\n- New interface, `ICustomDiagnosticMessage` to allow more compact\n representations from `ToString`\n- `CodedInputStream` and `CodedOutputStream` now implement `IDisposable`,\n which simply disposes of the streams they were constructed with\n- Map fields no longer support null values (in line with other languages)\n- Improvements in JSON formatting and parsing\n\n## Javascript (Alpha)\n- Better support for \"bytes\" fields: bytes fields can be read as either a\n base64 string or UInt8Array (in environments where TypedArray is supported).\n- New support for CommonJS imports. This should make it easier to use the\n JavaScript support in Node.js and tools like WebPack. See js/README.md for\n more information.\n- Some significant internal refactoring to simplify and modularize the code.\n\n## Ruby (Alpha)\n- JSON serialization now properly uses camelCased names, with a runtime option\n that will preserve original names from .proto files instead.\n- Well-known types are now included in the distribution.\n- Release now includes binary gems for Windows, Mac, and Linux instead of just\n source gems.\n- Bugfix for serializing oneofs.\n\n## C++/Java Lite (Alpha)\n\nA new \"lite\" generator parameter was introduced in the protoc for C++ and\nJava for Proto3 syntax messages. Example usage:\n\n```\n ./protoc --cpp_out=lite:$OUTPUT_PATH foo.proto\n```\n\nThe protoc will treat the current input and all the transitive dependencies\nas LITE. The same generator parameter must be used to generate the\ndependencies.\n\nIn Proto3 syntax files, \"optimized_for=LITE_RUNTIME\" is no longer supported.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/2348523", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/2348523/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/2348523/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-2", + "id": 2348523, + "node_id": "MDc6UmVsZWFzZTIzNDg1MjM=", + "tag_name": "v3.0.0-beta-2", + "target_commitish": "v3.0.0-beta-2", + "name": "Protocol Buffers v3.0.0-beta-2", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2015-12-30T21:35:10Z", + "published_at": "2015-12-30T21:36:30Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166411", + "id": 1166411, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTE=", + "name": "protobuf-cpp-3.0.0-beta-2.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 3962352, + "download_count": 14518, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-cpp-3.0.0-beta-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166407", + "id": 1166407, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MDc=", + "name": "protobuf-cpp-3.0.0-beta-2.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 4921103, + "download_count": 9342, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-cpp-3.0.0-beta-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166408", + "id": 1166408, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MDg=", + "name": "protobuf-csharp-3.0.0-beta-2.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4228543, + "download_count": 833, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-csharp-3.0.0-beta-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166409", + "id": 1166409, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MDk=", + "name": "protobuf-csharp-3.0.0-beta-2.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5330247, + "download_count": 2843, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-csharp-3.0.0-beta-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166410", + "id": 1166410, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTA=", + "name": "protobuf-java-3.0.0-beta-2.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4328686, + "download_count": 2726, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:52Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-java-3.0.0-beta-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166406", + "id": 1166406, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MDY=", + "name": "protobuf-java-3.0.0-beta-2.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5477505, + "download_count": 5192, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-java-3.0.0-beta-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166418", + "id": 1166418, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTg=", + "name": "protobuf-javanano-3.0.0-alpha-5.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4031642, + "download_count": 343, + "created_at": "2015-12-30T21:30:31Z", + "updated_at": "2015-12-30T21:30:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-javanano-3.0.0-alpha-5.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166420", + "id": 1166420, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MjA=", + "name": "protobuf-javanano-3.0.0-alpha-5.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5034923, + "download_count": 438, + "created_at": "2015-12-30T21:30:31Z", + "updated_at": "2015-12-30T21:30:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-javanano-3.0.0-alpha-5.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166419", + "id": 1166419, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTk=", + "name": "protobuf-js-3.0.0-alpha-5.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4032391, + "download_count": 715, + "created_at": "2015-12-30T21:30:31Z", + "updated_at": "2015-12-30T21:30:33Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-js-3.0.0-alpha-5.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166421", + "id": 1166421, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MjE=", + "name": "protobuf-js-3.0.0-alpha-5.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5024582, + "download_count": 1144, + "created_at": "2015-12-30T21:30:31Z", + "updated_at": "2015-12-30T21:30:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-js-3.0.0-alpha-5.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166413", + "id": 1166413, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTM=", + "name": "protobuf-objectivec-3.0.0-beta-2.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4359689, + "download_count": 549, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-objectivec-3.0.0-beta-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166414", + "id": 1166414, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTQ=", + "name": "protobuf-objectivec-3.0.0-beta-2.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5449070, + "download_count": 812, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-objectivec-3.0.0-beta-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166415", + "id": 1166415, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTU=", + "name": "protobuf-python-3.0.0-beta-2.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4211281, + "download_count": 10393, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:56Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-python-3.0.0-beta-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166412", + "id": 1166412, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTI=", + "name": "protobuf-python-3.0.0-beta-2.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5268501, + "download_count": 8430, + "created_at": "2015-12-30T21:27:48Z", + "updated_at": "2015-12-30T21:27:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-python-3.0.0-beta-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166423", + "id": 1166423, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MjM=", + "name": "protobuf-ruby-3.0.0-alpha-5.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4204014, + "download_count": 250, + "created_at": "2015-12-30T21:30:31Z", + "updated_at": "2015-12-30T21:30:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-ruby-3.0.0-alpha-5.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166422", + "id": 1166422, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MjI=", + "name": "protobuf-ruby-3.0.0-alpha-5.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5211211, + "download_count": 262, + "created_at": "2015-12-30T21:30:31Z", + "updated_at": "2015-12-30T21:30:34Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-ruby-3.0.0-alpha-5.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1215864", + "id": 1215864, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMTU4NjQ=", + "name": "protoc-3.0.0-beta-2-linux-x86_32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1198994, + "download_count": 616, + "created_at": "2016-01-15T22:58:24Z", + "updated_at": "2016-01-15T22:58:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-linux-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1215865", + "id": 1215865, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMTU4NjU=", + "name": "protoc-3.0.0-beta-2-linux-x86_64.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1235538, + "download_count": 365651, + "created_at": "2016-01-15T22:58:24Z", + "updated_at": "2016-01-15T22:58:25Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-linux-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1215866", + "id": 1215866, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMTU4NjY=", + "name": "protoc-3.0.0-beta-2-osx-x86_32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1553529, + "download_count": 337, + "created_at": "2016-01-15T22:58:24Z", + "updated_at": "2016-01-15T22:58:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-osx-x86_32.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1215867", + "id": 1215867, + "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMTU4Njc=", + "name": "protoc-3.0.0-beta-2-osx-x86_64.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1499581, + "download_count": 3656, + "created_at": "2016-01-15T22:58:24Z", + "updated_at": "2016-01-15T22:58:26Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-osx-x86_64.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166397", + "id": 1166397, + "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjYzOTc=", + "name": "protoc-3.0.0-beta-2-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1130790, + "download_count": 10625, + "created_at": "2015-12-30T21:20:36Z", + "updated_at": "2015-12-30T21:20:37Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-2", + "body": "# Version 3.0.0-beta-2\n\n## General\n- Introduced a new language implementation: JavaScript.\n- Added a new field option \"json_name\". By default proto field names are\n converted to \"lowerCamelCase\" in proto3 JSON format. This option can be\n used to override this behavior and specify a different JSON name for the\n field.\n- Added conformance tests to ensure implementations are following proto3 JSON\n specification.\n\n## C++ (Beta)\n- Various bug fixes and improvements to the JSON support utility:\n - Duplicate map keys in JSON are now rejected (i.e., translation will\n fail).\n - Fixed wire-format for google.protobuf.Value/ListValue.\n - Fixed precision loss when converting google.protobuf.Timestamp.\n - Fixed a bug when parsing invalid UTF-8 code points.\n - Fixed a memory leak.\n - Reduced call stack usage.\n\n## Java (Beta)\n- Cleaned up some unused methods on CodedOutputStream.\n- Presized lists for packed fields during parsing in the lite runtime to\n reduce allocations and improve performance.\n- Improved the performance of unknown fields in the lite runtime.\n- Introduced UnsafeByteStrings to support zero-copy ByteString creation.\n- Various bug fixes and improvements to the JSON support utility:\n - Fixed a thread-safety bug.\n - Added a new option “preservingProtoFieldNames” to JsonFormat.\n - Added a new option “includingDefaultValueFields” to JsonFormat.\n - Updated the JSON utility to comply with proto3 JSON specification.\n\n## Python (Beta)\n- Added proto3 JSON format utility. It includes support for all field types\n and a few well-known types except for Any and Struct.\n- Added runtime support for Any, Timestamp, Duration and FieldMask.\n- \"[ ]\" is now accepted for repeated scalar fields in text format parser.\n\n## Objective-C (Beta)\n- Various bug-fixes and code tweaks to pass more strict compiler warnings.\n- Now has conformance test coverage and is passing all tests.\n\n## C# (Beta)\n- Various bug-fixes.\n- Code generation: Files generated in directories based on namespace.\n- Code generation: Include comments from .proto files in XML doc\n comments (naively)\n- Code generation: Change organization/naming of \"reflection class\" (access\n to file descriptor)\n- Code generation and library: Add Parser property to MessageDescriptor,\n and introduce a non-generic parser type.\n- Library: Added TypeRegistry to support JSON parsing/formatting of Any.\n- Library: Added Any.Pack/Unpack support.\n- Library: Implemented JSON parsing.\n\n## Javascript (Alpha)\n- Added proto3 support for JavaScript. The runtime is written in pure\n JavaScript and works in browsers and in Node.js. To generate JavaScript\n code for your proto, invoke protoc with \"--js_out\". See js/README.md\n for more build instructions.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1728131", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1728131/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/1728131/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-1", + "id": 1728131, + "node_id": "MDc6UmVsZWFzZTE3MjgxMzE=", + "tag_name": "v3.0.0-beta-1", + "target_commitish": "beta-1", + "name": "Protocol Buffers v3.0.0-beta-1", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2015-08-27T07:02:06Z", + "published_at": "2015-08-27T07:09:35Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820816", + "id": 820816, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxNg==", + "name": "protobuf-cpp-3.0.0-beta-1.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 3980108, + "download_count": 9133, + "created_at": "2015-08-27T07:07:19Z", + "updated_at": "2015-08-27T07:07:22Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-cpp-3.0.0-beta-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820815", + "id": 820815, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxNQ==", + "name": "protobuf-cpp-3.0.0-beta-1.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 4937540, + "download_count": 3650, + "created_at": "2015-08-27T07:07:19Z", + "updated_at": "2015-08-27T07:07:21Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-cpp-3.0.0-beta-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820826", + "id": 820826, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyNg==", + "name": "protobuf-csharp-3.0.0-alpha-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4189177, + "download_count": 509, + "created_at": "2015-08-27T07:07:56Z", + "updated_at": "2015-08-27T07:08:00Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-csharp-3.0.0-alpha-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820825", + "id": 820825, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyNQ==", + "name": "protobuf-csharp-3.0.0-alpha-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5275951, + "download_count": 1221, + "created_at": "2015-08-27T07:07:56Z", + "updated_at": "2015-08-27T07:07:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-csharp-3.0.0-alpha-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820818", + "id": 820818, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxOA==", + "name": "protobuf-java-3.0.0-beta-1.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4335955, + "download_count": 1273, + "created_at": "2015-08-27T07:07:26Z", + "updated_at": "2015-08-27T07:07:29Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-java-3.0.0-beta-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820817", + "id": 820817, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxNw==", + "name": "protobuf-java-3.0.0-beta-1.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5478475, + "download_count": 2193, + "created_at": "2015-08-27T07:07:26Z", + "updated_at": "2015-08-27T07:07:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-java-3.0.0-beta-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820824", + "id": 820824, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyNA==", + "name": "protobuf-javanano-3.0.0-alpha-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4048907, + "download_count": 300, + "created_at": "2015-08-27T07:07:50Z", + "updated_at": "2015-08-27T07:07:53Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-javanano-3.0.0-alpha-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820823", + "id": 820823, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyMw==", + "name": "protobuf-javanano-3.0.0-alpha-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5051351, + "download_count": 381, + "created_at": "2015-08-27T07:07:50Z", + "updated_at": "2015-08-27T07:07:51Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-javanano-3.0.0-alpha-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820828", + "id": 820828, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyOA==", + "name": "protobuf-objectivec-3.0.0-alpha-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4377629, + "download_count": 960, + "created_at": "2015-08-27T07:08:05Z", + "updated_at": "2015-08-27T07:08:07Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-objectivec-3.0.0-alpha-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820827", + "id": 820827, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyNw==", + "name": "protobuf-objectivec-3.0.0-alpha-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5469745, + "download_count": 484, + "created_at": "2015-08-27T07:08:05Z", + "updated_at": "2015-08-27T07:08:06Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-objectivec-3.0.0-alpha-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820819", + "id": 820819, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxOQ==", + "name": "protobuf-python-3.0.0-alpha-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4202350, + "download_count": 3320, + "created_at": "2015-08-27T07:07:37Z", + "updated_at": "2015-08-27T07:07:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-python-3.0.0-alpha-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820820", + "id": 820820, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyMA==", + "name": "protobuf-python-3.0.0-alpha-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5258478, + "download_count": 826, + "created_at": "2015-08-27T07:07:37Z", + "updated_at": "2015-08-27T07:07:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-python-3.0.0-alpha-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820821", + "id": 820821, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyMQ==", + "name": "protobuf-ruby-3.0.0-alpha-4.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 4221516, + "download_count": 559, + "created_at": "2015-08-27T07:07:43Z", + "updated_at": "2015-08-27T07:07:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-ruby-3.0.0-alpha-4.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820822", + "id": 820822, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyMg==", + "name": "protobuf-ruby-3.0.0-alpha-4.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5227546, + "download_count": 263, + "created_at": "2015-08-27T07:07:43Z", + "updated_at": "2015-08-27T07:07:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-ruby-3.0.0-alpha-4.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/822313", + "id": 822313, + "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMjMxMw==", + "name": "protoc-3.0.0-beta-1-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 1071236, + "download_count": 3447, + "created_at": "2015-08-27T17:36:25Z", + "updated_at": "2015-08-27T17:36:28Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protoc-3.0.0-beta-1-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-1", + "body": "# Version 3.0.0-beta-1\n\n## Supported languages\n- C++/Java/Python/Ruby/Nano/Objective-C/C#\n\n## About Beta\n- This is the first beta release of protobuf v3.0.0. Not all languages\n have reached beta stage. Languages not marked as beta are still in\n alpha (i.e., be prepared for API breaking changes).\n\n## General\n- Proto3 JSON is supported in several languages (fully supported in C++\n and Java, partially supported in Ruby/C#). The JSON spec is defined in\n the proto3 language guide:\n \n https://developers.google.com/protocol-buffers/docs/proto3#json\n \n We will publish a more detailed spec to define the exact behavior of\n proto3-conformant JSON serializers and parsers. Until then, do not rely\n on specific behaviors of the implementation if it’s not documented in\n the above spec. More specifically, the behavior is not yet finalized for\n the following:\n - Parsing invalid JSON input (e.g., input with trailing commas).\n - Non-camelCase names in JSON input.\n - The same field appears multiple times in JSON input.\n - JSON arrays contain “null” values.\n - The message has unknown fields.\n- Proto3 now enforces strict UTF-8 checking. Parsing will fail if a string\n field contains non UTF-8 data.\n\n## C++ (Beta)\n- Introduced new utility functions/classes in the google/protobuf/util\n directory:\n - MessageDifferencer: compare two proto messages and report their\n differences.\n - JsonUtil: support converting protobuf binary format to/from JSON.\n - TimeUtil: utility functions to work with well-known types Timestamp\n and Duration.\n - FieldMaskUtil: utility functions to work with FieldMask.\n- Performance optimization of arena construction and destruction.\n- Bug fixes for arena and maps support.\n- Changed to use cmake for Windows Visual Studio builds.\n- Added Bazel support.\n\n## Java (Beta)\n- Introduced a new util package that will be distributed as a separate\n artifact in maven. It contains:\n - JsonFormat: convert proto messages to/from JSON.\n - TimeUtil: utility functions to work with Timestamp and Duration.\n - FieldMaskUtil: utility functions to work with FieldMask.\n- The static PARSER in each generated message is deprecated, and it will\n be removed in a future release. A static parser() getter is generated\n for each message type instead.\n- Performance optimizations for String fields serialization.\n- Performance optimizations for Lite runtime on Android:\n - Reduced allocations\n - Reduced method overhead after ProGuarding\n - Reduced code size after ProGuarding\n\n## Python (Alpha)\n- Removed legacy Python 2.5 support.\n- Moved to a single Python 2.x/3.x-compatible codebase, instead of using 2to3.\n- Fixed build/tests on Python 2.6, 2.7, 3.3, and 3.4.\n - Pure-Python works on all four.\n - Python/C++ implementation works on all but 3.4, due to changes in the\n Python/C++ API in 3.4.\n- Some preliminary work has been done to allow for multiple DescriptorPools\n with Python/C++.\n\n## Ruby (Alpha)\n- Many bugfixes:\n - fixed parsing/serialization of bytes, sint, sfixed types\n - other parser bugfixes\n - fixed memory leak affecting Ruby 2.2\n\n## JavaNano (Alpha)\n- JavaNano generated code now will be put in a nano package by default to\n avoid conflicts with Java generated code.\n\n## Objective-C (Alpha)\n- Added non-null markup to ObjC library. Requires SDK 8.4+ to build.\n- Many bugfixes:\n - Removed the class/enum filter.\n - Renamed some internal types to avoid conflicts with the well-known types\n protos.\n - Added missing support for parsing repeated primitive fields in packed or\n unpacked forms.\n - Added *Count for repeated and map<> fields to avoid auto-create when\n checking for them being set.\n\n## C# (Alpha)\n- Namespace changed to Google.Protobuf (and NuGet package will be named\n correspondingly).\n- Target platforms now .NET 4.5 and selected portable subsets only.\n- Removed lite runtime.\n- Reimplementation to use mutable message types.\n- Null references used to represent \"no value\" for message type fields.\n- Proto3 semantics supported; proto2 files are prohibited for C# codegen.\n Most proto3 features supported:\n - JSON formatting (a.k.a. serialization to JSON), including well-known\n types (except for Any).\n - Wrapper types mapped to nullable value types (or string/ByteString\n allowing nullability). JSON parsing is not supported yet.\n - maps\n - oneof\n - enum unknown value preservation\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1331430", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1331430/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/1331430/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-alpha-3", + "id": 1331430, + "node_id": "MDc6UmVsZWFzZTEzMzE0MzA=", + "tag_name": "v3.0.0-alpha-3", + "target_commitish": "3.0.0-alpha-3", + "name": "Protocol Buffers v3.0.0-alpha-3", + "draft": false, + "author": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2015-05-28T21:52:44Z", + "published_at": "2015-05-29T17:43:59Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607114", + "id": 607114, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExNA==", + "name": "protobuf-cpp-3.0.0-alpha-3.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2663408, + "download_count": 4105, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-cpp-3.0.0-alpha-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607112", + "id": 607112, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExMg==", + "name": "protobuf-cpp-3.0.0-alpha-3.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3404082, + "download_count": 3149, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-cpp-3.0.0-alpha-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607109", + "id": 607109, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzEwOQ==", + "name": "protobuf-csharp-3.0.0-alpha-3.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 3703019, + "download_count": 678, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-csharp-3.0.0-alpha-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607113", + "id": 607113, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExMw==", + "name": "protobuf-csharp-3.0.0-alpha-3.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 4688302, + "download_count": 1075, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-csharp-3.0.0-alpha-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607111", + "id": 607111, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExMQ==", + "name": "protobuf-java-3.0.0-alpha-3.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2976571, + "download_count": 1122, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-java-3.0.0-alpha-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607110", + "id": 607110, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExMA==", + "name": "protobuf-java-3.0.0-alpha-3.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3893606, + "download_count": 1703, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-java-3.0.0-alpha-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607115", + "id": 607115, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExNQ==", + "name": "protobuf-javanano-3.0.0-alpha-3.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2731791, + "download_count": 318, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-javanano-3.0.0-alpha-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607117", + "id": 607117, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExNw==", + "name": "protobuf-javanano-3.0.0-alpha-3.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3515888, + "download_count": 435, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-javanano-3.0.0-alpha-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607118", + "id": 607118, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExOA==", + "name": "protobuf-objectivec-3.0.0-alpha-3.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 3051861, + "download_count": 393, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-objectivec-3.0.0-alpha-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607116", + "id": 607116, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExNg==", + "name": "protobuf-objectivec-3.0.0-alpha-3.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3934883, + "download_count": 463, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:42Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-objectivec-3.0.0-alpha-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607119", + "id": 607119, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExOQ==", + "name": "protobuf-python-3.0.0-alpha-3.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2887753, + "download_count": 2797, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-python-3.0.0-alpha-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607120", + "id": 607120, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzEyMA==", + "name": "protobuf-python-3.0.0-alpha-3.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3721372, + "download_count": 794, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-python-3.0.0-alpha-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607121", + "id": 607121, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzEyMQ==", + "name": "protobuf-ruby-3.0.0-alpha-3.tar.gz", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2902837, + "download_count": 244, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-ruby-3.0.0-alpha-3.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607122", + "id": 607122, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzEyMg==", + "name": "protobuf-ruby-3.0.0-alpha-3.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3688422, + "download_count": 264, + "created_at": "2015-05-28T22:09:39Z", + "updated_at": "2015-05-28T22:09:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-ruby-3.0.0-alpha-3.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/603320", + "id": 603320, + "node_id": "MDEyOlJlbGVhc2VBc3NldDYwMzMyMA==", + "name": "protoc-3.0.0-alpha-3-win32.zip", + "label": null, + "uploader": { + "login": "TeBoring", + "id": 5195749, + "node_id": "MDQ6VXNlcjUxOTU3NDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TeBoring", + "html_url": "https://github.com/TeBoring", + "followers_url": "https://api.github.com/users/TeBoring/followers", + "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", + "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", + "organizations_url": "https://api.github.com/users/TeBoring/orgs", + "repos_url": "https://api.github.com/users/TeBoring/repos", + "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", + "received_events_url": "https://api.github.com/users/TeBoring/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 1018078, + "download_count": 7389, + "created_at": "2015-05-27T05:20:43Z", + "updated_at": "2015-05-27T05:20:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protoc-3.0.0-alpha-3-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-alpha-3", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-alpha-3", + "body": "# Version 3.0.0-alpha-3 (C++/Java/Python/Ruby/JavaNano/Objective-C/C#)\n\n## General\n- Introduced two new language implementations (Objective-C, C#) to proto3.\n- Explicit \"optional\" keyword are disallowed in proto3 syntax, as fields are\n optional by default.\n- Group fields are no longer supported in proto3 syntax.\n- Changed repeated primitive fields to use packed serialization by default in\n proto3 (implemented for C++, Java, Python in this release). The user can\n still disable packed serialization by setting packed to false for now.\n- Added well-known type protos (any.proto, empty.proto, timestamp.proto,\n duration.proto, etc.). Users can import and use these protos just like\n regular proto files. Addtional runtime support will be added for them in\n future releases (in the form of utility helper functions, or having them\n replaced by language specific types in generated code).\n- Added a \"reserved\" keyword in both proto2 and proto3 syntax. User can use\n this keyword to declare reserved field numbers and names to prevent them\n from being reused by other fields in the same message.\n \n To reserve field numbers, add a reserved declaration in your message:\n \n ```\n message TestMessage {\n reserved 2, 15, 9 to 11, 3;\n }\n ```\n \n This reserves field numbers 2, 3, 9, 10, 11 and 15. If a user uses any of\n these as field numbers, the protocol buffer compiler will report an error.\n \n Field names can also be reserved:\n \n ```\n message TestMessage {\n reserved \"foo\", \"bar\";\n }\n ```\n- Various bug fixes since 3.0.0-alpha-2\n\n## Objective-C\n- Objective-C includes a code generator and a native objective-c runtime\n library. By adding “--objc_out” to protoc, the code generator will generate\n a header(_.pbobjc.h) and an implementation file(_.pbobjc.m) for each proto\n file.\n \n In this first release, the generated interface provides: enums, messages,\n field support(single, repeated, map, oneof), proto2 and proto3 syntax\n support, parsing and serialization. It’s compatible with ARC and non-ARC\n usage. Besides, user can also access it via the swift bridging header.\n \n See objectivec/README.md for details.\n\n## C#\n- C# protobufs are based on project\n https://github.com/jskeet/protobuf-csharp-port. The original project was\n frozen and all the new development will happen here.\n- Codegen plugin for C# was completely rewritten to C++ and is now an\n intergral part of protoc.\n- Some refactorings and cleanup has been applied to the C# runtime library.\n- Only proto2 is supported in C# at the moment, proto3 support is in\n progress and will likely bring significant breaking changes to the API.\n \n See csharp/README.md for details.\n\n## C++\n- Added runtime support for Any type. To use Any in your proto file, first\n import the definition of Any:\n \n ```\n // foo.proto\n import \"google/protobuf/any.proto\";\n message Foo {\n google.protobuf.Any any_field = 1;\n }\n message Bar {\n int32 value = 1;\n }\n ```\n \n Then in C++ you can access the Any field using PackFrom()/UnpackTo()\n methods:\n \n ```\n Foo foo;\n Bar bar = ...;\n foo.mutable_any_field()->PackFrom(bar);\n ...\n if (foo.any_field().IsType()) {\n foo.any_field().UnpackTo(&bar);\n ...\n }\n ```\n- In text format, entries of a map field will be sorted by key.\n\n## Java\n- Continued optimizations on the lite runtime to improve performance for\n Android.\n\n## Python\n- Added map support.\n - maps now have a dict-like interface (msg.map_field[key] = value)\n - existing code that modifies maps via the repeated field interface\n will need to be updated.\n\n## Ruby\n- Improvements to RepeatedField's emulation of the Ruby Array API.\n- Various speedups and internal cleanups.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1087370", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1087370/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/1087370/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v2.4.1", + "id": 1087370, + "node_id": "MDc6UmVsZWFzZTEwODczNzA=", + "tag_name": "v2.4.1", + "target_commitish": "master", + "name": "Protocol Buffers v2.4.1", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2011-04-30T15:29:10Z", + "published_at": "2015-03-25T00:49:41Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489121", + "id": 489121, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTEyMQ==", + "name": "protobuf-2.4.1.tar.bz2", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-bzip", + "state": "uploaded", + "size": 1440188, + "download_count": 14080, + "created_at": "2015-03-25T00:49:35Z", + "updated_at": "2015-03-25T00:49:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.4.1/protobuf-2.4.1.tar.bz2" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489122", + "id": 489122, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTEyMg==", + "name": "protobuf-2.4.1.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 1935301, + "download_count": 48811, + "created_at": "2015-03-25T00:49:35Z", + "updated_at": "2015-03-25T00:49:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.4.1/protobuf-2.4.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489120", + "id": 489120, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTEyMA==", + "name": "protobuf-2.4.1.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2510666, + "download_count": 8298, + "created_at": "2015-03-25T00:49:35Z", + "updated_at": "2015-03-25T00:49:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.4.1/protobuf-2.4.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489119", + "id": 489119, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTExOQ==", + "name": "protoc-2.4.1-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 642756, + "download_count": 7121, + "created_at": "2015-03-25T00:49:35Z", + "updated_at": "2015-03-25T00:49:36Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.4.1/protoc-2.4.1-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v2.4.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v2.4.1", + "body": "# Version 2.4.1\n\n## C++\n- Fixed the frendship problem for old compilers to make the library now gcc 3\n compatible again.\n- Fixed vcprojects/extract_includes.bat to extract compiler/plugin.h.\n\n## Java\n- Removed usages of JDK 1.6 only features to make the library now JDK 1.5\n compatible again.\n- Fixed a bug about negative enum values.\n- serialVersionUID is now defined in generated messages for java serializing.\n- Fixed protoc to use java.lang.Object, which makes \"Object\" now a valid\n message name again.\n\n## Python\n- Experimental C++ implementation now requires C++ protobuf library installed.\n See the README.txt in the python directory for details.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1087366", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1087366/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/1087366/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v2.5.0", + "id": 1087366, + "node_id": "MDc6UmVsZWFzZTEwODczNjY=", + "tag_name": "v2.5.0", + "target_commitish": "master", + "name": "Protocol Buffers v2.5.0", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2013-02-27T18:49:03Z", + "published_at": "2015-03-25T00:49:00Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489117", + "id": 489117, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTExNw==", + "name": "protobuf-2.5.0.tar.bz2", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-bzip", + "state": "uploaded", + "size": 1866763, + "download_count": 91011, + "created_at": "2015-03-25T00:48:54Z", + "updated_at": "2015-03-25T00:48:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.bz2" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489118", + "id": 489118, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTExOA==", + "name": "protobuf-2.5.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2401901, + "download_count": 360174, + "created_at": "2015-03-25T00:48:54Z", + "updated_at": "2015-03-25T00:48:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489116", + "id": 489116, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTExNg==", + "name": "protobuf-2.5.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3054683, + "download_count": 44623, + "created_at": "2015-03-25T00:48:54Z", + "updated_at": "2015-03-25T00:48:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.5.0/protobuf-2.5.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489115", + "id": 489115, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTExNQ==", + "name": "protoc-2.5.0-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 652943, + "download_count": 43966, + "created_at": "2015-03-25T00:48:54Z", + "updated_at": "2015-03-25T00:48:54Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.5.0/protoc-2.5.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v2.5.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v2.5.0", + "body": "# Version 2.5.0\n\n## General\n- New notion \"import public\" that allows a proto file to forward the content\n it imports to its importers. For example,\n \n ```\n // foo.proto\n import public \"bar.proto\";\n import \"baz.proto\";\n \n // qux.proto\n import \"foo.proto\";\n // Stuff defined in bar.proto may be used in this file, but stuff from\n // baz.proto may NOT be used without importing it explicitly.\n ```\n \n This is useful for moving proto files. To move a proto file, just leave\n a single \"import public\" in the old proto file.\n- New enum option \"allow_alias\" that specifies whether different symbols can\n be assigned the same numeric value. Default value is \"true\". Setting it to\n false causes the compiler to reject enum definitions where multiple symbols\n have the same numeric value.\n Note: We plan to flip the default value to \"false\" in a future release.\n Projects using enum aliases should set the option to \"true\" in their .proto\n files.\n\n## C++\n- New generated method set_allocated_foo(Type\\* foo) for message and string\n fields. This method allows you to set the field to a pre-allocated object\n and the containing message takes the ownership of that object.\n- Added SetAllocatedExtension() and ReleaseExtension() to extensions API.\n- Custom options are now formatted correctly when descriptors are printed in\n text format.\n- Various speed optimizations.\n\n## Java\n- Comments in proto files are now collected and put into generated code as\n comments for corresponding classes and data members.\n- Added Parser to parse directly into messages without a Builder. For\n example,\n \n ```\n Foo foo = Foo.PARSER.ParseFrom(input);\n ```\n \n Using Parser is ~25% faster than using Builder to parse messages.\n- Added getters/setters to access the underlying ByteString of a string field\n directly.\n- ByteString now supports more operations: substring(), prepend(), and\n append(). The implementation of ByteString uses a binary tree structure\n to support these operations efficiently.\n- New method findInitializationErrors() that lists all missing required\n fields.\n- Various code size and speed optimizations.\n\n## Python\n- Added support for dynamic message creation. DescriptorDatabase,\n DescriptorPool, and MessageFactory work like their C++ couterparts to\n simplify Descriptor construction from *DescriptorProtos, and MessageFactory\n provides a message instance from a Descriptor.\n- Added pickle support for protobuf messages.\n- Unknown fields are now preserved after parsing.\n- Fixed bug where custom options were not correctly populated. Custom\n options can be accessed now.\n- Added EnumTypeWrapper that provides better accessibility to enum types.\n- Added ParseMessage(descriptor, bytes) to generate a new Message instance\n from a descriptor and a byte string.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/990087", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/990087/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/990087/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-alpha-2", + "id": 990087, + "node_id": "MDc6UmVsZWFzZTk5MDA4Nw==", + "tag_name": "v3.0.0-alpha-2", + "target_commitish": "v3.0.0-alpha-2", + "name": "Protocol Buffers v3.0.0-alpha-2", + "draft": false, + "author": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2015-02-26T07:47:09Z", + "published_at": "2015-02-26T09:49:02Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441712", + "id": 441712, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcxMg==", + "name": "protobuf-cpp-3.0.0-alpha-2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 2362850, + "download_count": 7565, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-cpp-3.0.0-alpha-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441704", + "id": 441704, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcwNA==", + "name": "protobuf-cpp-3.0.0-alpha-2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2988078, + "download_count": 2242, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:39Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-cpp-3.0.0-alpha-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441713", + "id": 441713, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcxMw==", + "name": "protobuf-java-3.0.0-alpha-2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 2640353, + "download_count": 1009, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:50Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-java-3.0.0-alpha-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441708", + "id": 441708, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcwOA==", + "name": "protobuf-java-3.0.0-alpha-2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3422022, + "download_count": 1654, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:45Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-java-3.0.0-alpha-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441711", + "id": 441711, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcxMQ==", + "name": "protobuf-javanano-3.0.0-alpha-2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 2425950, + "download_count": 387, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:48Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-javanano-3.0.0-alpha-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441707", + "id": 441707, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcwNw==", + "name": "protobuf-javanano-3.0.0-alpha-2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3094916, + "download_count": 564, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:43Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-javanano-3.0.0-alpha-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441710", + "id": 441710, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcxMA==", + "name": "protobuf-python-3.0.0-alpha-2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 2572125, + "download_count": 1249, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-python-3.0.0-alpha-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441705", + "id": 441705, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcwNQ==", + "name": "protobuf-python-3.0.0-alpha-2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3292580, + "download_count": 724, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:40Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-python-3.0.0-alpha-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441709", + "id": 441709, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcwOQ==", + "name": "protobuf-ruby-3.0.0-alpha-2.tar.gz", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 2559247, + "download_count": 306, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:46Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-ruby-3.0.0-alpha-2.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441706", + "id": 441706, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTcwNg==", + "name": "protobuf-ruby-3.0.0-alpha-2.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3200728, + "download_count": 320, + "created_at": "2015-02-26T08:58:36Z", + "updated_at": "2015-02-26T08:58:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protobuf-ruby-3.0.0-alpha-2.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/441770", + "id": 441770, + "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0MTc3MA==", + "name": "protoc-3.0.0-alpha-2-win32.zip", + "label": null, + "uploader": { + "login": "liujisi", + "id": 315593, + "node_id": "MDQ6VXNlcjMxNTU5Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/liujisi", + "html_url": "https://github.com/liujisi", + "followers_url": "https://api.github.com/users/liujisi/followers", + "following_url": "https://api.github.com/users/liujisi/following{/other_user}", + "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", + "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", + "organizations_url": "https://api.github.com/users/liujisi/orgs", + "repos_url": "https://api.github.com/users/liujisi/repos", + "events_url": "https://api.github.com/users/liujisi/events{/privacy}", + "received_events_url": "https://api.github.com/users/liujisi/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 879048, + "download_count": 2079, + "created_at": "2015-02-26T09:48:54Z", + "updated_at": "2015-02-26T09:48:55Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-2/protoc-3.0.0-alpha-2-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-alpha-2", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-alpha-2", + "body": "# Version 3.0.0-alpha-2 (C++/Java/Python/Ruby/JavaNano)\n\n## General\n- Introduced Protocol Buffers language version 3 (aka proto3).\n \n When protobuf was initially opensourced it implemented Protocol Buffers\n language version 2 (aka proto2), which is why the version number\n started from v2.0.0. From v3.0.0, a new language version (proto3) is\n introduced while the old version (proto2) will continue to be supported.\n \n The main intent of introducing proto3 is to clean up protobuf before\n pushing the language as the foundation of Google's new API platform.\n In proto3, the language is simplified, both for ease of use and to\n make it available in a wider range of programming languages. At the\n same time a few features are added to better support common idioms\n found in APIs.\n \n The following are the main new features in language version 3:\n 1. Removal of field presence logic for primitive value fields, removal\n of required fields, and removal of default values. This makes proto3\n significantly easier to implement with open struct representations,\n as in languages like Android Java, Objective C, or Go.\n 2. Removal of unknown fields.\n 3. Removal of extensions, which are instead replaced by a new standard\n type called Any.\n 4. Fix semantics for unknown enum values.\n 5. Addition of maps.\n 6. Addition of a small set of standard types for representation of time,\n dynamic data, etc.\n 7. A well-defined encoding in JSON as an alternative to binary proto\n encoding.\n \n This release (v3.0.0-alpha-2) includes partial proto3 support for C++,\n Java, Python, Ruby and JavaNano. Items 6 (well-known types) and 7\n (JSON format) in the above feature list are not implemented.\n \n A new notion \"syntax\" is introduced to specify whether a .proto file\n uses proto2 or proto3:\n \n ```\n // foo.proto\n syntax = \"proto3\";\n message Bar {...}\n ```\n \n If omitted, the protocol compiler will generate a warning and \"proto2\" will\n be used as the default. This warning will be turned into an error in a\n future release.\n \n We recommend that new Protocol Buffers users use proto3. However, we do not\n generally recommend that existing users migrate from proto2 from proto3 due\n to API incompatibility, and we will continue to support proto2 for a long\n time.\n- Added support for map fields (implemented in proto2 and proto3 C++/Java/JavaNano and proto3 Ruby).\n \n Map fields can be declared using the following syntax:\n \n ```\n message Foo {\n map values = 1;\n }\n ```\n \n Data of a map field will be stored in memory as an unordered map and it\n can be accessed through generated accessors.\n\n## C++\n- Added arena allocation support (for both proto2 and proto3).\n \n Profiling shows memory allocation and deallocation constitutes a significant\n fraction of CPU-time spent in protobuf code and arena allocation is a\n technique introduced to reduce this cost. With arena allocation, new\n objects will be allocated from a large piece of preallocated memory and\n deallocation of these objects is almost free. Early adoption shows 20% to\n 50% improvement in some Google binaries.\n \n To enable arena support, add the following option to your .proto file:\n \n ```\n option cc_enable_arenas = true;\n ```\n \n Protocol compiler will generate additional code to make the generated\n message classes work with arenas. This does not change the existing API\n of protobuf messages and does not affect wire format. Your existing code\n should continue to work after adding this option. In the future we will\n make this option enabled by default.\n \n To actually take advantage of arena allocation, you need to use the arena\n APIs when creating messages. A quick example of using the arena API:\n \n ```\n {\n google::protobuf::Arena arena;\n // Allocate a protobuf message in the arena.\n MyMessage* message = Arena::CreateMessage(&arena);\n // All submessages will be allocated in the same arena.\n if (!message->ParseFromString(data)) {\n // Deal with malformed input data.\n }\n // Must not delete the message here. It will be deleted automatically\n // when the arena is destroyed.\n }\n ```\n \n Currently arena does not work with map fields. Enabling arena in a .proto\n file containing map fields will result in compile errors in the generated\n code. This will be addressed in a future release.\n\n## Python\n- Python has received several updates, most notably support for proto3\n semantics in any .proto file that declares syntax=\"proto3\".\n Messages declared in proto3 files no longer represent field presence\n for scalar fields (number, enums, booleans, or strings). You can\n no longer call HasField() for such fields, and they are serialized\n based on whether they have a non-zero/empty/false value.\n- One other notable change is in the C++-accelerated implementation.\n Descriptor objects (which describe the protobuf schema and allow\n reflection over it) are no longer duplicated between the Python\n and C++ layers. The Python descriptors are now simple wrappers\n around the C++ descriptors. This change should significantly\n reduce the memory usage of programs that use a lot of message\n types.\n\n## Ruby\n- We have added proto3 support for Ruby via a native C extension.\n \n The Ruby extension itself is included in the ruby/ directory, and details on\n building and installing the extension are in ruby/README.md. The extension\n will also be published as a Ruby gem. Code generator support is included as\n part of `protoc` with the `--ruby_out` flag.\n \n The Ruby extension implements a user-friendly DSL to define message types\n (also generated by the code generator from `.proto` files). Once a message\n type is defined, the user may create instances of the message that behave in\n ways idiomatic to Ruby. For example:\n - Message fields are present as ordinary Ruby properties (getter method\n `foo` and setter method `foo=`).\n - Repeated field elements are stored in a container that acts like a native\n Ruby array, and map elements are stored in a container that acts like a\n native Ruby hashmap.\n - The usual well-known methods, such as `#to_s`, `#dup`, and the like, are\n present.\n \n Unlike several existing third-party Ruby extensions for protobuf, this\n extension is built on a \"strongly-typed\" philosophy: message fields and\n array/map containers will throw exceptions eagerly when values of the\n incorrect type are inserted.\n \n See ruby/README.md for details.\n\n## JavaNano\n- JavaNano is a special code generator and runtime library designed especially\n for resource-restricted systems, like Android. It is very resource-friendly\n in both the amount of code and the runtime overhead. Here is an an overview\n of JavaNano features compared with the official Java protobuf:\n - No descriptors or message builders.\n - All messages are mutable; fields are public Java fields.\n - For optional fields only, encapsulation behind setter/getter/hazzer/\n clearer functions is opt-in, which provide proper 'has' state support.\n - For proto2, if not opted in, has state (field presence) is not available.\n Serialization outputs all fields not equal to their defaults.\n The behavior is consistent with proto3 semantics.\n - Required fields (proto2 only) are always serialized.\n - Enum constants are integers; protection against invalid values only\n when parsing from the wire.\n - Enum constants can be generated into container interfaces bearing\n the enum's name (so the referencing code is in Java style).\n - CodedInputByteBufferNano can only take byte[](not InputStream).\n - Similarly CodedOutputByteBufferNano can only write to byte[].\n - Repeated fields are in arrays, not ArrayList or Vector. Null array\n elements are allowed and silently ignored.\n - Full support for serializing/deserializing repeated packed fields.\n - Support extensions (in proto2).\n - Unset messages/groups are null, not an immutable empty default\n instance.\n - toByteArray(...) and mergeFrom(...) are now static functions of\n MessageNano.\n - The 'bytes' type translates to the Java type byte[].\n \n See javanano/README.txt for details.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/754174", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/754174/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/754174/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-alpha-1", + "id": 754174, + "node_id": "MDc6UmVsZWFzZTc1NDE3NA==", + "tag_name": "v3.0.0-alpha-1", + "target_commitish": "master", + "name": "Protocol Buffers v3.0.0-alpha-1", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2014-12-11T02:38:19Z", + "published_at": "2014-12-11T02:39:57Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/337956", + "id": 337956, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMzNzk1Ng==", + "name": "protobuf-cpp-3.0.0-alpha-1.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2374822, + "download_count": 3019, + "created_at": "2014-12-10T01:50:14Z", + "updated_at": "2014-12-10T01:50:14Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-1/protobuf-cpp-3.0.0-alpha-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/337957", + "id": 337957, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMzNzk1Nw==", + "name": "protobuf-cpp-3.0.0-alpha-1.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 2953365, + "download_count": 1750, + "created_at": "2014-12-10T01:50:19Z", + "updated_at": "2014-12-10T01:50:20Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-1/protobuf-cpp-3.0.0-alpha-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/337958", + "id": 337958, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMzNzk1OA==", + "name": "protobuf-java-3.0.0-alpha-1.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2661209, + "download_count": 1029, + "created_at": "2014-12-10T01:50:24Z", + "updated_at": "2014-12-10T01:50:24Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-1/protobuf-java-3.0.0-alpha-1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/337959", + "id": 337959, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMzNzk1OQ==", + "name": "protobuf-java-3.0.0-alpha-1.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3387051, + "download_count": 1357, + "created_at": "2014-12-10T01:50:27Z", + "updated_at": "2014-12-10T01:50:27Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-1/protobuf-java-3.0.0-alpha-1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/339500", + "id": 339500, + "node_id": "MDEyOlJlbGVhc2VBc3NldDMzOTUwMA==", + "name": "protoc-3.0.0-alpha-1-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 827722, + "download_count": 2209, + "created_at": "2014-12-11T02:20:15Z", + "updated_at": "2014-12-11T02:20:17Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-1/protoc-3.0.0-alpha-1-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-alpha-1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-alpha-1", + "body": "# Version 3.0.0-alpha-1 (C++/Java)\n\n## General\n- Introduced Protocol Buffers language version 3 (aka proto3).\n \n When protobuf was initially opensourced it implemented Protocol Buffers\n language version 2 (aka proto2), which is why the version number\n started from v2.0.0. From v3.0.0, a new language version (proto3) is\n introduced while the old version (proto2) will continue to be supported.\n \n The main intent of introducing proto3 is to clean up protobuf before\n pushing the language as the foundation of Google's new API platform.\n In proto3, the language is simplified, both for ease of use and to\n make it available in a wider range of programming languages. At the\n same time a few features are added to better support common idioms\n found in APIs.\n \n The following are the main new features in language version 3:\n 1. Removal of field presence logic for primitive value fields, removal\n of required fields, and removal of default values. This makes proto3\n significantly easier to implement with open struct representations,\n as in languages like Android Java, Objective C, or Go.\n 2. Removal of unknown fields.\n 3. Removal of extensions, which are instead replaced by a new standard\n type called Any.\n 4. Fix semantics for unknown enum values.\n 5. Addition of maps.\n 6. Addition of a small set of standard types for representation of time,\n dynamic data, etc.\n 7. A well-defined encoding in JSON as an alternative to binary proto\n encoding.\n \n This release (v3.0.0-alpha-1) includes partial proto3 support for C++ and\n Java. Items 6 (well-known types) and 7 (JSON format) in the above feature\n list are not impelmented.\n \n A new notion \"syntax\" is introduced to specify whether a .proto file\n uses proto2 or proto3:\n \n ```\n // foo.proto\n syntax = \"proto3\";\n message Bar {...}\n ```\n \n If omitted, the protocol compiler will generate a warning and \"proto2\" will\n be used as the default. This warning will be turned into an error in a\n future release.\n \n We recommend that new Protocol Buffers users use proto3. However, we do not\n generally recommend that existing users migrate from proto2 from proto3 due\n to API incompatibility, and we will continue to support proto2 for a long\n time.\n- Added support for map fields (implemented in C++/Java for both proto2 and\n proto3).\n \n Map fields can be declared using the following syntax:\n \n ```\n message Foo {\n map values = 1;\n }\n ```\n \n Data of a map field will be stored in memory as an unordered map and it\n can be accessed through generated accessors.\n\n## C++\n- Added arena allocation support (for both proto2 and proto3).\n \n Profiling shows memory allocation and deallocation constitutes a significant\n fraction of CPU-time spent in protobuf code and arena allocation is a\n technique introduced to reduce this cost. With arena allocation, new\n objects will be allocated from a large piece of preallocated memory and\n deallocation of these objects is almost free. Early adoption shows 20% to\n 50% improvement in some Google binaries.\n \n To enable arena support, add the following option to your .proto file:\n \n ```\n option cc_enable_arenas = true;\n ```\n \n Protocol compiler will generate additional code to make the generated\n message classes work with arenas. This does not change the existing API\n of protobuf messages and does not affect wire format. Your existing code\n should continue to work after adding this option. In the future we will\n make this option enabled by default.\n \n To actually take advantage of arena allocation, you need to use the arena\n APIs when creating messages. A quick example of using the arena API:\n \n ```\n {\n google::protobuf::Arena arena;\n // Allocate a protobuf message in the arena.\n MyMessage* message = Arena::CreateMessage(&arena);\n // All submessages will be allocated in the same arena.\n if (!message->ParseFromString(data)) {\n // Deal with malformed input data.\n }\n // Must not delete the message here. It will be deleted automatically\n // when the arena is destroyed.\n }\n ```\n \n Currently arena does not work with map fields. Enabling arena in a .proto\n file containing map fields will result in compile errors in the generated\n code. This will be addressed in a future release.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/635755", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/635755/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/635755/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v2.6.1", + "id": 635755, + "node_id": "MDc6UmVsZWFzZTYzNTc1NQ==", + "tag_name": "v2.6.1", + "target_commitish": "2.6.1", + "name": "Protocol Buffers v2.6.1", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2014-10-21T00:06:06Z", + "published_at": "2014-10-21T23:20:16Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/278849", + "id": 278849, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI3ODg0OQ==", + "name": "protobuf-2.6.1.tar.bz2", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-bzip", + "state": "uploaded", + "size": 2021416, + "download_count": 388867, + "created_at": "2014-10-22T20:21:40Z", + "updated_at": "2014-10-22T20:21:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/278850", + "id": 278850, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI3ODg1MA==", + "name": "protobuf-2.6.1.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/gzip", + "state": "uploaded", + "size": 2641426, + "download_count": 665884, + "created_at": "2014-10-22T20:21:43Z", + "updated_at": "2014-10-22T20:21:44Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/278851", + "id": 278851, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI3ODg1MQ==", + "name": "protobuf-2.6.1.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3340615, + "download_count": 58985, + "created_at": "2014-10-22T20:21:46Z", + "updated_at": "2014-10-22T20:21:47Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.6.1/protobuf-2.6.1.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/277386", + "id": 277386, + "node_id": "MDEyOlJlbGVhc2VBc3NldDI3NzM4Ng==", + "name": "protoc-2.6.1-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-zip-compressed", + "state": "uploaded", + "size": 1264179, + "download_count": 104123, + "created_at": "2014-10-21T23:00:41Z", + "updated_at": "2014-10-21T23:00:41Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.6.1/protoc-2.6.1-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v2.6.1", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v2.6.1", + "body": "# 2014-10-20 version 2.6.1\n\n## C++\n- Added atomicops support for Solaris.\n- Released memory allocated by InitializeDefaultRepeatedFields() and GetEmptyString(). Some memory sanitizers reported them as memory leaks.\n\n## Java\n- Updated DynamicMessage.setField() to handle repeated enum values correctly.\n- Fixed a bug that caused NullPointerException to be thrown when converting manually constructed FileDescriptorProto to FileDescriptor.\n\n## Python\n- Fixed WhichOneof() to work with de-serialized protobuf messages.\n- Fixed a missing file problem of Python C++ implementation.\n" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/519703", + "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/519703/assets", + "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/519703/assets{?name,label}", + "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v2.6.0", + "id": 519703, + "node_id": "MDc6UmVsZWFzZTUxOTcwMw==", + "tag_name": "v2.6.0", + "target_commitish": "a21bf2e6466095c7a2cdb991017da9639cf496e5", + "name": "v2.6.0", + "draft": false, + "author": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2014-08-25T23:26:40Z", + "published_at": "2014-08-28T00:03:20Z", + "assets": [ + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/230269", + "id": 230269, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDI2OQ==", + "name": "protobuf-2.6.0.tar.bz2", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-bzip2", + "state": "uploaded", + "size": 2021255, + "download_count": 16653, + "created_at": "2014-09-05T20:25:46Z", + "updated_at": "2014-09-05T20:25:49Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.6.0/protobuf-2.6.0.tar.bz2" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/230267", + "id": 230267, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDI2Nw==", + "name": "protobuf-2.6.0.tar.gz", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/x-gzip", + "state": "uploaded", + "size": 2609846, + "download_count": 48222, + "created_at": "2014-09-05T20:25:00Z", + "updated_at": "2014-09-05T20:25:01Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.6.0/protobuf-2.6.0.tar.gz" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/230270", + "id": 230270, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDI3MA==", + "name": "protobuf-2.6.0.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 3305551, + "download_count": 10392, + "created_at": "2014-09-05T20:25:56Z", + "updated_at": "2014-09-05T20:25:58Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.6.0/protobuf-2.6.0.zip" + }, + { + "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/230271", + "id": 230271, + "node_id": "MDEyOlJlbGVhc2VBc3NldDIzMDI3MQ==", + "name": "protoc-2.6.0-win32.zip", + "label": null, + "uploader": { + "login": "xfxyjwf", + "id": 8551050, + "node_id": "MDQ6VXNlcjg1NTEwNTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/xfxyjwf", + "html_url": "https://github.com/xfxyjwf", + "followers_url": "https://api.github.com/users/xfxyjwf/followers", + "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", + "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", + "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", + "repos_url": "https://api.github.com/users/xfxyjwf/repos", + "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", + "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 1262254, + "download_count": 8112, + "created_at": "2014-09-05T20:26:04Z", + "updated_at": "2014-09-05T20:26:05Z", + "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.6.0/protoc-2.6.0-win32.zip" + } + ], + "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v2.6.0", + "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v2.6.0", + "body": "# 2014-08-15 version 2.6.0\n\n## General\n- Added oneofs(unions) feature. Fields in the same oneof will share\n memory and at most one field can be set at the same time. Use the\n oneof keyword to define a oneof like:\n \n ```\n message SampleMessage {\n oneof test_oneof {\n string name = 4;\n YourMessage sub_message = 9;\n }\n }\n ```\n- Files, services, enums, messages, methods and enum values can be marked\n as deprecated now.\n- Added Support for list values, including lists of mesaages, when\n parsing text-formatted protos in C++ and Java.\n \n ```\n For example: foo: [1, 2, 3]\n ```\n\n## C++\n- Enhanced customization on TestFormat printing.\n- Added SwapFields() in reflection API to swap a subset of fields.\n Added SetAllocatedMessage() in reflection API.\n- Repeated primitive extensions are now packable. The\n [packed=true] option only affects serializers. Therefore, it is\n possible to switch a repeated extension field to packed format\n without breaking backwards-compatibility.\n- Various speed optimizations.\n\n## Java\n- writeTo() method in ByteString can now write a substring to an\n output stream. Added endWith() method for ByteString.\n- ByteString and ByteBuffer are now supported in CodedInputStream\n and CodedOutputStream.\n- java_generate_equals_and_hash can now be used with the LITE_RUNTIME.\n\n## Python\n- A new C++-backed extension module (aka \"cpp api v2\") that replaces the\n old (\"cpp api v1\") one. Much faster than the pure Python code. This one\n resolves many bugs and is recommended for general use over the\n pure Python when possible.\n- Descriptors now have enum_types_by_name and extension_types_by_name dict\n attributes.\n- Support for Python 3.\n" + } + ] \ No newline at end of file diff --git a/__tests__/testdata/releases-3.json b/__tests__/testdata/releases-3.json new file mode 100644 index 00000000..1610ea14 --- /dev/null +++ b/__tests__/testdata/releases-3.json @@ -0,0 +1,3 @@ +[ + +] \ No newline at end of file diff --git a/__tests__/testdata/releases.json b/__tests__/testdata/releases.json deleted file mode 100644 index b58b5b71..00000000 --- a/__tests__/testdata/releases.json +++ /dev/null @@ -1,20907 +0,0 @@ -[ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/19119210", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/19119210/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/19119210/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.1", - "id": 19119210, - "node_id": "MDc6UmVsZWFzZTE5MTE5MjEw", - "tag_name": "v3.9.1", - "target_commitish": "master", - "name": "Protocol Buffers v3.9.1", - "draft": false, - "author": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-08-05T17:07:28Z", - "published_at": "2019-08-06T21:06:53Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229770", - "id": 14229770, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzcw", - "name": "protobuf-all-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7183726, - "download_count": 13131, - "created_at": "2019-08-06T21:03:16Z", - "updated_at": "2019-08-06T21:03:17Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-all-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229771", - "id": 14229771, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzcx", - "name": "protobuf-all-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 9288679, - "download_count": 5517, - "created_at": "2019-08-06T21:03:16Z", - "updated_at": "2019-08-06T21:03:18Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-all-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229772", - "id": 14229772, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzcy", - "name": "protobuf-cpp-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4556914, - "download_count": 2766, - "created_at": "2019-08-06T21:03:16Z", - "updated_at": "2019-08-06T21:03:19Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-cpp-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229773", - "id": 14229773, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzcz", - "name": "protobuf-cpp-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5555328, - "download_count": 2440, - "created_at": "2019-08-06T21:03:17Z", - "updated_at": "2019-08-06T21:03:19Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-cpp-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229774", - "id": 14229774, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc0", - "name": "protobuf-csharp-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5004619, - "download_count": 178, - "created_at": "2019-08-06T21:03:17Z", - "updated_at": "2019-08-06T21:03:20Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-csharp-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229775", - "id": 14229775, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc1", - "name": "protobuf-csharp-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6187725, - "download_count": 1015, - "created_at": "2019-08-06T21:03:17Z", - "updated_at": "2019-08-06T21:03:20Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-csharp-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229776", - "id": 14229776, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc2", - "name": "protobuf-java-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5218824, - "download_count": 800, - "created_at": "2019-08-06T21:03:17Z", - "updated_at": "2019-08-06T21:03:20Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-java-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229777", - "id": 14229777, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc3", - "name": "protobuf-java-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6558019, - "download_count": 2073, - "created_at": "2019-08-06T21:03:17Z", - "updated_at": "2019-08-06T21:03:20Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-java-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229778", - "id": 14229778, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc4", - "name": "protobuf-js-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4715546, - "download_count": 195, - "created_at": "2019-08-06T21:03:17Z", - "updated_at": "2019-08-06T21:03:21Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-js-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229779", - "id": 14229779, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzc5", - "name": "protobuf-js-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5823537, - "download_count": 462, - "created_at": "2019-08-06T21:03:18Z", - "updated_at": "2019-08-06T21:03:21Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-js-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229780", - "id": 14229780, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzgw", - "name": "protobuf-objectivec-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4936578, - "download_count": 83, - "created_at": "2019-08-06T21:03:18Z", - "updated_at": "2019-08-06T21:03:21Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-objectivec-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229781", - "id": 14229781, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzgx", - "name": "protobuf-objectivec-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6112218, - "download_count": 142, - "created_at": "2019-08-06T21:03:18Z", - "updated_at": "2019-08-06T21:03:21Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-objectivec-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229782", - "id": 14229782, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzgy", - "name": "protobuf-php-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4899475, - "download_count": 186, - "created_at": "2019-08-06T21:03:18Z", - "updated_at": "2019-08-06T21:03:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-php-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229783", - "id": 14229783, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzgz", - "name": "protobuf-php-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6019360, - "download_count": 211, - "created_at": "2019-08-06T21:03:18Z", - "updated_at": "2019-08-06T21:03:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-php-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229784", - "id": 14229784, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg0", - "name": "protobuf-python-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4874011, - "download_count": 1070, - "created_at": "2019-08-06T21:03:18Z", - "updated_at": "2019-08-06T21:03:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-python-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229785", - "id": 14229785, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg1", - "name": "protobuf-python-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5988045, - "download_count": 1845, - "created_at": "2019-08-06T21:03:19Z", - "updated_at": "2019-08-06T21:03:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-python-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229786", - "id": 14229786, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg2", - "name": "protobuf-ruby-3.9.1.tar.gz", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4877570, - "download_count": 55, - "created_at": "2019-08-06T21:03:19Z", - "updated_at": "2019-08-06T21:03:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-ruby-3.9.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229787", - "id": 14229787, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg3", - "name": "protobuf-ruby-3.9.1.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5931743, - "download_count": 49, - "created_at": "2019-08-06T21:03:19Z", - "updated_at": "2019-08-06T21:03:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protobuf-ruby-3.9.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229788", - "id": 14229788, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg4", - "name": "protoc-3.9.1-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1443660, - "download_count": 498, - "created_at": "2019-08-06T21:03:19Z", - "updated_at": "2019-08-06T21:03:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229789", - "id": 14229789, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzg5", - "name": "protoc-3.9.1-linux-ppcle_64.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1594993, - "download_count": 89, - "created_at": "2019-08-06T21:03:19Z", - "updated_at": "2019-08-06T21:03:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229790", - "id": 14229790, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzkw", - "name": "protoc-3.9.1-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1499627, - "download_count": 365, - "created_at": "2019-08-06T21:03:19Z", - "updated_at": "2019-08-06T21:03:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229791", - "id": 14229791, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzkx", - "name": "protoc-3.9.1-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1556019, - "download_count": 17701, - "created_at": "2019-08-06T21:03:20Z", - "updated_at": "2019-08-06T21:03:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229792", - "id": 14229792, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzky", - "name": "protoc-3.9.1-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2899777, - "download_count": 173, - "created_at": "2019-08-06T21:03:20Z", - "updated_at": "2019-08-06T21:03:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229793", - "id": 14229793, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzkz", - "name": "protoc-3.9.1-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2862481, - "download_count": 4618, - "created_at": "2019-08-06T21:03:20Z", - "updated_at": "2019-08-06T21:03:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229794", - "id": 14229794, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzk0", - "name": "protoc-3.9.1-win32.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1092745, - "download_count": 2393, - "created_at": "2019-08-06T21:03:20Z", - "updated_at": "2019-08-06T21:03:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/14229795", - "id": 14229795, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0MjI5Nzk1", - "name": "protoc-3.9.1-win64.zip", - "label": null, - "uploader": { - "login": "anandolee", - "id": 11618033, - "node_id": "MDQ6VXNlcjExNjE4MDMz", - "avatar_url": "https://avatars0.githubusercontent.com/u/11618033?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/anandolee", - "html_url": "https://github.com/anandolee", - "followers_url": "https://api.github.com/users/anandolee/followers", - "following_url": "https://api.github.com/users/anandolee/following{/other_user}", - "gists_url": "https://api.github.com/users/anandolee/gists{/gist_id}", - "starred_url": "https://api.github.com/users/anandolee/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/anandolee/subscriptions", - "organizations_url": "https://api.github.com/users/anandolee/orgs", - "repos_url": "https://api.github.com/users/anandolee/repos", - "events_url": "https://api.github.com/users/anandolee/events{/privacy}", - "received_events_url": "https://api.github.com/users/anandolee/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1420840, - "download_count": 11402, - "created_at": "2019-08-06T21:03:20Z", - "updated_at": "2019-08-06T21:03:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.9.1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.9.1", - "body": " ## Python\r\n * Drop building wheel for python 3.4 (#6406)\r\n\r\n ## Csharp\r\n * Fix binary compatibility in 3.9.0 (delisted) FieldCodec factory methods (#6380)" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/18583977", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/18583977/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/18583977/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.0", - "id": 18583977, - "node_id": "MDc6UmVsZWFzZTE4NTgzOTc3", - "tag_name": "v3.9.0", - "target_commitish": "3.9.x", - "name": "Protocol Buffers v3.9.0", - "draft": false, - "author": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-07-11T14:52:05Z", - "published_at": "2019-07-12T16:32:02Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682279", - "id": 13682279, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjc5", - "name": "protobuf-all-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7162423, - "download_count": 8914, - "created_at": "2019-07-12T16:31:40Z", - "updated_at": "2019-07-12T16:31:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-all-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682280", - "id": 13682280, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjgw", - "name": "protobuf-all-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 9279841, - "download_count": 3849, - "created_at": "2019-07-12T16:31:40Z", - "updated_at": "2019-07-12T16:31:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-all-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682281", - "id": 13682281, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjgx", - "name": "protobuf-cpp-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4537469, - "download_count": 3663, - "created_at": "2019-07-12T16:31:40Z", - "updated_at": "2019-07-12T16:31:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-cpp-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682282", - "id": 13682282, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjgy", - "name": "protobuf-cpp-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5546900, - "download_count": 2559, - "created_at": "2019-07-12T16:31:40Z", - "updated_at": "2019-07-12T16:31:42Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-cpp-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682283", - "id": 13682283, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjgz", - "name": "protobuf-csharp-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4982916, - "download_count": 134, - "created_at": "2019-07-12T16:31:40Z", - "updated_at": "2019-07-12T16:31:42Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-csharp-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682284", - "id": 13682284, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg0", - "name": "protobuf-csharp-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6178952, - "download_count": 751, - "created_at": "2019-07-12T16:31:41Z", - "updated_at": "2019-07-12T16:31:42Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-csharp-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682285", - "id": 13682285, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg1", - "name": "protobuf-java-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5196096, - "download_count": 585, - "created_at": "2019-07-12T16:31:41Z", - "updated_at": "2019-07-12T16:31:43Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-java-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682286", - "id": 13682286, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg2", - "name": "protobuf-java-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6549546, - "download_count": 1564, - "created_at": "2019-07-12T16:31:41Z", - "updated_at": "2019-07-12T16:31:43Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-java-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682287", - "id": 13682287, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg3", - "name": "protobuf-js-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4697125, - "download_count": 156, - "created_at": "2019-07-12T16:31:41Z", - "updated_at": "2019-07-12T16:31:43Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-js-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682288", - "id": 13682288, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg4", - "name": "protobuf-js-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5815108, - "download_count": 388, - "created_at": "2019-07-12T16:31:41Z", - "updated_at": "2019-07-12T16:31:43Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-js-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682289", - "id": 13682289, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjg5", - "name": "protobuf-objectivec-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4918859, - "download_count": 85, - "created_at": "2019-07-12T16:31:42Z", - "updated_at": "2019-07-12T16:31:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-objectivec-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682290", - "id": 13682290, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjkw", - "name": "protobuf-objectivec-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6103787, - "download_count": 150, - "created_at": "2019-07-12T16:31:42Z", - "updated_at": "2019-07-12T16:31:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-objectivec-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682291", - "id": 13682291, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjkx", - "name": "protobuf-php-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4880754, - "download_count": 148, - "created_at": "2019-07-12T16:31:42Z", - "updated_at": "2019-07-12T16:31:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-php-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682292", - "id": 13682292, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjky", - "name": "protobuf-php-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6010915, - "download_count": 185, - "created_at": "2019-07-12T16:31:42Z", - "updated_at": "2019-07-12T16:31:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-php-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682293", - "id": 13682293, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjkz", - "name": "protobuf-python-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4854771, - "download_count": 1005, - "created_at": "2019-07-12T16:31:42Z", - "updated_at": "2019-07-12T16:31:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-python-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682294", - "id": 13682294, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk0", - "name": "protobuf-python-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5979617, - "download_count": 1665, - "created_at": "2019-07-12T16:31:42Z", - "updated_at": "2019-07-12T16:31:45Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-python-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682295", - "id": 13682295, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk1", - "name": "protobuf-ruby-3.9.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4857657, - "download_count": 43, - "created_at": "2019-07-12T16:31:42Z", - "updated_at": "2019-07-12T16:31:45Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-ruby-3.9.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682296", - "id": 13682296, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk2", - "name": "protobuf-ruby-3.9.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5923316, - "download_count": 54, - "created_at": "2019-07-12T16:31:43Z", - "updated_at": "2019-07-12T16:31:45Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protobuf-ruby-3.9.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682297", - "id": 13682297, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk3", - "name": "protoc-3.9.0-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1443659, - "download_count": 391, - "created_at": "2019-07-12T16:31:43Z", - "updated_at": "2019-07-12T16:31:45Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682298", - "id": 13682298, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk4", - "name": "protoc-3.9.0-linux-ppcle_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1594998, - "download_count": 73, - "created_at": "2019-07-12T16:31:43Z", - "updated_at": "2019-07-12T16:31:45Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682299", - "id": 13682299, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMjk5", - "name": "protoc-3.9.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1499621, - "download_count": 194, - "created_at": "2019-07-12T16:31:43Z", - "updated_at": "2019-07-12T16:31:46Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682300", - "id": 13682300, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzAw", - "name": "protoc-3.9.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1556016, - "download_count": 21638, - "created_at": "2019-07-12T16:31:43Z", - "updated_at": "2019-07-12T16:31:46Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682301", - "id": 13682301, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzAx", - "name": "protoc-3.9.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2899837, - "download_count": 142, - "created_at": "2019-07-12T16:31:43Z", - "updated_at": "2019-07-12T16:31:46Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682302", - "id": 13682302, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzAy", - "name": "protoc-3.9.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2862670, - "download_count": 3557, - "created_at": "2019-07-12T16:31:44Z", - "updated_at": "2019-07-12T16:31:46Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682303", - "id": 13682303, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzAz", - "name": "protoc-3.9.0-win32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1092789, - "download_count": 1844, - "created_at": "2019-07-12T16:31:44Z", - "updated_at": "2019-07-12T16:31:46Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13682304", - "id": 13682304, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNjgyMzA0", - "name": "protoc-3.9.0-win64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1420565, - "download_count": 9253, - "created_at": "2019-07-12T16:31:44Z", - "updated_at": "2019-07-12T16:31:47Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0/protoc-3.9.0-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.9.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.9.0", - "body": "## C++\r\n * Optimize and simplify implementation of RepeatedPtrFieldBase\r\n * Don't create unnecessary unknown field sets.\r\n * Remove branch from accessors to repeated field element array.\r\n * Added delimited parse and serialize util.\r\n * Reduce size by not emitting constants for fieldnumbers\r\n * Fix a bug when comparing finite and infinite field values with explicit tolerances.\r\n * TextFormat::Parser should use a custom Finder to look up extensions by number if one is provided.\r\n * Add MessageLite::Utf8DebugString() to make MessageLite more compatible with Message.\r\n * Fail fast for better performance in DescriptorPool::FindExtensionByNumber() if descriptor has no defined extensions.\r\n * Adding the file name to help debug colliding extensions\r\n * Added FieldDescriptor::PrintableNameForExtension() and DescriptorPool::FindExtensionByPrintableName().\r\n The latter will replace Reflection::FindKnownExtensionByName().\r\n * Replace NULL with nullptr\r\n * Created a new Add method in repeated field that allows adding a range of elements all at once.\r\n * Enabled enum name-to-value mapping functions for C++ lite\r\n * Avoid dynamic initialization in descriptor.proto generated code\r\n * Move stream functions to MessageLite from Message.\r\n * Move all zero_copy_stream functionality to io_lite.\r\n * Do not create array of matched fields for simple repeated fields\r\n * Enabling silent mode by default to reduce make compilation noise. (#6237)\r\n\r\n ## Java\r\n * Expose TextFormat.Printer and make it configurable. Deprecate the static methods.\r\n * Library for constructing google.protobuf.Struct and google.protobuf.Value\r\n * Make OneofDescriptor extend GenericDescriptor.\r\n * Expose streamingness of service methods from MethodDescriptor.\r\n * Fix a bug where TextFormat fails to parse Any filed with > 1 embedded message sub-fields.\r\n * Establish consistent JsonFormat behavior for nulls in oneofs, regardless of order.\r\n * Update GSON version to 3.8.5. (#6268)\r\n * Add `protobuf_java_lite` Bazel target. (#6177)\r\n\r\n## Python\r\n * Change implementation of Name() for enums that allow aliases in proto2 in Python\r\n to be in line with claims in C++ implementation (to return first value).\r\n * Explicitly say what field cannot be set when the new value fails a type check.\r\n * Duplicate register in descriptor pool will raise errors\r\n * Add __slots__ to all well_known_types classes, custom attributes are not allowed anymore.\r\n * text_format only present 8 valid digits for float fields by default\r\n\r\n## JavaScript\r\n * Add Oneof enum to the list of goog.provide\r\n\r\n## PHP\r\n * Rename get/setXXXValue to get/setXXXWrapper. (#6295)\r\n\r\n## Ruby\r\n * Remove to_hash methods. (#6166)\r\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/18246008", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/18246008/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/18246008/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.0-rc1", - "id": 18246008, - "node_id": "MDc6UmVsZWFzZTE4MjQ2MDA4", - "tag_name": "v3.9.0-rc1", - "target_commitish": "3.9.x", - "name": "Protocol Buffers v3.9.0-rc1", - "draft": false, - "author": null, - "prerelease": true, - "created_at": "2019-06-24T17:15:24Z", - "published_at": "2019-06-26T18:29:50Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416067", - "id": 13416067, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY3", - "name": "protobuf-all-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7170139, - "download_count": 606, - "created_at": "2019-06-26T18:29:17Z", - "updated_at": "2019-06-26T18:29:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-all-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416068", - "id": 13416068, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY4", - "name": "protobuf-all-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 9302592, - "download_count": 611, - "created_at": "2019-06-26T18:29:17Z", - "updated_at": "2019-06-26T18:29:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-all-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416050", - "id": 13416050, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDUw", - "name": "protobuf-cpp-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4548408, - "download_count": 122, - "created_at": "2019-06-26T18:29:14Z", - "updated_at": "2019-06-26T18:29:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-cpp-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416059", - "id": 13416059, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU5", - "name": "protobuf-cpp-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5556802, - "download_count": 159, - "created_at": "2019-06-26T18:29:15Z", - "updated_at": "2019-06-26T18:29:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-cpp-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416056", - "id": 13416056, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU2", - "name": "protobuf-csharp-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4993113, - "download_count": 42, - "created_at": "2019-06-26T18:29:15Z", - "updated_at": "2019-06-26T18:29:28Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-csharp-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416065", - "id": 13416065, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY1", - "name": "protobuf-csharp-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6190806, - "download_count": 105, - "created_at": "2019-06-26T18:29:16Z", - "updated_at": "2019-06-26T18:29:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-csharp-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416057", - "id": 13416057, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU3", - "name": "protobuf-java-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5208194, - "download_count": 58, - "created_at": "2019-06-26T18:29:15Z", - "updated_at": "2019-06-26T18:29:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-java-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416066", - "id": 13416066, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY2", - "name": "protobuf-java-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6562708, - "download_count": 136, - "created_at": "2019-06-26T18:29:16Z", - "updated_at": "2019-06-26T18:29:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-java-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416051", - "id": 13416051, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDUx", - "name": "protobuf-js-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4710118, - "download_count": 26, - "created_at": "2019-06-26T18:29:14Z", - "updated_at": "2019-06-26T18:29:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-js-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416060", - "id": 13416060, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDYw", - "name": "protobuf-js-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5826204, - "download_count": 53, - "created_at": "2019-06-26T18:29:15Z", - "updated_at": "2019-06-26T18:29:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-js-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416055", - "id": 13416055, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU1", - "name": "protobuf-objectivec-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4926229, - "download_count": 26, - "created_at": "2019-06-26T18:29:15Z", - "updated_at": "2019-06-26T18:29:28Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-objectivec-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416064", - "id": 13416064, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDY0", - "name": "protobuf-objectivec-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6115995, - "download_count": 40, - "created_at": "2019-06-26T18:29:16Z", - "updated_at": "2019-06-26T18:29:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-objectivec-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416054", - "id": 13416054, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDU0", - "name": "protobuf-php-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4891988, - "download_count": 16, - "created_at": "2019-06-26T18:29:14Z", - "updated_at": "2019-06-26T18:29:28Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-php-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416063", - "id": 13416063, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDYz", - "name": "protobuf-php-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6022899, - "download_count": 41, - "created_at": "2019-06-26T18:29:16Z", - "updated_at": "2019-06-26T18:29:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-php-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416052", - "id": 13416052, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDUy", - "name": "protobuf-python-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4866964, - "download_count": 69, - "created_at": "2019-06-26T18:29:14Z", - "updated_at": "2019-06-26T18:29:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-python-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416062", - "id": 13416062, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDYy", - "name": "protobuf-python-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5990691, - "download_count": 134, - "created_at": "2019-06-26T18:29:16Z", - "updated_at": "2019-06-26T18:29:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-python-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416053", - "id": 13416053, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDUz", - "name": "protobuf-ruby-3.9.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4868972, - "download_count": 14, - "created_at": "2019-06-26T18:29:14Z", - "updated_at": "2019-06-26T18:29:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-ruby-3.9.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416061", - "id": 13416061, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDYx", - "name": "protobuf-ruby-3.9.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5934101, - "download_count": 25, - "created_at": "2019-06-26T18:29:16Z", - "updated_at": "2019-06-26T18:29:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protobuf-ruby-3.9.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416044", - "id": 13416044, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ0", - "name": "protoc-3.9.0-rc-1-linux-aarch_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1443658, - "download_count": 45, - "created_at": "2019-06-26T18:29:12Z", - "updated_at": "2019-06-26T18:29:20Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416047", - "id": 13416047, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ3", - "name": "protoc-3.9.0-rc-1-linux-ppcle_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1594999, - "download_count": 17, - "created_at": "2019-06-26T18:29:13Z", - "updated_at": "2019-06-26T18:29:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416045", - "id": 13416045, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ1", - "name": "protoc-3.9.0-rc-1-linux-x86_32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1499616, - "download_count": 20, - "created_at": "2019-06-26T18:29:13Z", - "updated_at": "2019-06-26T18:29:21Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416046", - "id": 13416046, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ2", - "name": "protoc-3.9.0-rc-1-linux-x86_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1556017, - "download_count": 764, - "created_at": "2019-06-26T18:29:13Z", - "updated_at": "2019-06-26T18:29:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416049", - "id": 13416049, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ5", - "name": "protoc-3.9.0-rc-1-osx-x86_32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 2899822, - "download_count": 31, - "created_at": "2019-06-26T18:29:13Z", - "updated_at": "2019-06-26T18:29:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416048", - "id": 13416048, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQ4", - "name": "protoc-3.9.0-rc-1-osx-x86_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 2862659, - "download_count": 312, - "created_at": "2019-06-26T18:29:13Z", - "updated_at": "2019-06-26T18:29:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416042", - "id": 13416042, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQy", - "name": "protoc-3.9.0-rc-1-win32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1092761, - "download_count": 204, - "created_at": "2019-06-26T18:29:12Z", - "updated_at": "2019-06-26T18:29:16Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/13416043", - "id": 13416043, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzNDE2MDQz", - "name": "protoc-3.9.0-rc-1-win64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1420565, - "download_count": 1094, - "created_at": "2019-06-26T18:29:12Z", - "updated_at": "2019-06-26T18:29:18Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.0-rc1/protoc-3.9.0-rc-1-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.9.0-rc1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.9.0-rc1", - "body": "" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/17642177", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/17642177/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/17642177/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.8.0", - "id": 17642177, - "node_id": "MDc6UmVsZWFzZTE3NjQyMTc3", - "tag_name": "v3.8.0", - "target_commitish": "3.8.x", - "name": "Protocol Buffers v3.8.0", - "draft": false, - "author": null, - "prerelease": false, - "created_at": "2019-05-24T18:06:49Z", - "published_at": "2019-05-28T23:00:19Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915687", - "id": 12915687, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg3", - "name": "protobuf-all-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7151747, - "download_count": 59795, - "created_at": "2019-05-28T22:58:50Z", - "updated_at": "2019-05-28T22:58:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-all-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915688", - "id": 12915688, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg4", - "name": "protobuf-all-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 9245466, - "download_count": 6652, - "created_at": "2019-05-28T22:58:50Z", - "updated_at": "2019-05-28T22:58:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-all-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915670", - "id": 12915670, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njcw", - "name": "protobuf-cpp-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4545607, - "download_count": 9077, - "created_at": "2019-05-28T22:58:47Z", - "updated_at": "2019-05-28T22:58:49Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-cpp-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915678", - "id": 12915678, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc4", - "name": "protobuf-cpp-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5541252, - "download_count": 4240, - "created_at": "2019-05-28T22:58:49Z", - "updated_at": "2019-05-28T22:58:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-cpp-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915676", - "id": 12915676, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc2", - "name": "protobuf-csharp-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4981309, - "download_count": 242, - "created_at": "2019-05-28T22:58:48Z", - "updated_at": "2019-05-28T22:58:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-csharp-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915685", - "id": 12915685, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg1", - "name": "protobuf-csharp-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6153232, - "download_count": 1283, - "created_at": "2019-05-28T22:58:50Z", - "updated_at": "2019-05-28T22:58:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-csharp-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915677", - "id": 12915677, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc3", - "name": "protobuf-java-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5199874, - "download_count": 1022, - "created_at": "2019-05-28T22:58:49Z", - "updated_at": "2019-05-28T22:58:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-java-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915686", - "id": 12915686, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg2", - "name": "protobuf-java-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6536661, - "download_count": 2703, - "created_at": "2019-05-28T22:58:50Z", - "updated_at": "2019-05-28T22:58:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-java-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915671", - "id": 12915671, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njcx", - "name": "protobuf-js-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4707973, - "download_count": 213, - "created_at": "2019-05-28T22:58:48Z", - "updated_at": "2019-05-28T22:58:49Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-js-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915680", - "id": 12915680, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njgw", - "name": "protobuf-js-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5809582, - "download_count": 637, - "created_at": "2019-05-28T22:58:49Z", - "updated_at": "2019-05-28T22:58:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-js-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915675", - "id": 12915675, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc1", - "name": "protobuf-objectivec-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4923056, - "download_count": 103, - "created_at": "2019-05-28T22:58:48Z", - "updated_at": "2019-05-28T22:58:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-objectivec-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915684", - "id": 12915684, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njg0", - "name": "protobuf-objectivec-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6098090, - "download_count": 233, - "created_at": "2019-05-28T22:58:50Z", - "updated_at": "2019-05-28T22:58:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-objectivec-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915674", - "id": 12915674, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njc0", - "name": "protobuf-php-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4888538, - "download_count": 267, - "created_at": "2019-05-28T22:58:48Z", - "updated_at": "2019-05-28T22:58:49Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-php-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915683", - "id": 12915683, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njgz", - "name": "protobuf-php-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6005181, - "download_count": 304, - "created_at": "2019-05-28T22:58:50Z", - "updated_at": "2019-05-28T22:58:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-php-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915672", - "id": 12915672, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njcy", - "name": "protobuf-python-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4861658, - "download_count": 1755, - "created_at": "2019-05-28T22:58:48Z", - "updated_at": "2019-05-28T22:58:49Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-python-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915682", - "id": 12915682, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njgy", - "name": "protobuf-python-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5972687, - "download_count": 2848, - "created_at": "2019-05-28T22:58:49Z", - "updated_at": "2019-05-28T22:58:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-python-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915673", - "id": 12915673, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njcz", - "name": "protobuf-ruby-3.8.0.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4864895, - "download_count": 70, - "created_at": "2019-05-28T22:58:48Z", - "updated_at": "2019-05-28T22:58:49Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-ruby-3.8.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915681", - "id": 12915681, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1Njgx", - "name": "protobuf-ruby-3.8.0.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5917545, - "download_count": 79, - "created_at": "2019-05-28T22:58:49Z", - "updated_at": "2019-05-28T22:58:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protobuf-ruby-3.8.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915664", - "id": 12915664, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY0", - "name": "protoc-3.8.0-linux-aarch_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1439040, - "download_count": 574, - "created_at": "2019-05-28T22:58:46Z", - "updated_at": "2019-05-28T22:58:47Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915667", - "id": 12915667, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY3", - "name": "protoc-3.8.0-linux-ppcle_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1589281, - "download_count": 202, - "created_at": "2019-05-28T22:58:47Z", - "updated_at": "2019-05-28T22:58:48Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915665", - "id": 12915665, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY1", - "name": "protoc-3.8.0-linux-x86_32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1492432, - "download_count": 335, - "created_at": "2019-05-28T22:58:47Z", - "updated_at": "2019-05-28T22:58:48Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915666", - "id": 12915666, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY2", - "name": "protoc-3.8.0-linux-x86_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1549882, - "download_count": 114941, - "created_at": "2019-05-28T22:58:47Z", - "updated_at": "2019-05-28T22:58:48Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915669", - "id": 12915669, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY5", - "name": "protoc-3.8.0-osx-x86_32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 2893556, - "download_count": 218, - "created_at": "2019-05-28T22:58:47Z", - "updated_at": "2019-05-28T22:58:48Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915668", - "id": 12915668, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjY4", - "name": "protoc-3.8.0-osx-x86_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 2861189, - "download_count": 19585, - "created_at": "2019-05-28T22:58:47Z", - "updated_at": "2019-05-28T22:58:48Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915662", - "id": 12915662, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjYy", - "name": "protoc-3.8.0-win32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1099081, - "download_count": 9825, - "created_at": "2019-05-28T22:58:46Z", - "updated_at": "2019-05-28T22:58:47Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12915663", - "id": 12915663, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyOTE1NjYz", - "name": "protoc-3.8.0-win64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1426373, - "download_count": 15708, - "created_at": "2019-05-28T22:58:46Z", - "updated_at": "2019-05-28T22:58:47Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.8.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.8.0", - "body": "## C++\r\n * Use std::atomic in case of myriad2 platform\r\n * Always declare enums to be int-sized\r\n * Added DebugString() and ShortDebugString() methods on MessageLite\r\n * Specialized different parse loop control flows\r\n * Make hasbits potentially in register. The or's start forming an obstacle because it's a read modify store on the same mem address on each iteration.\r\n * Move to an internal MACRO for parser validity checks.\r\n * Improve map parsing performance.\r\n * Make MergePartialFromCodedStream non virtual. This allows direct calls, potential inlining and is also a code health improvement\r\n * Add an overall limit to parse_context to prevent reading past it. This allows to remove a annoying level of indirection.\r\n * Fix a mistake, we shouldn't verify map key/value strings for utf8 in opt mode for proto2.\r\n * Further improvements to cut binary size.\r\n * Prepare to make MergePartialFromCodedStream non-virtual.\r\n * A report on some interesting behavior change in python (caused by b/27494216) made me realize there is a check that needs to be done in case the parse ended on a end group tag.\r\n * Add a note of caution to the comments around skip in CodedOutputStream.\r\n * Simplify end check.\r\n * Add overload for ParseMessage for MessageLite/Message types. If the explicit type is not known inlining won't help de-virtualizing the virtual call.\r\n * Reduce linker input. It turns out that ParseMessage is not inlined, producing template instantiations that are used only once and save nothing but cost more.\r\n * Improve the parser.\r\n * [c++17] Changed proto2::RepeatedPtrField iterators to no longer derive from the deprecated std::iterator class.\r\n * Change the default value of case_insensitive_enum_parsing to false for JsonStringToMessage.\r\n * Add a warning if a field name doesn't match the style guide.\r\n * Fix TextFormat not round-trip correctly when float value is max float.\r\n * Added locationed info for some errors at compiler\r\n * Python reserved keywords are now working with getattr()/setattr() for most descriptors.\r\n * Added AllowUnknownField() in text_format\r\n * Append '_' to C++ reserved keywords for message, enum, extension\r\n * Fix MSVC warning C4244 in protobuf's parse_context.h.\r\n * Updating Iterators to be compatible with C++17 in MSVC.\r\n * Use capability annotation in mutex.h\r\n * Fix \"UndefinedBehaviorSanitizer: cfi-bad-type\"\r\n * CriticalSectionLock class as a lightweight replacement for std::mutex on Windows platforms.\r\n * Removed vestigial wire_format_lite_inl.h\r\n\r\n## C#\r\n * Added System.Memory dependency.\r\n\r\n## Java\r\n * Make Java protoc code generator ignore optimize_for LITE_RUNTIME. Users should instead use the Java lite protoc plugin.\r\n * Change Extension getMessageDefaultInstance() to return Message instead of MessageLite.\r\n * Prevent malicious input streams from leaking buffers for ByteString or ByteBuffer parsing.\r\n * Release new Javalite runtime.\r\n * Show warning in case potential file name conflict.\r\n * Allow Java reserved keywords to be used in extensions.\r\n * Added setAllowUnknownFields() in text format\r\n * Add memoization to ExtensionRegistryLite.getEmptyRegistry()\r\n * Improve performance of CodedOutputStream.writeUInt32NoTag\r\n * Add an optimized mismatch-finding algorithm to UnsafeUtil.\r\n * When serializing uint32 varints, check that we have MAX_VARINT32_SIZE bytes left, not just MAX_VARINT_SIZE.\r\n * Minor optimization to RopeByteString.PieceIterator\r\n\r\n## JavaScript\r\n * Simplify generated toObject code when the default value is used.\r\n\r\n## Python\r\n * Changes implementation of Name() for enums that allow aliases in proto2 in Python to be in line with claims in C++ implementation (to return first value).\r\n * Added double_format option in text format printer.\r\n * Added iter and __contains__ to extension dict\r\n * Added allow_unknown_field option in python text format parser\r\n * Fixed Timestamp.ToDatetime() loses precision issue\r\n * Support unknown field in text format printer.\r\n * Float field will be convert to inf if bigger than struct.unpack('f', b'\\xff\\xff\\x7f\\x7f')[0] which is about 3.4028234664e+38,\r\n convert to -inf if smaller than -3.4028234664e+38\r\n * Allowed casting str->bytes in Message.__setstate__\r\n\r\n## Ruby\r\n * Helper methods to get enum name for Ruby." - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/17092386", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/17092386/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/17092386/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.8.0-rc1", - "id": 17092386, - "node_id": "MDc6UmVsZWFzZTE3MDkyMzg2", - "tag_name": "v3.8.0-rc1", - "target_commitish": "3.8.x", - "name": "Protocol Buffers v3.8.0-rc1", - "draft": false, - "author": null, - "prerelease": true, - "created_at": "2019-04-30T17:10:28Z", - "published_at": "2019-05-01T17:24:11Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336833", - "id": 12336833, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODMz", - "name": "protobuf-all-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7151107, - "download_count": 1289, - "created_at": "2019-05-01T17:23:35Z", - "updated_at": "2019-05-01T17:23:45Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-all-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336834", - "id": 12336834, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODM0", - "name": "protobuf-all-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 9266615, - "download_count": 1071, - "created_at": "2019-05-01T17:23:35Z", - "updated_at": "2019-05-01T17:23:45Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-all-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336804", - "id": 12336804, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODA0", - "name": "protobuf-cpp-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4545471, - "download_count": 240, - "created_at": "2019-05-01T17:23:32Z", - "updated_at": "2019-05-01T17:23:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-cpp-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336818", - "id": 12336818, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODE4", - "name": "protobuf-cpp-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5550867, - "download_count": 354, - "created_at": "2019-05-01T17:23:34Z", - "updated_at": "2019-05-01T17:23:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-cpp-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336813", - "id": 12336813, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODEz", - "name": "protobuf-csharp-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4981335, - "download_count": 63, - "created_at": "2019-05-01T17:23:33Z", - "updated_at": "2019-05-01T17:23:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-csharp-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336830", - "id": 12336830, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODMw", - "name": "protobuf-csharp-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6164705, - "download_count": 168, - "created_at": "2019-05-01T17:23:35Z", - "updated_at": "2019-05-01T17:23:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-csharp-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336816", - "id": 12336816, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODE2", - "name": "protobuf-java-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5200991, - "download_count": 159, - "created_at": "2019-05-01T17:23:34Z", - "updated_at": "2019-05-01T17:23:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-java-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336832", - "id": 12336832, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODMy", - "name": "protobuf-java-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6549487, - "download_count": 280, - "created_at": "2019-05-01T17:23:35Z", - "updated_at": "2019-05-01T17:23:45Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-java-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336805", - "id": 12336805, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODA1", - "name": "protobuf-js-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4707570, - "download_count": 49, - "created_at": "2019-05-01T17:23:33Z", - "updated_at": "2019-05-01T17:23:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-js-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336820", - "id": 12336820, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODIw", - "name": "protobuf-js-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5820379, - "download_count": 128, - "created_at": "2019-05-01T17:23:34Z", - "updated_at": "2019-05-01T17:23:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-js-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336812", - "id": 12336812, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODEy", - "name": "protobuf-objectivec-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4922833, - "download_count": 41, - "created_at": "2019-05-01T17:23:33Z", - "updated_at": "2019-05-01T17:23:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-objectivec-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336828", - "id": 12336828, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODI4", - "name": "protobuf-objectivec-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6110012, - "download_count": 44, - "created_at": "2019-05-01T17:23:35Z", - "updated_at": "2019-05-01T17:23:42Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-objectivec-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336811", - "id": 12336811, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODEx", - "name": "protobuf-php-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4888536, - "download_count": 47, - "created_at": "2019-05-01T17:23:33Z", - "updated_at": "2019-05-01T17:23:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-php-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336826", - "id": 12336826, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODI2", - "name": "protobuf-php-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 6016172, - "download_count": 67, - "created_at": "2019-05-01T17:23:34Z", - "updated_at": "2019-05-01T17:23:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-php-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336808", - "id": 12336808, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODA4", - "name": "protobuf-python-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4861606, - "download_count": 218, - "created_at": "2019-05-01T17:23:33Z", - "updated_at": "2019-05-01T17:23:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-python-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336824", - "id": 12336824, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODI0", - "name": "protobuf-python-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5983474, - "download_count": 444, - "created_at": "2019-05-01T17:23:34Z", - "updated_at": "2019-05-01T17:23:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-python-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336810", - "id": 12336810, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODEw", - "name": "protobuf-ruby-3.8.0-rc-1.tar.gz", - "label": null, - "uploader": null, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4864372, - "download_count": 28, - "created_at": "2019-05-01T17:23:33Z", - "updated_at": "2019-05-01T17:23:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-ruby-3.8.0-rc-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12336822", - "id": 12336822, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzM2ODIy", - "name": "protobuf-ruby-3.8.0-rc-1.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 5927588, - "download_count": 27, - "created_at": "2019-05-01T17:23:34Z", - "updated_at": "2019-05-01T17:23:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protobuf-ruby-3.8.0-rc-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373067", - "id": 12373067, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDY3", - "name": "protoc-3.8.0-rc-1-linux-aarch_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1435866, - "download_count": 78, - "created_at": "2019-05-03T17:36:07Z", - "updated_at": "2019-05-03T17:36:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373068", - "id": 12373068, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDY4", - "name": "protoc-3.8.0-rc-1-linux-ppcle_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1587682, - "download_count": 28, - "created_at": "2019-05-03T17:36:07Z", - "updated_at": "2019-05-03T17:36:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373069", - "id": 12373069, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDY5", - "name": "protoc-3.8.0-rc-1-linux-x86_32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1490570, - "download_count": 38, - "created_at": "2019-05-03T17:36:07Z", - "updated_at": "2019-05-03T17:36:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373070", - "id": 12373070, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDcw", - "name": "protoc-3.8.0-rc-1-linux-x86_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1547835, - "download_count": 3495, - "created_at": "2019-05-03T17:36:08Z", - "updated_at": "2019-05-03T17:36:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373071", - "id": 12373071, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDcx", - "name": "protoc-3.8.0-rc-1-osx-x86_32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 2889532, - "download_count": 42, - "created_at": "2019-05-03T17:36:08Z", - "updated_at": "2019-05-03T17:36:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373072", - "id": 12373072, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDcy", - "name": "protoc-3.8.0-rc-1-osx-x86_64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 2857686, - "download_count": 630, - "created_at": "2019-05-03T17:36:08Z", - "updated_at": "2019-05-03T17:36:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373073", - "id": 12373073, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDcz", - "name": "protoc-3.8.0-rc-1-win32.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1096082, - "download_count": 313, - "created_at": "2019-05-03T17:36:08Z", - "updated_at": "2019-05-03T17:36:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/12373074", - "id": 12373074, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMzczMDc0", - "name": "protoc-3.8.0-rc-1-win64.zip", - "label": null, - "uploader": null, - "content_type": "application/zip", - "state": "uploaded", - "size": 1424892, - "download_count": 1794, - "created_at": "2019-05-03T17:36:08Z", - "updated_at": "2019-05-03T17:36:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0-rc1/protoc-3.8.0-rc-1-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.8.0-rc1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.8.0-rc1", - "body": "## C++\r\n * Use std::atomic in case of myriad2 platform\r\n * Always declare enums to be int-sized\r\n * Added DebugString() and ShortDebugString() methods on MessageLite\r\n * Specialized different parse loop control flows\r\n * Make hasbits potentially in register. The or's start forming an obstacle because it's a read modify store on the same mem address on each iteration.\r\n * Move to an internal MACRO for parser validity checks.\r\n * Improve map parsing performance.\r\n * Make MergePartialFromCodedStream non virtual. This allows direct calls, potential inlining and is also a code health improvement\r\n * Add an overall limit to parse_context to prevent reading past it. This allows to remove a annoying level of indirection.\r\n * Fix a mistake, we shouldn't verify map key/value strings for utf8 in opt mode for proto2.\r\n * Further improvements to cut binary size.\r\n * Prepare to make MergePartialFromCodedStream non-virtual.\r\n * A report on some interesting behavior change in python (caused by b/27494216) made me realize there is a check that needs to be done in case the parse ended on a end group tag.\r\n * Add a note of caution to the comments around skip in CodedOutputStream.\r\n * Simplify end check.\r\n * Add overload for ParseMessage for MessageLite/Message types. If the explicit type is not known inlining won't help de-virtualizing the virtual call.\r\n * Reduce linker input. It turns out that ParseMessage is not inlined, producing template instantiations that are used only once and save nothing but cost more.\r\n * Improve the parser.\r\n * [c++17] Changed proto2::RepeatedPtrField iterators to no longer derive from the deprecated std::iterator class.\r\n * Change the default value of case_insensitive_enum_parsing to false for JsonStringToMessage.\r\n * Add a warning if a field name doesn't match the style guide.\r\n * Fix TextFormat not round-trip correctly when float value is max float.\r\n * Added locationed info for some errors at compiler\r\n * Python reserved keywords are now working with getattr()/setattr() for most descriptors.\r\n * Added AllowUnknownField() in text_format\r\n * Append '_' to C++ reserved keywords for message, enum, extension\r\n * Fix MSVC warning C4244 in protobuf's parse_context.h.\r\n * Updating Iterators to be compatible with C++17 in MSVC.\r\n * Use capability annotation in mutex.h\r\n * Fix \"UndefinedBehaviorSanitizer: cfi-bad-type\"\r\n * CriticalSectionLock class as a lightweight replacement for std::mutex on Windows platforms.\r\n * Removed vestigial wire_format_lite_inl.h\r\n\r\n## C#\r\n * Added System.Memory dependency.\r\n\r\n## Java\r\n * Make Java protoc code generator ignore optimize_for LITE_RUNTIME. Users should instead use the Java lite protoc plugin.\r\n * Change Extension getMessageDefaultInstance() to return Message instead of MessageLite.\r\n * Prevent malicious input streams from leaking buffers for ByteString or ByteBuffer parsing.\r\n * Release new Javalite runtime.\r\n * Show warning in case potential file name conflict.\r\n * Allow Java reserved keywords to be used in extensions.\r\n * Added setAllowUnknownFields() in text format\r\n * Add memoization to ExtensionRegistryLite.getEmptyRegistry()\r\n * Improve performance of CodedOutputStream.writeUInt32NoTag\r\n * Add an optimized mismatch-finding algorithm to UnsafeUtil.\r\n * When serializing uint32 varints, check that we have MAX_VARINT32_SIZE bytes left, not just MAX_VARINT_SIZE.\r\n * Minor optimization to RopeByteString.PieceIterator\r\n\r\n## JavaScript\r\n * Simplify generated toObject code when the default value is used.\r\n\r\n## Python\r\n * Changes implementation of Name() for enums that allow aliases in proto2 in Python to be in line with claims in C++ implementation (to return first value).\r\n * Added double_format option in text format printer.\r\n * Added iter and __contains__ to extension dict\r\n * Added allow_unknown_field option in python text format parser\r\n * Fixed Timestamp.ToDatetime() loses precision issue\r\n * Support unknown field in text format printer.\r\n * Float field will be convert to inf if bigger than struct.unpack('f', b'\\xff\\xff\\x7f\\x7f')[0] which is about 3.4028234664e+38,\r\n convert to -inf if smaller than -3.4028234664e+38\r\n * Allowed casting str->bytes in Message.__setstate__\r\n\r\n## Ruby\r\n * Helper methods to get enum name for Ruby." - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/16360088", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/16360088/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/16360088/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.1", - "id": 16360088, - "node_id": "MDc6UmVsZWFzZTE2MzYwMDg4", - "tag_name": "v3.7.1", - "target_commitish": "3.7.x", - "name": "Protocol Buffers v3.7.1", - "draft": false, - "author": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-03-26T16:30:12Z", - "published_at": "2019-03-26T16:40:34Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759566", - "id": 11759566, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTY2", - "name": "protobuf-all-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7018070, - "download_count": 74679, - "created_at": "2019-03-27T17:36:55Z", - "updated_at": "2019-03-27T17:36:57Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-all-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759567", - "id": 11759567, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTY3", - "name": "protobuf-all-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8985859, - "download_count": 7840, - "created_at": "2019-03-27T17:36:55Z", - "updated_at": "2019-03-27T17:36:57Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-all-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759568", - "id": 11759568, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTY4", - "name": "protobuf-cpp-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4554569, - "download_count": 23187, - "created_at": "2019-03-27T17:36:56Z", - "updated_at": "2019-03-27T17:36:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-cpp-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759569", - "id": 11759569, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTY5", - "name": "protobuf-cpp-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5540852, - "download_count": 4658, - "created_at": "2019-03-27T17:36:56Z", - "updated_at": "2019-03-27T17:36:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-cpp-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759570", - "id": 11759570, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTcw", - "name": "protobuf-csharp-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4975598, - "download_count": 341, - "created_at": "2019-03-27T17:36:56Z", - "updated_at": "2019-03-27T17:36:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-csharp-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759571", - "id": 11759571, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTcx", - "name": "protobuf-csharp-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6134194, - "download_count": 1834, - "created_at": "2019-03-27T17:36:56Z", - "updated_at": "2019-03-27T17:36:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-csharp-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759572", - "id": 11759572, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTcy", - "name": "protobuf-java-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5036793, - "download_count": 1416, - "created_at": "2019-03-27T17:36:56Z", - "updated_at": "2019-03-27T17:36:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-java-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759573", - "id": 11759573, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTcz", - "name": "protobuf-java-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6256175, - "download_count": 3749, - "created_at": "2019-03-27T17:36:56Z", - "updated_at": "2019-03-27T17:36:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-java-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759574", - "id": 11759574, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc0", - "name": "protobuf-js-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4714126, - "download_count": 287, - "created_at": "2019-03-27T17:36:57Z", - "updated_at": "2019-03-27T17:36:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-js-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759575", - "id": 11759575, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc1", - "name": "protobuf-js-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5808427, - "download_count": 725, - "created_at": "2019-03-27T17:36:57Z", - "updated_at": "2019-03-27T17:37:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-js-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759576", - "id": 11759576, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc2", - "name": "protobuf-objectivec-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4931515, - "download_count": 156, - "created_at": "2019-03-27T17:36:57Z", - "updated_at": "2019-03-27T17:37:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-objectivec-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759577", - "id": 11759577, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc3", - "name": "protobuf-objectivec-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6097730, - "download_count": 305, - "created_at": "2019-03-27T17:36:57Z", - "updated_at": "2019-03-27T17:37:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-objectivec-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759578", - "id": 11759578, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc4", - "name": "protobuf-php-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4942632, - "download_count": 308, - "created_at": "2019-03-27T17:36:57Z", - "updated_at": "2019-03-27T17:37:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-php-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759579", - "id": 11759579, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTc5", - "name": "protobuf-php-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6053988, - "download_count": 376, - "created_at": "2019-03-27T17:36:57Z", - "updated_at": "2019-03-27T17:37:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-php-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759580", - "id": 11759580, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTgw", - "name": "protobuf-python-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4869789, - "download_count": 2976, - "created_at": "2019-03-27T17:36:57Z", - "updated_at": "2019-03-27T17:37:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-python-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759581", - "id": 11759581, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTgx", - "name": "protobuf-python-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5967559, - "download_count": 3484, - "created_at": "2019-03-27T17:36:58Z", - "updated_at": "2019-03-27T17:37:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-python-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759582", - "id": 11759582, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTgy", - "name": "protobuf-ruby-3.7.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4872450, - "download_count": 97, - "created_at": "2019-03-27T17:36:58Z", - "updated_at": "2019-03-27T17:37:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-ruby-3.7.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11759583", - "id": 11759583, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzU5NTgz", - "name": "protobuf-ruby-3.7.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5912898, - "download_count": 120, - "created_at": "2019-03-27T17:36:58Z", - "updated_at": "2019-03-27T17:37:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-ruby-3.7.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763702", - "id": 11763702, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzAy", - "name": "protoc-3.7.1-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1420854, - "download_count": 1408, - "created_at": "2019-03-27T22:11:57Z", - "updated_at": "2019-03-27T22:11:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763703", - "id": 11763703, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzAz", - "name": "protoc-3.7.1-linux-ppcle_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1568760, - "download_count": 500, - "created_at": "2019-03-27T22:11:57Z", - "updated_at": "2019-03-27T22:11:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763704", - "id": 11763704, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA0", - "name": "protoc-3.7.1-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1473386, - "download_count": 389, - "created_at": "2019-03-27T22:11:57Z", - "updated_at": "2019-03-27T22:11:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763705", - "id": 11763705, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA1", - "name": "protoc-3.7.1-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1529306, - "download_count": 257331, - "created_at": "2019-03-27T22:11:57Z", - "updated_at": "2019-03-27T22:11:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763706", - "id": 11763706, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA2", - "name": "protoc-3.7.1-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2844672, - "download_count": 234, - "created_at": "2019-03-27T22:11:57Z", - "updated_at": "2019-03-27T22:11:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763707", - "id": 11763707, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA3", - "name": "protoc-3.7.1-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2806619, - "download_count": 12273, - "created_at": "2019-03-27T22:11:58Z", - "updated_at": "2019-03-27T22:11:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763708", - "id": 11763708, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA4", - "name": "protoc-3.7.1-win32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1091216, - "download_count": 4208, - "created_at": "2019-03-27T22:11:58Z", - "updated_at": "2019-03-27T22:12:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11763709", - "id": 11763709, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNzYzNzA5", - "name": "protoc-3.7.1-win64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1413094, - "download_count": 20044, - "created_at": "2019-03-27T22:11:58Z", - "updated_at": "2019-03-27T22:12:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.1", - "body": "## C++\r\n * Avoid linking against libatomic in prebuilt protoc binaries (#5875)\r\n * Avoid marking generated C++ messages as final, though we will do this in a future release (#5928)\r\n * Miscellaneous build fixes\r\n\r\n## JavaScript\r\n * Fixed redefinition of global variable f (#5932)\r\n\r\n## Ruby\r\n * Replace strptime with custom implementation (#5906)\r\n * Fixed the bug that bytes fields cannot be larger than 16000 bytes (#5924)\r\n * Miscellaneous bug fixes\r\n\r\n## PHP\r\n * Replace strptime with custom implementation (#5906)\r\n * Fixed the bug that bytes fields cannot be larger than 16000 bytes (#5924)" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15729828", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15729828/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/15729828/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0-rc.3", - "id": 15729828, - "node_id": "MDc6UmVsZWFzZTE1NzI5ODI4", - "tag_name": "v3.7.0-rc.3", - "target_commitish": "3.7.x", - "name": "Protocol Buffers v3.7.0-rc.3", - "draft": false, - "author": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2019-02-22T22:53:16Z", - "published_at": "2019-02-22T23:11:13Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202941", - "id": 11202941, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQx", - "name": "protobuf-all-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7009237, - "download_count": 1019, - "created_at": "2019-02-22T23:07:31Z", - "updated_at": "2019-02-22T23:07:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-all-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202942", - "id": 11202942, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQy", - "name": "protobuf-all-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8996112, - "download_count": 754, - "created_at": "2019-02-22T23:07:31Z", - "updated_at": "2019-02-22T23:07:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-all-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202943", - "id": 11202943, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQz", - "name": "protobuf-cpp-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4555680, - "download_count": 126, - "created_at": "2019-02-22T23:07:31Z", - "updated_at": "2019-02-22T23:07:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-cpp-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202944", - "id": 11202944, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ0", - "name": "protobuf-cpp-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5551338, - "download_count": 250, - "created_at": "2019-02-22T23:07:31Z", - "updated_at": "2019-02-22T23:07:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-cpp-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202945", - "id": 11202945, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ1", - "name": "protobuf-csharp-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4977445, - "download_count": 49, - "created_at": "2019-02-22T23:07:31Z", - "updated_at": "2019-02-22T23:07:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-csharp-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202946", - "id": 11202946, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ2", - "name": "protobuf-csharp-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6146214, - "download_count": 109, - "created_at": "2019-02-22T23:07:32Z", - "updated_at": "2019-02-22T23:07:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-csharp-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202947", - "id": 11202947, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ3", - "name": "protobuf-java-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5037931, - "download_count": 98, - "created_at": "2019-02-22T23:07:32Z", - "updated_at": "2019-02-22T23:07:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-java-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202948", - "id": 11202948, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ4", - "name": "protobuf-java-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6268866, - "download_count": 230, - "created_at": "2019-02-22T23:07:32Z", - "updated_at": "2019-02-22T23:07:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-java-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202949", - "id": 11202949, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTQ5", - "name": "protobuf-js-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4716077, - "download_count": 50, - "created_at": "2019-02-22T23:07:32Z", - "updated_at": "2019-02-22T23:07:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-js-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202950", - "id": 11202950, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTUw", - "name": "protobuf-js-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5820117, - "download_count": 72, - "created_at": "2019-02-22T23:07:32Z", - "updated_at": "2019-02-22T23:07:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-js-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202951", - "id": 11202951, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTUx", - "name": "protobuf-objectivec-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4932912, - "download_count": 34, - "created_at": "2019-02-22T23:07:32Z", - "updated_at": "2019-02-22T23:07:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-objectivec-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202952", - "id": 11202952, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTUy", - "name": "protobuf-objectivec-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6110520, - "download_count": 42, - "created_at": "2019-02-22T23:07:32Z", - "updated_at": "2019-02-22T23:07:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-objectivec-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202953", - "id": 11202953, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTUz", - "name": "protobuf-php-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4941502, - "download_count": 57, - "created_at": "2019-02-22T23:07:33Z", - "updated_at": "2019-02-22T23:07:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-php-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202954", - "id": 11202954, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU0", - "name": "protobuf-php-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6061450, - "download_count": 41, - "created_at": "2019-02-22T23:07:33Z", - "updated_at": "2019-02-22T23:07:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-php-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202955", - "id": 11202955, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU1", - "name": "protobuf-python-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4870869, - "download_count": 148, - "created_at": "2019-02-22T23:07:33Z", - "updated_at": "2019-02-22T23:07:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-python-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202956", - "id": 11202956, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU2", - "name": "protobuf-python-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5979189, - "download_count": 301, - "created_at": "2019-02-22T23:07:33Z", - "updated_at": "2019-02-22T23:07:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-python-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202957", - "id": 11202957, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU3", - "name": "protobuf-ruby-3.7.0-rc-3.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4866769, - "download_count": 34, - "created_at": "2019-02-22T23:07:33Z", - "updated_at": "2019-02-22T23:07:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-ruby-3.7.0-rc-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11202958", - "id": 11202958, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjAyOTU4", - "name": "protobuf-ruby-3.7.0-rc-3.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5917784, - "download_count": 33, - "created_at": "2019-02-22T23:07:33Z", - "updated_at": "2019-02-22T23:07:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protobuf-ruby-3.7.0-rc-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205515", - "id": 11205515, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE1", - "name": "protoc-3.7.0-rc-3-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1421033, - "download_count": 55, - "created_at": "2019-02-23T03:38:13Z", - "updated_at": "2019-02-23T03:38:16Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205516", - "id": 11205516, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE2", - "name": "protoc-3.7.0-rc-3-linux-ppcle_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1568661, - "download_count": 56, - "created_at": "2019-02-23T03:38:13Z", - "updated_at": "2019-02-23T03:38:18Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205517", - "id": 11205517, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE3", - "name": "protoc-3.7.0-rc-3-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1473644, - "download_count": 57, - "created_at": "2019-02-23T03:38:13Z", - "updated_at": "2019-02-23T03:43:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205518", - "id": 11205518, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE4", - "name": "protoc-3.7.0-rc-3-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1529606, - "download_count": 1116, - "created_at": "2019-02-23T03:38:13Z", - "updated_at": "2019-02-23T03:38:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205519", - "id": 11205519, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTE5", - "name": "protoc-3.7.0-rc-3-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2844639, - "download_count": 47, - "created_at": "2019-02-23T03:38:14Z", - "updated_at": "2019-02-23T03:38:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205520", - "id": 11205520, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTIw", - "name": "protoc-3.7.0-rc-3-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2806722, - "download_count": 463, - "created_at": "2019-02-23T03:38:14Z", - "updated_at": "2019-02-23T03:38:28Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205521", - "id": 11205521, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTIx", - "name": "protoc-3.7.0-rc-3-win32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1093901, - "download_count": 395, - "created_at": "2019-02-23T03:38:14Z", - "updated_at": "2019-02-23T03:38:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11205522", - "id": 11205522, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjA1NTIy", - "name": "protoc-3.7.0-rc-3-win64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1415430, - "download_count": 1695, - "created_at": "2019-02-23T03:38:14Z", - "updated_at": "2019-02-23T03:38:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0-rc.3/protoc-3.7.0-rc-3-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.0-rc.3", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.0-rc.3", - "body": "" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15659336", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15659336/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/15659336/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0", - "id": 15659336, - "node_id": "MDc6UmVsZWFzZTE1NjU5MzM2", - "tag_name": "v3.7.0", - "target_commitish": "3.7.x", - "name": "Protocol Buffers v3.7.0", - "draft": false, - "author": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-02-28T20:55:14Z", - "published_at": "2019-02-28T21:33:02Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294890", - "id": 11294890, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODkw", - "name": "protobuf-all-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7005840, - "download_count": 49920, - "created_at": "2019-02-28T21:48:23Z", - "updated_at": "2019-02-28T21:48:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-all-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294892", - "id": 11294892, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODky", - "name": "protobuf-all-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8974388, - "download_count": 4560, - "created_at": "2019-02-28T21:48:23Z", - "updated_at": "2019-02-28T21:48:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-all-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294893", - "id": 11294893, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODkz", - "name": "protobuf-cpp-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4554405, - "download_count": 6106, - "created_at": "2019-02-28T21:48:24Z", - "updated_at": "2019-02-28T21:48:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-cpp-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294894", - "id": 11294894, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk0", - "name": "protobuf-cpp-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5540626, - "download_count": 2440, - "created_at": "2019-02-28T21:48:24Z", - "updated_at": "2019-02-28T21:48:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-cpp-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294895", - "id": 11294895, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk1", - "name": "protobuf-csharp-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4975889, - "download_count": 196, - "created_at": "2019-02-28T21:48:24Z", - "updated_at": "2019-02-28T21:48:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-csharp-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294896", - "id": 11294896, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk2", - "name": "protobuf-csharp-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6133736, - "download_count": 1066, - "created_at": "2019-02-28T21:48:24Z", - "updated_at": "2019-02-28T21:48:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-csharp-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294897", - "id": 11294897, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk3", - "name": "protobuf-java-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5036617, - "download_count": 6641, - "created_at": "2019-02-28T21:48:24Z", - "updated_at": "2019-02-28T21:48:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-java-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294898", - "id": 11294898, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0ODk4", - "name": "protobuf-java-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6255941, - "download_count": 1759, - "created_at": "2019-02-28T21:48:25Z", - "updated_at": "2019-02-28T21:48:28Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-java-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294900", - "id": 11294900, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTAw", - "name": "protobuf-js-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4714958, - "download_count": 170, - "created_at": "2019-02-28T21:48:25Z", - "updated_at": "2019-02-28T21:48:28Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-js-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294901", - "id": 11294901, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTAx", - "name": "protobuf-js-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5808210, - "download_count": 434, - "created_at": "2019-02-28T21:48:25Z", - "updated_at": "2019-02-28T21:48:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-js-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294902", - "id": 11294902, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTAy", - "name": "protobuf-objectivec-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4931402, - "download_count": 121, - "created_at": "2019-02-28T21:48:25Z", - "updated_at": "2019-02-28T21:48:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-objectivec-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294903", - "id": 11294903, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTAz", - "name": "protobuf-objectivec-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6097500, - "download_count": 287, - "created_at": "2019-02-28T21:48:25Z", - "updated_at": "2019-02-28T21:48:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-objectivec-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294904", - "id": 11294904, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA0", - "name": "protobuf-php-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4941097, - "download_count": 245, - "created_at": "2019-02-28T21:48:26Z", - "updated_at": "2019-02-28T21:48:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-php-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294905", - "id": 11294905, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA1", - "name": "protobuf-php-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6049227, - "download_count": 210, - "created_at": "2019-02-28T21:48:26Z", - "updated_at": "2019-02-28T21:48:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-php-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294906", - "id": 11294906, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA2", - "name": "protobuf-python-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4869606, - "download_count": 1842, - "created_at": "2019-02-28T21:48:26Z", - "updated_at": "2019-02-28T21:48:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-python-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294908", - "id": 11294908, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA4", - "name": "protobuf-python-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5967332, - "download_count": 1983, - "created_at": "2019-02-28T21:48:26Z", - "updated_at": "2019-02-28T21:48:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-python-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294909", - "id": 11294909, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTA5", - "name": "protobuf-ruby-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4863624, - "download_count": 66, - "created_at": "2019-02-28T21:48:26Z", - "updated_at": "2019-02-28T21:48:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-ruby-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11294910", - "id": 11294910, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk0OTEw", - "name": "protobuf-ruby-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5906198, - "download_count": 72, - "created_at": "2019-02-28T21:48:26Z", - "updated_at": "2019-02-28T21:48:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-ruby-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299044", - "id": 11299044, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ0", - "name": "protoc-3.7.0-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1421033, - "download_count": 534, - "created_at": "2019-03-01T02:40:20Z", - "updated_at": "2019-03-01T02:40:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299046", - "id": 11299046, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ2", - "name": "protoc-3.7.0-linux-ppcle_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1568661, - "download_count": 453, - "created_at": "2019-03-01T02:40:20Z", - "updated_at": "2019-03-01T02:40:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299047", - "id": 11299047, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ3", - "name": "protoc-3.7.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1473644, - "download_count": 198, - "created_at": "2019-03-01T02:40:20Z", - "updated_at": "2019-03-01T02:40:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299048", - "id": 11299048, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ4", - "name": "protoc-3.7.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1529606, - "download_count": 89275, - "created_at": "2019-03-01T02:40:21Z", - "updated_at": "2019-03-01T02:40:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299049", - "id": 11299049, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDQ5", - "name": "protoc-3.7.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2844639, - "download_count": 124, - "created_at": "2019-03-01T02:40:21Z", - "updated_at": "2019-03-01T02:40:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299050", - "id": 11299050, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDUw", - "name": "protoc-3.7.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2806722, - "download_count": 15425, - "created_at": "2019-03-01T02:40:21Z", - "updated_at": "2019-03-01T02:40:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299051", - "id": 11299051, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDUx", - "name": "protoc-3.7.0-win32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1093899, - "download_count": 2219, - "created_at": "2019-03-01T02:40:21Z", - "updated_at": "2019-03-01T02:40:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/11299052", - "id": 11299052, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExMjk5MDUy", - "name": "protoc-3.7.0-win64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1415428, - "download_count": 32334, - "created_at": "2019-03-01T02:40:22Z", - "updated_at": "2019-03-01T02:40:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protoc-3.7.0-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.0", - "body": "## C++\r\n * Introduced new MOMI (maybe-outside-memory-interval) parser.\r\n * Add an option to json_util to parse enum as case-insensitive. In the future, enum parsing in json_util will become case-sensitive.\r\n * Added conformance test for enum aliases\r\n * Added support for --cpp_out=speed:...\r\n * Added use of C++ override keyword where appropriate\r\n * Many other cleanups and fixes.\r\n\r\n## Java\r\n * Fix illegal reflective access warning in JDK 9+\r\n * Add BOM\r\n\r\n## Python\r\n * Added Python 3.7 compatibility.\r\n * Modified ParseFromString to return bytes parsed .\r\n * Introduce Proto C API.\r\n * FindFileContainingSymbol in descriptor pool is now able to find field and enum values.\r\n * reflection.MakeClass() and reflection.ParseMessage() are deprecated.\r\n * Added DescriptorPool.FindMethodByName() method in pure python (c extension alreay has it)\r\n * Flipped proto3 to preserve unknown fields by default.\r\n * Added support for memoryview in python3 proto message parsing.\r\n * Added MergeFrom for repeated scalar fields in c extension (pure python already has it)\r\n * Surrogates are now rejected at setters in python3.\r\n * Added public unknown field API.\r\n * RecursionLimit is also set to max if allow_oversize_protos is enabled.\r\n * Disallow duplicate scalars in proto3 text_format parse.\r\n * Fix some segment faults for c extension map field.\r\n\r\n## PHP\r\n * Most issues for json encoding/decoding in the c extension have been fixed. There are still some edge cases not fixed. For more details, check conformance/failure_list_php_c.txt.\r\n * Supports php 7.3\r\n * Added helper methods to convert between enum values and names.\r\n * Allow setting/getting wrapper message fields using primitive values.\r\n * Various bug fixes.\r\n\r\n## Ruby\r\n * Ruby 2.6 support.\r\n * Drops support for ruby < 2.3.\r\n * Most issues for json encoding/decoding in the c extension have been fixed. There are still some edge cases not fixed. For more details, check conformance/failure_list_ruby.txt.\r\n * Json parsing can specify an option to ignore unknown fields: msg.decode_json(data, {ignore_unknown_fields: true}).\r\n * Added support for proto2 syntax (partially).\r\n * Various bug fixes.\r\n\r\n## C#\r\n * More support for FieldMask include merge, intersect and more.\r\n * Increasing the default recursion limit to 100.\r\n * Support loading FileDescriptors dynamically.\r\n * Provide access to comments from descriptors.\r\n * Added Any.Is method.\r\n * Compatible with C# 6\r\n * Added IComparable and comparison operators on Timestamp.\r\n\r\n## Objective-C\r\n * Add ability to introspect list of enum values (#4678)\r\n * Copy the value when setting message/data fields (#5215)\r\n * Support suppressing the objc package prefix checks on a list of files (#5309)\r\n * More complete keyword and NSObject method (via categories) checks for field names, can result in more fields being rename, but avoids the collisions at runtime (#5289)\r\n * Small fixes to TextFormat generation for extensions (#5362)\r\n * Provide more details/context in deprecation messages (#5412)\r\n * Array/Dictionary enumeration blocks NS_NOESCAPE annotation for Swift (#5421)\r\n * Properly annotate extensions for ARC when their names imply behaviors (#5427)\r\n * Enum alias name collision improvements (#5480)" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15323628", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15323628/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/15323628/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0rc2", - "id": 15323628, - "node_id": "MDc6UmVsZWFzZTE1MzIzNjI4", - "tag_name": "v3.7.0rc2", - "target_commitish": "3.7.x", - "name": "Protocol Buffers v3.7.0rc2", - "draft": false, - "author": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2019-02-01T19:27:19Z", - "published_at": "2019-02-01T20:04:58Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890880", - "id": 10890880, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODgw", - "name": "protobuf-all-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7004523, - "download_count": 2236, - "created_at": "2019-02-01T19:44:28Z", - "updated_at": "2019-02-01T19:44:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-all-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890881", - "id": 10890881, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODgx", - "name": "protobuf-all-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8994228, - "download_count": 1652, - "created_at": "2019-02-01T19:44:28Z", - "updated_at": "2019-02-01T19:44:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-all-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890882", - "id": 10890882, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODgy", - "name": "protobuf-cpp-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4555122, - "download_count": 336, - "created_at": "2019-02-01T19:44:29Z", - "updated_at": "2019-02-01T19:44:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-cpp-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890883", - "id": 10890883, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODgz", - "name": "protobuf-cpp-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5550468, - "download_count": 447, - "created_at": "2019-02-01T19:44:29Z", - "updated_at": "2019-02-01T19:44:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-cpp-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890884", - "id": 10890884, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg0", - "name": "protobuf-csharp-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4976690, - "download_count": 68, - "created_at": "2019-02-01T19:44:29Z", - "updated_at": "2019-02-01T19:44:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-csharp-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890885", - "id": 10890885, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg1", - "name": "protobuf-csharp-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6145864, - "download_count": 231, - "created_at": "2019-02-01T19:44:29Z", - "updated_at": "2019-02-01T19:44:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-csharp-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890886", - "id": 10890886, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg2", - "name": "protobuf-java-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5037480, - "download_count": 208, - "created_at": "2019-02-01T19:44:29Z", - "updated_at": "2019-02-01T19:44:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-java-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890887", - "id": 10890887, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg3", - "name": "protobuf-java-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6267997, - "download_count": 465, - "created_at": "2019-02-01T19:44:30Z", - "updated_at": "2019-02-01T19:44:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-java-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890888", - "id": 10890888, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg4", - "name": "protobuf-js-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4715024, - "download_count": 94, - "created_at": "2019-02-01T19:44:30Z", - "updated_at": "2019-02-01T19:44:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-js-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890889", - "id": 10890889, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODg5", - "name": "protobuf-js-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5819245, - "download_count": 127, - "created_at": "2019-02-01T19:44:30Z", - "updated_at": "2019-02-01T19:44:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-js-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890890", - "id": 10890890, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODkw", - "name": "protobuf-objectivec-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4930985, - "download_count": 56, - "created_at": "2019-02-01T19:44:30Z", - "updated_at": "2019-02-01T19:44:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-objectivec-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890891", - "id": 10890891, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODkx", - "name": "protobuf-objectivec-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6109650, - "download_count": 92, - "created_at": "2019-02-01T19:44:30Z", - "updated_at": "2019-02-01T19:44:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-objectivec-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890892", - "id": 10890892, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODky", - "name": "protobuf-php-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4939189, - "download_count": 62, - "created_at": "2019-02-01T19:44:30Z", - "updated_at": "2019-02-01T19:44:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-php-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890893", - "id": 10890893, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODkz", - "name": "protobuf-php-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6059043, - "download_count": 78, - "created_at": "2019-02-01T19:44:30Z", - "updated_at": "2019-02-01T19:44:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-php-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890894", - "id": 10890894, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODk0", - "name": "protobuf-python-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4870086, - "download_count": 339, - "created_at": "2019-02-01T19:44:31Z", - "updated_at": "2019-02-01T19:44:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-python-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890895", - "id": 10890895, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODk1", - "name": "protobuf-python-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5978322, - "download_count": 552, - "created_at": "2019-02-01T19:44:31Z", - "updated_at": "2019-02-01T19:44:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-python-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890896", - "id": 10890896, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODk2", - "name": "protobuf-ruby-3.7.0-rc-2.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4865956, - "download_count": 36, - "created_at": "2019-02-01T19:44:31Z", - "updated_at": "2019-02-01T19:44:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-ruby-3.7.0-rc-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10890897", - "id": 10890897, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODkwODk3", - "name": "protobuf-ruby-3.7.0-rc-2.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5916915, - "download_count": 43, - "created_at": "2019-02-01T19:44:31Z", - "updated_at": "2019-02-01T19:44:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protobuf-ruby-3.7.0-rc-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928913", - "id": 10928913, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTEz", - "name": "protoc-3.7.0-rc-2-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1420784, - "download_count": 108, - "created_at": "2019-02-04T22:57:36Z", - "updated_at": "2019-02-04T22:57:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928914", - "id": 10928914, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE0", - "name": "protoc-3.7.0-rc-2-linux-ppcle_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1568305, - "download_count": 44, - "created_at": "2019-02-04T22:57:36Z", - "updated_at": "2019-02-04T22:57:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-ppcle_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928915", - "id": 10928915, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE1", - "name": "protoc-3.7.0-rc-2-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1473469, - "download_count": 77, - "created_at": "2019-02-04T22:57:36Z", - "updated_at": "2019-02-04T22:57:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928916", - "id": 10928916, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE2", - "name": "protoc-3.7.0-rc-2-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1529327, - "download_count": 13020, - "created_at": "2019-02-04T22:57:36Z", - "updated_at": "2019-02-04T22:57:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928917", - "id": 10928917, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE3", - "name": "protoc-3.7.0-rc-2-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2775259, - "download_count": 57, - "created_at": "2019-02-04T22:57:36Z", - "updated_at": "2019-02-04T22:57:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928918", - "id": 10928918, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE4", - "name": "protoc-3.7.0-rc-2-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2719561, - "download_count": 1027, - "created_at": "2019-02-04T22:57:37Z", - "updated_at": "2019-02-04T22:57:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928919", - "id": 10928919, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTE5", - "name": "protoc-3.7.0-rc-2-win32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1094351, - "download_count": 583, - "created_at": "2019-02-04T22:57:37Z", - "updated_at": "2019-02-04T22:57:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10928920", - "id": 10928920, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwOTI4OTIw", - "name": "protoc-3.7.0-rc-2-win64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1415226, - "download_count": 3211, - "created_at": "2019-02-04T22:57:37Z", - "updated_at": "2019-02-04T22:57:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.0rc2", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.0rc2", - "body": "" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15271745", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/15271745/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/15271745/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0rc1", - "id": 15271745, - "node_id": "MDc6UmVsZWFzZTE1MjcxNzQ1", - "tag_name": "v3.7.0rc1", - "target_commitish": "3.7.x", - "name": "Protocol Buffers v3.7.0rc1", - "draft": false, - "author": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2019-01-28T23:15:59Z", - "published_at": "2019-01-30T19:48:52Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852324", - "id": 10852324, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI0", - "name": "protobuf-all-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 7005610, - "download_count": 530, - "created_at": "2019-01-30T17:26:57Z", - "updated_at": "2019-01-30T17:26:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-all-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852325", - "id": 10852325, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI1", - "name": "protobuf-all-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8971536, - "download_count": 382, - "created_at": "2019-01-30T17:26:57Z", - "updated_at": "2019-01-30T17:26:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-all-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852326", - "id": 10852326, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI2", - "name": "protobuf-cpp-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4553992, - "download_count": 145, - "created_at": "2019-01-30T17:26:58Z", - "updated_at": "2019-01-30T17:27:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-cpp-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852327", - "id": 10852327, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI3", - "name": "protobuf-cpp-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5539751, - "download_count": 138, - "created_at": "2019-01-30T17:26:58Z", - "updated_at": "2019-01-30T17:27:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-cpp-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852328", - "id": 10852328, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI4", - "name": "protobuf-csharp-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4974812, - "download_count": 29, - "created_at": "2019-01-30T17:26:58Z", - "updated_at": "2019-01-30T17:27:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-csharp-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852329", - "id": 10852329, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzI5", - "name": "protobuf-csharp-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6133378, - "download_count": 63, - "created_at": "2019-01-30T17:26:59Z", - "updated_at": "2019-01-30T17:27:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-csharp-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852330", - "id": 10852330, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzMw", - "name": "protobuf-java-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 5036072, - "download_count": 66, - "created_at": "2019-01-30T17:26:59Z", - "updated_at": "2019-01-30T17:27:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-java-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852331", - "id": 10852331, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzMx", - "name": "protobuf-java-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6254802, - "download_count": 104, - "created_at": "2019-01-30T17:27:00Z", - "updated_at": "2019-01-30T17:27:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-java-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852332", - "id": 10852332, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzMy", - "name": "protobuf-js-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4711526, - "download_count": 31, - "created_at": "2019-01-30T17:27:00Z", - "updated_at": "2019-01-30T17:27:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-js-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852333", - "id": 10852333, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzMz", - "name": "protobuf-js-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5807335, - "download_count": 44, - "created_at": "2019-01-30T17:27:00Z", - "updated_at": "2019-01-30T17:27:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-js-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852334", - "id": 10852334, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM0", - "name": "protobuf-objectivec-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4930955, - "download_count": 29, - "created_at": "2019-01-30T17:27:01Z", - "updated_at": "2019-01-30T17:27:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-objectivec-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852335", - "id": 10852335, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM1", - "name": "protobuf-objectivec-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6096625, - "download_count": 28, - "created_at": "2019-01-30T17:27:01Z", - "updated_at": "2019-01-30T17:27:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-objectivec-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852337", - "id": 10852337, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM3", - "name": "protobuf-php-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4937967, - "download_count": 34, - "created_at": "2019-01-30T17:27:01Z", - "updated_at": "2019-01-30T17:27:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-php-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852338", - "id": 10852338, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM4", - "name": "protobuf-php-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6046286, - "download_count": 28, - "created_at": "2019-01-30T17:27:02Z", - "updated_at": "2019-01-30T17:27:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-php-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852339", - "id": 10852339, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzM5", - "name": "protobuf-python-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4869243, - "download_count": 94, - "created_at": "2019-01-30T17:27:02Z", - "updated_at": "2019-01-30T17:27:03Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-python-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852340", - "id": 10852340, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzQw", - "name": "protobuf-python-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5966443, - "download_count": 159, - "created_at": "2019-01-30T17:27:02Z", - "updated_at": "2019-01-30T17:27:03Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-python-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852341", - "id": 10852341, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzQx", - "name": "protobuf-ruby-3.7.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4863318, - "download_count": 24, - "created_at": "2019-01-30T17:27:02Z", - "updated_at": "2019-01-30T17:27:03Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-ruby-3.7.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10852342", - "id": 10852342, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODUyMzQy", - "name": "protobuf-ruby-3.7.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5905173, - "download_count": 18, - "created_at": "2019-01-30T17:27:03Z", - "updated_at": "2019-01-30T17:27:04Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protobuf-ruby-3.7.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854573", - "id": 10854573, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTcz", - "name": "protoc-3.7.0-rc1-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1420784, - "download_count": 50, - "created_at": "2019-01-30T19:31:50Z", - "updated_at": "2019-01-30T19:31:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854574", - "id": 10854574, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc0", - "name": "protoc-3.7.0-rc1-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1473469, - "download_count": 34, - "created_at": "2019-01-30T19:31:51Z", - "updated_at": "2019-01-30T19:31:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854575", - "id": 10854575, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc1", - "name": "protoc-3.7.0-rc1-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1529327, - "download_count": 1045, - "created_at": "2019-01-30T19:31:51Z", - "updated_at": "2019-01-30T19:31:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854576", - "id": 10854576, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc2", - "name": "protoc-3.7.0-rc1-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2775259, - "download_count": 40, - "created_at": "2019-01-30T19:31:51Z", - "updated_at": "2019-01-30T19:31:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854577", - "id": 10854577, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc3", - "name": "protoc-3.7.0-rc1-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2719561, - "download_count": 227, - "created_at": "2019-01-30T19:31:52Z", - "updated_at": "2019-01-30T19:31:53Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854578", - "id": 10854578, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc4", - "name": "protoc-3.7.0-rc1-win32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1094352, - "download_count": 244, - "created_at": "2019-01-30T19:31:52Z", - "updated_at": "2019-01-30T19:31:53Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/10854579", - "id": 10854579, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEwODU0NTc5", - "name": "protoc-3.7.0-rc1-win64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1415227, - "download_count": 1175, - "created_at": "2019-01-30T19:31:53Z", - "updated_at": "2019-01-30T19:31:53Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc1/protoc-3.7.0-rc1-win64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.7.0rc1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.7.0rc1", - "body": "" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/12126801", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/12126801/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/12126801/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.1", - "id": 12126801, - "node_id": "MDc6UmVsZWFzZTEyMTI2ODAx", - "tag_name": "v3.6.1", - "target_commitish": "3.6.x", - "name": "Protocol Buffers v3.6.1", - "draft": false, - "author": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-07-27T20:30:28Z", - "published_at": "2018-07-31T19:02:06Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067302", - "id": 8067302, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDI=", - "name": "protobuf-all-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 6726203, - "download_count": 88659, - "created_at": "2018-07-30T22:48:20Z", - "updated_at": "2018-07-30T22:48:21Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-all-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067303", - "id": 8067303, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDM=", - "name": "protobuf-all-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8643093, - "download_count": 64673, - "created_at": "2018-07-30T22:48:20Z", - "updated_at": "2018-07-30T22:48:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-all-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067304", - "id": 8067304, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDQ=", - "name": "protobuf-cpp-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4450975, - "download_count": 72516, - "created_at": "2018-07-30T22:48:20Z", - "updated_at": "2018-07-30T22:48:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067305", - "id": 8067305, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDU=", - "name": "protobuf-cpp-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5424612, - "download_count": 19076, - "created_at": "2018-07-30T22:48:20Z", - "updated_at": "2018-07-30T22:48:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067306", - "id": 8067306, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDY=", - "name": "protobuf-csharp-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4785417, - "download_count": 1115, - "created_at": "2018-07-30T22:48:20Z", - "updated_at": "2018-07-30T22:48:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-csharp-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067307", - "id": 8067307, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDc=", - "name": "protobuf-csharp-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5925119, - "download_count": 5628, - "created_at": "2018-07-30T22:48:20Z", - "updated_at": "2018-07-30T22:48:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-csharp-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067308", - "id": 8067308, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDg=", - "name": "protobuf-java-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4927479, - "download_count": 5240, - "created_at": "2018-07-30T22:48:20Z", - "updated_at": "2018-07-30T22:48:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-java-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067309", - "id": 8067309, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMDk=", - "name": "protobuf-java-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6132648, - "download_count": 65844, - "created_at": "2018-07-30T22:48:21Z", - "updated_at": "2018-07-30T22:48:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-java-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067310", - "id": 8067310, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTA=", - "name": "protobuf-js-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4610095, - "download_count": 1692, - "created_at": "2018-07-30T22:48:21Z", - "updated_at": "2018-07-30T22:48:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-js-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067311", - "id": 8067311, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTE=", - "name": "protobuf-js-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5681236, - "download_count": 2336, - "created_at": "2018-07-30T22:48:21Z", - "updated_at": "2018-07-30T22:48:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-js-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067312", - "id": 8067312, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTI=", - "name": "protobuf-objectivec-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4810146, - "download_count": 701, - "created_at": "2018-07-30T22:48:21Z", - "updated_at": "2018-07-30T22:48:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-objectivec-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067313", - "id": 8067313, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTM=", - "name": "protobuf-objectivec-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5957261, - "download_count": 1306, - "created_at": "2018-07-30T22:48:21Z", - "updated_at": "2018-07-30T22:48:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-objectivec-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067314", - "id": 8067314, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTQ=", - "name": "protobuf-php-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4820325, - "download_count": 1275, - "created_at": "2018-07-30T22:48:21Z", - "updated_at": "2018-07-30T22:48:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-php-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067315", - "id": 8067315, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTU=", - "name": "protobuf-php-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5907893, - "download_count": 1213, - "created_at": "2018-07-30T22:48:21Z", - "updated_at": "2018-07-30T22:48:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-php-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067316", - "id": 8067316, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTY=", - "name": "protobuf-python-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4748789, - "download_count": 16154, - "created_at": "2018-07-30T22:48:22Z", - "updated_at": "2018-07-30T22:48:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-python-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067317", - "id": 8067317, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTc=", - "name": "protobuf-python-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5825925, - "download_count": 10766, - "created_at": "2018-07-30T22:48:22Z", - "updated_at": "2018-07-30T22:48:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-python-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067318", - "id": 8067318, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTg=", - "name": "protobuf-ruby-3.6.1.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4736562, - "download_count": 414, - "created_at": "2018-07-30T22:48:22Z", - "updated_at": "2018-07-30T22:48:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-ruby-3.6.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067319", - "id": 8067319, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMTk=", - "name": "protobuf-ruby-3.6.1.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5760683, - "download_count": 363, - "created_at": "2018-07-30T22:48:22Z", - "updated_at": "2018-07-30T22:48:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-ruby-3.6.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067332", - "id": 8067332, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzI=", - "name": "protoc-3.6.1-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1524236, - "download_count": 3503, - "created_at": "2018-07-30T22:49:53Z", - "updated_at": "2018-07-30T22:49:54Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067333", - "id": 8067333, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzM=", - "name": "protoc-3.6.1-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1374262, - "download_count": 5644, - "created_at": "2018-07-30T22:49:53Z", - "updated_at": "2018-07-30T22:49:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067334", - "id": 8067334, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzQ=", - "name": "protoc-3.6.1-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1423451, - "download_count": 1253555, - "created_at": "2018-07-30T22:49:54Z", - "updated_at": "2018-07-30T22:49:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067335", - "id": 8067335, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzU=", - "name": "protoc-3.6.1-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2556410, - "download_count": 5046, - "created_at": "2018-07-30T22:49:54Z", - "updated_at": "2018-07-30T22:49:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067336", - "id": 8067336, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzY=", - "name": "protoc-3.6.1-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2508161, - "download_count": 53458, - "created_at": "2018-07-30T22:49:54Z", - "updated_at": "2018-07-30T22:49:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/8067337", - "id": 8067337, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgwNjczMzc=", - "name": "protoc-3.6.1-win32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1007473, - "download_count": 100656, - "created_at": "2018-07-30T22:49:54Z", - "updated_at": "2018-07-30T22:49:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.6.1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.6.1", - "body": "## C++\r\n * Introduced workaround for Windows issue with std::atomic and std::once_flag initialization (#4777, #4773)\r\n\r\n## PHP\r\n * Added compatibility with PHP 7.3 (#4898)\r\n\r\n## Ruby\r\n * Fixed Ruby crash involving Any encoding (#4718)" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/11166814", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/11166814/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/11166814/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.0", - "id": 11166814, - "node_id": "MDc6UmVsZWFzZTExMTY2ODE0", - "tag_name": "v3.6.0", - "target_commitish": "3.6.x", - "name": "Protocol Buffers v3.6.0", - "draft": false, - "author": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-06-06T23:47:37Z", - "published_at": "2018-06-19T17:57:08Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437208", - "id": 7437208, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMDg=", - "name": "protobuf-all-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 6727974, - "download_count": 24460, - "created_at": "2018-06-06T21:11:00Z", - "updated_at": "2018-06-06T21:11:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-all-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437209", - "id": 7437209, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMDk=", - "name": "protobuf-all-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8651481, - "download_count": 10808, - "created_at": "2018-06-06T21:11:00Z", - "updated_at": "2018-06-06T21:11:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-all-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437210", - "id": 7437210, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTA=", - "name": "protobuf-cpp-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4454101, - "download_count": 24527, - "created_at": "2018-06-06T21:11:00Z", - "updated_at": "2018-06-06T21:11:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-cpp-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437211", - "id": 7437211, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTE=", - "name": "protobuf-cpp-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5434113, - "download_count": 7831, - "created_at": "2018-06-06T21:11:00Z", - "updated_at": "2018-06-06T21:11:03Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-cpp-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437212", - "id": 7437212, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTI=", - "name": "protobuf-csharp-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4787073, - "download_count": 299, - "created_at": "2018-06-06T21:11:00Z", - "updated_at": "2018-06-06T21:11:03Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-csharp-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437213", - "id": 7437213, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTM=", - "name": "protobuf-csharp-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5934620, - "download_count": 1522, - "created_at": "2018-06-06T21:11:01Z", - "updated_at": "2018-06-06T21:11:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-csharp-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437214", - "id": 7437214, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTQ=", - "name": "protobuf-java-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4930538, - "download_count": 2630, - "created_at": "2018-06-06T21:11:01Z", - "updated_at": "2018-06-06T21:11:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-java-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437215", - "id": 7437215, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTU=", - "name": "protobuf-java-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 6142145, - "download_count": 3151, - "created_at": "2018-06-06T21:11:01Z", - "updated_at": "2018-06-06T21:11:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-java-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437216", - "id": 7437216, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTY=", - "name": "protobuf-js-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4612355, - "download_count": 313, - "created_at": "2018-06-06T21:11:01Z", - "updated_at": "2018-06-06T21:11:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-js-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437217", - "id": 7437217, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTc=", - "name": "protobuf-js-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5690736, - "download_count": 686, - "created_at": "2018-06-06T21:11:01Z", - "updated_at": "2018-06-06T21:11:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-js-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437218", - "id": 7437218, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTg=", - "name": "protobuf-objectivec-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4812519, - "download_count": 196, - "created_at": "2018-06-06T21:11:01Z", - "updated_at": "2018-06-06T21:11:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-objectivec-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437219", - "id": 7437219, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMTk=", - "name": "protobuf-objectivec-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5966759, - "download_count": 410, - "created_at": "2018-06-06T21:11:02Z", - "updated_at": "2018-06-06T21:11:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-objectivec-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437220", - "id": 7437220, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjA=", - "name": "protobuf-php-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4821603, - "download_count": 356, - "created_at": "2018-06-06T21:11:02Z", - "updated_at": "2018-06-06T21:11:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-php-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437221", - "id": 7437221, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjE=", - "name": "protobuf-php-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5916599, - "download_count": 361, - "created_at": "2018-06-06T21:11:02Z", - "updated_at": "2018-06-06T21:11:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-php-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437222", - "id": 7437222, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjI=", - "name": "protobuf-python-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4750984, - "download_count": 5133, - "created_at": "2018-06-06T21:11:02Z", - "updated_at": "2018-06-06T21:11:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-python-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437223", - "id": 7437223, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjM=", - "name": "protobuf-python-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5835404, - "download_count": 3667, - "created_at": "2018-06-06T21:11:02Z", - "updated_at": "2018-06-06T21:11:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-python-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437224", - "id": 7437224, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjQ=", - "name": "protobuf-ruby-3.6.0.tar.gz", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4738895, - "download_count": 118, - "created_at": "2018-06-06T21:11:03Z", - "updated_at": "2018-06-06T21:11:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-ruby-3.6.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7437225", - "id": 7437225, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc0MzcyMjU=", - "name": "protobuf-ruby-3.6.0.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5769896, - "download_count": 126, - "created_at": "2018-06-06T21:11:03Z", - "updated_at": "2018-06-06T21:11:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protobuf-ruby-3.6.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589938", - "id": 7589938, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5Mzg=", - "name": "protoc-3.6.0-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1527853, - "download_count": 900, - "created_at": "2018-06-19T16:21:33Z", - "updated_at": "2018-06-19T16:21:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589939", - "id": 7589939, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5Mzk=", - "name": "protoc-3.6.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1375778, - "download_count": 451, - "created_at": "2018-06-19T16:21:33Z", - "updated_at": "2018-06-19T16:21:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589940", - "id": 7589940, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5NDA=", - "name": "protoc-3.6.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1425463, - "download_count": 175995, - "created_at": "2018-06-19T16:21:33Z", - "updated_at": "2018-06-19T16:21:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589941", - "id": 7589941, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5NDE=", - "name": "protoc-3.6.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2556912, - "download_count": 298, - "created_at": "2018-06-19T16:21:34Z", - "updated_at": "2018-06-19T16:21:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589942", - "id": 7589942, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5NDI=", - "name": "protoc-3.6.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2507544, - "download_count": 36330, - "created_at": "2018-06-19T16:21:34Z", - "updated_at": "2018-06-19T16:21:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/7589943", - "id": 7589943, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc1ODk5NDM=", - "name": "protoc-3.6.0-win32.zip", - "label": null, - "uploader": { - "login": "acozzette", - "id": 1115459, - "node_id": "MDQ6VXNlcjExMTU0NTk=", - "avatar_url": "https://avatars3.githubusercontent.com/u/1115459?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/acozzette", - "html_url": "https://github.com/acozzette", - "followers_url": "https://api.github.com/users/acozzette/followers", - "following_url": "https://api.github.com/users/acozzette/following{/other_user}", - "gists_url": "https://api.github.com/users/acozzette/gists{/gist_id}", - "starred_url": "https://api.github.com/users/acozzette/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/acozzette/subscriptions", - "organizations_url": "https://api.github.com/users/acozzette/orgs", - "repos_url": "https://api.github.com/users/acozzette/repos", - "events_url": "https://api.github.com/users/acozzette/events{/privacy}", - "received_events_url": "https://api.github.com/users/acozzette/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1007591, - "download_count": 29240, - "created_at": "2018-06-19T16:21:34Z", - "updated_at": "2018-06-19T16:21:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.0/protoc-3.6.0-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.6.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.6.0", - "body": "## General\r\n * We are moving protobuf repository to its own github organization (see https://github.com/google/protobuf/issues/4796). Please let us know what you think about the move by taking this survey: https://docs.google.com/forms/d/e/1FAIpQLSeH1ckwm6ZrSfmtrOjRwmF3yCSWQbbO5pTPqPb6_rUppgvBqA/viewform\r\n\r\n## C++\r\n * Starting from this release, we now require C++11. For those we cannot yet upgrade to C++11, we will try to keep the 3.5.x branch updated with critical bug fixes only. If you have any concerns about this, please comment on issue #2780.\r\n * Moved to C++11 types like std::atomic and std::unique_ptr and away from our old custom-built equivalents.\r\n * Added support for repeated message fields in lite protos using implicit weak fields. This is an experimental feature that allows the linker to strip out more unused messages than previously was possible.\r\n * Fixed SourceCodeInfo for interpreted options and extension range options.\r\n * Fixed always_print_enums_as_ints option for JSON serialization.\r\n * Added support for ignoring unknown enum values when parsing JSON.\r\n * Create std::string in Arena memory.\r\n * Fixed ValidateDateTime to correctly check the day.\r\n * Fixed bug in ZeroCopyStreamByteSink.\r\n * Various other cleanups and fixes.\r\n\r\n## Java\r\n * Dropped support for Java 6.\r\n * Added a UTF-8 decoder that uses Unsafe to directly decode a byte buffer.\r\n * Added deprecation annotations to generated code for deprecated oneof fields.\r\n * Fixed map field serialization in DynamicMessage.\r\n * Cleanup and documentation for Java Lite runtime.\r\n * Various other fixes and cleanups\r\n * Fixed unboxed arraylists to handle an edge case\r\n * Improved performance for copying between unboxed arraylists\r\n * Fixed lite protobuf to avoid Java compiler warnings\r\n * Improved test coverage for lite runtime\r\n * Performance improvements for lite runtime\r\n\r\n## Python\r\n * Fixed bytes/string map key incompatibility between C++ and pure-Python implementations (issue #4029)\r\n * Added `__init__.py` files to compiler and util subpackages\r\n * Use /MT for all Windows versions\r\n * Fixed an issue affecting the Python-C++ implementation when used with Cython (issue #2896)\r\n * Various text format fixes\r\n * Various fixes to resolve behavior differences between the pure-Python and Python-C++ implementations\r\n\r\n## PHP\r\n * Added php_metadata_namespace to control the file path of generated metadata file.\r\n * Changed generated classes of nested message/enum. E.g., Foo.Bar, which previously generates Foo_Bar, now generates Foo/Bar\r\n * Added array constructor. When creating a message, users can pass a php array whose content is field name to value pairs into constructor. The created message will be initialized according to the array. Note that message field should use a message value instead of a sub-array.\r\n * Various bug fixes.\r\n\r\n## Objective-C\r\n * We removed some helper class methods from GPBDictionary to shrink the size of the library, the functionary is still there, but you may need to do some specific +alloc / -init… methods instead.\r\n * Minor improvements in the performance of object field getters/setters by avoiding some memory management overhead.\r\n * Fix a memory leak during the raising of some errors.\r\n * Make header importing completely order independent.\r\n * Small code improvements for things the undefined behaviors compiler option was flagging.\r\n\r\n## Ruby\r\n * Added ruby_package file option to control the module of generated class.\r\n * Various bug fixes.\r\n\r\n## Javascript\r\n * Allow setting string to int64 field.\r\n\r\n## Csharp\r\n * Unknown fields are now parsed and then sent back on the wire. They can be discarded at parse time via a CodedInputStream option.\r\n * Movement towards working with .NET 3.5 and Unity\r\n * Expression trees are no longer used\r\n * AOT generics issues in Unity/il2cpp have a workaround (see commit 1b219a174c413af3b18a082a4295ce47932314c4 for details)\r\n * Floating point values are now compared bitwise (affects NaN value comparisons)\r\n * The default size limit when parsing is now 2GB rather than 64MB\r\n * MessageParser now supports parsing from a slice of a byte array\r\n * JSON list parsing now accepts null values where the underlying proto representation does" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/8987160", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/8987160/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/8987160/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.5.1", - "id": 8987160, - "node_id": "MDc6UmVsZWFzZTg5ODcxNjA=", - "tag_name": "v3.5.1", - "target_commitish": "3.5.x", - "name": "Protocol Buffers v3.5.1", - "draft": false, - "author": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-12-20T23:07:13Z", - "published_at": "2017-12-20T23:16:09Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681213", - "id": 5681213, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTM=", - "name": "protobuf-all-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 6662844, - "download_count": 101211, - "created_at": "2017-12-20T23:14:55Z", - "updated_at": "2017-12-20T23:14:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-all-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681204", - "id": 5681204, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDQ=", - "name": "protobuf-all-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8644234, - "download_count": 37194, - "created_at": "2017-12-20T23:14:54Z", - "updated_at": "2017-12-20T23:14:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-all-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681221", - "id": 5681221, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMjE=", - "name": "protobuf-cpp-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4272851, - "download_count": 80116, - "created_at": "2017-12-20T23:14:56Z", - "updated_at": "2017-12-20T23:15:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-cpp-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681212", - "id": 5681212, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTI=", - "name": "protobuf-cpp-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5283316, - "download_count": 21121, - "created_at": "2017-12-20T23:14:55Z", - "updated_at": "2017-12-20T23:14:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-cpp-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681220", - "id": 5681220, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMjA=", - "name": "protobuf-csharp-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4598804, - "download_count": 1164, - "created_at": "2017-12-20T23:14:56Z", - "updated_at": "2017-12-20T23:14:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-csharp-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681211", - "id": 5681211, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTE=", - "name": "protobuf-csharp-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5779926, - "download_count": 5305, - "created_at": "2017-12-20T23:14:55Z", - "updated_at": "2017-12-20T23:14:57Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-csharp-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681219", - "id": 5681219, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTk=", - "name": "protobuf-java-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4741940, - "download_count": 6286, - "created_at": "2017-12-20T23:14:56Z", - "updated_at": "2017-12-20T23:14:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-java-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681210", - "id": 5681210, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTA=", - "name": "protobuf-java-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5979798, - "download_count": 11337, - "created_at": "2017-12-20T23:14:54Z", - "updated_at": "2017-12-20T23:14:57Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-java-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681218", - "id": 5681218, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTg=", - "name": "protobuf-js-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4428997, - "download_count": 1150, - "created_at": "2017-12-20T23:14:56Z", - "updated_at": "2017-12-20T23:14:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-js-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681209", - "id": 5681209, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDk=", - "name": "protobuf-js-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5538299, - "download_count": 3311, - "created_at": "2017-12-20T23:14:54Z", - "updated_at": "2017-12-20T23:14:57Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-js-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681217", - "id": 5681217, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTc=", - "name": "protobuf-objectivec-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4720219, - "download_count": 6918, - "created_at": "2017-12-20T23:14:55Z", - "updated_at": "2017-12-20T23:14:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-objectivec-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681208", - "id": 5681208, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDg=", - "name": "protobuf-objectivec-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5902164, - "download_count": 1323, - "created_at": "2017-12-20T23:14:54Z", - "updated_at": "2017-12-20T23:14:56Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-objectivec-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681214", - "id": 5681214, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTQ=", - "name": "protobuf-php-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4617382, - "download_count": 1090, - "created_at": "2017-12-20T23:14:55Z", - "updated_at": "2017-12-20T23:14:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-php-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681205", - "id": 5681205, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDU=", - "name": "protobuf-php-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5735533, - "download_count": 1123, - "created_at": "2017-12-20T23:14:54Z", - "updated_at": "2017-12-20T23:14:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-php-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681216", - "id": 5681216, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTY=", - "name": "protobuf-python-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4564059, - "download_count": 34907, - "created_at": "2017-12-20T23:14:55Z", - "updated_at": "2017-12-20T23:14:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-python-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681207", - "id": 5681207, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDc=", - "name": "protobuf-python-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5678860, - "download_count": 10496, - "created_at": "2017-12-20T23:14:54Z", - "updated_at": "2017-12-20T23:14:56Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-python-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681215", - "id": 5681215, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMTU=", - "name": "protobuf-ruby-3.5.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4555313, - "download_count": 298, - "created_at": "2017-12-20T23:14:55Z", - "updated_at": "2017-12-20T23:14:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-ruby-3.5.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5681206", - "id": 5681206, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2ODEyMDY=", - "name": "protobuf-ruby-3.5.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5618462, - "download_count": 273, - "created_at": "2017-12-20T23:14:54Z", - "updated_at": "2017-12-20T23:14:56Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-ruby-3.5.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699542", - "id": 5699542, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDI=", - "name": "protoc-3.5.1-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1325630, - "download_count": 9600, - "created_at": "2017-12-22T19:22:09Z", - "updated_at": "2017-12-22T19:22:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699544", - "id": 5699544, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDQ=", - "name": "protoc-3.5.1-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1335294, - "download_count": 2775, - "created_at": "2017-12-22T19:22:09Z", - "updated_at": "2017-12-22T19:22:11Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699543", - "id": 5699543, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDM=", - "name": "protoc-3.5.1-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1379374, - "download_count": 1042099, - "created_at": "2017-12-22T19:22:09Z", - "updated_at": "2017-12-22T19:22:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699546", - "id": 5699546, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDY=", - "name": "protoc-3.5.1-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1919580, - "download_count": 843, - "created_at": "2017-12-22T19:22:09Z", - "updated_at": "2017-12-22T19:22:11Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699545", - "id": 5699545, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDU=", - "name": "protoc-3.5.1-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1868520, - "download_count": 95525, - "created_at": "2017-12-22T19:22:09Z", - "updated_at": "2017-12-22T19:22:11Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5699547", - "id": 5699547, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2OTk1NDc=", - "name": "protoc-3.5.1-win32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1256726, - "download_count": 78076, - "created_at": "2017-12-22T19:22:09Z", - "updated_at": "2017-12-22T19:22:11Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.5.1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.5.1", - "body": "## Planned Future Changes\r\n * Make C++ implementation C++11 only: we plan to require C++11 to build protobuf code starting from 3.6.0 release, after unknown fields semantic changes are finished. Please join this [github issue](https://github.com/google/protobuf/issues/2780) to provide your feedback.\r\n\r\n## protoc\r\n * Fixed a bug introduced in 3.5.0 and protoc in Windows now accepts non-ascii characters in paths again.\r\n\r\n## C++\r\n * Removed several usages of C++11 features in the code base.\r\n * Fixed some compiler warnings.\r\n\r\n## PHP\r\n * Fixed memory leak in C-extension implementation.\r\n * Added `discardUnknokwnFields` API.\r\n * Removed duplicatd typedef in C-extension headers.\r\n * Avoided calling private php methods (`timelib_update_ts`).\r\n * Fixed `Any.php` to use fully-qualified name for `DescriptorPool`.\r\n\r\n## Ruby\r\n * Added `Google_Protobuf_discard_unknown` for discarding unknown fields in\r\n messages.\r\n\r\n## C#\r\n * Unknown fields are now preserved by default.\r\n * Floating point values are now bitwise compared, affecting message equality check and `Contains()` API in map and repeated fields.\r\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/8497769", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/8497769/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/8497769/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.5.0", - "id": 8497769, - "node_id": "MDc6UmVsZWFzZTg0OTc3Njk=", - "tag_name": "v3.5.0", - "target_commitish": "3.5.x", - "name": "Protocol Buffers v3.5.0", - "draft": false, - "author": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-11-13T18:47:29Z", - "published_at": "2017-11-13T19:59:44Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5358507", - "id": 5358507, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNTg1MDc=", - "name": "protobuf-all-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 6643422, - "download_count": 17029, - "created_at": "2017-11-15T23:05:50Z", - "updated_at": "2017-11-15T23:05:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-all-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5358506", - "id": 5358506, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNTg1MDY=", - "name": "protobuf-all-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 8610000, - "download_count": 7903, - "created_at": "2017-11-15T23:05:50Z", - "updated_at": "2017-11-15T23:05:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-all-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334594", - "id": 5334594, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTQ=", - "name": "protobuf-cpp-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4269335, - "download_count": 20625, - "created_at": "2017-11-13T19:54:07Z", - "updated_at": "2017-11-13T19:54:11Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-cpp-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334585", - "id": 5334585, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODU=", - "name": "protobuf-cpp-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5281431, - "download_count": 10713, - "created_at": "2017-11-13T19:54:06Z", - "updated_at": "2017-11-13T19:54:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-cpp-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334593", - "id": 5334593, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTM=", - "name": "protobuf-csharp-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4582740, - "download_count": 344, - "created_at": "2017-11-13T19:54:07Z", - "updated_at": "2017-11-13T19:54:11Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-csharp-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334584", - "id": 5334584, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODQ=", - "name": "protobuf-csharp-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5748525, - "download_count": 1532, - "created_at": "2017-11-13T19:54:05Z", - "updated_at": "2017-11-13T19:54:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-csharp-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334592", - "id": 5334592, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTI=", - "name": "protobuf-java-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4739082, - "download_count": 1563, - "created_at": "2017-11-13T19:54:07Z", - "updated_at": "2017-11-13T19:54:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-java-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334583", - "id": 5334583, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODM=", - "name": "protobuf-java-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5977909, - "download_count": 3017, - "created_at": "2017-11-13T19:54:05Z", - "updated_at": "2017-11-13T19:54:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-java-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334591", - "id": 5334591, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTE=", - "name": "protobuf-js-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4426035, - "download_count": 332, - "created_at": "2017-11-13T19:54:07Z", - "updated_at": "2017-11-13T19:54:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-js-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334582", - "id": 5334582, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODI=", - "name": "protobuf-js-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5536414, - "download_count": 587, - "created_at": "2017-11-13T19:54:05Z", - "updated_at": "2017-11-13T19:54:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-js-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334590", - "id": 5334590, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1OTA=", - "name": "protobuf-objectivec-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4717355, - "download_count": 165, - "created_at": "2017-11-13T19:54:06Z", - "updated_at": "2017-11-13T19:54:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-objectivec-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334581", - "id": 5334581, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODE=", - "name": "protobuf-objectivec-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5900276, - "download_count": 347, - "created_at": "2017-11-13T19:54:05Z", - "updated_at": "2017-11-13T19:54:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-objectivec-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334586", - "id": 5334586, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODY=", - "name": "protobuf-php-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4613185, - "download_count": 401, - "created_at": "2017-11-13T19:54:06Z", - "updated_at": "2017-11-13T19:54:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-php-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334578", - "id": 5334578, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1Nzg=", - "name": "protobuf-php-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5732176, - "download_count": 401, - "created_at": "2017-11-13T19:54:05Z", - "updated_at": "2017-11-13T19:54:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-php-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334588", - "id": 5334588, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODg=", - "name": "protobuf-python-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4560124, - "download_count": 2736, - "created_at": "2017-11-13T19:54:06Z", - "updated_at": "2017-11-13T19:54:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-python-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334580", - "id": 5334580, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODA=", - "name": "protobuf-python-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5676817, - "download_count": 2836, - "created_at": "2017-11-13T19:54:05Z", - "updated_at": "2017-11-13T19:54:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-python-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334587", - "id": 5334587, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1ODc=", - "name": "protobuf-ruby-3.5.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4552961, - "download_count": 135, - "created_at": "2017-11-13T19:54:06Z", - "updated_at": "2017-11-13T19:54:09Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-ruby-3.5.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5334579", - "id": 5334579, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzMzQ1Nzk=", - "name": "protobuf-ruby-3.5.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5615381, - "download_count": 86, - "created_at": "2017-11-13T19:54:05Z", - "updated_at": "2017-11-13T19:54:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protobuf-ruby-3.5.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345337", - "id": 5345337, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzMzc=", - "name": "protoc-3.5.0-linux-aarch_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1324915, - "download_count": 639, - "created_at": "2017-11-14T18:46:56Z", - "updated_at": "2017-11-14T18:46:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-aarch_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345340", - "id": 5345340, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzNDA=", - "name": "protoc-3.5.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1335046, - "download_count": 408, - "created_at": "2017-11-14T18:46:57Z", - "updated_at": "2017-11-14T18:46:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345339", - "id": 5345339, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzMzk=", - "name": "protoc-3.5.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1379309, - "download_count": 399547, - "created_at": "2017-11-14T18:46:57Z", - "updated_at": "2017-11-14T18:46:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345342", - "id": 5345342, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzNDI=", - "name": "protoc-3.5.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1920165, - "download_count": 217, - "created_at": "2017-11-14T18:46:57Z", - "updated_at": "2017-11-14T18:46:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345341", - "id": 5345341, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzNDE=", - "name": "protoc-3.5.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1868368, - "download_count": 174647, - "created_at": "2017-11-14T18:46:57Z", - "updated_at": "2017-11-14T18:46:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/5345343", - "id": 5345343, - "node_id": "MDEyOlJlbGVhc2VBc3NldDUzNDUzNDM=", - "name": "protoc-3.5.0-win32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1256007, - "download_count": 16244, - "created_at": "2017-11-14T18:46:57Z", - "updated_at": "2017-11-14T18:46:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.5.0/protoc-3.5.0-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.5.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.5.0", - "body": "## Planned Future Changes\r\n * Make C++ implementation C++11 only: we plan to require C++11 to build protobuf code starting from 3.5.0 or 3.6.0 release, after unknown fields semantic changes are finished. Please join this [github issue](https://github.com/google/protobuf/issues/2780) to provide your feedback.\r\n\r\n## General\r\n * Unknown fields are now preserved in proto3 for most of the language implementations for proto3 by default. See the per-language section for details.\r\n * reserve keyword are now supported in enums\r\n\r\n## C++\r\n * Proto3 messages are now preserving unknown fields by default. If you rely on unknowns fields being dropped. Please use DiscardUnknownFields() explicitly.\r\n * Deprecated the `unsafe_arena_release_*` and `unsafe_arena_add_allocated_*` methods for string fields.\r\n * Added move constructor and move assignment to RepeatedField, RepeatedPtrField and google::protobuf::Any.\r\n * Added perfect forwarding in Arena::CreateMessage\r\n * In-progress experimental support for implicit weak fields with lite protos. This feature allows the linker to strip out more unused messages and reduce binary size.\r\n * Various performance optimizations.\r\n\r\n## Java\r\n * Proto3 messages are now preserving unknown fields by default. If you’d like to drop unknown fields, please use the DiscardUnknownFieldsParser API. For example:\r\n```java\r\n Parser parser = DiscardUnknownFieldsParser.wrap(Foo.parser());\r\n Foo foo = parser.parseFrom(input);\r\n```\r\n * Added a new `CodedInputStream` decoder for `Iterable` with direct ByteBuffers.\r\n * `TextFormat` now prints unknown length-delimited fields as messages if possible.\r\n * `FieldMaskUtil.merge()` no longer creates unnecessary empty messages when a message field is unset in both source message and destination message.\r\n * Various performance optimizations.\r\n\r\n## Python\r\n * Proto3 messages are now preserving unknown fields by default. Use `message.DiscardUnknownFields()` to drop unknown fields.\r\n * Add FieldDescriptor.file in generated code.\r\n * Add descriptor pool `FindOneofByName` in pure python.\r\n * Change unknown enum values into unknown field set .\r\n * Add more Python dict/list compatibility for `Struct`/`ListValue`.\r\n * Add utf-8 support for `text_format.Merge()/Parse()`.\r\n * Support numeric unknown enum values for proto3 JSON format.\r\n * Add warning for Unexpected end-group tag in cpp extension.\r\n\r\n## PHP\r\n * Proto3 messages are now preserving unknown fields.\r\n * Provide well known type messages in runtime.\r\n * Add prefix ‘PB’ to generated class of reserved names.\r\n * Fixed all conformance tests for encode/decode json in php runtime. C extension needs more work.\r\n\r\n## Objective-C\r\n * Fixed some issues around copying of messages with unknown fields and then mutating the unknown fields in the copy.\r\n\r\n## C#\r\n * Added unknown field support in JsonParser.\r\n * Fixed oneof message field merge.\r\n * Simplify parsing messages from array slices.\r\n\r\n## Ruby\r\n * Unknown fields are now preserved by default.\r\n * Fixed several bugs for segment fault.\r\n\r\n## Javascript\r\n * Decoder can handle both paced and unpacked data no matter how the proto is defined.\r\n * Decoder now accept long varint for 32 bit integers." - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/7776142", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/7776142/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/7776142/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.4.1", - "id": 7776142, - "node_id": "MDc6UmVsZWFzZTc3NzYxNDI=", - "tag_name": "v3.4.1", - "target_commitish": "master", - "name": "Protocol Buffers v3.4.1", - "draft": false, - "author": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-09-14T19:24:28Z", - "published_at": "2017-09-15T22:32:03Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837110", - "id": 4837110, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMTA=", - "name": "protobuf-cpp-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4274863, - "download_count": 54743, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:40Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-cpp-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837101", - "id": 4837101, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDE=", - "name": "protobuf-cpp-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5282063, - "download_count": 17486, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-cpp-3.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837109", - "id": 4837109, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDk=", - "name": "protobuf-csharp-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4584979, - "download_count": 884, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:40Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-csharp-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837100", - "id": 4837100, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDA=", - "name": "protobuf-csharp-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5745337, - "download_count": 3219, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-csharp-3.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837108", - "id": 4837108, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDg=", - "name": "protobuf-java-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4740609, - "download_count": 3428, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:40Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-java-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837098", - "id": 4837098, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTg=", - "name": "protobuf-java-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5969759, - "download_count": 8315, - "created_at": "2017-09-15T22:26:32Z", - "updated_at": "2017-09-15T22:26:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-java-3.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837107", - "id": 4837107, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDc=", - "name": "protobuf-javanano-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4344875, - "download_count": 319, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-javanano-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837099", - "id": 4837099, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTk=", - "name": "protobuf-javanano-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5393151, - "download_count": 452, - "created_at": "2017-09-15T22:26:32Z", - "updated_at": "2017-09-15T22:26:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-javanano-3.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837106", - "id": 4837106, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDY=", - "name": "protobuf-js-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4432501, - "download_count": 601, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-js-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837095", - "id": 4837095, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTU=", - "name": "protobuf-js-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5536984, - "download_count": 1224, - "created_at": "2017-09-15T22:26:32Z", - "updated_at": "2017-09-15T22:26:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-js-3.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837102", - "id": 4837102, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDI=", - "name": "protobuf-objectivec-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4721493, - "download_count": 435, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-objectivec-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837097", - "id": 4837097, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTc=", - "name": "protobuf-objectivec-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5898495, - "download_count": 798, - "created_at": "2017-09-15T22:26:32Z", - "updated_at": "2017-09-15T22:26:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-objectivec-3.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837103", - "id": 4837103, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDM=", - "name": "protobuf-php-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4567499, - "download_count": 690, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-php-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837093", - "id": 4837093, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTM=", - "name": "protobuf-php-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5657205, - "download_count": 741, - "created_at": "2017-09-15T22:26:32Z", - "updated_at": "2017-09-15T22:26:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-php-3.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837104", - "id": 4837104, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDQ=", - "name": "protobuf-python-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4559061, - "download_count": 6863, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-python-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837096", - "id": 4837096, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTY=", - "name": "protobuf-python-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5669755, - "download_count": 6574, - "created_at": "2017-09-15T22:26:32Z", - "updated_at": "2017-09-15T22:26:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-python-3.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837105", - "id": 4837105, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcxMDU=", - "name": "protobuf-ruby-3.4.1.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4549873, - "download_count": 257, - "created_at": "2017-09-15T22:26:33Z", - "updated_at": "2017-09-15T22:26:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-ruby-3.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4837094", - "id": 4837094, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4MzcwOTQ=", - "name": "protobuf-ruby-3.4.1.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5607256, - "download_count": 417, - "created_at": "2017-09-15T22:26:32Z", - "updated_at": "2017-09-15T22:26:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.1/protobuf-ruby-3.4.1.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.4.1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.4.1", - "body": "This is mostly a bug fix release on runtime packages. It is safe to use 3.4.0 protoc packages for this release.\r\n* Fixed the missing files in 3.4.0 tarballs, affecting windows and cmake users.\r\n* C#: Fixed dotnet target platform to be net45 again.\r\n* Ruby: Fixed a segmentation error when using maps in multi-threaded cases.\r\n* PHP: php_generic_service file level option tag number (in descriptor.proto) has been reassigned to avoid conflicts." - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/7354501", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/7354501/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/7354501/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.4.0", - "id": 7354501, - "node_id": "MDc6UmVsZWFzZTczNTQ1MDE=", - "tag_name": "v3.4.0", - "target_commitish": "3.4.x", - "name": "Protocol Buffers v3.4.0", - "draft": false, - "author": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-08-15T23:39:12Z", - "published_at": "2017-08-15T23:57:38Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588492", - "id": 4588492, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0OTI=", - "name": "protobuf-cpp-3.4.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4268226, - "download_count": 44822, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-cpp-3.4.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588487", - "id": 4588487, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODc=", - "name": "protobuf-cpp-3.4.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5267370, - "download_count": 8427, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-cpp-3.4.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588491", - "id": 4588491, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0OTE=", - "name": "protobuf-csharp-3.4.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4577020, - "download_count": 629, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-csharp-3.4.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588483", - "id": 4588483, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODM=", - "name": "protobuf-csharp-3.4.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5730643, - "download_count": 1951, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-csharp-3.4.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588490", - "id": 4588490, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0OTA=", - "name": "protobuf-java-3.4.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4732134, - "download_count": 5399, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-java-3.4.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588478", - "id": 4588478, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0Nzg=", - "name": "protobuf-java-3.4.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5955061, - "download_count": 4115, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-java-3.4.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588489", - "id": 4588489, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODk=", - "name": "protobuf-js-3.4.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4425440, - "download_count": 469, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-js-3.4.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588480", - "id": 4588480, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODA=", - "name": "protobuf-js-3.4.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5522292, - "download_count": 790, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:04Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-js-3.4.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588488", - "id": 4588488, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODg=", - "name": "protobuf-objectivec-3.4.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4712330, - "download_count": 393, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-objectivec-3.4.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588482", - "id": 4588482, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODI=", - "name": "protobuf-objectivec-3.4.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5883799, - "download_count": 552, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-objectivec-3.4.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588486", - "id": 4588486, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODY=", - "name": "protobuf-php-3.4.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4558384, - "download_count": 655, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-php-3.4.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588481", - "id": 4588481, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODE=", - "name": "protobuf-php-3.4.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5641513, - "download_count": 606, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-php-3.4.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588484", - "id": 4588484, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODQ=", - "name": "protobuf-python-3.4.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4551285, - "download_count": 12329, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-python-3.4.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588477", - "id": 4588477, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0Nzc=", - "name": "protobuf-python-3.4.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5655059, - "download_count": 6915, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:04Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-python-3.4.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588485", - "id": 4588485, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0ODU=", - "name": "protobuf-ruby-3.4.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4541659, - "download_count": 251, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-ruby-3.4.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588479", - "id": 4588479, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODg0Nzk=", - "name": "protobuf-ruby-3.4.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5592549, - "download_count": 210, - "created_at": "2017-08-15T23:57:01Z", - "updated_at": "2017-08-15T23:57:04Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protobuf-ruby-3.4.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588205", - "id": 4588205, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDU=", - "name": "protoc-3.4.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1346738, - "download_count": 1621, - "created_at": "2017-08-15T22:59:04Z", - "updated_at": "2017-08-15T22:59:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588201", - "id": 4588201, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDE=", - "name": "protoc-3.4.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1389600, - "download_count": 314379, - "created_at": "2017-08-15T22:59:04Z", - "updated_at": "2017-08-15T22:59:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588202", - "id": 4588202, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDI=", - "name": "protoc-3.4.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1872491, - "download_count": 731, - "created_at": "2017-08-15T22:59:04Z", - "updated_at": "2017-08-15T22:59:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588204", - "id": 4588204, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDQ=", - "name": "protoc-3.4.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1820351, - "download_count": 30606, - "created_at": "2017-08-15T22:59:04Z", - "updated_at": "2017-08-15T22:59:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/4588203", - "id": 4588203, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ1ODgyMDM=", - "name": "protoc-3.4.0-win32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1245321, - "download_count": 64941, - "created_at": "2017-08-15T22:59:04Z", - "updated_at": "2017-08-15T22:59:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.4.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.4.0", - "body": "## Planned Future Changes\r\n * Preserve unknown fields in proto3: We are going to bring unknown fields back into proto3. In this release, some languages start to support preserving unknown fields in proto3, controlled by flags/options. Some languages also introduce explicit APIs to drop unknown fields for migration. Please read the change log sections by languages for details. See [general timeline and plan](https://docs.google.com/document/d/1KMRX-G91Aa-Y2FkEaHeeviLRRNblgIahbsk4wA14gRk/view) and [issues and discussions](https://github.com/google/protobuf/issues/272)\r\n\r\n * Make C++ implementation C++11 only: we plan to require C++11 to build protobuf code starting from 3.5.0 or 3.6.0 release, after unknown fields semantic changes are finished. Please join this [github issue](https://github.com/google/protobuf/issues/2780) to provide your feedback.\r\n\r\n## General\r\n * Extension ranges now accept options and are customizable.\r\n * ```reserve``` keyword now supports ```max``` in field number ranges, e.g. ```reserve 1000 to max;```\r\n\r\n## C++\r\n * Proto3 messages are now able to preserve unknown fields. The default behavior is still to drop unknowns, which will be flipped in a future release. If you rely on unknowns fields being dropped. Please use ```Message::DiscardUnknownFields()``` explicitly.\r\n * Packable proto3 fields are now packed by default in serialization.\r\n * Following C++11 features are introduced when C++11 is available:\r\n - move-constructor and move-assignment are introduced to messages\r\n - Repeated fields constructor now takes ```std::initializer_list```\r\n - rvalue setters are introduced for string fields\r\n * Experimental Table-Driven parsing and serialization available to test. To enable it, pass in table_driven_parsing table_driven_serialization protoc generator flags for C++\r\n\r\n ```$ protoc --cpp_out=table_driven_parsing,table_driven_serialization:./ test.proto```\r\n\r\n * lite generator parameter supported by the generator. Once set, all generated files, use lite runtime regardless of the optimizer_for setting in the .proto file.\r\n * Various optimizations to make C++ code more performant on PowerPC platform\r\n * Fixed maps data corruption when the maps are modified by both reflection API and generated API.\r\n * Deterministic serialization on maps reflection now uses stable sort.\r\n * file() accessors are introduced to various *Descriptor classes to make writing template function easier.\r\n * ```ByteSize()``` and ```SpaceUsed()``` are deprecated.Use ```ByteSizeLong()``` and ```SpaceUsedLong()``` instead\r\n * Consistent hash function is used for maps in DEBUG and NDEBUG build.\r\n * \"using namespace std\" is removed from stubs/common.h\r\n * Various performance optimizations and bug fixes\r\n\r\n## Java\r\n * Introduced new parser API DiscardUnknownFieldsParser in preparation of proto3 unknown fields preservation change. Users who want to drop unknown fields should migrate to use this new parser API.\r\n For example:\r\n\r\n ```java\r\n Parser parser = DiscardUnknownFieldsParser.wrap(Foo.parser());\r\n Foo foo = parser.parseFrom(input);\r\n ```\r\n\r\n * Introduced new TextFormat API printUnicodeFieldValue() that prints field value without escaping unicode characters.\r\n * Added ```Durations.compare(Duration, Duration)``` and ```Timestamps.compare(Timestamp, Timestamp)```.\r\n * JsonFormat now accepts base64url encoded bytes fields.\r\n * Optimized CodedInputStream to do less copies when parsing large bytes fields.\r\n * Optimized TextFormat to allocate less memory when printing.\r\n\r\n## Python\r\n * SerializeToString API is changed to ```SerializeToString(self, **kwargs)```, deterministic parameter is accepted for deterministic serialization.\r\n * Added sort_keys parameter in json format to make the output deterministic.\r\n * Added indent parameter in json format.\r\n * Added extension support in json format.\r\n * Added ```__repr__``` support for repeated field in cpp implementation.\r\n * Added file in FieldDescriptor.\r\n * Added pretty-print filter to text format.\r\n * Services and method descriptors are always printed even if generic_service option is turned off.\r\n * Note: AppEngine 2.5 is deprecated on June 2017 that AppEngine 2.5 will never update protobuf runtime. Users who depend on AppEngine 2.5 should use old protoc.\r\n\r\n## PHP\r\n * Support PHP generic services. Specify file option ```php_generic_service=true``` to enable generating service interface.\r\n * Message, repeated and map fields setters take value instead of reference.\r\n * Added map iterator in c extension.\r\n * Support json  encode/decode.\r\n * Added more type info in getter/setter phpdoc\r\n * Fixed the problem that c extension and php implementation cannot be used together.\r\n * Added file option php_namespace to use custom php namespace instead of package.\r\n * Added fluent setter.\r\n * Added descriptor API in runtime for custom encode/decode.\r\n * Various bug fixes.\r\n\r\n## Objective-C\r\n * Fix for GPBExtensionRegistry copying and add tests.\r\n * Optimize GPBDictionary.m codegen to reduce size of overall library by 46K per architecture.\r\n * Fix some cases of reading of 64bit map values.\r\n * Properly error on a tag with field number zero.\r\n * Preserve unknown fields in proto3 syntax files.\r\n * Document the exceptions on some of the writing apis.\r\n\r\n## C#\r\n * Implemented ```IReadOnlyDictionary``` in ```MapField```\r\n * Added TryUnpack method for Any message in addition to Unpack.\r\n * Converted C# projects to MSBuild (csproj) format.\r\n\r\n## Ruby\r\n * Several bug fixes.\r\n\r\n## Javascript\r\n * Added support of field option js_type. Now one can specify the JS type of a 64-bit integer field to be string in the generated code by adding option ```[jstype = JS_STRING]``` on the field.\r\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/6229270", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/6229270/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/6229270/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.3.0", - "id": 6229270, - "node_id": "MDc6UmVsZWFzZTYyMjkyNzA=", - "tag_name": "v3.3.0", - "target_commitish": "master", - "name": "Protocol Buffers v3.3.0", - "draft": false, - "author": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-04-29T00:23:19Z", - "published_at": "2017-05-04T22:49:52Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3804700", - "id": 3804700, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM4MDQ3MDA=", - "name": "protobuf-cpp-3.3.0.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4218377, - "download_count": 110789, - "created_at": "2017-05-04T22:49:46Z", - "updated_at": "2017-05-04T22:49:48Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3804701", - "id": 3804701, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM4MDQ3MDE=", - "name": "protobuf-cpp-3.3.0.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5209888, - "download_count": 17316, - "created_at": "2017-05-04T22:49:46Z", - "updated_at": "2017-05-04T22:49:49Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763180", - "id": 3763180, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODA=", - "name": "protobuf-csharp-3.3.0.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4527038, - "download_count": 1090, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:31:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-csharp-3.3.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763178", - "id": 3763178, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxNzg=", - "name": "protobuf-csharp-3.3.0.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5668485, - "download_count": 4652, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:31:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-csharp-3.3.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763176", - "id": 3763176, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxNzY=", - "name": "protobuf-java-3.3.0.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4673529, - "download_count": 6059, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:31:57Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-java-3.3.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763179", - "id": 3763179, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxNzk=", - "name": "protobuf-java-3.3.0.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5882236, - "download_count": 10381, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:31:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-java-3.3.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763182", - "id": 3763182, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODI=", - "name": "protobuf-js-3.3.0.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4304861, - "download_count": 2455, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:31:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-js-3.3.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763181", - "id": 3763181, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODE=", - "name": "protobuf-js-3.3.0.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5336404, - "download_count": 2252, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:31:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-js-3.3.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763183", - "id": 3763183, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODM=", - "name": "protobuf-objectivec-3.3.0.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4662054, - "download_count": 795, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:32:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-objectivec-3.3.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763184", - "id": 3763184, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODQ=", - "name": "protobuf-objectivec-3.3.0.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5817230, - "download_count": 1380, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:32:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-objectivec-3.3.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763185", - "id": 3763185, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODU=", - "name": "protobuf-php-3.3.0.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4485412, - "download_count": 1298, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:32:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-php-3.3.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763186", - "id": 3763186, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODY=", - "name": "protobuf-php-3.3.0.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5537794, - "download_count": 1352, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:32:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-php-3.3.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763189", - "id": 3763189, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODk=", - "name": "protobuf-python-3.3.0.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4492367, - "download_count": 22234, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:32:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-python-3.3.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763187", - "id": 3763187, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODc=", - "name": "protobuf-python-3.3.0.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5586094, - "download_count": 6054, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:32:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-python-3.3.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763188", - "id": 3763188, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxODg=", - "name": "protobuf-ruby-3.3.0.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4487580, - "download_count": 556, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:32:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-ruby-3.3.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3763190", - "id": 3763190, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjMxOTA=", - "name": "protobuf-ruby-3.3.0.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5529614, - "download_count": 387, - "created_at": "2017-04-29T00:31:56Z", - "updated_at": "2017-04-29T00:32:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protobuf-ruby-3.3.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764080", - "id": 3764080, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwODA=", - "name": "protoc-3.3.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1309442, - "download_count": 2608, - "created_at": "2017-04-29T05:59:02Z", - "updated_at": "2017-04-29T06:00:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764079", - "id": 3764079, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwNzk=", - "name": "protoc-3.3.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1352576, - "download_count": 386355, - "created_at": "2017-04-29T05:59:02Z", - "updated_at": "2017-04-29T05:59:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764078", - "id": 3764078, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwNzg=", - "name": "protoc-3.3.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1503324, - "download_count": 660, - "created_at": "2017-04-29T05:59:02Z", - "updated_at": "2017-04-29T06:01:03Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764082", - "id": 3764082, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwODI=", - "name": "protoc-3.3.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1451625, - "download_count": 28352, - "created_at": "2017-04-29T05:59:02Z", - "updated_at": "2017-04-29T06:03:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3764081", - "id": 3764081, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM3NjQwODE=", - "name": "protoc-3.3.0-win32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1210198, - "download_count": 32447, - "created_at": "2017-04-29T05:59:02Z", - "updated_at": "2017-04-29T06:02:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.3.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.3.0", - "body": "## Planned Future Changes\r\n * There are some changes that are not included in this release but are planned for the near future:\r\n - Preserve unknown fields in proto3: please read this [doc](https://docs.google.com/document/d/1KMRX-G91Aa-Y2FkEaHeeviLRRNblgIahbsk4wA14gRk/view) for the timeline and follow up this [github issue](https://github.com/google/protobuf/issues/272) for discussion.\r\n - Make C++ implementation C++11 only: we plan to require C++11 to build protobuf code starting from 3.4.0 or 3.5.0 release. Please join this [github issue](https://github.com/google/protobuf/issues/2780) to provide your feedback.\r\n\r\n## C++\r\n * Fixed map fields serialization of DynamicMessage to correctly serialize both key and value regardless of their presence.\r\n * Parser now rejects field number 0 correctly.\r\n * New API Message::SpaceUsedLong() that’s equivalent to Message::SpaceUsed() but returns the value in size_t.\r\n * JSON support\r\n - New flag always_print_enums_as_ints in JsonPrintOptions.\r\n - New flag preserve_proto_field_names in JsonPrintOptions. It will instruct the JSON printer to use the original field name declared in the .proto file instead of converting them to lowerCamelCase when printing JSON.\r\n - JsonPrintOptions.always_print_primtive_fields now works for oneof message fields.\r\n - Fixed a bug that doesn’t allow different fields to set the same json_name value.\r\n - Fixed a performance bug that causes excessive memory copy when printing large messages.\r\n * Various performance optimizations.\r\n\r\n## Java\r\n * Map field setters eagerly validate inputs and throw NullPointerExceptions as appropriate.\r\n * Added ByteBuffer overloads to the generated parsing methods and the Parser interface.\r\n * proto3 enum's getNumber() method now throws on UNRECOGNIZED values.\r\n * Output of JsonFormat is now locale independent.\r\n\r\n## Python\r\n * Added FindServiceByName() in the pure-Python DescriptorPool. This works only for descriptors added with DescriptorPool.Add(). Generated descriptor_pool does not support this yet.\r\n * Added a descriptor_pool parameter for parsing Any in text_format.Parse().\r\n * descriptor_pool.FindFileContainingSymbol() now is able to find nested extensions.\r\n * Extending empty [] to repeated field now sets parent message presence.\r\n\r\n## PHP\r\n * Added file option php_class_prefix. The prefix will be prepended to all generated classes defined in the file.\r\n * When encoding, negative int32 values are sign-extended to int64.\r\n * Repeated/Map field setter accepts a regular PHP array. Type checking is done on the array elements.\r\n * encode/decode are renamed to serializeToString/mergeFromString.\r\n * Added mergeFrom, clear method on Message.\r\n * Fixed a bug that oneof accessor didn’t return the field name that is actually set.\r\n * C extension now works with php7.\r\n * This is the first GA release of PHP. We guarantee that old generated code can always work with new runtime and new generated code.\r\n\r\n## Objective-C\r\n * Fixed help for GPBTimestamp for dates before the epoch that contain fractional seconds.\r\n * Added GPBMessageDropUnknownFieldsRecursively() to remove unknowns from a message and any sub messages.\r\n * Addressed a threading race in extension registration/lookup.\r\n * Increased the max message parsing depth to 100 to match the other languages.\r\n * Removed some use of dispatch_once in favor of atomic compare/set since it needs to be heap based.\r\n * Fixes for new Xcode 8.3 warnings.\r\n\r\n## C#\r\n * Fixed MapField.Values.CopyTo, which would throw an exception unnecessarily if provided exactly the right size of array to copy to.\r\n * Fixed enum JSON formatting when multiple names mapped to the same numeric value.\r\n * Added JSON formatting option to format enums as integers.\r\n * Modified RepeatedField to implement IReadOnlyList.\r\n * Introduced the start of custom option handling; it's not as pleasant as it might be, but the information is at least present. We expect to extend code generation to improve this in the future.\r\n * Introduced ByteString.FromStream and ByteString.FromStreamAsync to efficiently create a ByteString from a stream.\r\n * Added whole-message deprecation, which decorates the class with [Obsolete].\r\n\r\n## Ruby\r\n * Fixed Message#to_h for messages with map fields.\r\n * Fixed memcpy() in binary gems to work for old glibc, without breaking the build for non-glibc libc’s like musl.\r\n\r\n## Javascript\r\n * Added compatibility tests for version 3.0.0.\r\n * Added conformance tests.\r\n * Fixed serialization of extensions: we need to emit a value even if it is falsy (like the number 0).\r\n * Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript." - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/5291438", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/5291438/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/5291438/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.2.0", - "id": 5291438, - "node_id": "MDc6UmVsZWFzZTUyOTE0Mzg=", - "tag_name": "v3.2.0", - "target_commitish": "master", - "name": "Protocol Buffers v3.2.0", - "draft": false, - "author": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-01-27T23:03:40Z", - "published_at": "2017-02-17T19:53:08Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075410", - "id": 3075410, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTA=", - "name": "protobuf-cpp-3.2.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4148324, - "download_count": 32055, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-cpp-3.2.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075411", - "id": 3075411, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTE=", - "name": "protobuf-cpp-3.2.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5139444, - "download_count": 13605, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-cpp-3.2.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075412", - "id": 3075412, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTI=", - "name": "protobuf-csharp-3.2.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4440220, - "download_count": 736, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-csharp-3.2.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075413", - "id": 3075413, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTM=", - "name": "protobuf-csharp-3.2.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5575195, - "download_count": 3370, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-csharp-3.2.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075414", - "id": 3075414, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTQ=", - "name": "protobuf-java-3.2.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4599172, - "download_count": 4183, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-java-3.2.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075415", - "id": 3075415, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTU=", - "name": "protobuf-java-3.2.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5811811, - "download_count": 6630, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-java-3.2.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075418", - "id": 3075418, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTg=", - "name": "protobuf-js-3.2.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4237559, - "download_count": 2149, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-js-3.2.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075419", - "id": 3075419, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MTk=", - "name": "protobuf-js-3.2.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5270870, - "download_count": 1808, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-js-3.2.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075420", - "id": 3075420, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjA=", - "name": "protobuf-objectivec-3.2.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4585356, - "download_count": 903, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-objectivec-3.2.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075421", - "id": 3075421, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjE=", - "name": "protobuf-objectivec-3.2.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5747803, - "download_count": 1161, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-objectivec-3.2.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075422", - "id": 3075422, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjI=", - "name": "protobuf-php-3.2.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4399867, - "download_count": 1019, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-php-3.2.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075423", - "id": 3075423, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjM=", - "name": "protobuf-php-3.2.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5451037, - "download_count": 885, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-php-3.2.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075424", - "id": 3075424, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjQ=", - "name": "protobuf-python-3.2.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4422343, - "download_count": 9672, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-python-3.2.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075425", - "id": 3075425, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjU=", - "name": "protobuf-python-3.2.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5517969, - "download_count": 9190, - "created_at": "2017-01-28T02:28:31Z", - "updated_at": "2017-01-28T02:28:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-python-3.2.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075426", - "id": 3075426, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0MjY=", - "name": "protobuf-ruby-3.2.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4411454, - "download_count": 273, - "created_at": "2017-01-28T02:28:32Z", - "updated_at": "2017-01-28T02:28:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-ruby-3.2.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3075427", - "id": 3075427, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwNzU0Mjc=", - "name": "protobuf-ruby-3.2.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5448090, - "download_count": 278, - "created_at": "2017-01-28T02:28:32Z", - "updated_at": "2017-01-28T02:28:40Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protobuf-ruby-3.2.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089849", - "id": 3089849, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NDk=", - "name": "protoc-3.2.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1289753, - "download_count": 1252, - "created_at": "2017-01-30T18:32:24Z", - "updated_at": "2017-01-30T18:32:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089850", - "id": 3089850, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NTA=", - "name": "protoc-3.2.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1330859, - "download_count": 781697, - "created_at": "2017-01-30T18:32:24Z", - "updated_at": "2017-01-30T18:32:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089851", - "id": 3089851, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NTE=", - "name": "protoc-3.2.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1475588, - "download_count": 515, - "created_at": "2017-01-30T18:32:24Z", - "updated_at": "2017-01-30T18:32:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089852", - "id": 3089852, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NTI=", - "name": "protoc-3.2.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1425967, - "download_count": 88079, - "created_at": "2017-01-30T18:32:24Z", - "updated_at": "2017-01-30T18:32:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3089853", - "id": 3089853, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwODk4NTM=", - "name": "protoc-3.2.0-win32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1193879, - "download_count": 51344, - "created_at": "2017-01-30T18:32:24Z", - "updated_at": "2017-01-30T18:32:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0/protoc-3.2.0-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.2.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.2.0", - "body": "## General\n- Added protoc version number to protoc plugin protocol. It can be used by\n protoc plugin to detect which version of protoc is used with the plugin and\n mitigate known problems in certain version of protoc.\n\n## C++\n- The default parsing byte size limit has been raised from 64MB to 2GB.\n- Added rvalue setters for non-arena string fields.\n- Enabled debug logging for Android.\n- Fixed a double-free problem when using Reflection::SetAllocatedMessage()\n with extension fields.\n- Fixed several deterministic serialization bugs:\n- MessageLite::SerializeAsString() now respects the global deterministic\n serialization flag.\n- Extension fields are serialized deterministically as well. Fixed protocol\n compiler to correctly report importing-self as an error.\n- Fixed FileDescriptor::DebugString() to print custom options correctly.\n- Various performance/codesize optimizations and cleanups.\n\n## Java\n- The default parsing byte size limit has been raised from 64MB to 2GB.\n- Added recursion limit when parsing JSON.\n- Fixed a bug that enumType.getDescriptor().getOptions() doesn't have custom\n options.\n- Fixed generated code to support field numbers up to 2^29-1.\n\n## Python\n- You can now assign NumPy scalars/arrays (np.int32, np.int64) to protobuf\n fields, and assigning other numeric types has been optimized for\n performance.\n- Pure-Python: message types are now garbage-collectable.\n- Python/C++: a lot of internal cleanup/refactoring.\n\n## PHP (Alpha)\n- For 64-bit integers type (int64/uint64/sfixed64/fixed64/sint64), use PHP\n integer on 64-bit environment and PHP string on 32-bit environment.\n- PHP generated code also conforms to PSR-4 now.\n- Fixed ZTS build for c extension.\n- Fixed c extension build on Mac.\n- Fixed c extension build on 32-bit linux.\n- Fixed the bug that message without namespace is not found in the descriptor\n pool. (#2240)\n- Fixed the bug that repeated field is not iterable in c extension.\n- Message names Empty will be converted to GPBEmpty in generated code.\n- Added phpdoc in generated files.\n- The released API is almost stable. Unless there is large problem, we won't\n change it. See\n https://developers.google.com/protocol-buffers/docs/reference/php-generated\n for more details.\n\n## Objective-C\n- Added support for push/pop of the stream limit on CodedInputStream for\n anyone doing manual parsing.\n\n## C#\n- No changes.\n\n## Ruby\n- Message objects now support #respond_to? for field getters/setters.\n- You can now compare “message == non_message_object” and it will return false\n instead of throwing an exception.\n- JRuby: fixed #hashCode to properly reflect the values in the message.\n\n## Javascript\n- Deserialization of repeated fields no longer has quadratic performance\n behavior.\n- UTF-8 encoding/decoding now properly supports high codepoints.\n- Added convenience methods for some well-known types: Any, Struct, and\n Timestamp. These make it easier to convert data between native JavaScript\n types and the well-known protobuf types.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/5200729", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/5200729/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/5200729/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.2.0rc2", - "id": 5200729, - "node_id": "MDc6UmVsZWFzZTUyMDA3Mjk=", - "tag_name": "v3.2.0rc2", - "target_commitish": "master", - "name": "Protocol Buffers v3.2.0rc2", - "draft": false, - "author": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2017-01-18T23:14:38Z", - "published_at": "2017-01-19T01:25:37Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016879", - "id": 3016879, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4Nzk=", - "name": "protobuf-cpp-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4147791, - "download_count": 1500, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-cpp-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016880", - "id": 3016880, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODA=", - "name": "protobuf-cpp-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5144659, - "download_count": 1424, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-cpp-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016881", - "id": 3016881, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODE=", - "name": "protobuf-csharp-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4440148, - "download_count": 252, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-csharp-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016882", - "id": 3016882, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODI=", - "name": "protobuf-csharp-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5581363, - "download_count": 478, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-csharp-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016883", - "id": 3016883, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODM=", - "name": "protobuf-java-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4598801, - "download_count": 431, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:32Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-java-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016884", - "id": 3016884, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODQ=", - "name": "protobuf-java-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5818304, - "download_count": 776, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-java-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016885", - "id": 3016885, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODU=", - "name": "protobuf-javanano-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4217007, - "download_count": 166, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-javanano-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016886", - "id": 3016886, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODY=", - "name": "protobuf-javanano-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5256002, - "download_count": 180, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-javanano-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016887", - "id": 3016887, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODc=", - "name": "protobuf-js-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4237496, - "download_count": 187, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-js-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016888", - "id": 3016888, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODg=", - "name": "protobuf-js-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5276389, - "download_count": 260, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-js-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016889", - "id": 3016889, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4ODk=", - "name": "protobuf-objectivec-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4585081, - "download_count": 173, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-objectivec-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016890", - "id": 3016890, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTA=", - "name": "protobuf-objectivec-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5754275, - "download_count": 195, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:35Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-objectivec-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016891", - "id": 3016891, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTE=", - "name": "protobuf-php-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4399466, - "download_count": 213, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-php-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016892", - "id": 3016892, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTI=", - "name": "protobuf-php-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5456855, - "download_count": 228, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-php-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016893", - "id": 3016893, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTM=", - "name": "protobuf-python-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4422603, - "download_count": 1215, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-python-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016894", - "id": 3016894, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTQ=", - "name": "protobuf-python-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5523810, - "download_count": 1157, - "created_at": "2017-01-19T00:52:28Z", - "updated_at": "2017-01-19T00:52:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-python-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016895", - "id": 3016895, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTU=", - "name": "protobuf-ruby-3.2.0rc2.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4402385, - "download_count": 152, - "created_at": "2017-01-19T00:52:29Z", - "updated_at": "2017-01-19T00:52:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-ruby-3.2.0rc2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3016896", - "id": 3016896, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTY4OTY=", - "name": "protobuf-ruby-3.2.0rc2.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5444899, - "download_count": 148, - "created_at": "2017-01-19T00:52:29Z", - "updated_at": "2017-01-19T00:52:38Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protobuf-ruby-3.2.0rc2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017023", - "id": 3017023, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjM=", - "name": "protoc-3.2.0rc2-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1289753, - "download_count": 218, - "created_at": "2017-01-19T01:25:24Z", - "updated_at": "2017-01-19T01:25:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017024", - "id": 3017024, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjQ=", - "name": "protoc-3.2.0rc2-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1330859, - "download_count": 7421, - "created_at": "2017-01-19T01:25:24Z", - "updated_at": "2017-01-19T01:25:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017025", - "id": 3017025, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjU=", - "name": "protoc-3.2.0rc2-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1475588, - "download_count": 170, - "created_at": "2017-01-19T01:25:24Z", - "updated_at": "2017-01-19T01:25:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017026", - "id": 3017026, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjY=", - "name": "protoc-3.2.0rc2-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1425967, - "download_count": 843, - "created_at": "2017-01-19T01:25:24Z", - "updated_at": "2017-01-19T01:25:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/3017027", - "id": 3017027, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMwMTcwMjc=", - "name": "protoc-3.2.0rc2-win32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1193876, - "download_count": 2175, - "created_at": "2017-01-19T01:25:24Z", - "updated_at": "2017-01-19T01:25:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.2.0rc2/protoc-3.2.0rc2-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.2.0rc2", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.2.0rc2", - "body": "Release candidate for v3.2.0.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/4219533", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/4219533/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/4219533/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.1.0", - "id": 4219533, - "node_id": "MDc6UmVsZWFzZTQyMTk1MzM=", - "tag_name": "v3.1.0", - "target_commitish": "3.1.x", - "name": "Protocol Buffers v3.1.0", - "draft": false, - "author": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-09-24T02:12:45Z", - "published_at": "2016-09-24T02:39:45Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368385", - "id": 2368385, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODU=", - "name": "protobuf-cpp-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4109863, - "download_count": 354545, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-cpp-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368388", - "id": 2368388, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODg=", - "name": "protobuf-cpp-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5089433, - "download_count": 18638, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-cpp-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368384", - "id": 2368384, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODQ=", - "name": "protobuf-csharp-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4400099, - "download_count": 1561, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-csharp-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368389", - "id": 2368389, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODk=", - "name": "protobuf-csharp-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5521752, - "download_count": 3121, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-csharp-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368386", - "id": 2368386, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODY=", - "name": "protobuf-java-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4557846, - "download_count": 4488, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-java-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368387", - "id": 2368387, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzODc=", - "name": "protobuf-java-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5758590, - "download_count": 7661, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-java-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368393", - "id": 2368393, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTM=", - "name": "protobuf-javanano-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4178575, - "download_count": 1078, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:12Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-javanano-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368394", - "id": 2368394, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTQ=", - "name": "protobuf-javanano-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5200448, - "download_count": 889, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:13Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-javanano-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368390", - "id": 2368390, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTA=", - "name": "protobuf-js-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4195734, - "download_count": 1923, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-js-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368391", - "id": 2368391, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTE=", - "name": "protobuf-js-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5215181, - "download_count": 1963, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:11Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-js-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368392", - "id": 2368392, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTI=", - "name": "protobuf-objectivec-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4542396, - "download_count": 776, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:12Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-objectivec-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368395", - "id": 2368395, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTU=", - "name": "protobuf-objectivec-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5690237, - "download_count": 1542, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:14Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-objectivec-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368396", - "id": 2368396, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTY=", - "name": "protobuf-php-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4344388, - "download_count": 899, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:14Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-php-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368400", - "id": 2368400, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjg0MDA=", - "name": "protobuf-php-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5365714, - "download_count": 934, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:18Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-php-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368397", - "id": 2368397, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTc=", - "name": "protobuf-python-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4377622, - "download_count": 20873, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:15Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-python-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368399", - "id": 2368399, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTk=", - "name": "protobuf-python-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5461413, - "download_count": 5235, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:15Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-python-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368398", - "id": 2368398, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjgzOTg=", - "name": "protobuf-ruby-3.1.0.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4364631, - "download_count": 429, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:14Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-ruby-3.1.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2368401", - "id": 2368401, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzNjg0MDE=", - "name": "protobuf-ruby-3.1.0.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5389485, - "download_count": 354, - "created_at": "2016-09-24T02:30:05Z", - "updated_at": "2016-09-24T02:30:19Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protobuf-ruby-3.1.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380449", - "id": 2380449, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NDk=", - "name": "protoc-3.1.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1246949, - "download_count": 1172, - "created_at": "2016-09-27T00:17:03Z", - "updated_at": "2016-09-27T00:17:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380453", - "id": 2380453, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NTM=", - "name": "protoc-3.1.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1287347, - "download_count": 836096, - "created_at": "2016-09-27T00:17:03Z", - "updated_at": "2016-09-27T00:17:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380452", - "id": 2380452, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NTI=", - "name": "protoc-3.1.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1458268, - "download_count": 545, - "created_at": "2016-09-27T00:17:03Z", - "updated_at": "2016-09-27T00:17:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380450", - "id": 2380450, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NTA=", - "name": "protoc-3.1.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1405142, - "download_count": 18036, - "created_at": "2016-09-27T00:17:03Z", - "updated_at": "2016-09-27T00:17:04Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2380451", - "id": 2380451, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIzODA0NTE=", - "name": "protoc-3.1.0-win32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1188785, - "download_count": 22310, - "created_at": "2016-09-27T00:17:03Z", - "updated_at": "2016-09-27T00:17:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.1.0/protoc-3.1.0-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.1.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.1.0", - "body": "## General\n- Proto3 support in PHP (alpha).\n- Various bug fixes.\n\n## C++\n- Added MessageLite::ByteSizeLong() that’s equivalent to\n MessageLite::ByteSize() but returns the value in size_t. Useful to check\n whether a message is over the 2G size limit that protobuf can support.\n- Moved default_instances to global variables. This allows default_instance\n addresses to be known at compile time.\n- Adding missing generic gcc 64-bit atomicops.\n- Restore New*Callback into google::protobuf namespace since these are used\n by the service stubs code\n- JSON support.\n - Fixed some conformance issues.\n- Fixed a JSON serialization bug for bytes fields.\n\n## Java\n- Fixed a bug in TextFormat that doesn’t accept empty repeated fields (i.e.,\n “field: [ ]”).\n- JSON support\n - Fixed JsonFormat to do correct snake_case-to-camelCase conversion for\n non-style-conforming field names.\n - Fixed JsonFormat to parse empty Any message correctly.\n - Added an option to JsonFormat.Parser to ignore unknown fields.\n- Experimental API\n - Added UnsafeByteOperations.unsafeWrap(byte[]) to wrap a byte array into\n ByteString without copy.\n\n## Python\n- JSON support\n - Fixed some conformance issues.\n\n## PHP (Alpha)\n- We have added the proto3 support for PHP via both a pure PHP package and a\n native c extension. The pure PHP package is intended to provide usability\n to wider range of PHP platforms, while the c extension is intended to\n provide higher performance. Both implementations provide the same runtime\n APIs and share the same generated code. Users don’t need to re-generate\n code for the same proto definition when they want to switch the\n implementation later. The pure PHP package is included in the php/src\n directory, and the c extension is included in the php/ext directory. \n \n Both implementations provide idiomatic PHP APIs:\n - All messages and enums are defined as PHP classes.\n - All message fields can only be accessed via getter/setter.\n - Both repeated field elements and map elements are stored in containers\n that act like a normal PHP array.\n \n Unlike several existing third-party PHP implementations for protobuf, our\n implementations are built on a \"strongly-typed\" philosophy: message fields\n and array/map containers will throw exceptions eagerly when values of the\n incorrect type (not including those that can be type converted, e.g.,\n double <-> integer <-> numeric string) are inserted.\n \n Currently, pure PHP runtime supports php5.5, 5.6 and 7 on linux. C\n extension runtime supports php5.5 and 5.6 on linux.\n \n See php/README.md for more details about installment. See\n https://developers.google.com/protocol-buffers/docs/phptutorial for more\n details about APIs.\n\n## Objective-C\n- Helpers are now provided for working the the Any well known type (see\n GPBWellKnownTypes.h for the api additions).\n- Some improvements in startup code (especially when extensions aren’t used).\n\n## Javascript\n- Fixed missing import of jspb.Map\n- Fixed valueWriterFn variable name\n\n## Ruby\n- Fixed hash computation for JRuby's RubyMessage\n- Make sure map parsing frames are GC-rooted.\n- Added API support for well-known types.\n\n## C#\n- Removed check on dependency in the C# reflection API.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/4065428", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/4065428/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/4065428/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.2", - "id": 4065428, - "node_id": "MDc6UmVsZWFzZTQwNjU0Mjg=", - "tag_name": "v3.0.2", - "target_commitish": "3.0.x", - "name": "Protocol Buffers v3.0.2", - "draft": false, - "author": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-09-06T22:40:51Z", - "published_at": "2016-09-06T22:54:42Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267854", - "id": 2267854, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTQ=", - "name": "protobuf-cpp-3.0.2.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4077714, - "download_count": 12606, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-cpp-3.0.2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267847", - "id": 2267847, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDc=", - "name": "protobuf-cpp-3.0.2.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5041514, - "download_count": 2742, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-cpp-3.0.2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267853", - "id": 2267853, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTM=", - "name": "protobuf-csharp-3.0.2.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4364571, - "download_count": 341, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-csharp-3.0.2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267842", - "id": 2267842, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDI=", - "name": "protobuf-csharp-3.0.2.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5472818, - "download_count": 881, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-csharp-3.0.2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267852", - "id": 2267852, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTI=", - "name": "protobuf-java-3.0.2.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4519235, - "download_count": 1105, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-java-3.0.2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267841", - "id": 2267841, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDE=", - "name": "protobuf-java-3.0.2.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5700286, - "download_count": 1718, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-java-3.0.2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267848", - "id": 2267848, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDg=", - "name": "protobuf-js-3.0.2.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4160840, - "download_count": 582, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-js-3.0.2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267845", - "id": 2267845, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDU=", - "name": "protobuf-js-3.0.2.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5163086, - "download_count": 470, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-js-3.0.2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267849", - "id": 2267849, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDk=", - "name": "protobuf-objectivec-3.0.2.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4504414, - "download_count": 287, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-objectivec-3.0.2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267844", - "id": 2267844, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDQ=", - "name": "protobuf-objectivec-3.0.2.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5625211, - "download_count": 380, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-objectivec-3.0.2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267851", - "id": 2267851, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTE=", - "name": "protobuf-python-3.0.2.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4341362, - "download_count": 3850, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:28Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-python-3.0.2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267846", - "id": 2267846, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDY=", - "name": "protobuf-python-3.0.2.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5404825, - "download_count": 11089, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-python-3.0.2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267850", - "id": 2267850, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NTA=", - "name": "protobuf-ruby-3.0.2.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4330600, - "download_count": 200, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-ruby-3.0.2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2267843", - "id": 2267843, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNjc4NDM=", - "name": "protobuf-ruby-3.0.2.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5338051, - "download_count": 170, - "created_at": "2016-09-06T22:54:21Z", - "updated_at": "2016-09-06T22:54:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protobuf-ruby-3.0.2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272522", - "id": 2272522, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjI=", - "name": "protoc-3.0.2-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1258450, - "download_count": 406, - "created_at": "2016-09-07T17:05:57Z", - "updated_at": "2016-09-07T17:06:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272521", - "id": 2272521, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjE=", - "name": "protoc-3.0.2-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1297257, - "download_count": 122955, - "created_at": "2016-09-07T17:05:57Z", - "updated_at": "2016-09-07T17:06:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272524", - "id": 2272524, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjQ=", - "name": "protoc-3.0.2-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1422393, - "download_count": 218, - "created_at": "2016-09-07T17:05:57Z", - "updated_at": "2016-09-07T17:06:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272525", - "id": 2272525, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjU=", - "name": "protoc-3.0.2-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1369223, - "download_count": 10234, - "created_at": "2016-09-07T17:05:57Z", - "updated_at": "2016-09-07T17:06:08Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2272523", - "id": 2272523, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIyNzI1MjM=", - "name": "protoc-3.0.2-win32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1166025, - "download_count": 6358, - "created_at": "2016-09-07T17:05:57Z", - "updated_at": "2016-09-07T17:06:04Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.2/protoc-3.0.2-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.2", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.2", - "body": "## General\n- Various bug fixes.\n\n## Objective C\n- Fix for oneofs in proto3 syntax files where fields were set to the zero\n value.\n- Fix for embedded null character in strings.\n- CocoaDocs support\n\n## Ruby\n- Fixed memory corruption bug in parsing that could occur under GC pressure.\n\n## Javascript\n- jspb.Map is now properly exported to CommonJS modules.\n\n## C#\n- Removed legacy_enum_values flag.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3757284", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3757284/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/3757284/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0", - "id": 3757284, - "node_id": "MDc6UmVsZWFzZTM3NTcyODQ=", - "tag_name": "v3.0.0", - "target_commitish": "3.0.0-GA", - "name": "Protocol Buffers v3.0.0", - "draft": false, - "author": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-07-27T21:40:30Z", - "published_at": "2016-07-28T05:03:44Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058282", - "id": 2058282, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyODI=", - "name": "protobuf-cpp-3.0.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4075839, - "download_count": 77247, - "created_at": "2016-07-28T05:03:15Z", - "updated_at": "2016-07-28T05:03:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-cpp-3.0.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058275", - "id": 2058275, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzU=", - "name": "protobuf-cpp-3.0.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5038816, - "download_count": 18638, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-cpp-3.0.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058283", - "id": 2058283, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyODM=", - "name": "protobuf-csharp-3.0.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4362759, - "download_count": 1519, - "created_at": "2016-07-28T05:03:15Z", - "updated_at": "2016-07-28T05:03:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-csharp-3.0.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058274", - "id": 2058274, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzQ=", - "name": "protobuf-csharp-3.0.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5470033, - "download_count": 5642, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:21Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-csharp-3.0.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058280", - "id": 2058280, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyODA=", - "name": "protobuf-java-3.0.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4517208, - "download_count": 6973, - "created_at": "2016-07-28T05:03:15Z", - "updated_at": "2016-07-28T05:03:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-java-3.0.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058271", - "id": 2058271, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzE=", - "name": "protobuf-java-3.0.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5697581, - "download_count": 13342, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:19Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-java-3.0.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058279", - "id": 2058279, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzk=", - "name": "protobuf-js-3.0.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4158764, - "download_count": 1268, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-js-3.0.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058268", - "id": 2058268, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNjg=", - "name": "protobuf-js-3.0.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5160378, - "download_count": 2282, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:16Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-js-3.0.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067174", - "id": 2067174, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzQ=", - "name": "protobuf-lite-3.0.1-sources.jar", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-java-archive", - "state": "uploaded", - "size": 500270, - "download_count": 783, - "created_at": "2016-07-29T16:59:04Z", - "updated_at": "2016-07-29T16:59:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-lite-3.0.1-sources.jar" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058277", - "id": 2058277, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzc=", - "name": "protobuf-objectivec-3.0.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4487992, - "download_count": 866, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:23Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-objectivec-3.0.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058273", - "id": 2058273, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzM=", - "name": "protobuf-objectivec-3.0.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5608546, - "download_count": 1384, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:20Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-objectivec-3.0.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058276", - "id": 2058276, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzY=", - "name": "protobuf-python-3.0.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4339278, - "download_count": 161947, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-python-3.0.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058272", - "id": 2058272, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzI=", - "name": "protobuf-python-3.0.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5401909, - "download_count": 10434, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:17Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-python-3.0.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058278", - "id": 2058278, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNzg=", - "name": "protobuf-ruby-3.0.0.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4328117, - "download_count": 624, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:24Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-ruby-3.0.0.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2058269", - "id": 2058269, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNTgyNjk=", - "name": "protobuf-ruby-3.0.0.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5334911, - "download_count": 541, - "created_at": "2016-07-28T05:03:14Z", - "updated_at": "2016-07-28T05:03:17Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protobuf-ruby-3.0.0.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2062561", - "id": 2062561, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjI1NjE=", - "name": "protoc-3.0.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1257713, - "download_count": 2104, - "created_at": "2016-07-28T20:54:17Z", - "updated_at": "2016-07-28T20:54:19Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2062560", - "id": 2062560, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjI1NjA=", - "name": "protoc-3.0.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1296281, - "download_count": 208190, - "created_at": "2016-07-28T20:54:17Z", - "updated_at": "2016-07-28T20:54:18Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2062562", - "id": 2062562, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjI1NjI=", - "name": "protoc-3.0.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1421215, - "download_count": 756, - "created_at": "2016-07-28T20:54:17Z", - "updated_at": "2016-07-28T20:54:19Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2062559", - "id": 2062559, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjI1NTk=", - "name": "protoc-3.0.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1369203, - "download_count": 16456, - "created_at": "2016-07-28T20:54:17Z", - "updated_at": "2016-07-28T20:54:18Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067374", - "id": 2067374, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjczNzQ=", - "name": "protoc-3.0.0-win32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1165663, - "download_count": 28990, - "created_at": "2016-07-29T17:52:52Z", - "updated_at": "2016-07-29T17:52:53Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-3.0.0-win32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067178", - "id": 2067178, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzg=", - "name": "protoc-gen-javalite-3.0.0-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 823037, - "download_count": 341, - "created_at": "2016-07-29T16:59:30Z", - "updated_at": "2016-07-29T16:59:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067175", - "id": 2067175, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzU=", - "name": "protoc-gen-javalite-3.0.0-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 843176, - "download_count": 878, - "created_at": "2016-07-29T16:59:30Z", - "updated_at": "2016-07-29T16:59:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067179", - "id": 2067179, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzk=", - "name": "protoc-gen-javalite-3.0.0-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 841851, - "download_count": 329, - "created_at": "2016-07-29T16:59:30Z", - "updated_at": "2016-07-29T16:59:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067177", - "id": 2067177, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjcxNzc=", - "name": "protoc-gen-javalite-3.0.0-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 816051, - "download_count": 940, - "created_at": "2016-07-29T16:59:30Z", - "updated_at": "2016-07-29T16:59:31Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2067376", - "id": 2067376, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwNjczNzY=", - "name": "protoc-gen-javalite-3.0.0-win32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 766116, - "download_count": 2366, - "created_at": "2016-07-29T17:53:51Z", - "updated_at": "2016-07-29T17:53:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0/protoc-gen-javalite-3.0.0-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0", - "body": "# Version 3.0.0\n\nThis change log summarizes all the changes since the last stable release\n(v2.6.1). See the last section about changes since v3.0.0-beta-4.\n\n## Proto3\n- Introduced Protocol Buffers language version 3 (aka proto3).\n \n When protocol buffers was initially open sourced it implemented Protocol\n Buffers language version 2 (aka proto2), which is why the version number\n started from v2.0.0. From v3.0.0, a new language version (proto3) is\n introduced while the old version (proto2) will continue to be supported.\n \n The main intent of introducing proto3 is to clean up protobuf before pushing\n the language as the foundation of Google's new API platform. In proto3, the\n language is simplified, both for ease of use and to make it available in a\n wider range of programming languages. At the same time a few features are\n added to better support common idioms found in APIs.\n \n The following are the main new features in language version 3:\n 1. Removal of field presence logic for primitive value fields, removal of\n required fields, and removal of default values. This makes proto3\n significantly easier to implement with open struct representations, as\n in languages like Android Java, Objective C, or Go.\n 2. Removal of unknown fields.\n 3. Removal of extensions, which are instead replaced by a new standard\n type called Any.\n 4. Fix semantics for unknown enum values.\n 5. Addition of maps (back-ported to proto2)\n 6. Addition of a small set of standard types for representation of time,\n dynamic data, etc (back-ported to proto2)\n 7. A well-defined encoding in JSON as an alternative to binary proto\n encoding.\n \n A new notion \"syntax\" is introduced to specify whether a .proto file\n uses proto2 or proto3:\n \n ```\n // foo.proto\n syntax = \"proto3\";\n message Bar {...}\n ```\n \n If omitted, the protocol buffer compiler generates a warning and \"proto2\" is\n used as the default. This warning will be turned into an error in a future\n release.\n \n We recommend that new Protocol Buffers users use proto3. However, we do not\n generally recommend that existing users migrate from proto2 from proto3 due\n to API incompatibility, and we will continue to support proto2 for a long\n time.\n \n Other significant changes in proto3.\n- Explicit \"optional\" keyword are disallowed in proto3 syntax, as fields are\n optional by default; required fields are no longer supported.\n- Removed non-zero default values and field presence logic for non-message\n fields. e.g. has_xxx() methods are removed; primitive fields set to default\n values (0 for numeric fields, empty for string/bytes fields) will be skipped\n during serialization.\n- Group fields are no longer supported in proto3 syntax.\n- Changed repeated primitive fields to use packed serialization by default in\n proto3 (implemented for C++, Java, Python in this release). The user can\n still disable packed serialization by setting packed to false for now.\n- Added well-known type protos (any.proto, empty.proto, timestamp.proto,\n duration.proto, etc.). Users can import and use these protos just like\n regular proto files. Additional runtime support are available for each\n language.\n- Proto3 JSON is supported in several languages (fully supported in C++, Java,\n Python and C# partially supported in Ruby). The JSON spec is defined in the\n proto3 language guide:\n \n https://developers.google.com/protocol-buffers/docs/proto3#json\n \n We will publish a more detailed spec to define the exact behavior of\n proto3-conformant JSON serializers and parsers. Until then, do not rely\n on specific behaviors of the implementation if it’s not documented in\n the above spec.\n- Proto3 enforces strict UTF-8 checking. Parsing will fail if a string\n field contains non UTF-8 data.\n\n## General\n- Introduced new language implementations (C#, JavaScript, Ruby, Objective-C)\n to proto3.\n- Added support for map fields (implemented in both proto2 and proto3).\n Map fields can be declared using the following syntax:\n \n ```\n message Foo {\n map values = 1;\n }\n ```\n \n The data of a map field is stored in memory as an unordered map and\n can be accessed through generated accessors.\n- Added a \"reserved\" keyword in both proto2 and proto3 syntax. Users can use\n this keyword to declare reserved field numbers and names to prevent them\n from being reused by other fields in the same message.\n \n To reserve field numbers, add a reserved declaration in your message:\n \n ```\n message TestMessage {\n reserved 2, 15, 9 to 11, 3;\n }\n ```\n \n This reserves field numbers 2, 3, 9, 10, 11 and 15. If a user uses any of\n these as field numbers, the protocol buffer compiler will report an error.\n \n Field names can also be reserved:\n \n ```\n message TestMessage {\n reserved \"foo\", \"bar\";\n }\n ```\n- Added a deterministic serialization API (currently available in C++). The\n deterministic serialization guarantees that given a binary, equal messages\n will be serialized to the same bytes. This allows applications like\n MapReduce to group equal messages based on the serialized bytes. The\n deterministic serialization is, however, NOT canonical across languages; it\n is also unstable across different builds with schema changes due to unknown\n fields. Users who need canonical serialization, e.g. persistent storage in\n a canonical form, fingerprinting, etc, should define their own\n canonicalization specification and implement the serializer using reflection\n APIs rather than relying on this API.\n- Added a new field option \"json_name\". By default proto field names are\n converted to \"lowerCamelCase\" in proto3 JSON format. This option can be\n used to override this behavior and specify a different JSON name for the\n field.\n- Added conformance tests to ensure implementations are following proto3 JSON\n specification.\n\n## C++\n- Added arena allocation support (for both proto2 and proto3).\n \n Profiling shows memory allocation and deallocation constitutes a significant\n fraction of CPU-time spent in protobuf code and arena allocation is a\n technique introduced to reduce this cost. With arena allocation, new\n objects are allocated from a large piece of preallocated memory and\n deallocation of these objects is almost free. Early adoption shows 20% to\n 50% improvement in some Google binaries.\n \n To enable arena support, add the following option to your .proto file:\n \n ```\n option cc_enable_arenas = true;\n ```\n \n The protocol buffer compiler will generate additional code to make the generated\n message classes work with arenas. This does not change the existing API\n of protobuf messages and does not affect wire format. Your existing code\n should continue to work after adding this option. In the future we will\n make this option enabled by default.\n \n To actually take advantage of arena allocation, you need to use the arena\n APIs when creating messages. A quick example of using the arena API:\n \n ```\n {\n google::protobuf::Arena arena;\n // Allocate a protobuf message in the arena.\n MyMessage* message = Arena::CreateMessage(&arena);\n // All submessages will be allocated in the same arena.\n if (!message->ParseFromString(data)) {\n // Deal with malformed input data.\n }\n // Must not delete the message here. It will be deleted automatically\n // when the arena is destroyed.\n }\n ```\n \n Currently arena allocation does not work with map fields. Enabling arenas in a .proto\n file containing map fields will result in compile errors in the generated\n code. This will be addressed in a future release.\n- Added runtime support for the Any type. To use Any in your proto file, first\n import the definition of Any:\n \n ```\n // foo.proto\n import \"google/protobuf/any.proto\";\n message Foo {\n google.protobuf.Any any_field = 1;\n }\n message Bar {\n int32 value = 1;\n }\n ```\n \n Then in C++ you can access the Any field using PackFrom()/UnpackTo()\n methods:\n \n ```\n Foo foo;\n Bar bar = ...;\n foo.mutable_any_field()->PackFrom(bar);\n ...\n if (foo.any_field().IsType()) {\n foo.any_field().UnpackTo(&bar);\n ...\n }\n ```\n- In text format, the entries of a map field will be sorted by key.\n- Introduced new utility functions/classes in the google/protobuf/util\n directory:\n - MessageDifferencer: compare two proto messages and report their\n differences.\n - JsonUtil: support converting protobuf binary format to/from JSON.\n - TimeUtil: utility functions to work with well-known types Timestamp\n and Duration.\n - FieldMaskUtil: utility functions to work with FieldMask.\n- Introduced a deterministic serialization API in\n CodedOutputStream::SetSerializationDeterministic(bool). See the notes about\n deterministic serialization in the General section.\n\n## Java\n- Introduced a new util package that will be distributed as a separate\n artifact in maven. It contains:\n - JsonFormat: convert proto messages to/from JSON.\n - Timestamps/Durations: utility functions to work with Timestamp and Duration.\n - FieldMaskUtil: utility functions to work with FieldMask.\n- Introduced an ExperimentalApi annotation. Annotated APIs are experimental\n and are subject to change in a backward incompatible way in future releases.\n- Introduced zero-copy serialization as an ExperimentalApi\n - Introduction of the `ByteOutput` interface. This is similar to\n `OutputStream` but provides semantics for lazy writing (i.e. no\n immediate copy required) of fields that are considered to be immutable.\n - `ByteString` now supports writing to a `ByteOutput`, which will directly\n expose the internals of the `ByteString` (i.e. `byte[]` or `ByteBuffer`)\n to the `ByteOutput` without copying.\n - `CodedOutputStream` now supports writing to a `ByteOutput`. `ByteString`\n instances that are too large to fit in the internal buffer will be\n (lazily) written to the `ByteOutput` directly.\n - This allows applications using large `ByteString` fields to avoid\n duplication of these fields entirely. Such an application can supply a\n `ByteOutput` that chains together the chunks received from\n `CodedOutputStream` before forwarding them onto the IO system.\n- Other related changes to `CodedOutputStream`\n - Additional use of `sun.misc.Unsafe` where possible to perform fast\n access to `byte[]` and `ByteBuffer` values and avoiding unnecessary\n range checking.\n - `ByteBuffer`-backed `CodedOutputStream` now writes directly to the\n `ByteBuffer` rather than to an intermediate array.\n- Performance optimizations for String fields serialization.\n- The static PARSER in each generated message is deprecated, and it will\n be removed in a future release. A static parser() getter is generated\n for each message type instead.\n- File option \"java_generate_equals_and_hash\" is now deprecated. equals() and\n hashCode() methods are generated by default.\n\n## Python\n- Python has received several updates, most notably support for proto3\n semantics in any .proto file that declares syntax=\"proto3\".\n Messages declared in proto3 files no longer represent field presence\n for scalar fields (number, enums, booleans, or strings). You can\n no longer call HasField() for such fields, and they are serialized\n based on whether they have a non-zero/empty/false value.\n- One other notable change is in the C++-accelerated implementation.\n Descriptor objects (which describe the protobuf schema and allow\n reflection over it) are no longer duplicated between the Python\n and C++ layers. The Python descriptors are now simple wrappers\n around the C++ descriptors. This change should significantly\n reduce the memory usage of programs that use a lot of message\n types.\n- Added map support.\n - maps now have a dict-like interface (msg.map_field[key] = value)\n - existing code that modifies maps via the repeated field interface\n will need to be updated.\n- Added proto3 JSON format utility. It includes support for all field types and a few well-known types.\n- Added runtime support for Any, Timestamp, Duration and FieldMask.\n- \"[ ]\" is now accepted for repeated scalar fields in text format parser.\n- Removed legacy Python 2.5 support.\n- Moved to a single Python 2.x/3.x-compatible codebase\n\n## Ruby\n- We have added proto3 support for Ruby via a native C/JRuby extension.\n \n For the moment we only support proto3. Proto2 support is planned, but not\n yet implemented. Proto3 JSON is supported, but the special JSON mappings\n for the well-known types are not yet implemented.\n \n The Ruby extension itself is included in the ruby/ directory, and details on\n building and installing the extension are in ruby/README.md. The extension\n is also be published as a Ruby gem. Code generator support is included as\n part of `protoc` with the `--ruby_out` flag.\n \n The Ruby extension implements a user-friendly DSL to define message types\n (also generated by the code generator from `.proto` files). Once a message\n type is defined, the user may create instances of the message that behave in\n ways idiomatic to Ruby. For example:\n - Message fields are present as ordinary Ruby properties (getter method\n `foo` and setter method `foo=`).\n - Repeated field elements are stored in a container that acts like a native\n Ruby array, and map elements are stored in a container that acts like a\n native Ruby hashmap.\n - The usual well-known methods, such as `#to_s`, `#dup`, and the like, are\n present.\n \n Unlike several existing third-party Ruby extensions for protobuf, this\n extension is built on a \"strongly-typed\" philosophy: message fields and\n array/map containers will throw exceptions eagerly when values of the\n incorrect type are inserted.\n \n See ruby/README.md for details.\n\n## Objective-C\n- Objective-C includes a code generator and a native objective-c runtime\n library. By adding “--objc_out” to protoc, the code generator will generate\n a header(_.pbobjc.h) and an implementation file(_.pbobjc.m) for each proto\n file.\n \n In this first release, the generated interface provides: enums, messages,\n field support(single, repeated, map, oneof), proto2 and proto3 syntax\n support, parsing and serialization. It’s compatible with ARC and non-ARC\n usage. In addition, users can access it via the swift bridging header.\n\n## C#\n- C# support is derived from the project at\n https://github.com/jskeet/protobuf-csharp-port, which is now in maintenance mode.\n- The primary differences between the previous project and the proto3 version are that\n message types are now mutable, and the codegen is integrated in protoc\n- There are two NuGet packages: Google.Protobuf (the support library) and\n Google.Protobuf.Tools (containing protoc)\n- Target platforms now .NET 4.5, selected portable subsets and .NET Core.\n- Null values are used to represent \"no value\" for message type fields, and for wrapper\n types such as Int32Value which map to C# nullable value types.\n- Proto3 semantics supported; proto2 files are prohibited for C# codegen.\n- Enum values are PascalCased, and if there's a prefix which matches the\n name of the enum, that is removed (so an enum `COLOR` with a value\n `COLOR_LIGHT_GRAY` would generate a value of just `LightGray`).\n\n## JavaScript\n- Added proto2/proto3 support for JavaScript. The runtime is written in pure\n JavaScript and works in browsers and in Node.js. To generate JavaScript\n code for your proto, invoke protoc with \"--js_out\". See js/README.md\n for more build instructions.\n- JavaScript has support for binary protobuf format, but not proto3 JSON.\n There is also no support for reflection, since the code size impacts from this\n are often not the right choice for the browser.\n- There is support for both CommonJS imports and Closure `goog.require()`.\n\n## Lite\n- Supported Proto3 lite-runtime in Java for mobile platforms.\n A new \"lite\" generator parameter was introduced in the protoc for C++ for\n Proto3 syntax messages. Example usage:\n \n ```\n ./protoc --cpp_out=lite:$OUTPUT_PATH foo.proto\n ```\n \n The protoc will treat the current input and all the transitive dependencies\n as LITE. The same generator parameter must be used to generate the\n dependencies.\n \n In Proto3 syntax files, \"optimized_for=LITE_RUNTIME\" is no longer supported.\n \n For Java, --javalite_out code generator is supported as a separate compiler\n plugin in a separate branch.\n- Performance optimizations for Java Lite runtime on Android:\n - Reduced allocations\n - Reduced method overhead after ProGuarding\n - Reduced code size after ProGuarding\n- Java Lite protos now implement deep equals/hashCode/toString\n\n## Compatibility Notice\n- v3.0.0 is the first API stable release of the v3.x series. We do not expect\n any future API breaking changes.\n- For C++, Java Lite and Objective-C, source level compatibility is\n guaranteed. Upgrading from v3.0.0 to newer minor version releases will be\n source compatible. For example, if your code compiles against protobuf\n v3.0.0, it will continue to compile after you upgrade protobuf library to\n v3.1.0.\n- For other languages, both source level compatibility and binary level\n compatibility are guaranteed. For example, if you have a Java binary built\n against protobuf v3.0.0. After switching the protobuf runtime binary to\n v3.1.0, your built binary should continue to work.\n- Compatibility is only guaranteed for documented API and documented\n behaviors. If you are using undocumented API (e.g., use anything in the C++\n internal namespace), it can be broken by minor version releases in an\n undetermined manner.\n\n## Changes since v3.0.0-beta-4\n\n### Ruby\n- When you assign a string field `a.string_field = “X”`, we now call\n #encode(UTF-8) on the string and freeze the copy. This saves you from\n needing to ensure the string is already encoded as UTF-8. It also prevents\n you from mutating the string after it has been assigned (this is how we\n ensure it stays valid UTF-8).\n- The generated file for `foo.proto` is now `foo_pb.rb` instead of just\n `foo.rb`. This makes it easier to see which imports/requires are from\n protobuf generated code, and also prevents conflicts with any `foo.rb` file\n you might have written directly in Ruby. It is a backward-incompatible\n change: you will need to update all of your `require` statements.\n- For package names like `foo_bar`, we now translate this to the Ruby module\n `FooBar`. This is more idiomatic Ruby than what we used to do (`Foo_bar`).\n\n### JavaScript\n- Scalar fields like numbers and boolean now return defaults instead of\n `undefined` or `null` when they are unset. You can test for presence\n explicitly by calling `hasFoo()`, which we now generate for scalar fields in\n proto2.\n\n### Java Lite\n- Java Lite is now implemented as a separate plugin, maintained in the\n `javalite` branch. Both lite runtime and protoc artifacts will be available\n in Maven.\n\n### C#\n- Target platforms now .NET 4.5, selected portable subsets and .NET Core.\n- legacy_enum_values option is no longer supported.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3685225", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3685225/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/3685225/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-4", - "id": 3685225, - "node_id": "MDc6UmVsZWFzZTM2ODUyMjU=", - "tag_name": "v3.0.0-beta-4", - "target_commitish": "master", - "name": "Protocol Buffers v3.0.0-beta-4", - "draft": false, - "author": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2016-07-18T21:46:05Z", - "published_at": "2016-07-20T00:40:38Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009152", - "id": 2009152, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxNTI=", - "name": "protobuf-cpp-3.0.0-beta-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4064930, - "download_count": 1755, - "created_at": "2016-07-18T21:51:17Z", - "updated_at": "2016-07-18T21:51:19Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-cpp-3.0.0-beta-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009155", - "id": 2009155, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxNTU=", - "name": "protobuf-cpp-3.0.0-beta-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5039995, - "download_count": 1713, - "created_at": "2016-07-18T21:51:17Z", - "updated_at": "2016-07-18T21:51:20Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-cpp-3.0.0-beta-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016612", - "id": 2016612, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTI=", - "name": "protobuf-csharp-3.0.0-beta-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4361267, - "download_count": 238, - "created_at": "2016-07-20T00:39:46Z", - "updated_at": "2016-07-20T00:39:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-csharp-3.0.0-beta-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016610", - "id": 2016610, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTA=", - "name": "protobuf-csharp-3.0.0-beta-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5481933, - "download_count": 694, - "created_at": "2016-07-20T00:39:46Z", - "updated_at": "2016-07-20T00:39:49Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-csharp-3.0.0-beta-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016608", - "id": 2016608, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MDg=", - "name": "protobuf-java-3.0.0-beta-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4499651, - "download_count": 452, - "created_at": "2016-07-20T00:39:46Z", - "updated_at": "2016-07-20T00:39:48Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-java-3.0.0-beta-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016613", - "id": 2016613, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTM=", - "name": "protobuf-java-3.0.0-beta-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5699557, - "download_count": 818, - "created_at": "2016-07-20T00:39:46Z", - "updated_at": "2016-07-20T00:39:49Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-java-3.0.0-beta-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016616", - "id": 2016616, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTY=", - "name": "protobuf-javanano-3.0.0-alpha-7.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4141470, - "download_count": 233, - "created_at": "2016-07-20T00:39:59Z", - "updated_at": "2016-07-20T00:40:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-javanano-3.0.0-alpha-7.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016617", - "id": 2016617, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTc=", - "name": "protobuf-javanano-3.0.0-alpha-7.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5162387, - "download_count": 327, - "created_at": "2016-07-20T00:39:59Z", - "updated_at": "2016-07-20T00:40:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-javanano-3.0.0-alpha-7.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016618", - "id": 2016618, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTg=", - "name": "protobuf-js-3.0.0-alpha-7.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4154790, - "download_count": 225, - "created_at": "2016-07-20T00:39:59Z", - "updated_at": "2016-07-20T00:40:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-js-3.0.0-alpha-7.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016620", - "id": 2016620, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MjA=", - "name": "protobuf-js-3.0.0-alpha-7.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5173182, - "download_count": 331, - "created_at": "2016-07-20T00:39:59Z", - "updated_at": "2016-07-20T00:40:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-js-3.0.0-alpha-7.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016611", - "id": 2016611, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTE=", - "name": "protobuf-objectivec-3.0.0-beta-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4487226, - "download_count": 199, - "created_at": "2016-07-20T00:39:46Z", - "updated_at": "2016-07-20T00:39:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-objectivec-3.0.0-beta-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016609", - "id": 2016609, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MDk=", - "name": "protobuf-objectivec-3.0.0-beta-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5621031, - "download_count": 335, - "created_at": "2016-07-20T00:39:46Z", - "updated_at": "2016-07-20T00:39:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-objectivec-3.0.0-beta-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016614", - "id": 2016614, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTQ=", - "name": "protobuf-python-3.0.0-beta-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4336363, - "download_count": 1097, - "created_at": "2016-07-20T00:39:46Z", - "updated_at": "2016-07-20T00:39:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-python-3.0.0-beta-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016615", - "id": 2016615, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTU=", - "name": "protobuf-python-3.0.0-beta-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5413005, - "download_count": 1337, - "created_at": "2016-07-20T00:39:46Z", - "updated_at": "2016-07-20T00:39:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-python-3.0.0-beta-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016619", - "id": 2016619, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MTk=", - "name": "protobuf-ruby-3.0.0-alpha-7.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4321880, - "download_count": 194, - "created_at": "2016-07-20T00:39:59Z", - "updated_at": "2016-07-20T00:40:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-ruby-3.0.0-alpha-7.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2016621", - "id": 2016621, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTY2MjE=", - "name": "protobuf-ruby-3.0.0-alpha-7.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5346945, - "download_count": 196, - "created_at": "2016-07-20T00:39:59Z", - "updated_at": "2016-07-20T00:40:02Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protobuf-ruby-3.0.0-alpha-7.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009106", - "id": 2009106, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxMDY=", - "name": "protoc-3.0.0-beta-4-linux-x86-32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1254614, - "download_count": 261, - "created_at": "2016-07-18T21:39:58Z", - "updated_at": "2016-07-18T21:39:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-linux-x86-32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009105", - "id": 2009105, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxMDU=", - "name": "protoc-3.0.0-beta-4-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1294788, - "download_count": 9354, - "created_at": "2016-07-18T21:39:58Z", - "updated_at": "2016-07-18T21:39:59Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2014997", - "id": 2014997, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTQ5OTc=", - "name": "protoc-3.0.0-beta-4-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1642210, - "download_count": 198, - "created_at": "2016-07-19T19:06:28Z", - "updated_at": "2016-07-19T19:06:30Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2015017", - "id": 2015017, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMTUwMTc=", - "name": "protoc-3.0.0-beta-4-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1595153, - "download_count": 1508, - "created_at": "2016-07-19T19:10:45Z", - "updated_at": "2016-07-19T19:10:46Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/2009109", - "id": 2009109, - "node_id": "MDEyOlJlbGVhc2VBc3NldDIwMDkxMDk=", - "name": "protoc-3.0.0-beta-4-win32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2721435, - "download_count": 24840, - "created_at": "2016-07-18T21:39:58Z", - "updated_at": "2016-07-18T21:40:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-4", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-4", - "body": "# Version 3.0.0-beta-4\n\n## General\n- Added a deterministic serialization API for C++. The deterministic\n serialization guarantees that given a binary, equal messages will be\n serialized to the same bytes. This allows applications like MapReduce to\n group equal messages based on the serialized bytes. The deterministic\n serialization is, however, NOT canonical across languages; it is also\n unstable across different builds with schema changes due to unknown fields.\n Users who need canonical serialization, e.g. persistent storage in a\n canonical form, fingerprinting, etc, should define their own\n canonicalization specification and implement the serializer using reflection\n APIs rather than relying on this API.\n- Added OneofOptions. You can now define custom options for oneof groups.\n \n ```\n import \"google/protobuf/descriptor.proto\";\n extend google.protobuf.OneofOptions {\n optional int32 my_oneof_extension = 12345;\n }\n message Foo {\n oneof oneof_group {\n (my_oneof_extension) = 54321;\n ...\n }\n }\n ```\n\n## C++ (beta)\n- Introduced a deterministic serialization API in\n CodedOutputStream::SetSerializationDeterministic(bool). See the notes about\n deterministic serialization in the General section.\n- Added google::protobuf::Map::swap() to swap two map fields.\n- Fixed a memory leak when calling Reflection::ReleaseMessage() on a message\n allocated on arena.\n- Improved error reporting when parsing text format protos.\n- JSON\n - Added a new parser option to ignore unknown fields when parsing JSON.\n - Added convenient methods for message to/from JSON conversion.\n- Various performance optimizations.\n\n## Java (beta)\n- File option \"java_generate_equals_and_hash\" is now deprecated. equals() and\n hashCode() methods are generated by default.\n- Added a new JSON printer option \"omittingInsignificantWhitespace\" to produce\n a more compact JSON output. The printer will pretty-print by default.\n- Updated Java runtime to be compatible with 2.5.0/2.6.1 generated protos.\n\n## Python (beta)\n- Added support to pretty print Any messages in text format.\n- Added a flag to ignore unknown fields when parsing JSON.\n- Bugfix: \"@type\" field of a JSON Any message is now correctly put before\n other fields.\n\n## Objective-C (beta)\n- Updated the code to support compiling with more compiler warnings\n enabled. (Issue 1616)\n- Exposing more detailed errors for parsing failures. (PR 1623)\n- Small (breaking) change to the naming of some methods on the support classes\n for map<>. There were collisions with the system provided KVO support, so\n the names were changed to avoid those issues. (PR 1699)\n- Fixed for proper Swift bridging of error handling during parsing. (PR 1712)\n- Complete support for generating sources that will go into a Framework and\n depend on generated sources from other Frameworks. (Issue 1457)\n\n## C# (beta)\n- RepeatedField optimizations.\n- Support for .NET Core.\n- Minor bug fixes.\n- Ability to format a single value in JsonFormatter (advanced usage only).\n- Modifications to attributes applied to generated code.\n\n## Javascript (alpha)\n- Maps now have a real map API instead of being treated as repeated fields.\n- Well-known types are now provided in the google-protobuf package, and the\n code generator knows to require() them from that package.\n- Bugfix: non-canonical varints are correctly decoded.\n\n## Ruby (alpha)\n- Accessors for oneof fields now return default values instead of nil.\n\n## Java Lite\n- Java lite support is removed from protocol compiler. It will be supported\n as a protocol compiler plugin in a separate code branch.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3443087", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3443087/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/3443087/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-3.1", - "id": 3443087, - "node_id": "MDc6UmVsZWFzZTM0NDMwODc=", - "tag_name": "v3.0.0-beta-3.1", - "target_commitish": "objc-framework-fix", - "name": "Protocol Buffers v3.0.0-beta-3.1", - "draft": false, - "author": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2016-06-14T00:02:01Z", - "published_at": "2016-06-14T18:42:06Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1907911", - "id": 1907911, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE5MDc5MTE=", - "name": "protoc-3.0.0-beta-3.1-osx-fat.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 3127935, - "download_count": 830, - "created_at": "2016-06-27T20:11:20Z", - "updated_at": "2016-06-27T20:11:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3.1/protoc-3.0.0-beta-3.1-osx-fat.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1848036", - "id": 1848036, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4NDgwMzY=", - "name": "protoc-3.0.0-beta-3.1-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1606235, - "download_count": 759, - "created_at": "2016-06-14T18:36:56Z", - "updated_at": "2016-06-14T18:36:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3.1/protoc-3.0.0-beta-3.1-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1848047", - "id": 1848047, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4NDgwNDc=", - "name": "protoc-3.0.0-beta-3.1-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1562139, - "download_count": 4989, - "created_at": "2016-06-14T18:41:19Z", - "updated_at": "2016-06-14T18:41:20Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3.1/protoc-3.0.0-beta-3.1-osx-x86_64.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-3.1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-3.1", - "body": "Fix iOS framework.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3236555", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/3236555/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/3236555/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-3", - "id": 3236555, - "node_id": "MDc6UmVsZWFzZTMyMzY1NTU=", - "tag_name": "v3.0.0-beta-3", - "target_commitish": "beta-3", - "name": "Protocol Buffers v3.0.0-beta-3", - "draft": false, - "author": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2016-05-16T18:34:04Z", - "published_at": "2016-05-16T20:32:35Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692215", - "id": 1692215, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTU=", - "name": "protobuf-cpp-3.0.0-beta-3.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4030692, - "download_count": 4247, - "created_at": "2016-05-16T20:28:24Z", - "updated_at": "2016-05-16T20:28:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-cpp-3.0.0-beta-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692216", - "id": 1692216, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTY=", - "name": "protobuf-cpp-3.0.0-beta-3.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5005561, - "download_count": 148161, - "created_at": "2016-05-16T20:28:24Z", - "updated_at": "2016-05-16T20:28:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-cpp-3.0.0-beta-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692217", - "id": 1692217, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTc=", - "name": "protobuf-csharp-3.0.0-beta-3.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4314255, - "download_count": 346, - "created_at": "2016-05-16T20:28:58Z", - "updated_at": "2016-05-16T20:29:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-csharp-3.0.0-beta-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692218", - "id": 1692218, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTg=", - "name": "protobuf-csharp-3.0.0-beta-3.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5434342, - "download_count": 1365, - "created_at": "2016-05-16T20:28:58Z", - "updated_at": "2016-05-16T20:29:01Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-csharp-3.0.0-beta-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692219", - "id": 1692219, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMTk=", - "name": "protobuf-java-3.0.0-beta-3.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4430590, - "download_count": 1066, - "created_at": "2016-05-16T20:29:09Z", - "updated_at": "2016-05-16T20:29:10Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-java-3.0.0-beta-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692220", - "id": 1692220, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjA=", - "name": "protobuf-java-3.0.0-beta-3.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5610383, - "download_count": 2173, - "created_at": "2016-05-16T20:29:09Z", - "updated_at": "2016-05-16T20:29:11Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-java-3.0.0-beta-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692226", - "id": 1692226, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjY=", - "name": "protobuf-javanano-3.0.0-alpha-6.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4099533, - "download_count": 209, - "created_at": "2016-05-16T20:30:49Z", - "updated_at": "2016-05-16T20:30:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-javanano-3.0.0-alpha-6.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692225", - "id": 1692225, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjU=", - "name": "protobuf-javanano-3.0.0-alpha-6.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5119405, - "download_count": 278, - "created_at": "2016-05-16T20:30:49Z", - "updated_at": "2016-05-16T20:30:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-javanano-3.0.0-alpha-6.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692230", - "id": 1692230, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMzA=", - "name": "protobuf-js-3.0.0-alpha-6.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4104965, - "download_count": 264, - "created_at": "2016-05-16T20:30:49Z", - "updated_at": "2016-05-16T20:30:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-js-3.0.0-alpha-6.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692228", - "id": 1692228, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjg=", - "name": "protobuf-js-3.0.0-alpha-6.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5112119, - "download_count": 430, - "created_at": "2016-05-16T20:30:49Z", - "updated_at": "2016-05-16T20:30:54Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-js-3.0.0-alpha-6.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692222", - "id": 1692222, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjI=", - "name": "protobuf-objectivec-3.0.0-beta-3.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4414606, - "download_count": 277, - "created_at": "2016-05-16T20:29:27Z", - "updated_at": "2016-05-16T20:29:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-objectivec-3.0.0-beta-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692221", - "id": 1692221, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjE=", - "name": "protobuf-objectivec-3.0.0-beta-3.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5524534, - "download_count": 506, - "created_at": "2016-05-16T20:29:27Z", - "updated_at": "2016-05-16T20:29:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-objectivec-3.0.0-beta-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692223", - "id": 1692223, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjM=", - "name": "protobuf-python-3.0.0-beta-3.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4287166, - "download_count": 42463, - "created_at": "2016-05-16T20:29:45Z", - "updated_at": "2016-05-16T20:29:47Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-python-3.0.0-beta-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692224", - "id": 1692224, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjQ=", - "name": "protobuf-python-3.0.0-beta-3.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5361795, - "download_count": 1147, - "created_at": "2016-05-16T20:29:45Z", - "updated_at": "2016-05-16T20:29:47Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-python-3.0.0-beta-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692229", - "id": 1692229, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjk=", - "name": "protobuf-ruby-3.0.0-alpha-6.tar.gz", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4282057, - "download_count": 188, - "created_at": "2016-05-16T20:30:49Z", - "updated_at": "2016-05-16T20:30:53Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-ruby-3.0.0-alpha-6.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1692227", - "id": 1692227, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2OTIyMjc=", - "name": "protobuf-ruby-3.0.0-alpha-6.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5303675, - "download_count": 182, - "created_at": "2016-05-16T20:30:49Z", - "updated_at": "2016-05-16T20:30:53Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protobuf-ruby-3.0.0-alpha-6.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704771", - "id": 1704771, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3NzE=", - "name": "protoc-3.0.0-beta-3-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1232898, - "download_count": 373, - "created_at": "2016-05-18T18:39:03Z", - "updated_at": "2016-05-18T18:39:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704769", - "id": 1704769, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3Njk=", - "name": "protoc-3.0.0-beta-3-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1271885, - "download_count": 35048, - "created_at": "2016-05-18T18:39:03Z", - "updated_at": "2016-05-18T18:39:04Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704770", - "id": 1704770, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3NzA=", - "name": "protoc-3.0.0-beta-3-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1604259, - "download_count": 222, - "created_at": "2016-05-18T18:39:03Z", - "updated_at": "2016-05-18T18:39:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704772", - "id": 1704772, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3NzI=", - "name": "protoc-3.0.0-beta-3-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1553242, - "download_count": 1841, - "created_at": "2016-05-18T18:39:03Z", - "updated_at": "2016-05-18T18:39:05Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1704773", - "id": 1704773, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE3MDQ3NzM=", - "name": "protoc-3.0.0-beta-3-win32.zip", - "label": null, - "uploader": { - "login": "liujisi", - "id": 315593, - "node_id": "MDQ6VXNlcjMxNTU5Mw==", - "avatar_url": "https://avatars0.githubusercontent.com/u/315593?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/liujisi", - "html_url": "https://github.com/liujisi", - "followers_url": "https://api.github.com/users/liujisi/followers", - "following_url": "https://api.github.com/users/liujisi/following{/other_user}", - "gists_url": "https://api.github.com/users/liujisi/gists{/gist_id}", - "starred_url": "https://api.github.com/users/liujisi/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/liujisi/subscriptions", - "organizations_url": "https://api.github.com/users/liujisi/orgs", - "repos_url": "https://api.github.com/users/liujisi/repos", - "events_url": "https://api.github.com/users/liujisi/events{/privacy}", - "received_events_url": "https://api.github.com/users/liujisi/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1142516, - "download_count": 5467, - "created_at": "2016-05-18T18:39:14Z", - "updated_at": "2016-05-18T18:39:15Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-3", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-3", - "body": "# Version 3.0.0-beta-3\n\n## General\n- Supported Proto3 lite-runtime in C++/Java for mobile platforms.\n- Any type now supports APIs to specify prefixes other than\n type.googleapis.com\n- Removed javanano_use_deprecated_package option; Nano will always has its own\n \".nano\" package.\n\n## C++ (Beta)\n- Improved hash maps.\n - Improved hash maps comments. In particular, please note that equal hash\n maps will not necessarily have the same iteration order and\n serialization.\n - Added a new hash maps implementation that will become the default in a\n later release.\n- Arenas\n - Several inlined methods in Arena were moved to out-of-line to improve\n build performance and code size.\n - Added SpaceAllocatedAndUsed() to report both space used and allocated\n - Added convenient class UnsafeArenaAllocatedRepeatedPtrFieldBackInserter\n- Any\n - Allow custom type URL prefixes in Any packing.\n - TextFormat now expand the Any type rather than printing bytes.\n- Performance optimizations and various bug fixes.\n\n## Java (Beta)\n- Introduced an ExperimentalApi annotation. Annotated APIs are experimental\n and are subject to change in a backward incompatible way in future releases.\n- Introduced zero-copy serialization as an ExperimentalApi\n - Introduction of the `ByteOutput` interface. This is similar to\n `OutputStream` but provides semantics for lazy writing (i.e. no\n immediate copy required) of fields that are considered to be immutable.\n - `ByteString` now supports writing to a `ByteOutput`, which will directly\n expose the internals of the `ByteString` (i.e. `byte[]` or `ByteBuffer`)\n to the `ByteOutput` without copying.\n - `CodedOutputStream` now supports writing to a `ByteOutput`. `ByteString`\n instances that are too large to fit in the internal buffer will be\n (lazily) written to the `ByteOutput` directly.\n - This allows applications using large `ByteString` fields to avoid\n duplication of these fields entirely. Such an application can supply a\n `ByteOutput` that chains together the chunks received from\n `CodedOutputStream` before forwarding them onto the IO system.\n- Other related changes to `CodedOutputStream`\n - Additional use of `sun.misc.Unsafe` where possible to perform fast\n access to `byte[]` and `ByteBuffer` values and avoiding unnecessary\n range checking.\n - `ByteBuffer`-backed `CodedOutputStream` now writes directly to the\n `ByteBuffer` rather than to an intermediate array.\n- Improved lite-runtime.\n - Lite protos now implement deep equals/hashCode/toString\n - Significantly improved the performance of Builder#mergeFrom() and\n Builder#mergeDelimitedFrom()\n- Various bug fixes and small feature enhancement.\n - Fixed stack overflow when in hashCode() for infinite recursive oneofs.\n - Fixed the lazy field parsing in lite to merge rather than overwrite.\n - TextFormat now supports reporting line/column numbers on errors.\n - Updated to add appropriate @Override for better compiler errors.\n\n## Python (Beta)\n- Added JSON format for Any, Struct, Value and ListValue\n- \"[ ]\" is now accepted for both repeated scalar fields and repeated message\n fields in text format parser.\n- Numerical field name is now supported in text format.\n- Added DiscardUnknownFields API for python protobuf message.\n\n## Objective-C (Beta)\n- Proto comments now come over as HeaderDoc comments in the generated sources\n so Xcode can pick them up and display them.\n- The library headers have been updated to use HeaderDoc comments so Xcode can\n pick them up and display them.\n- The per message and per field overhead in both generated code and runtime\n object sizes was reduced.\n- Generated code now include deprecated annotations when the proto file\n included them.\n\n## C# (Beta)\n\n In general: some changes are breaking, which require regenerating messages.\n Most user-written code will not be impacted _except_ for the renaming of enum\n values.\n- Allow custom type URL prefixes in `Any` packing, and ignore them when\n unpacking\n- `protoc` is now in a separate NuGet package (Google.Protobuf.Tools)\n- New option: `internal_access` to generate internal classes\n- Enum values are now PascalCased, and if there's a prefix which matches the\n name of the enum, that is removed (so an enum `COLOR` with a value\n `COLOR_BLUE` would generate a value of just `Blue`). An option\n (`legacy_enum_values`) is temporarily available to disable this, but the\n option will be removed for GA.\n- `json_name` option is now honored\n- If group tags are encountered when parsing, they are validated more\n thoroughly (although we don't support actual groups)\n- NuGet dependencies are better specified\n- Breaking: `Preconditions` is renamed to `ProtoPreconditions`\n- Breaking: `GeneratedCodeInfo` is renamed to `GeneratedClrTypeInfo`\n- `JsonFormatter` now allows writing to a `TextWriter`\n- New interface, `ICustomDiagnosticMessage` to allow more compact\n representations from `ToString`\n- `CodedInputStream` and `CodedOutputStream` now implement `IDisposable`,\n which simply disposes of the streams they were constructed with\n- Map fields no longer support null values (in line with other languages)\n- Improvements in JSON formatting and parsing\n\n## Javascript (Alpha)\n- Better support for \"bytes\" fields: bytes fields can be read as either a\n base64 string or UInt8Array (in environments where TypedArray is supported).\n- New support for CommonJS imports. This should make it easier to use the\n JavaScript support in Node.js and tools like WebPack. See js/README.md for\n more information.\n- Some significant internal refactoring to simplify and modularize the code.\n\n## Ruby (Alpha)\n- JSON serialization now properly uses camelCased names, with a runtime option\n that will preserve original names from .proto files instead.\n- Well-known types are now included in the distribution.\n- Release now includes binary gems for Windows, Mac, and Linux instead of just\n source gems.\n- Bugfix for serializing oneofs.\n\n## C++/Java Lite (Alpha)\n\nA new \"lite\" generator parameter was introduced in the protoc for C++ and\nJava for Proto3 syntax messages. Example usage:\n\n```\n ./protoc --cpp_out=lite:$OUTPUT_PATH foo.proto\n```\n\nThe protoc will treat the current input and all the transitive dependencies\nas LITE. The same generator parameter must be used to generate the\ndependencies.\n\nIn Proto3 syntax files, \"optimized_for=LITE_RUNTIME\" is no longer supported.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/2348523", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/2348523/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/2348523/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-2", - "id": 2348523, - "node_id": "MDc6UmVsZWFzZTIzNDg1MjM=", - "tag_name": "v3.0.0-beta-2", - "target_commitish": "v3.0.0-beta-2", - "name": "Protocol Buffers v3.0.0-beta-2", - "draft": false, - "author": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-12-30T21:35:10Z", - "published_at": "2015-12-30T21:36:30Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166411", - "id": 1166411, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTE=", - "name": "protobuf-cpp-3.0.0-beta-2.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 3962352, - "download_count": 14400, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:53Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-cpp-3.0.0-beta-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166407", - "id": 1166407, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MDc=", - "name": "protobuf-cpp-3.0.0-beta-2.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 4921103, - "download_count": 9298, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-cpp-3.0.0-beta-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166408", - "id": 1166408, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MDg=", - "name": "protobuf-csharp-3.0.0-beta-2.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4228543, - "download_count": 825, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-csharp-3.0.0-beta-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166409", - "id": 1166409, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MDk=", - "name": "protobuf-csharp-3.0.0-beta-2.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5330247, - "download_count": 2833, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-csharp-3.0.0-beta-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166410", - "id": 1166410, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTA=", - "name": "protobuf-java-3.0.0-beta-2.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4328686, - "download_count": 2698, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:52Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-java-3.0.0-beta-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166406", - "id": 1166406, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MDY=", - "name": "protobuf-java-3.0.0-beta-2.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5477505, - "download_count": 5183, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:50Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-java-3.0.0-beta-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166418", - "id": 1166418, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTg=", - "name": "protobuf-javanano-3.0.0-alpha-5.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4031642, - "download_count": 334, - "created_at": "2015-12-30T21:30:31Z", - "updated_at": "2015-12-30T21:30:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-javanano-3.0.0-alpha-5.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166420", - "id": 1166420, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MjA=", - "name": "protobuf-javanano-3.0.0-alpha-5.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5034923, - "download_count": 430, - "created_at": "2015-12-30T21:30:31Z", - "updated_at": "2015-12-30T21:30:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-javanano-3.0.0-alpha-5.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166419", - "id": 1166419, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTk=", - "name": "protobuf-js-3.0.0-alpha-5.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4032391, - "download_count": 706, - "created_at": "2015-12-30T21:30:31Z", - "updated_at": "2015-12-30T21:30:33Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-js-3.0.0-alpha-5.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166421", - "id": 1166421, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MjE=", - "name": "protobuf-js-3.0.0-alpha-5.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5024582, - "download_count": 1125, - "created_at": "2015-12-30T21:30:31Z", - "updated_at": "2015-12-30T21:30:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-js-3.0.0-alpha-5.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166413", - "id": 1166413, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTM=", - "name": "protobuf-objectivec-3.0.0-beta-2.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4359689, - "download_count": 543, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:55Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-objectivec-3.0.0-beta-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166414", - "id": 1166414, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTQ=", - "name": "protobuf-objectivec-3.0.0-beta-2.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5449070, - "download_count": 803, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:56Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-objectivec-3.0.0-beta-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166415", - "id": 1166415, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTU=", - "name": "protobuf-python-3.0.0-beta-2.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4211281, - "download_count": 10343, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:56Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-python-3.0.0-beta-2.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166412", - "id": 1166412, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MTI=", - "name": "protobuf-python-3.0.0-beta-2.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5268501, - "download_count": 8409, - "created_at": "2015-12-30T21:27:48Z", - "updated_at": "2015-12-30T21:27:54Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-python-3.0.0-beta-2.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166423", - "id": 1166423, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MjM=", - "name": "protobuf-ruby-3.0.0-alpha-5.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4204014, - "download_count": 244, - "created_at": "2015-12-30T21:30:31Z", - "updated_at": "2015-12-30T21:30:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-ruby-3.0.0-alpha-5.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166422", - "id": 1166422, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjY0MjI=", - "name": "protobuf-ruby-3.0.0-alpha-5.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5211211, - "download_count": 256, - "created_at": "2015-12-30T21:30:31Z", - "updated_at": "2015-12-30T21:30:34Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protobuf-ruby-3.0.0-alpha-5.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1215864", - "id": 1215864, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMTU4NjQ=", - "name": "protoc-3.0.0-beta-2-linux-x86_32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1198994, - "download_count": 611, - "created_at": "2016-01-15T22:58:24Z", - "updated_at": "2016-01-15T22:58:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-linux-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1215865", - "id": 1215865, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMTU4NjU=", - "name": "protoc-3.0.0-beta-2-linux-x86_64.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1235538, - "download_count": 272732, - "created_at": "2016-01-15T22:58:24Z", - "updated_at": "2016-01-15T22:58:25Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-linux-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1215866", - "id": 1215866, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMTU4NjY=", - "name": "protoc-3.0.0-beta-2-osx-x86_32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1553529, - "download_count": 329, - "created_at": "2016-01-15T22:58:24Z", - "updated_at": "2016-01-15T22:58:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-osx-x86_32.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1215867", - "id": 1215867, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEyMTU4Njc=", - "name": "protoc-3.0.0-beta-2-osx-x86_64.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1499581, - "download_count": 3615, - "created_at": "2016-01-15T22:58:24Z", - "updated_at": "2016-01-15T22:58:26Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-osx-x86_64.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/1166397", - "id": 1166397, - "node_id": "MDEyOlJlbGVhc2VBc3NldDExNjYzOTc=", - "name": "protoc-3.0.0-beta-2-win32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 1130790, - "download_count": 10501, - "created_at": "2015-12-30T21:20:36Z", - "updated_at": "2015-12-30T21:20:37Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-2", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-2", - "body": "# Version 3.0.0-beta-2\n\n## General\n- Introduced a new language implementation: JavaScript.\n- Added a new field option \"json_name\". By default proto field names are\n converted to \"lowerCamelCase\" in proto3 JSON format. This option can be\n used to override this behavior and specify a different JSON name for the\n field.\n- Added conformance tests to ensure implementations are following proto3 JSON\n specification.\n\n## C++ (Beta)\n- Various bug fixes and improvements to the JSON support utility:\n - Duplicate map keys in JSON are now rejected (i.e., translation will\n fail).\n - Fixed wire-format for google.protobuf.Value/ListValue.\n - Fixed precision loss when converting google.protobuf.Timestamp.\n - Fixed a bug when parsing invalid UTF-8 code points.\n - Fixed a memory leak.\n - Reduced call stack usage.\n\n## Java (Beta)\n- Cleaned up some unused methods on CodedOutputStream.\n- Presized lists for packed fields during parsing in the lite runtime to\n reduce allocations and improve performance.\n- Improved the performance of unknown fields in the lite runtime.\n- Introduced UnsafeByteStrings to support zero-copy ByteString creation.\n- Various bug fixes and improvements to the JSON support utility:\n - Fixed a thread-safety bug.\n - Added a new option “preservingProtoFieldNames” to JsonFormat.\n - Added a new option “includingDefaultValueFields” to JsonFormat.\n - Updated the JSON utility to comply with proto3 JSON specification.\n\n## Python (Beta)\n- Added proto3 JSON format utility. It includes support for all field types\n and a few well-known types except for Any and Struct.\n- Added runtime support for Any, Timestamp, Duration and FieldMask.\n- \"[ ]\" is now accepted for repeated scalar fields in text format parser.\n\n## Objective-C (Beta)\n- Various bug-fixes and code tweaks to pass more strict compiler warnings.\n- Now has conformance test coverage and is passing all tests.\n\n## C# (Beta)\n- Various bug-fixes.\n- Code generation: Files generated in directories based on namespace.\n- Code generation: Include comments from .proto files in XML doc\n comments (naively)\n- Code generation: Change organization/naming of \"reflection class\" (access\n to file descriptor)\n- Code generation and library: Add Parser property to MessageDescriptor,\n and introduce a non-generic parser type.\n- Library: Added TypeRegistry to support JSON parsing/formatting of Any.\n- Library: Added Any.Pack/Unpack support.\n- Library: Implemented JSON parsing.\n\n## Javascript (Alpha)\n- Added proto3 support for JavaScript. The runtime is written in pure\n JavaScript and works in browsers and in Node.js. To generate JavaScript\n code for your proto, invoke protoc with \"--js_out\". See js/README.md\n for more build instructions.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1728131", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1728131/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/1728131/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-beta-1", - "id": 1728131, - "node_id": "MDc6UmVsZWFzZTE3MjgxMzE=", - "tag_name": "v3.0.0-beta-1", - "target_commitish": "beta-1", - "name": "Protocol Buffers v3.0.0-beta-1", - "draft": false, - "author": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-08-27T07:02:06Z", - "published_at": "2015-08-27T07:09:35Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820816", - "id": 820816, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxNg==", - "name": "protobuf-cpp-3.0.0-beta-1.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 3980108, - "download_count": 9056, - "created_at": "2015-08-27T07:07:19Z", - "updated_at": "2015-08-27T07:07:22Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-cpp-3.0.0-beta-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820815", - "id": 820815, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxNQ==", - "name": "protobuf-cpp-3.0.0-beta-1.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 4937540, - "download_count": 3508, - "created_at": "2015-08-27T07:07:19Z", - "updated_at": "2015-08-27T07:07:21Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-cpp-3.0.0-beta-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820826", - "id": 820826, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyNg==", - "name": "protobuf-csharp-3.0.0-alpha-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4189177, - "download_count": 498, - "created_at": "2015-08-27T07:07:56Z", - "updated_at": "2015-08-27T07:08:00Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-csharp-3.0.0-alpha-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820825", - "id": 820825, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyNQ==", - "name": "protobuf-csharp-3.0.0-alpha-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5275951, - "download_count": 1210, - "created_at": "2015-08-27T07:07:56Z", - "updated_at": "2015-08-27T07:07:58Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-csharp-3.0.0-alpha-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820818", - "id": 820818, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxOA==", - "name": "protobuf-java-3.0.0-beta-1.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4335955, - "download_count": 1258, - "created_at": "2015-08-27T07:07:26Z", - "updated_at": "2015-08-27T07:07:29Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-java-3.0.0-beta-1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820817", - "id": 820817, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxNw==", - "name": "protobuf-java-3.0.0-beta-1.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5478475, - "download_count": 2165, - "created_at": "2015-08-27T07:07:26Z", - "updated_at": "2015-08-27T07:07:27Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-java-3.0.0-beta-1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820824", - "id": 820824, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyNA==", - "name": "protobuf-javanano-3.0.0-alpha-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4048907, - "download_count": 291, - "created_at": "2015-08-27T07:07:50Z", - "updated_at": "2015-08-27T07:07:53Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-javanano-3.0.0-alpha-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820823", - "id": 820823, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyMw==", - "name": "protobuf-javanano-3.0.0-alpha-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5051351, - "download_count": 370, - "created_at": "2015-08-27T07:07:50Z", - "updated_at": "2015-08-27T07:07:51Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-javanano-3.0.0-alpha-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820828", - "id": 820828, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyOA==", - "name": "protobuf-objectivec-3.0.0-alpha-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4377629, - "download_count": 936, - "created_at": "2015-08-27T07:08:05Z", - "updated_at": "2015-08-27T07:08:07Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-objectivec-3.0.0-alpha-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820827", - "id": 820827, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyNw==", - "name": "protobuf-objectivec-3.0.0-alpha-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5469745, - "download_count": 477, - "created_at": "2015-08-27T07:08:05Z", - "updated_at": "2015-08-27T07:08:06Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-objectivec-3.0.0-alpha-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820819", - "id": 820819, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgxOQ==", - "name": "protobuf-python-3.0.0-alpha-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4202350, - "download_count": 3299, - "created_at": "2015-08-27T07:07:37Z", - "updated_at": "2015-08-27T07:07:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-python-3.0.0-alpha-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820820", - "id": 820820, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyMA==", - "name": "protobuf-python-3.0.0-alpha-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5258478, - "download_count": 803, - "created_at": "2015-08-27T07:07:37Z", - "updated_at": "2015-08-27T07:07:39Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-python-3.0.0-alpha-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820821", - "id": 820821, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyMQ==", - "name": "protobuf-ruby-3.0.0-alpha-4.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 4221516, - "download_count": 547, - "created_at": "2015-08-27T07:07:43Z", - "updated_at": "2015-08-27T07:07:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-ruby-3.0.0-alpha-4.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/820822", - "id": 820822, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMDgyMg==", - "name": "protobuf-ruby-3.0.0-alpha-4.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 5227546, - "download_count": 251, - "created_at": "2015-08-27T07:07:43Z", - "updated_at": "2015-08-27T07:07:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protobuf-ruby-3.0.0-alpha-4.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/822313", - "id": 822313, - "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMjMxMw==", - "name": "protoc-3.0.0-beta-1-win32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 1071236, - "download_count": 3340, - "created_at": "2015-08-27T17:36:25Z", - "updated_at": "2015-08-27T17:36:28Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-beta-1/protoc-3.0.0-beta-1-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-beta-1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-beta-1", - "body": "# Version 3.0.0-beta-1\n\n## Supported languages\n- C++/Java/Python/Ruby/Nano/Objective-C/C#\n\n## About Beta\n- This is the first beta release of protobuf v3.0.0. Not all languages\n have reached beta stage. Languages not marked as beta are still in\n alpha (i.e., be prepared for API breaking changes).\n\n## General\n- Proto3 JSON is supported in several languages (fully supported in C++\n and Java, partially supported in Ruby/C#). The JSON spec is defined in\n the proto3 language guide:\n \n https://developers.google.com/protocol-buffers/docs/proto3#json\n \n We will publish a more detailed spec to define the exact behavior of\n proto3-conformant JSON serializers and parsers. Until then, do not rely\n on specific behaviors of the implementation if it’s not documented in\n the above spec. More specifically, the behavior is not yet finalized for\n the following:\n - Parsing invalid JSON input (e.g., input with trailing commas).\n - Non-camelCase names in JSON input.\n - The same field appears multiple times in JSON input.\n - JSON arrays contain “null” values.\n - The message has unknown fields.\n- Proto3 now enforces strict UTF-8 checking. Parsing will fail if a string\n field contains non UTF-8 data.\n\n## C++ (Beta)\n- Introduced new utility functions/classes in the google/protobuf/util\n directory:\n - MessageDifferencer: compare two proto messages and report their\n differences.\n - JsonUtil: support converting protobuf binary format to/from JSON.\n - TimeUtil: utility functions to work with well-known types Timestamp\n and Duration.\n - FieldMaskUtil: utility functions to work with FieldMask.\n- Performance optimization of arena construction and destruction.\n- Bug fixes for arena and maps support.\n- Changed to use cmake for Windows Visual Studio builds.\n- Added Bazel support.\n\n## Java (Beta)\n- Introduced a new util package that will be distributed as a separate\n artifact in maven. It contains:\n - JsonFormat: convert proto messages to/from JSON.\n - TimeUtil: utility functions to work with Timestamp and Duration.\n - FieldMaskUtil: utility functions to work with FieldMask.\n- The static PARSER in each generated message is deprecated, and it will\n be removed in a future release. A static parser() getter is generated\n for each message type instead.\n- Performance optimizations for String fields serialization.\n- Performance optimizations for Lite runtime on Android:\n - Reduced allocations\n - Reduced method overhead after ProGuarding\n - Reduced code size after ProGuarding\n\n## Python (Alpha)\n- Removed legacy Python 2.5 support.\n- Moved to a single Python 2.x/3.x-compatible codebase, instead of using 2to3.\n- Fixed build/tests on Python 2.6, 2.7, 3.3, and 3.4.\n - Pure-Python works on all four.\n - Python/C++ implementation works on all but 3.4, due to changes in the\n Python/C++ API in 3.4.\n- Some preliminary work has been done to allow for multiple DescriptorPools\n with Python/C++.\n\n## Ruby (Alpha)\n- Many bugfixes:\n - fixed parsing/serialization of bytes, sint, sfixed types\n - other parser bugfixes\n - fixed memory leak affecting Ruby 2.2\n\n## JavaNano (Alpha)\n- JavaNano generated code now will be put in a nano package by default to\n avoid conflicts with Java generated code.\n\n## Objective-C (Alpha)\n- Added non-null markup to ObjC library. Requires SDK 8.4+ to build.\n- Many bugfixes:\n - Removed the class/enum filter.\n - Renamed some internal types to avoid conflicts with the well-known types\n protos.\n - Added missing support for parsing repeated primitive fields in packed or\n unpacked forms.\n - Added *Count for repeated and map<> fields to avoid auto-create when\n checking for them being set.\n\n## C# (Alpha)\n- Namespace changed to Google.Protobuf (and NuGet package will be named\n correspondingly).\n- Target platforms now .NET 4.5 and selected portable subsets only.\n- Removed lite runtime.\n- Reimplementation to use mutable message types.\n- Null references used to represent \"no value\" for message type fields.\n- Proto3 semantics supported; proto2 files are prohibited for C# codegen.\n Most proto3 features supported:\n - JSON formatting (a.k.a. serialization to JSON), including well-known\n types (except for Any).\n - Wrapper types mapped to nullable value types (or string/ByteString\n allowing nullability). JSON parsing is not supported yet.\n - maps\n - oneof\n - enum unknown value preservation\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1331430", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1331430/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/1331430/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v3.0.0-alpha-3", - "id": 1331430, - "node_id": "MDc6UmVsZWFzZTEzMzE0MzA=", - "tag_name": "v3.0.0-alpha-3", - "target_commitish": "3.0.0-alpha-3", - "name": "Protocol Buffers v3.0.0-alpha-3", - "draft": false, - "author": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-05-28T21:52:44Z", - "published_at": "2015-05-29T17:43:59Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607114", - "id": 607114, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExNA==", - "name": "protobuf-cpp-3.0.0-alpha-3.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 2663408, - "download_count": 4048, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-cpp-3.0.0-alpha-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607112", - "id": 607112, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExMg==", - "name": "protobuf-cpp-3.0.0-alpha-3.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 3404082, - "download_count": 3116, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-cpp-3.0.0-alpha-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607109", - "id": 607109, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzEwOQ==", - "name": "protobuf-csharp-3.0.0-alpha-3.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 3703019, - "download_count": 669, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:40Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-csharp-3.0.0-alpha-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607113", - "id": 607113, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExMw==", - "name": "protobuf-csharp-3.0.0-alpha-3.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 4688302, - "download_count": 1023, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-csharp-3.0.0-alpha-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607111", - "id": 607111, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExMQ==", - "name": "protobuf-java-3.0.0-alpha-3.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 2976571, - "download_count": 1110, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:40Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-java-3.0.0-alpha-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607110", - "id": 607110, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExMA==", - "name": "protobuf-java-3.0.0-alpha-3.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 3893606, - "download_count": 1683, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:41Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-java-3.0.0-alpha-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607115", - "id": 607115, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExNQ==", - "name": "protobuf-javanano-3.0.0-alpha-3.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 2731791, - "download_count": 310, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:42Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-javanano-3.0.0-alpha-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607117", - "id": 607117, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExNw==", - "name": "protobuf-javanano-3.0.0-alpha-3.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 3515888, - "download_count": 428, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:42Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-javanano-3.0.0-alpha-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607118", - "id": 607118, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExOA==", - "name": "protobuf-objectivec-3.0.0-alpha-3.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 3051861, - "download_count": 386, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:42Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-objectivec-3.0.0-alpha-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607116", - "id": 607116, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExNg==", - "name": "protobuf-objectivec-3.0.0-alpha-3.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 3934883, - "download_count": 452, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:42Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-objectivec-3.0.0-alpha-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607119", - "id": 607119, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzExOQ==", - "name": "protobuf-python-3.0.0-alpha-3.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 2887753, - "download_count": 2757, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:43Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-python-3.0.0-alpha-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607120", - "id": 607120, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzEyMA==", - "name": "protobuf-python-3.0.0-alpha-3.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 3721372, - "download_count": 780, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:43Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-python-3.0.0-alpha-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607121", - "id": 607121, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzEyMQ==", - "name": "protobuf-ruby-3.0.0-alpha-3.tar.gz", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 2902837, - "download_count": 238, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:43Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-ruby-3.0.0-alpha-3.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/607122", - "id": 607122, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNzEyMg==", - "name": "protobuf-ruby-3.0.0-alpha-3.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 3688422, - "download_count": 256, - "created_at": "2015-05-28T22:09:39Z", - "updated_at": "2015-05-28T22:09:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protobuf-ruby-3.0.0-alpha-3.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/603320", - "id": 603320, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwMzMyMA==", - "name": "protoc-3.0.0-alpha-3-win32.zip", - "label": null, - "uploader": { - "login": "TeBoring", - "id": 5195749, - "node_id": "MDQ6VXNlcjUxOTU3NDk=", - "avatar_url": "https://avatars1.githubusercontent.com/u/5195749?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/TeBoring", - "html_url": "https://github.com/TeBoring", - "followers_url": "https://api.github.com/users/TeBoring/followers", - "following_url": "https://api.github.com/users/TeBoring/following{/other_user}", - "gists_url": "https://api.github.com/users/TeBoring/gists{/gist_id}", - "starred_url": "https://api.github.com/users/TeBoring/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/TeBoring/subscriptions", - "organizations_url": "https://api.github.com/users/TeBoring/orgs", - "repos_url": "https://api.github.com/users/TeBoring/repos", - "events_url": "https://api.github.com/users/TeBoring/events{/privacy}", - "received_events_url": "https://api.github.com/users/TeBoring/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 1018078, - "download_count": 6235, - "created_at": "2015-05-27T05:20:43Z", - "updated_at": "2015-05-27T05:20:44Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.0.0-alpha-3/protoc-3.0.0-alpha-3-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v3.0.0-alpha-3", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v3.0.0-alpha-3", - "body": "# Version 3.0.0-alpha-3 (C++/Java/Python/Ruby/JavaNano/Objective-C/C#)\n\n## General\n- Introduced two new language implementations (Objective-C, C#) to proto3.\n- Explicit \"optional\" keyword are disallowed in proto3 syntax, as fields are\n optional by default.\n- Group fields are no longer supported in proto3 syntax.\n- Changed repeated primitive fields to use packed serialization by default in\n proto3 (implemented for C++, Java, Python in this release). The user can\n still disable packed serialization by setting packed to false for now.\n- Added well-known type protos (any.proto, empty.proto, timestamp.proto,\n duration.proto, etc.). Users can import and use these protos just like\n regular proto files. Addtional runtime support will be added for them in\n future releases (in the form of utility helper functions, or having them\n replaced by language specific types in generated code).\n- Added a \"reserved\" keyword in both proto2 and proto3 syntax. User can use\n this keyword to declare reserved field numbers and names to prevent them\n from being reused by other fields in the same message.\n \n To reserve field numbers, add a reserved declaration in your message:\n \n ```\n message TestMessage {\n reserved 2, 15, 9 to 11, 3;\n }\n ```\n \n This reserves field numbers 2, 3, 9, 10, 11 and 15. If a user uses any of\n these as field numbers, the protocol buffer compiler will report an error.\n \n Field names can also be reserved:\n \n ```\n message TestMessage {\n reserved \"foo\", \"bar\";\n }\n ```\n- Various bug fixes since 3.0.0-alpha-2\n\n## Objective-C\n- Objective-C includes a code generator and a native objective-c runtime\n library. By adding “--objc_out” to protoc, the code generator will generate\n a header(_.pbobjc.h) and an implementation file(_.pbobjc.m) for each proto\n file.\n \n In this first release, the generated interface provides: enums, messages,\n field support(single, repeated, map, oneof), proto2 and proto3 syntax\n support, parsing and serialization. It’s compatible with ARC and non-ARC\n usage. Besides, user can also access it via the swift bridging header.\n \n See objectivec/README.md for details.\n\n## C#\n- C# protobufs are based on project\n https://github.com/jskeet/protobuf-csharp-port. The original project was\n frozen and all the new development will happen here.\n- Codegen plugin for C# was completely rewritten to C++ and is now an\n intergral part of protoc.\n- Some refactorings and cleanup has been applied to the C# runtime library.\n- Only proto2 is supported in C# at the moment, proto3 support is in\n progress and will likely bring significant breaking changes to the API.\n \n See csharp/README.md for details.\n\n## C++\n- Added runtime support for Any type. To use Any in your proto file, first\n import the definition of Any:\n \n ```\n // foo.proto\n import \"google/protobuf/any.proto\";\n message Foo {\n google.protobuf.Any any_field = 1;\n }\n message Bar {\n int32 value = 1;\n }\n ```\n \n Then in C++ you can access the Any field using PackFrom()/UnpackTo()\n methods:\n \n ```\n Foo foo;\n Bar bar = ...;\n foo.mutable_any_field()->PackFrom(bar);\n ...\n if (foo.any_field().IsType()) {\n foo.any_field().UnpackTo(&bar);\n ...\n }\n ```\n- In text format, entries of a map field will be sorted by key.\n\n## Java\n- Continued optimizations on the lite runtime to improve performance for\n Android.\n\n## Python\n- Added map support.\n - maps now have a dict-like interface (msg.map_field[key] = value)\n - existing code that modifies maps via the repeated field interface\n will need to be updated.\n\n## Ruby\n- Improvements to RepeatedField's emulation of the Ruby Array API.\n- Various speedups and internal cleanups.\n" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1087370", - "assets_url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/1087370/assets", - "upload_url": "https://uploads.github.com/repos/protocolbuffers/protobuf/releases/1087370/assets{?name,label}", - "html_url": "https://github.com/protocolbuffers/protobuf/releases/tag/v2.4.1", - "id": 1087370, - "node_id": "MDc6UmVsZWFzZTEwODczNzA=", - "tag_name": "v2.4.1", - "target_commitish": "master", - "name": "Protocol Buffers v2.4.1", - "draft": false, - "author": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2011-04-30T15:29:10Z", - "published_at": "2015-03-25T00:49:41Z", - "assets": [ - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489121", - "id": 489121, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTEyMQ==", - "name": "protobuf-2.4.1.tar.bz2", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-bzip", - "state": "uploaded", - "size": 1440188, - "download_count": 12890, - "created_at": "2015-03-25T00:49:35Z", - "updated_at": "2015-03-25T00:49:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.4.1/protobuf-2.4.1.tar.bz2" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489122", - "id": 489122, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTEyMg==", - "name": "protobuf-2.4.1.tar.gz", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/gzip", - "state": "uploaded", - "size": 1935301, - "download_count": 41827, - "created_at": "2015-03-25T00:49:35Z", - "updated_at": "2015-03-25T00:49:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.4.1/protobuf-2.4.1.tar.gz" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489120", - "id": 489120, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTEyMA==", - "name": "protobuf-2.4.1.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 2510666, - "download_count": 7474, - "created_at": "2015-03-25T00:49:35Z", - "updated_at": "2015-03-25T00:49:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.4.1/protobuf-2.4.1.zip" - }, - { - "url": "https://api.github.com/repos/protocolbuffers/protobuf/releases/assets/489119", - "id": 489119, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ4OTExOQ==", - "name": "protoc-2.4.1-win32.zip", - "label": null, - "uploader": { - "login": "xfxyjwf", - "id": 8551050, - "node_id": "MDQ6VXNlcjg1NTEwNTA=", - "avatar_url": "https://avatars0.githubusercontent.com/u/8551050?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/xfxyjwf", - "html_url": "https://github.com/xfxyjwf", - "followers_url": "https://api.github.com/users/xfxyjwf/followers", - "following_url": "https://api.github.com/users/xfxyjwf/following{/other_user}", - "gists_url": "https://api.github.com/users/xfxyjwf/gists{/gist_id}", - "starred_url": "https://api.github.com/users/xfxyjwf/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/xfxyjwf/subscriptions", - "organizations_url": "https://api.github.com/users/xfxyjwf/orgs", - "repos_url": "https://api.github.com/users/xfxyjwf/repos", - "events_url": "https://api.github.com/users/xfxyjwf/events{/privacy}", - "received_events_url": "https://api.github.com/users/xfxyjwf/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 642756, - "download_count": 6470, - "created_at": "2015-03-25T00:49:35Z", - "updated_at": "2015-03-25T00:49:36Z", - "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v2.4.1/protoc-2.4.1-win32.zip" - } - ], - "tarball_url": "https://api.github.com/repos/protocolbuffers/protobuf/tarball/v2.4.1", - "zipball_url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/v2.4.1", - "body": "# Version 2.4.1\n\n## C++\n- Fixed the frendship problem for old compilers to make the library now gcc 3\n compatible again.\n- Fixed vcprojects/extract_includes.bat to extract compiler/plugin.h.\n\n## Java\n- Removed usages of JDK 1.6 only features to make the library now JDK 1.5\n compatible again.\n- Fixed a bug about negative enum values.\n- serialVersionUID is now defined in generated messages for java serializing.\n- Fixed protoc to use java.lang.Object, which makes \"Object\" now a valid\n message name again.\n\n## Python\n- Experimental C++ implementation now requires C++ protobuf library installed.\n See the README.txt in the python directory for details.\n" - } -] diff --git a/lib/installer.js b/lib/installer.js index 8894bcc2..99e6aec9 100644 --- a/lib/installer.js +++ b/lib/installer.js @@ -133,7 +133,17 @@ function fetchVersions(includePreReleases, repoToken) { else { rest = new restm.RestClient("setup-protoc"); } - let tags = (yield rest.get("https://api.github.com/repos/protocolbuffers/protobuf/releases")).result || []; + let tags = []; + for (let pageNum = 1, morePages = true; morePages; pageNum++) { + let nextPage = (yield rest.get("https://api.github.com/repos/protocolbuffers/protobuf/releases?page=" + + pageNum)).result || []; + if (nextPage.length > 0) { + tags = tags.concat(nextPage); + } + else { + morePages = false; + } + } return tags .filter(tag => tag.tag_name.match(/v\d+\.[\w\.]+/g)) .filter(tag => includePrerelease(tag.prerelease, includePreReleases)) diff --git a/node_modules/@actions/core/package.json b/node_modules/@actions/core/package.json index 9d66b5bd..703f9707 100644 --- a/node_modules/@actions/core/package.json +++ b/node_modules/@actions/core/package.json @@ -2,7 +2,7 @@ "_args": [ [ "@actions/core@1.0.0", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "@actions/core@1.0.0", @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, diff --git a/node_modules/@actions/exec/package.json b/node_modules/@actions/exec/package.json index 1ce39e38..3bd49fb6 100644 --- a/node_modules/@actions/exec/package.json +++ b/node_modules/@actions/exec/package.json @@ -2,7 +2,7 @@ "_args": [ [ "@actions/exec@1.0.0", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "@actions/exec@1.0.0", @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, diff --git a/node_modules/@actions/io/package.json b/node_modules/@actions/io/package.json index cfdfd902..a275969a 100644 --- a/node_modules/@actions/io/package.json +++ b/node_modules/@actions/io/package.json @@ -2,7 +2,7 @@ "_args": [ [ "@actions/io@1.0.0", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "@actions/io@1.0.0", @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, diff --git a/node_modules/@actions/tool-cache/package.json b/node_modules/@actions/tool-cache/package.json index f51335ce..85b273d0 100644 --- a/node_modules/@actions/tool-cache/package.json +++ b/node_modules/@actions/tool-cache/package.json @@ -2,7 +2,7 @@ "_args": [ [ "@actions/tool-cache@1.1.0", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "@actions/tool-cache@1.1.0", @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.1.0.tgz", "_spec": "1.1.0", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, diff --git a/node_modules/semver/package.json b/node_modules/semver/package.json index d2feef8b..1b05482a 100644 --- a/node_modules/semver/package.json +++ b/node_modules/semver/package.json @@ -2,7 +2,7 @@ "_args": [ [ "semver@6.3.0", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "semver@6.3.0", @@ -24,13 +24,14 @@ "_requiredBy": [ "/", "/@actions/tool-cache", - "/istanbul-lib-instrument" + "/istanbul-lib-instrument", + "/jest-snapshot" ], "_resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "_spec": "6.3.0", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "bin": { - "semver": "./bin/semver.js" + "semver": "bin/semver.js" }, "bugs": { "url": "https://github.com/npm/node-semver/issues" diff --git a/node_modules/tunnel/package.json b/node_modules/tunnel/package.json index a597b57a..9626965d 100644 --- a/node_modules/tunnel/package.json +++ b/node_modules/tunnel/package.json @@ -2,7 +2,7 @@ "_args": [ [ "tunnel@0.0.4", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "tunnel@0.0.4", @@ -26,7 +26,7 @@ ], "_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.4.tgz", "_spec": "0.0.4", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "author": { "name": "Koichi Kobayashi", "email": "koichik@improvement.jp" diff --git a/node_modules/typed-rest-client/package.json b/node_modules/typed-rest-client/package.json index cd66ab16..0f6c69c4 100644 --- a/node_modules/typed-rest-client/package.json +++ b/node_modules/typed-rest-client/package.json @@ -2,7 +2,7 @@ "_args": [ [ "typed-rest-client@1.5.0", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "typed-rest-client@1.5.0", @@ -26,7 +26,7 @@ ], "_resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.5.0.tgz", "_spec": "1.5.0", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "author": { "name": "Microsoft Corporation" }, diff --git a/node_modules/underscore/package.json b/node_modules/underscore/package.json index 09d5cdd5..b397ed54 100644 --- a/node_modules/underscore/package.json +++ b/node_modules/underscore/package.json @@ -2,7 +2,7 @@ "_args": [ [ "underscore@1.8.3", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "underscore@1.8.3", @@ -26,7 +26,7 @@ ], "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", "_spec": "1.8.3", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "author": { "name": "Jeremy Ashkenas", "email": "jeremy@documentcloud.org" diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json index 982c3328..6909a4eb 100644 --- a/node_modules/uuid/package.json +++ b/node_modules/uuid/package.json @@ -2,7 +2,7 @@ "_args": [ [ "uuid@3.3.2", - "/home/rsora/code/projects/arduino/actions/setup-protoc" + "/Users/sod/dev/repos/setup-protoc-solo" ] ], "_from": "uuid@3.3.2", @@ -27,9 +27,9 @@ ], "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", "_spec": "3.3.2", - "_where": "/home/rsora/code/projects/arduino/actions/setup-protoc", + "_where": "/Users/sod/dev/repos/setup-protoc-solo", "bin": { - "uuid": "./bin/uuid" + "uuid": "bin/uuid" }, "browser": { "./lib/rng.js": "./lib/rng-browser.js", diff --git a/src/installer.ts b/src/installer.ts index 0487d6d3..b0515273 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -149,10 +149,19 @@ async function fetchVersions( rest = new restm.RestClient("setup-protoc"); } - let tags: IProtocRelease[] = - (await rest.get( - "https://api.github.com/repos/protocolbuffers/protobuf/releases" - )).result || []; + let tags: IProtocRelease[] = []; + for (let pageNum = 1, morePages = true; morePages; pageNum++) { + let nextPage: IProtocRelease[] = + (await rest.get( + "https://api.github.com/repos/protocolbuffers/protobuf/releases?page=" + + pageNum + )).result || []; + if (nextPage.length > 0) { + tags = tags.concat(nextPage); + } else { + morePages = false; + } + } return tags .filter(tag => tag.tag_name.match(/v\d+\.[\w\.]+/g))