From ac15f806149bce49654dae72909519faa591bc6e Mon Sep 17 00:00:00 2001 From: haruki7049 <64677724+haruki7049@users.noreply.github.com> Date: Sun, 5 May 2024 11:47:05 +0900 Subject: [PATCH 01/17] chore: Init fetch-releases.py (#5) --- fetch-releases.py | 40 + sources.json | 8246 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 8286 insertions(+) create mode 100755 fetch-releases.py create mode 100644 sources.json diff --git a/fetch-releases.py b/fetch-releases.py new file mode 100755 index 0000000..d57aff9 --- /dev/null +++ b/fetch-releases.py @@ -0,0 +1,40 @@ +#! /usr/bin/env nix-shell +#! nix-shell -i python3.11 -p python311 python311Packages.requests + +import requests +import json + + +def get_all_releases(owner, repo): + url = f"https://api.github.com/repos/{owner}/{repo}/releases" + releases = [] + page = 1 + + while True: + response = requests.get(url, params={"page": page}) + if response.status_code == 200: + releases_page = json.loads(response.text) + if not releases_page: + break # ページが空の場合、ループを終了します。 + releases.extend(releases_page) + page += 1 + else: + print(f"Failed to fetch releases: {response.status_code} - {response.text}") + break + + return releases + + +def save_to_json(releases, filename): + with open(filename, "w") as file: + json.dump(releases, file, indent=2) + + +if __name__ == "__main__": + owner = "surrealdb" # リポジトリの所有者のユーザー名または組織名 + repo = "surrealdb" # リポジトリ名 + + releases = get_all_releases(owner, repo) + if releases: + save_to_json(releases, "sources.json") + print(f"Releases of {repo} saved to sources.json!!") diff --git a/sources.json b/sources.json new file mode 100644 index 0000000..6e878fc --- /dev/null +++ b/sources.json @@ -0,0 +1,8246 @@ +[ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/152009331", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/152009331/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/152009331/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.4.2", + "id": 152009331, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84JD3pz", + "tag_name": "v1.4.2", + "target_commitish": "main", + "name": "Release v1.4.2", + "draft": false, + "prerelease": false, + "created_at": "2024-04-19T20:07:30Z", + "published_at": "2024-04-19T20:47:21Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/163140298", + "id": 163140298, + "node_id": "RA_kwDOGgbgb84JuVLK", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 64, + "created_at": "2024-04-19T20:47:21Z", + "updated_at": "2024-04-19T20:47:21Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/163140302", + "id": 163140302, + "node_id": "RA_kwDOGgbgb84JuVLO", + "name": "surreal-v1.4.2.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15727354, + "download_count": 5, + "created_at": "2024-04-19T20:47:21Z", + "updated_at": "2024-04-19T20:47:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/163140301", + "id": 163140301, + "node_id": "RA_kwDOGgbgb84JuVLN", + "name": "surreal-v1.4.2.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14191962, + "download_count": 8, + "created_at": "2024-04-19T20:47:21Z", + "updated_at": "2024-04-19T20:47:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/163140300", + "id": 163140300, + "node_id": "RA_kwDOGgbgb84JuVLM", + "name": "surreal-v1.4.2.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16843883, + "download_count": 220, + "created_at": "2024-04-19T20:47:21Z", + "updated_at": "2024-04-19T20:47:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/163140303", + "id": 163140303, + "node_id": "RA_kwDOGgbgb84JuVLP", + "name": "surreal-v1.4.2.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15789537, + "download_count": 11, + "created_at": "2024-04-19T20:47:21Z", + "updated_at": "2024-04-19T20:47:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/163140299", + "id": 163140299, + "node_id": "RA_kwDOGgbgb84JuVLL", + "name": "surreal-v1.4.2.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 35885568, + "download_count": 74, + "created_at": "2024-04-19T20:47:21Z", + "updated_at": "2024-04-19T20:47:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.4.2", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.4.2", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/152009331/reactions", + "total_count": 29, + "+1": 12, + "-1": 0, + "laugh": 0, + "hooray": 3, + "confused": 0, + "heart": 0, + "rocket": 14, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/150456939", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/150456939/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/150456939/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.4.0", + "id": 150456939, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84I98pr", + "tag_name": "v1.4.0", + "target_commitish": "main", + "name": "Release v1.4.0", + "draft": false, + "prerelease": false, + "created_at": "2024-04-09T18:23:47Z", + "published_at": "2024-04-09T19:03:23Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/161190169", + "id": 161190169, + "node_id": "RA_kwDOGgbgb84Jm5EZ", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 72, + "created_at": "2024-04-09T19:03:23Z", + "updated_at": "2024-04-09T19:03:24Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/161190172", + "id": 161190172, + "node_id": "RA_kwDOGgbgb84Jm5Ec", + "name": "surreal-v1.4.0.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15728852, + "download_count": 3, + "created_at": "2024-04-09T19:03:24Z", + "updated_at": "2024-04-09T19:03:24Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0/surreal-v1.4.0.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/161190170", + "id": 161190170, + "node_id": "RA_kwDOGgbgb84Jm5Ea", + "name": "surreal-v1.4.0.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14302398, + "download_count": 1, + "created_at": "2024-04-09T19:03:24Z", + "updated_at": "2024-04-09T19:03:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0/surreal-v1.4.0.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/161190171", + "id": 161190171, + "node_id": "RA_kwDOGgbgb84Jm5Eb", + "name": "surreal-v1.4.0.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16876591, + "download_count": 146, + "created_at": "2024-04-09T19:03:24Z", + "updated_at": "2024-04-09T19:03:24Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0/surreal-v1.4.0.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/161190174", + "id": 161190174, + "node_id": "RA_kwDOGgbgb84Jm5Ee", + "name": "surreal-v1.4.0.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15951400, + "download_count": 3, + "created_at": "2024-04-09T19:03:24Z", + "updated_at": "2024-04-09T19:03:24Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0/surreal-v1.4.0.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/161190173", + "id": 161190173, + "node_id": "RA_kwDOGgbgb84Jm5Ed", + "name": "surreal-v1.4.0.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 36320768, + "download_count": 39, + "created_at": "2024-04-09T19:03:24Z", + "updated_at": "2024-04-09T19:03:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0/surreal-v1.4.0.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.4.0", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.4.0", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/150456939/reactions", + "total_count": 74, + "+1": 10, + "-1": 0, + "laugh": 0, + "hooray": 35, + "confused": 0, + "heart": 22, + "rocket": 7, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/147495624", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/147495624/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/147495624/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.4.0-beta.1", + "id": 147495624, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IyprI", + "tag_name": "v1.4.0-beta.1", + "target_commitish": "main", + "name": "Release v1.4.0-beta.1", + "draft": false, + "prerelease": true, + "created_at": "2024-03-20T14:17:21Z", + "published_at": "2024-03-20T15:19:53Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/157687668", + "id": 157687668, + "node_id": "RA_kwDOGgbgb84JZh90", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 1, + "created_at": "2024-03-20T15:19:53Z", + "updated_at": "2024-03-20T15:19:53Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0-beta.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/157687669", + "id": 157687669, + "node_id": "RA_kwDOGgbgb84JZh91", + "name": "surreal-v1.4.0-beta.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15788587, + "download_count": 3, + "created_at": "2024-03-20T15:19:53Z", + "updated_at": "2024-03-20T15:19:54Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0-beta.1/surreal-v1.4.0-beta.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/157687671", + "id": 157687671, + "node_id": "RA_kwDOGgbgb84JZh93", + "name": "surreal-v1.4.0-beta.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14334567, + "download_count": 3, + "created_at": "2024-03-20T15:19:53Z", + "updated_at": "2024-03-20T15:19:54Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0-beta.1/surreal-v1.4.0-beta.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/157687670", + "id": 157687670, + "node_id": "RA_kwDOGgbgb84JZh92", + "name": "surreal-v1.4.0-beta.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16920888, + "download_count": 5, + "created_at": "2024-03-20T15:19:53Z", + "updated_at": "2024-03-20T15:19:54Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0-beta.1/surreal-v1.4.0-beta.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/157687673", + "id": 157687673, + "node_id": "RA_kwDOGgbgb84JZh95", + "name": "surreal-v1.4.0-beta.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15979664, + "download_count": 1, + "created_at": "2024-03-20T15:19:53Z", + "updated_at": "2024-03-20T15:19:54Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0-beta.1/surreal-v1.4.0-beta.1.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/157687674", + "id": 157687674, + "node_id": "RA_kwDOGgbgb84JZh96", + "name": "surreal-v1.4.0-beta.1.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 36288000, + "download_count": 11, + "created_at": "2024-03-20T15:19:53Z", + "updated_at": "2024-03-20T15:19:54Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.0-beta.1/surreal-v1.4.0-beta.1.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.4.0-beta.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.4.0-beta.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/147495624/reactions", + "total_count": 25, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 7, + "rocket": 14, + "eyes": 4 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/146856610", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/146856610/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/146856610/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.3.1", + "id": 146856610, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IwNqi", + "tag_name": "v1.3.1", + "target_commitish": "main", + "name": "Release v1.3.1", + "draft": false, + "prerelease": false, + "created_at": "2024-03-15T21:09:15Z", + "published_at": "2024-03-15T21:52:31Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156924089", + "id": 156924089, + "node_id": "RA_kwDOGgbgb84JWni5", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 93, + "created_at": "2024-03-15T21:52:31Z", + "updated_at": "2024-03-15T21:52:31Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156924090", + "id": 156924090, + "node_id": "RA_kwDOGgbgb84JWni6", + "name": "surreal-v1.3.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15741971, + "download_count": 5, + "created_at": "2024-03-15T21:52:31Z", + "updated_at": "2024-03-15T21:52:32Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.1/surreal-v1.3.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156924094", + "id": 156924094, + "node_id": "RA_kwDOGgbgb84JWni-", + "name": "surreal-v1.3.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14310211, + "download_count": 10, + "created_at": "2024-03-15T21:52:31Z", + "updated_at": "2024-03-15T21:52:32Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.1/surreal-v1.3.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156924091", + "id": 156924091, + "node_id": "RA_kwDOGgbgb84JWni7", + "name": "surreal-v1.3.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16877002, + "download_count": 229, + "created_at": "2024-03-15T21:52:31Z", + "updated_at": "2024-03-15T21:52:32Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.1/surreal-v1.3.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156924092", + "id": 156924092, + "node_id": "RA_kwDOGgbgb84JWni8", + "name": "surreal-v1.3.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15931110, + "download_count": 8, + "created_at": "2024-03-15T21:52:31Z", + "updated_at": "2024-03-15T21:52:32Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.1/surreal-v1.3.1.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156924093", + "id": 156924093, + "node_id": "RA_kwDOGgbgb84JWni9", + "name": "surreal-v1.3.1.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 36278272, + "download_count": 61, + "created_at": "2024-03-15T21:52:31Z", + "updated_at": "2024-03-15T21:52:32Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.1/surreal-v1.3.1.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.3.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.3.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/146856610/reactions", + "total_count": 60, + "+1": 14, + "-1": 0, + "laugh": 0, + "hooray": 18, + "confused": 0, + "heart": 18, + "rocket": 10, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/146061561", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/146061561/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/146061561/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.3.0", + "id": 146061561, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84ItLj5", + "tag_name": "v1.3.0", + "target_commitish": "main", + "name": "Release v1.3.0", + "draft": false, + "prerelease": false, + "created_at": "2024-03-12T14:03:59Z", + "published_at": "2024-03-12T14:44:21Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156288899", + "id": 156288899, + "node_id": "RA_kwDOGgbgb84JUMeD", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 33, + "created_at": "2024-03-12T14:44:21Z", + "updated_at": "2024-03-12T14:44:21Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156288901", + "id": 156288901, + "node_id": "RA_kwDOGgbgb84JUMeF", + "name": "surreal-v1.3.0.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15737077, + "download_count": 5, + "created_at": "2024-03-12T14:44:21Z", + "updated_at": "2024-03-12T14:44:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0/surreal-v1.3.0.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156288903", + "id": 156288903, + "node_id": "RA_kwDOGgbgb84JUMeH", + "name": "surreal-v1.3.0.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14307791, + "download_count": 3, + "created_at": "2024-03-12T14:44:21Z", + "updated_at": "2024-03-12T14:44:23Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0/surreal-v1.3.0.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156288900", + "id": 156288900, + "node_id": "RA_kwDOGgbgb84JUMeE", + "name": "surreal-v1.3.0.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16878569, + "download_count": 104, + "created_at": "2024-03-12T14:44:21Z", + "updated_at": "2024-03-12T14:44:32Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0/surreal-v1.3.0.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156288902", + "id": 156288902, + "node_id": "RA_kwDOGgbgb84JUMeG", + "name": "surreal-v1.3.0.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15921958, + "download_count": 3, + "created_at": "2024-03-12T14:44:21Z", + "updated_at": "2024-03-12T14:44:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0/surreal-v1.3.0.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/156288904", + "id": 156288904, + "node_id": "RA_kwDOGgbgb84JUMeI", + "name": "surreal-v1.3.0.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 36272128, + "download_count": 20, + "created_at": "2024-03-12T14:44:21Z", + "updated_at": "2024-03-12T14:44:23Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0/surreal-v1.3.0.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.3.0", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.3.0", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/146061561/reactions", + "total_count": 44, + "+1": 0, + "-1": 0, + "laugh": 6, + "hooray": 24, + "confused": 0, + "heart": 8, + "rocket": 6, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/145294283", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/145294283/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/145294283/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.3.0-beta.1", + "id": 145294283, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IqQPL", + "tag_name": "v1.3.0-beta.1", + "target_commitish": "main", + "name": "Release v1.3.0-beta.1", + "draft": false, + "prerelease": true, + "created_at": "2024-03-07T15:14:20Z", + "published_at": "2024-03-07T15:57:14Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155444949", + "id": 155444949, + "node_id": "RA_kwDOGgbgb84JQ-bV", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 1, + "created_at": "2024-03-07T15:57:15Z", + "updated_at": "2024-03-07T15:57:15Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0-beta.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155444955", + "id": 155444955, + "node_id": "RA_kwDOGgbgb84JQ-bb", + "name": "surreal-v1.3.0-beta.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15733602, + "download_count": 1, + "created_at": "2024-03-07T15:57:15Z", + "updated_at": "2024-03-07T15:57:21Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0-beta.1/surreal-v1.3.0-beta.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155444953", + "id": 155444953, + "node_id": "RA_kwDOGgbgb84JQ-bZ", + "name": "surreal-v1.3.0-beta.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14294784, + "download_count": 1, + "created_at": "2024-03-07T15:57:15Z", + "updated_at": "2024-03-07T15:57:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0-beta.1/surreal-v1.3.0-beta.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155444952", + "id": 155444952, + "node_id": "RA_kwDOGgbgb84JQ-bY", + "name": "surreal-v1.3.0-beta.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16873002, + "download_count": 4, + "created_at": "2024-03-07T15:57:15Z", + "updated_at": "2024-03-07T15:57:16Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0-beta.1/surreal-v1.3.0-beta.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155444950", + "id": 155444950, + "node_id": "RA_kwDOGgbgb84JQ-bW", + "name": "surreal-v1.3.0-beta.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15920196, + "download_count": 1, + "created_at": "2024-03-07T15:57:15Z", + "updated_at": "2024-03-07T15:57:16Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0-beta.1/surreal-v1.3.0-beta.1.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155444954", + "id": 155444954, + "node_id": "RA_kwDOGgbgb84JQ-ba", + "name": "surreal-v1.3.0-beta.1.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 36262912, + "download_count": 3, + "created_at": "2024-03-07T15:57:15Z", + "updated_at": "2024-03-07T15:57:16Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.3.0-beta.1/surreal-v1.3.0-beta.1.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.3.0-beta.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.3.0-beta.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/145294283/reactions", + "total_count": 32, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 14, + "confused": 0, + "heart": 8, + "rocket": 5, + "eyes": 5 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/145244240", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/145244240/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/145244240/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.2.2", + "id": 145244240, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IqEBQ", + "tag_name": "v1.2.2", + "target_commitish": "main", + "name": "Release v1.2.2", + "draft": false, + "prerelease": false, + "created_at": "2024-03-07T11:25:00Z", + "published_at": "2024-03-07T12:01:25Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155402695", + "id": 155402695, + "node_id": "RA_kwDOGgbgb84JQ0HH", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 35, + "created_at": "2024-03-07T12:01:25Z", + "updated_at": "2024-03-07T12:01:26Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155402698", + "id": 155402698, + "node_id": "RA_kwDOGgbgb84JQ0HK", + "name": "surreal-v1.2.2.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15500935, + "download_count": 5, + "created_at": "2024-03-07T12:01:25Z", + "updated_at": "2024-03-07T12:01:26Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/surreal-v1.2.2.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155402697", + "id": 155402697, + "node_id": "RA_kwDOGgbgb84JQ0HJ", + "name": "surreal-v1.2.2.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14094328, + "download_count": 3, + "created_at": "2024-03-07T12:01:25Z", + "updated_at": "2024-03-07T12:01:26Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/surreal-v1.2.2.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155402696", + "id": 155402696, + "node_id": "RA_kwDOGgbgb84JQ0HI", + "name": "surreal-v1.2.2.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16634719, + "download_count": 112, + "created_at": "2024-03-07T12:01:25Z", + "updated_at": "2024-03-07T12:01:26Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/surreal-v1.2.2.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155402699", + "id": 155402699, + "node_id": "RA_kwDOGgbgb84JQ0HL", + "name": "surreal-v1.2.2.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15678145, + "download_count": 3, + "created_at": "2024-03-07T12:01:25Z", + "updated_at": "2024-03-07T12:01:26Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/surreal-v1.2.2.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/155402701", + "id": 155402701, + "node_id": "RA_kwDOGgbgb84JQ0HN", + "name": "surreal-v1.2.2.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 35689984, + "download_count": 21, + "created_at": "2024-03-07T12:01:25Z", + "updated_at": "2024-03-07T12:01:26Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/surreal-v1.2.2.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.2.2", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.2.2", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/145244240/reactions", + "total_count": 32, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 22, + "confused": 0, + "heart": 0, + "rocket": 10, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/142412502", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/142412502/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/142412502/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.2.1", + "id": 142412502, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IfQrW", + "tag_name": "v1.2.1", + "target_commitish": "main", + "name": "Release v1.2.1", + "draft": false, + "prerelease": false, + "created_at": "2024-02-16T20:23:09Z", + "published_at": "2024-02-16T21:30:31Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151981576", + "id": 151981576, + "node_id": "RA_kwDOGgbgb84JDw4I", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 73, + "created_at": "2024-02-16T21:30:32Z", + "updated_at": "2024-02-16T21:30:32Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151981580", + "id": 151981580, + "node_id": "RA_kwDOGgbgb84JDw4M", + "name": "surreal-v1.2.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15505992, + "download_count": 11, + "created_at": "2024-02-16T21:30:32Z", + "updated_at": "2024-02-16T21:30:33Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.1/surreal-v1.2.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151981578", + "id": 151981578, + "node_id": "RA_kwDOGgbgb84JDw4K", + "name": "surreal-v1.2.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14079377, + "download_count": 7, + "created_at": "2024-02-16T21:30:32Z", + "updated_at": "2024-02-16T21:30:33Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.1/surreal-v1.2.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151981579", + "id": 151981579, + "node_id": "RA_kwDOGgbgb84JDw4L", + "name": "surreal-v1.2.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16632115, + "download_count": 200, + "created_at": "2024-02-16T21:30:32Z", + "updated_at": "2024-02-16T21:30:33Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.1/surreal-v1.2.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151981577", + "id": 151981577, + "node_id": "RA_kwDOGgbgb84JDw4J", + "name": "surreal-v1.2.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15676291, + "download_count": 5, + "created_at": "2024-02-16T21:30:32Z", + "updated_at": "2024-02-16T21:30:33Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.1/surreal-v1.2.1.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151981581", + "id": 151981581, + "node_id": "RA_kwDOGgbgb84JDw4N", + "name": "surreal-v1.2.1.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 35677696, + "download_count": 62, + "created_at": "2024-02-16T21:30:32Z", + "updated_at": "2024-02-16T21:30:34Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.1/surreal-v1.2.1.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.2.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.2.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/142412502/reactions", + "total_count": 39, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 11, + "confused": 0, + "heart": 0, + "rocket": 28, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/141830544", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/141830544/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/141830544/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.2.0", + "id": 141830544, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IdCmQ", + "tag_name": "v1.2.0", + "target_commitish": "main", + "name": "Release v1.2.0", + "draft": false, + "prerelease": false, + "created_at": "2024-02-13T14:46:30Z", + "published_at": "2024-02-13T15:23:43Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151332106", + "id": 151332106, + "node_id": "RA_kwDOGgbgb84JBSUK", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 39, + "created_at": "2024-02-13T15:23:44Z", + "updated_at": "2024-02-13T15:23:44Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151332108", + "id": 151332108, + "node_id": "RA_kwDOGgbgb84JBSUM", + "name": "surreal-v1.2.0.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15498972, + "download_count": 4, + "created_at": "2024-02-13T15:23:44Z", + "updated_at": "2024-02-13T15:23:45Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151332104", + "id": 151332104, + "node_id": "RA_kwDOGgbgb84JBSUI", + "name": "surreal-v1.2.0.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14082841, + "download_count": 6, + "created_at": "2024-02-13T15:23:44Z", + "updated_at": "2024-02-13T15:23:44Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151332105", + "id": 151332105, + "node_id": "RA_kwDOGgbgb84JBSUJ", + "name": "surreal-v1.2.0.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16630054, + "download_count": 1981, + "created_at": "2024-02-13T15:23:44Z", + "updated_at": "2024-02-13T15:23:45Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151332103", + "id": 151332103, + "node_id": "RA_kwDOGgbgb84JBSUH", + "name": "surreal-v1.2.0.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15677578, + "download_count": 6, + "created_at": "2024-02-13T15:23:44Z", + "updated_at": "2024-02-13T15:23:44Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151332107", + "id": 151332107, + "node_id": "RA_kwDOGgbgb84JBSUL", + "name": "surreal-v1.2.0.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 35691520, + "download_count": 15, + "created_at": "2024-02-13T15:23:44Z", + "updated_at": "2024-02-13T15:23:45Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.2.0", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.2.0", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/141830544/reactions", + "total_count": 69, + "+1": 7, + "-1": 0, + "laugh": 5, + "hooray": 15, + "confused": 0, + "heart": 22, + "rocket": 20, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/141668775", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/141668775/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/141668775/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.2.0-beta.2", + "id": 141668775, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IcbGn", + "tag_name": "v1.2.0-beta.2", + "target_commitish": "main", + "name": "Release v1.2.0-beta.2", + "draft": false, + "prerelease": true, + "created_at": "2024-02-12T17:34:30Z", + "published_at": "2024-02-12T18:16:37Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151172315", + "id": 151172315, + "node_id": "RA_kwDOGgbgb84JArTb", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 2, + "created_at": "2024-02-12T18:16:37Z", + "updated_at": "2024-02-12T18:16:38Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.2/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151172318", + "id": 151172318, + "node_id": "RA_kwDOGgbgb84JArTe", + "name": "surreal-v1.2.0-beta.2.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15531972, + "download_count": 1, + "created_at": "2024-02-12T18:16:38Z", + "updated_at": "2024-02-12T18:16:39Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.2/surreal-v1.2.0-beta.2.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151172317", + "id": 151172317, + "node_id": "RA_kwDOGgbgb84JArTd", + "name": "surreal-v1.2.0-beta.2.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14086067, + "download_count": 1, + "created_at": "2024-02-12T18:16:38Z", + "updated_at": "2024-02-12T18:16:38Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.2/surreal-v1.2.0-beta.2.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151172319", + "id": 151172319, + "node_id": "RA_kwDOGgbgb84JArTf", + "name": "surreal-v1.2.0-beta.2.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16643132, + "download_count": 2, + "created_at": "2024-02-12T18:16:38Z", + "updated_at": "2024-02-12T18:16:39Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.2/surreal-v1.2.0-beta.2.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151172316", + "id": 151172316, + "node_id": "RA_kwDOGgbgb84JArTc", + "name": "surreal-v1.2.0-beta.2.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15684028, + "download_count": 1, + "created_at": "2024-02-12T18:16:38Z", + "updated_at": "2024-02-12T18:16:38Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.2/surreal-v1.2.0-beta.2.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/151172320", + "id": 151172320, + "node_id": "RA_kwDOGgbgb84JArTg", + "name": "surreal-v1.2.0-beta.2.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 35699712, + "download_count": 1, + "created_at": "2024-02-12T18:16:38Z", + "updated_at": "2024-02-12T18:16:39Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.2/surreal-v1.2.0-beta.2.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.2.0-beta.2", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.2.0-beta.2", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/141668775/reactions", + "total_count": 12, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 12, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/139994488", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/139994488/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/139994488/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.2.0-beta.1", + "id": 139994488, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IWCV4", + "tag_name": "v1.2.0-beta.1", + "target_commitish": "main", + "name": "Release v1.2.0-beta.1", + "draft": false, + "prerelease": true, + "created_at": "2024-02-05T18:58:36Z", + "published_at": "2024-02-05T21:29:48Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/149986643", + "id": 149986643, + "node_id": "RA_kwDOGgbgb84I8J1T", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 1, + "created_at": "2024-02-05T21:29:48Z", + "updated_at": "2024-02-05T21:29:48Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/149986644", + "id": 149986644, + "node_id": "RA_kwDOGgbgb84I8J1U", + "name": "surreal-v1.2.0-beta.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15272534, + "download_count": 2, + "created_at": "2024-02-05T21:29:48Z", + "updated_at": "2024-02-05T21:29:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.1/surreal-v1.2.0-beta.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/149986647", + "id": 149986647, + "node_id": "RA_kwDOGgbgb84I8J1X", + "name": "surreal-v1.2.0-beta.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13839781, + "download_count": 3, + "created_at": "2024-02-05T21:29:48Z", + "updated_at": "2024-02-05T21:29:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.1/surreal-v1.2.0-beta.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/149986640", + "id": 149986640, + "node_id": "RA_kwDOGgbgb84I8J1Q", + "name": "surreal-v1.2.0-beta.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 16383140, + "download_count": 4, + "created_at": "2024-02-05T21:29:48Z", + "updated_at": "2024-02-05T21:29:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.1/surreal-v1.2.0-beta.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/149986642", + "id": 149986642, + "node_id": "RA_kwDOGgbgb84I8J1S", + "name": "surreal-v1.2.0-beta.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 15456302, + "download_count": 1, + "created_at": "2024-02-05T21:29:48Z", + "updated_at": "2024-02-05T21:29:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.1/surreal-v1.2.0-beta.1.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/149986645", + "id": 149986645, + "node_id": "RA_kwDOGgbgb84I8J1V", + "name": "surreal-v1.2.0-beta.1.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 35137024, + "download_count": 6, + "created_at": "2024-02-05T21:29:48Z", + "updated_at": "2024-02-05T21:29:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0-beta.1/surreal-v1.2.0-beta.1.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.2.0-beta.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.2.0-beta.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/139994488/reactions", + "total_count": 34, + "+1": 16, + "-1": 0, + "laugh": 0, + "hooray": 14, + "confused": 0, + "heart": 0, + "rocket": 4, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/137252796", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/137252796/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/137252796/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.1.1", + "id": 137252796, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84ILk-8", + "tag_name": "v1.1.1", + "target_commitish": "main", + "name": "Release v1.1.1", + "draft": false, + "prerelease": false, + "created_at": "2024-01-16T15:01:47Z", + "published_at": "2024-01-16T16:11:55Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/145893428", + "id": 145893428, + "node_id": "RA_kwDOGgbgb84Isig0", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 94, + "created_at": "2024-01-16T16:11:55Z", + "updated_at": "2024-01-16T16:11:55Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/145893431", + "id": 145893431, + "node_id": "RA_kwDOGgbgb84Isig3", + "name": "surreal-v1.1.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21133154, + "download_count": 11, + "created_at": "2024-01-16T16:11:55Z", + "updated_at": "2024-01-16T16:11:57Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.1/surreal-v1.1.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/145893429", + "id": 145893429, + "node_id": "RA_kwDOGgbgb84Isig1", + "name": "surreal-v1.1.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 19972683, + "download_count": 17, + "created_at": "2024-01-16T16:11:55Z", + "updated_at": "2024-01-16T16:11:56Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.1/surreal-v1.1.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/145893433", + "id": 145893433, + "node_id": "RA_kwDOGgbgb84Isig5", + "name": "surreal-v1.1.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21729829, + "download_count": 225, + "created_at": "2024-01-16T16:11:55Z", + "updated_at": "2024-01-16T16:11:57Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.1/surreal-v1.1.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/145893432", + "id": 145893432, + "node_id": "RA_kwDOGgbgb84Isig4", + "name": "surreal-v1.1.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20470239, + "download_count": 12, + "created_at": "2024-01-16T16:11:55Z", + "updated_at": "2024-01-16T16:11:57Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.1/surreal-v1.1.1.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/145893434", + "id": 145893434, + "node_id": "RA_kwDOGgbgb84Isig6", + "name": "surreal-v1.1.1.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 43100160, + "download_count": 72, + "created_at": "2024-01-16T16:11:55Z", + "updated_at": "2024-01-16T16:11:57Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.1/surreal-v1.1.1.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.1.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.1.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/137252796/reactions", + "total_count": 57, + "+1": 12, + "-1": 0, + "laugh": 0, + "hooray": 17, + "confused": 0, + "heart": 22, + "rocket": 6, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/136367760", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/136367760/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/136367760/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.1.0", + "id": 136367760, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IIM6Q", + "tag_name": "v1.1.0", + "target_commitish": "main", + "name": "Release v1.1.0", + "draft": false, + "prerelease": false, + "created_at": "2024-01-09T16:33:54Z", + "published_at": "2024-01-09T17:18:04Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/144633519", + "id": 144633519, + "node_id": "RA_kwDOGgbgb84Inu6v", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 36, + "created_at": "2024-01-09T17:18:04Z", + "updated_at": "2024-01-09T17:18:04Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/144633522", + "id": 144633522, + "node_id": "RA_kwDOGgbgb84Inu6y", + "name": "surreal-v1.1.0.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21202942, + "download_count": 5, + "created_at": "2024-01-09T17:18:04Z", + "updated_at": "2024-01-09T17:18:05Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0/surreal-v1.1.0.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/144633520", + "id": 144633520, + "node_id": "RA_kwDOGgbgb84Inu6w", + "name": "surreal-v1.1.0.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20045200, + "download_count": 12, + "created_at": "2024-01-09T17:18:04Z", + "updated_at": "2024-01-09T17:18:05Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0/surreal-v1.1.0.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/144633523", + "id": 144633523, + "node_id": "RA_kwDOGgbgb84Inu6z", + "name": "surreal-v1.1.0.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21710002, + "download_count": 128, + "created_at": "2024-01-09T17:18:04Z", + "updated_at": "2024-01-09T17:18:06Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0/surreal-v1.1.0.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/144633518", + "id": 144633518, + "node_id": "RA_kwDOGgbgb84Inu6u", + "name": "surreal-v1.1.0.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20446331, + "download_count": 8, + "created_at": "2024-01-09T17:18:04Z", + "updated_at": "2024-01-09T17:18:05Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0/surreal-v1.1.0.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/144633521", + "id": 144633521, + "node_id": "RA_kwDOGgbgb84Inu6x", + "name": "surreal-v1.1.0.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 43106304, + "download_count": 43, + "created_at": "2024-01-09T17:18:04Z", + "updated_at": "2024-01-09T17:18:06Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0/surreal-v1.1.0.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.1.0", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.1.0", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/136367760/reactions", + "total_count": 82, + "+1": 8, + "-1": 0, + "laugh": 0, + "hooray": 74, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/136025661", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/136025661/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/136025661/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.1.0-beta.3", + "id": 136025661, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IG5Y9", + "tag_name": "v1.1.0-beta.3", + "target_commitish": "main", + "name": "Release v1.1.0-beta.3", + "draft": false, + "prerelease": true, + "created_at": "2024-01-05T20:27:42Z", + "published_at": "2024-01-05T21:14:43Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/143993692", + "id": 143993692, + "node_id": "RA_kwDOGgbgb84IlStc", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 2, + "created_at": "2024-01-05T21:14:44Z", + "updated_at": "2024-01-05T21:14:44Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.3/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/143993690", + "id": 143993690, + "node_id": "RA_kwDOGgbgb84IlSta", + "name": "surreal-v1.1.0-beta.3.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21205698, + "download_count": 2, + "created_at": "2024-01-05T21:14:44Z", + "updated_at": "2024-01-05T21:14:45Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.3/surreal-v1.1.0-beta.3.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/143993695", + "id": 143993695, + "node_id": "RA_kwDOGgbgb84IlStf", + "name": "surreal-v1.1.0-beta.3.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20045855, + "download_count": 3, + "created_at": "2024-01-05T21:14:44Z", + "updated_at": "2024-01-05T21:14:45Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.3/surreal-v1.1.0-beta.3.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/143993694", + "id": 143993694, + "node_id": "RA_kwDOGgbgb84IlSte", + "name": "surreal-v1.1.0-beta.3.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21712301, + "download_count": 3, + "created_at": "2024-01-05T21:14:44Z", + "updated_at": "2024-01-05T21:14:45Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.3/surreal-v1.1.0-beta.3.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/143993691", + "id": 143993691, + "node_id": "RA_kwDOGgbgb84IlStb", + "name": "surreal-v1.1.0-beta.3.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20452947, + "download_count": 2, + "created_at": "2024-01-05T21:14:44Z", + "updated_at": "2024-01-05T21:14:45Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.3/surreal-v1.1.0-beta.3.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/143993696", + "id": 143993696, + "node_id": "RA_kwDOGgbgb84IlStg", + "name": "surreal-v1.1.0-beta.3.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 43110400, + "download_count": 6, + "created_at": "2024-01-05T21:14:44Z", + "updated_at": "2024-01-05T21:14:45Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.3/surreal-v1.1.0-beta.3.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.1.0-beta.3", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.1.0-beta.3", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/136025661/reactions", + "total_count": 19, + "+1": 7, + "-1": 0, + "laugh": 0, + "hooray": 8, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 4 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/134833905", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/134833905/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/134833905/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.2", + "id": 134833905, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84ICWbx", + "tag_name": "v1.0.2", + "target_commitish": "main", + "name": "Release v1.0.2", + "draft": false, + "prerelease": false, + "created_at": "2023-12-21T20:08:07Z", + "published_at": "2023-12-21T20:47:16Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141867860", + "id": 141867860, + "node_id": "RA_kwDOGgbgb84IdLtU", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 71, + "created_at": "2023-12-21T20:47:16Z", + "updated_at": "2023-12-21T20:47:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.2/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141867856", + "id": 141867856, + "node_id": "RA_kwDOGgbgb84IdLtQ", + "name": "surreal-v1.0.2.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13349698, + "download_count": 7, + "created_at": "2023-12-21T20:47:16Z", + "updated_at": "2023-12-21T20:47:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.2/surreal-v1.0.2.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141867859", + "id": 141867859, + "node_id": "RA_kwDOGgbgb84IdLtT", + "name": "surreal-v1.0.2.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12100423, + "download_count": 9, + "created_at": "2023-12-21T20:47:16Z", + "updated_at": "2023-12-21T20:47:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.2/surreal-v1.0.2.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141867858", + "id": 141867858, + "node_id": "RA_kwDOGgbgb84IdLtS", + "name": "surreal-v1.0.2.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14001741, + "download_count": 170, + "created_at": "2023-12-21T20:47:16Z", + "updated_at": "2023-12-21T20:47:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.2/surreal-v1.0.2.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141867857", + "id": 141867857, + "node_id": "RA_kwDOGgbgb84IdLtR", + "name": "surreal-v1.0.2.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13194130, + "download_count": 14, + "created_at": "2023-12-21T20:47:16Z", + "updated_at": "2023-12-21T20:47:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.2/surreal-v1.0.2.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141867861", + "id": 141867861, + "node_id": "RA_kwDOGgbgb84IdLtV", + "name": "surreal-v1.0.2.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 30663168, + "download_count": 52, + "created_at": "2023-12-21T20:47:16Z", + "updated_at": "2023-12-21T20:47:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.2/surreal-v1.0.2.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.2", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.2", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/134833905/reactions", + "total_count": 37, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 11, + "confused": 0, + "heart": 3, + "rocket": 21, + "eyes": 2 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/134687819", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/134687819/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/134687819/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.1.0-beta.2", + "id": 134687819, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84IByxL", + "tag_name": "v1.1.0-beta.2", + "target_commitish": "main", + "name": "Release v1.1.0-beta.2", + "draft": false, + "prerelease": true, + "created_at": "2023-12-20T19:41:31Z", + "published_at": "2023-12-20T20:28:31Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141840459", + "id": 141840459, + "node_id": "RA_kwDOGgbgb84IdFBL", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 4, + "created_at": "2023-12-21T17:04:24Z", + "updated_at": "2023-12-21T17:04:24Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.2/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141840461", + "id": 141840461, + "node_id": "RA_kwDOGgbgb84IdFBN", + "name": "surreal-v1.1.0-beta.2.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21212326, + "download_count": 3, + "created_at": "2023-12-21T17:04:24Z", + "updated_at": "2023-12-21T17:04:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.2/surreal-v1.1.0-beta.2.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141840460", + "id": 141840460, + "node_id": "RA_kwDOGgbgb84IdFBM", + "name": "surreal-v1.1.0-beta.2.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20056175, + "download_count": 3, + "created_at": "2023-12-21T17:04:24Z", + "updated_at": "2023-12-21T17:04:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.2/surreal-v1.1.0-beta.2.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141840462", + "id": 141840462, + "node_id": "RA_kwDOGgbgb84IdFBO", + "name": "surreal-v1.1.0-beta.2.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21709697, + "download_count": 13, + "created_at": "2023-12-21T17:04:24Z", + "updated_at": "2023-12-21T17:04:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.2/surreal-v1.1.0-beta.2.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141840463", + "id": 141840463, + "node_id": "RA_kwDOGgbgb84IdFBP", + "name": "surreal-v1.1.0-beta.2.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20451387, + "download_count": 3, + "created_at": "2023-12-21T17:04:24Z", + "updated_at": "2023-12-21T17:04:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.2/surreal-v1.1.0-beta.2.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/141840464", + "id": 141840464, + "node_id": "RA_kwDOGgbgb84IdFBQ", + "name": "surreal-v1.1.0-beta.2.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 43108352, + "download_count": 6, + "created_at": "2023-12-21T17:04:24Z", + "updated_at": "2023-12-21T17:04:26Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.2/surreal-v1.1.0-beta.2.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.1.0-beta.2", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.1.0-beta.2", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/134687819/reactions", + "total_count": 16, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 16, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/133983185", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/133983185/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/133983185/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.1", + "id": 133983185, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84H_GvR", + "tag_name": "v1.0.1", + "target_commitish": "main", + "name": "Release v1.0.1", + "draft": false, + "prerelease": false, + "created_at": "2023-12-14T12:50:38Z", + "published_at": "2023-12-14T17:33:17Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140698004", + "id": 140698004, + "node_id": "RA_kwDOGgbgb84IYuGU", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 62, + "created_at": "2023-12-14T17:33:18Z", + "updated_at": "2023-12-14T17:33:18Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140698005", + "id": 140698005, + "node_id": "RA_kwDOGgbgb84IYuGV", + "name": "surreal-v1.0.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13349875, + "download_count": 9, + "created_at": "2023-12-14T17:33:18Z", + "updated_at": "2023-12-14T17:33:19Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.1/surreal-v1.0.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140698008", + "id": 140698008, + "node_id": "RA_kwDOGgbgb84IYuGY", + "name": "surreal-v1.0.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12105238, + "download_count": 8, + "created_at": "2023-12-14T17:33:18Z", + "updated_at": "2023-12-14T17:33:23Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.1/surreal-v1.0.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140698003", + "id": 140698003, + "node_id": "RA_kwDOGgbgb84IYuGT", + "name": "surreal-v1.0.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13992429, + "download_count": 118, + "created_at": "2023-12-14T17:33:18Z", + "updated_at": "2023-12-14T17:33:18Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.1/surreal-v1.0.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140698007", + "id": 140698007, + "node_id": "RA_kwDOGgbgb84IYuGX", + "name": "surreal-v1.0.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13189732, + "download_count": 11, + "created_at": "2023-12-14T17:33:18Z", + "updated_at": "2023-12-14T17:33:19Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.1/surreal-v1.0.1.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140698006", + "id": 140698006, + "node_id": "RA_kwDOGgbgb84IYuGW", + "name": "surreal-v1.0.1.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 30659072, + "download_count": 33, + "created_at": "2023-12-14T17:33:18Z", + "updated_at": "2023-12-14T17:33:19Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.1/surreal-v1.0.1.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.1", + "body": "- Adds a patch for [GHSA-x5fr-7hhj-34j3](https://github.com/surrealdb/surrealdb/security/advisories/GHSA-x5fr-7hhj-34j3).\r\n - Tables defined without explicit permissions have `NONE` instead of `FULL` permissions.\r\n - Table permissions are always explicitly displayed with the `INFO FOR DB` statement.\r\n", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/133983185/reactions", + "total_count": 31, + "+1": 0, + "-1": 0, + "laugh": 1, + "hooray": 7, + "confused": 0, + "heart": 0, + "rocket": 23, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/133645739", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/133645739/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/133645739/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.1.0-beta.1", + "id": 133645739, + "author": { + "login": "tobiemh", + "id": 1588290, + "node_id": "MDQ6VXNlcjE1ODgyOTA=", + "avatar_url": "https://avatars.githubusercontent.com/u/1588290?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobiemh", + "html_url": "https://github.com/tobiemh", + "followers_url": "https://api.github.com/users/tobiemh/followers", + "following_url": "https://api.github.com/users/tobiemh/following{/other_user}", + "gists_url": "https://api.github.com/users/tobiemh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobiemh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobiemh/subscriptions", + "organizations_url": "https://api.github.com/users/tobiemh/orgs", + "repos_url": "https://api.github.com/users/tobiemh/repos", + "events_url": "https://api.github.com/users/tobiemh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobiemh/received_events", + "type": "User", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84H90Wr", + "tag_name": "v1.1.0-beta.1", + "target_commitish": "main", + "name": "Release v1.1.0-beta.1", + "draft": false, + "prerelease": true, + "created_at": "2023-12-12T17:22:30Z", + "published_at": "2023-12-12T20:58:36Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140413153", + "id": 140413153, + "node_id": "RA_kwDOGgbgb84IXojh", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "tobiemh", + "id": 1588290, + "node_id": "MDQ6VXNlcjE1ODgyOTA=", + "avatar_url": "https://avatars.githubusercontent.com/u/1588290?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobiemh", + "html_url": "https://github.com/tobiemh", + "followers_url": "https://api.github.com/users/tobiemh/followers", + "following_url": "https://api.github.com/users/tobiemh/following{/other_user}", + "gists_url": "https://api.github.com/users/tobiemh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobiemh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobiemh/subscriptions", + "organizations_url": "https://api.github.com/users/tobiemh/orgs", + "repos_url": "https://api.github.com/users/tobiemh/repos", + "events_url": "https://api.github.com/users/tobiemh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobiemh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 4, + "created_at": "2023-12-13T07:10:12Z", + "updated_at": "2023-12-13T07:10:12Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140413157", + "id": 140413157, + "node_id": "RA_kwDOGgbgb84IXojl", + "name": "surreal-v1.1.0-beta.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "tobiemh", + "id": 1588290, + "node_id": "MDQ6VXNlcjE1ODgyOTA=", + "avatar_url": "https://avatars.githubusercontent.com/u/1588290?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobiemh", + "html_url": "https://github.com/tobiemh", + "followers_url": "https://api.github.com/users/tobiemh/followers", + "following_url": "https://api.github.com/users/tobiemh/following{/other_user}", + "gists_url": "https://api.github.com/users/tobiemh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobiemh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobiemh/subscriptions", + "organizations_url": "https://api.github.com/users/tobiemh/orgs", + "repos_url": "https://api.github.com/users/tobiemh/repos", + "events_url": "https://api.github.com/users/tobiemh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobiemh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21191946, + "download_count": 4, + "created_at": "2023-12-13T07:10:12Z", + "updated_at": "2023-12-13T07:10:13Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.1/surreal-v1.1.0-beta.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140413155", + "id": 140413155, + "node_id": "RA_kwDOGgbgb84IXojj", + "name": "surreal-v1.1.0-beta.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "tobiemh", + "id": 1588290, + "node_id": "MDQ6VXNlcjE1ODgyOTA=", + "avatar_url": "https://avatars.githubusercontent.com/u/1588290?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobiemh", + "html_url": "https://github.com/tobiemh", + "followers_url": "https://api.github.com/users/tobiemh/followers", + "following_url": "https://api.github.com/users/tobiemh/following{/other_user}", + "gists_url": "https://api.github.com/users/tobiemh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobiemh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobiemh/subscriptions", + "organizations_url": "https://api.github.com/users/tobiemh/orgs", + "repos_url": "https://api.github.com/users/tobiemh/repos", + "events_url": "https://api.github.com/users/tobiemh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobiemh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20044670, + "download_count": 4, + "created_at": "2023-12-13T07:10:12Z", + "updated_at": "2023-12-13T07:10:13Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.1/surreal-v1.1.0-beta.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140413156", + "id": 140413156, + "node_id": "RA_kwDOGgbgb84IXojk", + "name": "surreal-v1.1.0-beta.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "tobiemh", + "id": 1588290, + "node_id": "MDQ6VXNlcjE1ODgyOTA=", + "avatar_url": "https://avatars.githubusercontent.com/u/1588290?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobiemh", + "html_url": "https://github.com/tobiemh", + "followers_url": "https://api.github.com/users/tobiemh/followers", + "following_url": "https://api.github.com/users/tobiemh/following{/other_user}", + "gists_url": "https://api.github.com/users/tobiemh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobiemh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobiemh/subscriptions", + "organizations_url": "https://api.github.com/users/tobiemh/orgs", + "repos_url": "https://api.github.com/users/tobiemh/repos", + "events_url": "https://api.github.com/users/tobiemh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobiemh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21707101, + "download_count": 12, + "created_at": "2023-12-13T07:10:12Z", + "updated_at": "2023-12-13T07:10:13Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.1/surreal-v1.1.0-beta.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140413154", + "id": 140413154, + "node_id": "RA_kwDOGgbgb84IXoji", + "name": "surreal-v1.1.0-beta.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "tobiemh", + "id": 1588290, + "node_id": "MDQ6VXNlcjE1ODgyOTA=", + "avatar_url": "https://avatars.githubusercontent.com/u/1588290?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobiemh", + "html_url": "https://github.com/tobiemh", + "followers_url": "https://api.github.com/users/tobiemh/followers", + "following_url": "https://api.github.com/users/tobiemh/following{/other_user}", + "gists_url": "https://api.github.com/users/tobiemh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobiemh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobiemh/subscriptions", + "organizations_url": "https://api.github.com/users/tobiemh/orgs", + "repos_url": "https://api.github.com/users/tobiemh/repos", + "events_url": "https://api.github.com/users/tobiemh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobiemh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20439902, + "download_count": 5, + "created_at": "2023-12-13T07:10:12Z", + "updated_at": "2023-12-13T07:10:13Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.1/surreal-v1.1.0-beta.1.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/140413158", + "id": 140413158, + "node_id": "RA_kwDOGgbgb84IXojm", + "name": "surreal-v1.1.0-beta.1.windows-amd64.exe", + "label": "", + "uploader": { + "login": "tobiemh", + "id": 1588290, + "node_id": "MDQ6VXNlcjE1ODgyOTA=", + "avatar_url": "https://avatars.githubusercontent.com/u/1588290?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobiemh", + "html_url": "https://github.com/tobiemh", + "followers_url": "https://api.github.com/users/tobiemh/followers", + "following_url": "https://api.github.com/users/tobiemh/following{/other_user}", + "gists_url": "https://api.github.com/users/tobiemh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobiemh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobiemh/subscriptions", + "organizations_url": "https://api.github.com/users/tobiemh/orgs", + "repos_url": "https://api.github.com/users/tobiemh/repos", + "events_url": "https://api.github.com/users/tobiemh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobiemh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 32451072, + "download_count": 11, + "created_at": "2023-12-13T07:10:12Z", + "updated_at": "2023-12-13T07:10:13Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.0-beta.1/surreal-v1.1.0-beta.1.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.1.0-beta.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.1.0-beta.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/133645739/reactions", + "total_count": 61, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 13, + "confused": 0, + "heart": 33, + "rocket": 11, + "eyes": 4 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/120919142", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/120919142/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/120919142/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0", + "id": 120919142, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84HNRRm", + "tag_name": "v1.0.0", + "target_commitish": "main", + "name": "Release v1.0.0", + "draft": false, + "prerelease": false, + "created_at": "2023-09-13T07:12:59Z", + "published_at": "2023-09-13T08:18:19Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125816233", + "id": 125816233, + "node_id": "RA_kwDOGgbgb84Hf82p", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 335, + "created_at": "2023-09-13T08:18:19Z", + "updated_at": "2023-09-13T08:18:19Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125816235", + "id": 125816235, + "node_id": "RA_kwDOGgbgb84Hf82r", + "name": "surreal-v1.0.0.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13361039, + "download_count": 57, + "created_at": "2023-09-13T08:18:19Z", + "updated_at": "2023-09-13T08:18:20Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/surreal-v1.0.0.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125816234", + "id": 125816234, + "node_id": "RA_kwDOGgbgb84Hf82q", + "name": "surreal-v1.0.0.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12100101, + "download_count": 42, + "created_at": "2023-09-13T08:18:19Z", + "updated_at": "2023-09-13T08:18:20Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/surreal-v1.0.0.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125816232", + "id": 125816232, + "node_id": "RA_kwDOGgbgb84Hf82o", + "name": "surreal-v1.0.0.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14137137, + "download_count": 339, + "created_at": "2023-09-13T08:18:19Z", + "updated_at": "2023-09-13T08:18:20Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/surreal-v1.0.0.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125816236", + "id": 125816236, + "node_id": "RA_kwDOGgbgb84Hf82s", + "name": "surreal-v1.0.0.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13357992, + "download_count": 40, + "created_at": "2023-09-13T08:18:19Z", + "updated_at": "2023-09-13T08:18:20Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/surreal-v1.0.0.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125816237", + "id": 125816237, + "node_id": "RA_kwDOGgbgb84Hf82t", + "name": "surreal-v1.0.0.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 26686464, + "download_count": 232, + "created_at": "2023-09-13T08:18:19Z", + "updated_at": "2023-09-13T08:18:20Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/surreal-v1.0.0.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/120919142/reactions", + "total_count": 415, + "+1": 44, + "-1": 0, + "laugh": 25, + "hooray": 207, + "confused": 0, + "heart": 55, + "rocket": 83, + "eyes": 1 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/120869414", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/120869414/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/120869414/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.12", + "id": 120869414, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84HNFIm", + "tag_name": "v1.0.0-beta.12", + "target_commitish": "main", + "name": "Release v1.0.0-beta.12", + "draft": false, + "prerelease": false, + "created_at": "2023-09-12T20:29:42Z", + "published_at": "2023-09-12T21:25:26Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125753312", + "id": 125753312, + "node_id": "RA_kwDOGgbgb84Hftfg", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 9, + "created_at": "2023-09-12T21:25:27Z", + "updated_at": "2023-09-12T21:25:27Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.12/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125753316", + "id": 125753316, + "node_id": "RA_kwDOGgbgb84Hftfk", + "name": "surreal-v1.0.0-beta.12.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13350528, + "download_count": 10, + "created_at": "2023-09-12T21:25:27Z", + "updated_at": "2023-09-12T21:25:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.12/surreal-v1.0.0-beta.12.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125753314", + "id": 125753314, + "node_id": "RA_kwDOGgbgb84Hftfi", + "name": "surreal-v1.0.0-beta.12.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12097930, + "download_count": 10, + "created_at": "2023-09-12T21:25:27Z", + "updated_at": "2023-09-12T21:25:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.12/surreal-v1.0.0-beta.12.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125753315", + "id": 125753315, + "node_id": "RA_kwDOGgbgb84Hftfj", + "name": "surreal-v1.0.0-beta.12.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 14112690, + "download_count": 11, + "created_at": "2023-09-12T21:25:27Z", + "updated_at": "2023-09-12T21:25:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.12/surreal-v1.0.0-beta.12.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125753313", + "id": 125753313, + "node_id": "RA_kwDOGgbgb84Hftfh", + "name": "surreal-v1.0.0-beta.12.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13360713, + "download_count": 7, + "created_at": "2023-09-12T21:25:27Z", + "updated_at": "2023-09-12T21:25:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.12/surreal-v1.0.0-beta.12.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/125753317", + "id": 125753317, + "node_id": "RA_kwDOGgbgb84Hftfl", + "name": "surreal-v1.0.0-beta.12.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 26650112, + "download_count": 14, + "created_at": "2023-09-12T21:25:27Z", + "updated_at": "2023-09-12T21:25:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.12/surreal-v1.0.0-beta.12.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.12", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.12", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/120869414/reactions", + "total_count": 36, + "+1": 17, + "-1": 0, + "laugh": 0, + "hooray": 4, + "confused": 0, + "heart": 0, + "rocket": 15, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/119982197", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/119982197/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/119982197/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.11", + "id": 119982197, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84HJsh1", + "tag_name": "v1.0.0-beta.11", + "target_commitish": "main", + "name": "Release v1.0.0-beta.11", + "draft": false, + "prerelease": false, + "created_at": "2023-09-05T15:43:15Z", + "published_at": "2023-09-05T16:56:26Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124685517", + "id": 124685517, + "node_id": "RA_kwDOGgbgb84HbozN", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 128, + "created_at": "2023-09-05T16:56:27Z", + "updated_at": "2023-09-05T16:56:27Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.11/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124685515", + "id": 124685515, + "node_id": "RA_kwDOGgbgb84HbozL", + "name": "surreal-v1.0.0-beta.11.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13180733, + "download_count": 14, + "created_at": "2023-09-05T16:56:27Z", + "updated_at": "2023-09-05T16:56:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.11/surreal-v1.0.0-beta.11.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124685519", + "id": 124685519, + "node_id": "RA_kwDOGgbgb84HbozP", + "name": "surreal-v1.0.0-beta.11.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 11952319, + "download_count": 6, + "created_at": "2023-09-05T16:56:27Z", + "updated_at": "2023-09-05T16:56:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.11/surreal-v1.0.0-beta.11.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124685516", + "id": 124685516, + "node_id": "RA_kwDOGgbgb84HbozM", + "name": "surreal-v1.0.0-beta.11.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13956332, + "download_count": 154, + "created_at": "2023-09-05T16:56:27Z", + "updated_at": "2023-09-05T16:56:27Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.11/surreal-v1.0.0-beta.11.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124685518", + "id": 124685518, + "node_id": "RA_kwDOGgbgb84HbozO", + "name": "surreal-v1.0.0-beta.11.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13202356, + "download_count": 7, + "created_at": "2023-09-05T16:56:27Z", + "updated_at": "2023-09-05T16:56:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.11/surreal-v1.0.0-beta.11.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124685520", + "id": 124685520, + "node_id": "RA_kwDOGgbgb84HbozQ", + "name": "surreal-v1.0.0-beta.11.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 26226176, + "download_count": 39, + "created_at": "2023-09-05T16:56:27Z", + "updated_at": "2023-09-05T16:56:28Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.11/surreal-v1.0.0-beta.11.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.11", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.11", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/119982197/reactions", + "total_count": 45, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 20, + "confused": 0, + "heart": 11, + "rocket": 14, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/119617721", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/119617721/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/119617721/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.10", + "id": 119617721, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84HITi5", + "tag_name": "v1.0.0-beta.10", + "target_commitish": "main", + "name": "Release v1.0.0-beta.10", + "draft": false, + "prerelease": false, + "created_at": "2023-09-01T14:36:54Z", + "published_at": "2023-09-01T15:37:58Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124130636", + "id": 124130636, + "node_id": "RA_kwDOGgbgb84HZhVM", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 28, + "created_at": "2023-09-01T15:37:58Z", + "updated_at": "2023-09-01T15:37:59Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.10/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124130635", + "id": 124130635, + "node_id": "RA_kwDOGgbgb84HZhVL", + "name": "surreal-v1.0.0-beta.10.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13149540, + "download_count": 8, + "created_at": "2023-09-01T15:37:58Z", + "updated_at": "2023-09-01T15:37:59Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.10/surreal-v1.0.0-beta.10.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124130640", + "id": 124130640, + "node_id": "RA_kwDOGgbgb84HZhVQ", + "name": "surreal-v1.0.0-beta.10.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 11916285, + "download_count": 7, + "created_at": "2023-09-01T15:37:58Z", + "updated_at": "2023-09-01T15:37:59Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.10/surreal-v1.0.0-beta.10.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124130637", + "id": 124130637, + "node_id": "RA_kwDOGgbgb84HZhVN", + "name": "surreal-v1.0.0-beta.10.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13926733, + "download_count": 52, + "created_at": "2023-09-01T15:37:58Z", + "updated_at": "2023-09-01T15:37:59Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.10/surreal-v1.0.0-beta.10.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124130638", + "id": 124130638, + "node_id": "RA_kwDOGgbgb84HZhVO", + "name": "surreal-v1.0.0-beta.10.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13176619, + "download_count": 7, + "created_at": "2023-09-01T15:37:58Z", + "updated_at": "2023-09-01T15:37:59Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.10/surreal-v1.0.0-beta.10.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/124130639", + "id": 124130639, + "node_id": "RA_kwDOGgbgb84HZhVP", + "name": "surreal-v1.0.0-beta.10.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 26121728, + "download_count": 26, + "created_at": "2023-09-01T15:37:58Z", + "updated_at": "2023-09-01T15:38:00Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.10/surreal-v1.0.0-beta.10.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.10", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.10", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/119617721/reactions", + "total_count": 95, + "+1": 0, + "-1": 0, + "laugh": 4, + "hooray": 53, + "confused": 0, + "heart": 14, + "rocket": 21, + "eyes": 3 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97776408", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97776408/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/97776408/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.9%2B20230402", + "id": 97776408, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84F0_MY", + "tag_name": "v1.0.0-beta.9+20230402", + "target_commitish": "main", + "name": "Release v1.0.0-beta.9+20230402", + "draft": false, + "prerelease": false, + "created_at": "2023-04-02T18:57:02Z", + "published_at": "2023-04-02T20:11:16Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102030142", + "id": 102030142, + "node_id": "RA_kwDOGgbgb84GFNs-", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 41, + "created_at": "2023-04-02T20:11:16Z", + "updated_at": "2023-04-02T20:11:16Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9%2B20230402/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102030141", + "id": 102030141, + "node_id": "RA_kwDOGgbgb84GFNs9", + "name": "surreal-v1.0.0-beta.9+20230402.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12138336, + "download_count": 60, + "created_at": "2023-04-02T20:11:16Z", + "updated_at": "2023-04-02T20:11:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9%2B20230402/surreal-v1.0.0-beta.9%2B20230402.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102030145", + "id": 102030145, + "node_id": "RA_kwDOGgbgb84GFNtB", + "name": "surreal-v1.0.0-beta.9+20230402.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 10979790, + "download_count": 53, + "created_at": "2023-04-02T20:11:16Z", + "updated_at": "2023-04-02T20:11:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9%2B20230402/surreal-v1.0.0-beta.9%2B20230402.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102030144", + "id": 102030144, + "node_id": "RA_kwDOGgbgb84GFNtA", + "name": "surreal-v1.0.0-beta.9+20230402.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13282165, + "download_count": 222, + "created_at": "2023-04-02T20:11:16Z", + "updated_at": "2023-04-02T20:11:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9%2B20230402/surreal-v1.0.0-beta.9%2B20230402.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102030143", + "id": 102030143, + "node_id": "RA_kwDOGgbgb84GFNs_", + "name": "surreal-v1.0.0-beta.9+20230402.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12434532, + "download_count": 41, + "created_at": "2023-04-02T20:11:16Z", + "updated_at": "2023-04-02T20:11:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9%2B20230402/surreal-v1.0.0-beta.9%2B20230402.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102030146", + "id": 102030146, + "node_id": "RA_kwDOGgbgb84GFNtC", + "name": "surreal-v1.0.0-beta.9+20230402.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 21076992, + "download_count": 273, + "created_at": "2023-04-02T20:11:16Z", + "updated_at": "2023-04-02T20:11:18Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9%2B20230402/surreal-v1.0.0-beta.9%2B20230402.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.9+20230402", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.9+20230402", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97776408/reactions", + "total_count": 92, + "+1": 38, + "-1": 0, + "laugh": 2, + "hooray": 19, + "confused": 0, + "heart": 2, + "rocket": 31, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97774430", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97774430/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/97774430/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.8%2B20230104", + "id": 97774430, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84F0-te", + "tag_name": "v1.0.0-beta.8+20230104", + "target_commitish": "main", + "name": "Release v1.0.0-beta.8+20230104", + "draft": false, + "prerelease": false, + "created_at": "2023-04-02T18:14:36Z", + "published_at": "2023-04-02T18:53:07Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102024508", + "id": 102024508, + "node_id": "RA_kwDOGgbgb84GFMU8", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 7, + "created_at": "2023-04-02T18:53:08Z", + "updated_at": "2023-04-02T18:53:08Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8%2B20230104/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102024513", + "id": 102024513, + "node_id": "RA_kwDOGgbgb84GFMVB", + "name": "surreal-v1.0.0-beta.8+20230104.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 11173245, + "download_count": 11, + "created_at": "2023-04-02T18:53:08Z", + "updated_at": "2023-04-02T18:53:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8%2B20230104/surreal-v1.0.0-beta.8%2B20230104.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102024511", + "id": 102024511, + "node_id": "RA_kwDOGgbgb84GFMU_", + "name": "surreal-v1.0.0-beta.8+20230104.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 9965053, + "download_count": 14, + "created_at": "2023-04-02T18:53:08Z", + "updated_at": "2023-04-02T18:53:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8%2B20230104/surreal-v1.0.0-beta.8%2B20230104.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102024510", + "id": 102024510, + "node_id": "RA_kwDOGgbgb84GFMU-", + "name": "surreal-v1.0.0-beta.8+20230104.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12283901, + "download_count": 75, + "created_at": "2023-04-02T18:53:08Z", + "updated_at": "2023-04-02T18:53:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8%2B20230104/surreal-v1.0.0-beta.8%2B20230104.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102024514", + "id": 102024514, + "node_id": "RA_kwDOGgbgb84GFMVC", + "name": "surreal-v1.0.0-beta.8+20230104.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 11497612, + "download_count": 21, + "created_at": "2023-04-02T18:53:08Z", + "updated_at": "2023-04-02T18:53:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8%2B20230104/surreal-v1.0.0-beta.8%2B20230104.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/102024512", + "id": 102024512, + "node_id": "RA_kwDOGgbgb84GFMVA", + "name": "surreal-v1.0.0-beta.8+20230104.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 18634240, + "download_count": 51, + "created_at": "2023-04-02T18:53:08Z", + "updated_at": "2023-04-02T18:53:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8%2B20230104/surreal-v1.0.0-beta.8%2B20230104.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.8+20230104", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.8+20230104", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97774430/reactions", + "total_count": 3, + "+1": 3, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97710718", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97710718/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/97710718/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.9", + "id": 97710718, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84F0vJ-", + "tag_name": "v1.0.0-beta.9", + "target_commitish": "main", + "name": "Release v1.0.0-beta.9", + "draft": false, + "prerelease": false, + "created_at": "2023-04-01T01:07:04Z", + "published_at": "2023-04-01T02:00:20Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/101842147", + "id": 101842147, + "node_id": "RA_kwDOGgbgb84GEfzj", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 427, + "created_at": "2023-04-01T02:00:21Z", + "updated_at": "2023-04-01T02:00:21Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/101842142", + "id": 101842142, + "node_id": "RA_kwDOGgbgb84GEfze", + "name": "surreal-v1.0.0-beta.9.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12098189, + "download_count": 10, + "created_at": "2023-04-01T02:00:21Z", + "updated_at": "2023-04-01T02:00:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9/surreal-v1.0.0-beta.9.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/101842143", + "id": 101842143, + "node_id": "RA_kwDOGgbgb84GEfzf", + "name": "surreal-v1.0.0-beta.9.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 10936181, + "download_count": 17, + "created_at": "2023-04-01T02:00:21Z", + "updated_at": "2023-04-01T02:00:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9/surreal-v1.0.0-beta.9.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/101842144", + "id": 101842144, + "node_id": "RA_kwDOGgbgb84GEfzg", + "name": "surreal-v1.0.0-beta.9.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 13232320, + "download_count": 300, + "created_at": "2023-04-01T02:00:21Z", + "updated_at": "2023-04-01T02:00:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9/surreal-v1.0.0-beta.9.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/101842146", + "id": 101842146, + "node_id": "RA_kwDOGgbgb84GEfzi", + "name": "surreal-v1.0.0-beta.9.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 12387021, + "download_count": 7, + "created_at": "2023-04-01T02:00:21Z", + "updated_at": "2023-04-01T02:00:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9/surreal-v1.0.0-beta.9.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/101842145", + "id": 101842145, + "node_id": "RA_kwDOGgbgb84GEfzh", + "name": "surreal-v1.0.0-beta.9.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 20956672, + "download_count": 32, + "created_at": "2023-04-01T02:00:21Z", + "updated_at": "2023-04-01T02:00:22Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9/surreal-v1.0.0-beta.9.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.9", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.9", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/97710718/reactions", + "total_count": 82, + "+1": 3, + "-1": 0, + "laugh": 0, + "hooray": 51, + "confused": 0, + "heart": 0, + "rocket": 28, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/78743683", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/78743683/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/78743683/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.8", + "id": 78743683, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84EsYiD", + "tag_name": "v1.0.0-beta.8", + "target_commitish": "main", + "name": "Release v1.0.0-beta.8", + "draft": false, + "prerelease": false, + "created_at": "2022-09-30T21:33:00Z", + "published_at": "2022-09-30T22:59:24Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/79580726", + "id": 79580726, + "node_id": "RA_kwDOGgbgb84Evk42", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 442, + "created_at": "2022-09-30T22:59:25Z", + "updated_at": "2022-09-30T22:59:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/79580724", + "id": 79580724, + "node_id": "RA_kwDOGgbgb84Evk40", + "name": "surreal-v1.0.0-beta.8.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 10473508, + "download_count": 65, + "created_at": "2022-09-30T22:59:25Z", + "updated_at": "2022-09-30T22:59:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8/surreal-v1.0.0-beta.8.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/79580723", + "id": 79580723, + "node_id": "RA_kwDOGgbgb84Evk4z", + "name": "surreal-v1.0.0-beta.8.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 9395589, + "download_count": 68, + "created_at": "2022-09-30T22:59:25Z", + "updated_at": "2022-09-30T22:59:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8/surreal-v1.0.0-beta.8.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/79580725", + "id": 79580725, + "node_id": "RA_kwDOGgbgb84Evk41", + "name": "surreal-v1.0.0-beta.8.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 11771070, + "download_count": 456, + "created_at": "2022-09-30T22:59:25Z", + "updated_at": "2022-09-30T22:59:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8/surreal-v1.0.0-beta.8.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/79580728", + "id": 79580728, + "node_id": "RA_kwDOGgbgb84Evk44", + "name": "surreal-v1.0.0-beta.8.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 11133115, + "download_count": 52, + "created_at": "2022-09-30T22:59:25Z", + "updated_at": "2022-09-30T22:59:25Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8/surreal-v1.0.0-beta.8.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/79580727", + "id": 79580727, + "node_id": "RA_kwDOGgbgb84Evk43", + "name": "surreal-v1.0.0-beta.8.windows-amd64.exe", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 17423360, + "download_count": 409, + "created_at": "2022-09-30T22:59:25Z", + "updated_at": "2022-09-30T22:59:26Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8/surreal-v1.0.0-beta.8.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.8", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.8", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/78743683/reactions", + "total_count": 142, + "+1": 7, + "-1": 0, + "laugh": 2, + "hooray": 41, + "confused": 0, + "heart": 51, + "rocket": 41, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/75681740", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/75681740/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/75681740/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.7", + "id": 75681740, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84Egs_M", + "tag_name": "v1.0.0-beta.7", + "target_commitish": "main", + "name": "Release v1.0.0-beta.7", + "draft": false, + "prerelease": false, + "created_at": "2022-08-29T18:40:00Z", + "published_at": "2022-08-29T19:37:16Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/76224472", + "id": 76224472, + "node_id": "RA_kwDOGgbgb84EixfY", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 188, + "created_at": "2022-08-29T19:37:17Z", + "updated_at": "2022-08-29T19:37:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.7/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/76224469", + "id": 76224469, + "node_id": "RA_kwDOGgbgb84EixfV", + "name": "surreal-v1.0.0-beta.7.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 10266154, + "download_count": 58, + "created_at": "2022-08-29T19:37:16Z", + "updated_at": "2022-08-29T19:37:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.7/surreal-v1.0.0-beta.7.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/76224470", + "id": 76224470, + "node_id": "RA_kwDOGgbgb84EixfW", + "name": "surreal-v1.0.0-beta.7.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 9238479, + "download_count": 42, + "created_at": "2022-08-29T19:37:16Z", + "updated_at": "2022-08-29T19:37:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.7/surreal-v1.0.0-beta.7.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/76224468", + "id": 76224468, + "node_id": "RA_kwDOGgbgb84EixfU", + "name": "surreal-v1.0.0-beta.7.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 11631671, + "download_count": 179, + "created_at": "2022-08-29T19:37:16Z", + "updated_at": "2022-08-29T19:37:17Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.7/surreal-v1.0.0-beta.7.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/76224474", + "id": 76224474, + "node_id": "RA_kwDOGgbgb84Eixfa", + "name": "surreal-v1.0.0-beta.7.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 11016436, + "download_count": 40, + "created_at": "2022-08-29T19:37:18Z", + "updated_at": "2022-08-29T19:37:18Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.7/surreal-v1.0.0-beta.7.linux-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/76556826", + "id": 76556826, + "node_id": "RA_kwDOGgbgb84EkCoa", + "name": "surreal-v1.0.0-beta.7.windows-amd64.exe", + "label": null, + "uploader": { + "login": "tobiemh", + "id": 1588290, + "node_id": "MDQ6VXNlcjE1ODgyOTA=", + "avatar_url": "https://avatars.githubusercontent.com/u/1588290?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobiemh", + "html_url": "https://github.com/tobiemh", + "followers_url": "https://api.github.com/users/tobiemh/followers", + "following_url": "https://api.github.com/users/tobiemh/following{/other_user}", + "gists_url": "https://api.github.com/users/tobiemh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobiemh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobiemh/subscriptions", + "organizations_url": "https://api.github.com/users/tobiemh/orgs", + "repos_url": "https://api.github.com/users/tobiemh/repos", + "events_url": "https://api.github.com/users/tobiemh/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobiemh/received_events", + "type": "User", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 17137664, + "download_count": 177, + "created_at": "2022-09-01T13:43:46Z", + "updated_at": "2022-09-01T13:44:01Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.7/surreal-v1.0.0-beta.7.windows-amd64.exe" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.7", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.7", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/75681740/reactions", + "total_count": 40, + "+1": 1, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 23, + "rocket": 16, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/74340369", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/74340369/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/74340369/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.6", + "id": 74340369, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84EblgR", + "tag_name": "v1.0.0-beta.6", + "target_commitish": "main", + "name": "Release v1.0.0-beta.6", + "draft": false, + "prerelease": false, + "created_at": "2022-08-13T00:43:24Z", + "published_at": "2022-08-13T01:27:08Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/74561350", + "id": 74561350, + "node_id": "RA_kwDOGgbgb84EcbdG", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 21, + "created_at": "2022-08-13T01:27:08Z", + "updated_at": "2022-08-13T01:27:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.6/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/74561351", + "id": 74561351, + "node_id": "RA_kwDOGgbgb84EcbdH", + "name": "surreal-v1.0.0-beta.6.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 7709008, + "download_count": 23, + "created_at": "2022-08-13T01:27:08Z", + "updated_at": "2022-08-13T01:27:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.6/surreal-v1.0.0-beta.6.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/74561354", + "id": 74561354, + "node_id": "RA_kwDOGgbgb84EcbdK", + "name": "surreal-v1.0.0-beta.6.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 7084272, + "download_count": 15, + "created_at": "2022-08-13T01:27:09Z", + "updated_at": "2022-08-13T01:27:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.6/surreal-v1.0.0-beta.6.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/74561352", + "id": 74561352, + "node_id": "RA_kwDOGgbgb84EcbdI", + "name": "surreal-v1.0.0-beta.6.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8665891, + "download_count": 43, + "created_at": "2022-08-13T01:27:09Z", + "updated_at": "2022-08-13T01:27:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.6/surreal-v1.0.0-beta.6.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/74561353", + "id": 74561353, + "node_id": "RA_kwDOGgbgb84EcbdJ", + "name": "surreal-v1.0.0-beta.6.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8259683, + "download_count": 21, + "created_at": "2022-08-13T01:27:09Z", + "updated_at": "2022-08-13T01:27:09Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.6/surreal-v1.0.0-beta.6.linux-arm64.tgz" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.6", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.6", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/74340369/reactions", + "total_count": 1, + "+1": 1, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/73325705", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/73325705/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/73325705/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.5", + "id": 73325705, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84EXtyJ", + "tag_name": "v1.0.0-beta.5", + "target_commitish": "main", + "name": "Release v1.0.0-beta.5", + "draft": false, + "prerelease": false, + "created_at": "2022-08-01T09:28:43Z", + "published_at": "2022-08-01T10:18:59Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/73323895", + "id": 73323895, + "node_id": "RA_kwDOGgbgb84EXtV3", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 10, + "created_at": "2022-08-01T10:19:00Z", + "updated_at": "2022-08-01T10:19:00Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.5/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/73323896", + "id": 73323896, + "node_id": "RA_kwDOGgbgb84EXtV4", + "name": "surreal-v1.0.0-beta.5.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 7552132, + "download_count": 11, + "created_at": "2022-08-01T10:19:00Z", + "updated_at": "2022-08-01T10:19:01Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.5/surreal-v1.0.0-beta.5.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/73323897", + "id": 73323897, + "node_id": "RA_kwDOGgbgb84EXtV5", + "name": "surreal-v1.0.0-beta.5.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 6922682, + "download_count": 10, + "created_at": "2022-08-01T10:19:00Z", + "updated_at": "2022-08-01T10:19:01Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.5/surreal-v1.0.0-beta.5.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/73323899", + "id": 73323899, + "node_id": "RA_kwDOGgbgb84EXtV7", + "name": "surreal-v1.0.0-beta.5.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8517058, + "download_count": 12, + "created_at": "2022-08-01T10:19:00Z", + "updated_at": "2022-08-01T10:19:05Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.5/surreal-v1.0.0-beta.5.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/73323898", + "id": 73323898, + "node_id": "RA_kwDOGgbgb84EXtV6", + "name": "surreal-v1.0.0-beta.5.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8100249, + "download_count": 10, + "created_at": "2022-08-01T10:19:00Z", + "updated_at": "2022-08-01T10:19:01Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.5/surreal-v1.0.0-beta.5.linux-arm64.tgz" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.5", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.5", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/73325705/reactions", + "total_count": 1, + "+1": 1, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/73043648", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/73043648/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/73043648/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.4", + "id": 73043648, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84EWo7A", + "tag_name": "v1.0.0-beta.4", + "target_commitish": "main", + "name": "Release v1.0.0-beta.4", + "draft": false, + "prerelease": false, + "created_at": "2022-07-28T09:00:54Z", + "published_at": "2022-07-28T09:48:09Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72940441", + "id": 72940441, + "node_id": "RA_kwDOGgbgb84EWPuZ", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 10, + "created_at": "2022-07-28T09:48:09Z", + "updated_at": "2022-07-28T09:48:10Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.4/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72940442", + "id": 72940442, + "node_id": "RA_kwDOGgbgb84EWPua", + "name": "surreal-v1.0.0-beta.4.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 7584695, + "download_count": 10, + "created_at": "2022-07-28T09:48:10Z", + "updated_at": "2022-07-28T09:48:10Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.4/surreal-v1.0.0-beta.4.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72940443", + "id": 72940443, + "node_id": "RA_kwDOGgbgb84EWPub", + "name": "surreal-v1.0.0-beta.4.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 6959140, + "download_count": 9, + "created_at": "2022-07-28T09:48:10Z", + "updated_at": "2022-07-28T09:48:10Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.4/surreal-v1.0.0-beta.4.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72940445", + "id": 72940445, + "node_id": "RA_kwDOGgbgb84EWPud", + "name": "surreal-v1.0.0-beta.4.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8550944, + "download_count": 13, + "created_at": "2022-07-28T09:48:10Z", + "updated_at": "2022-07-28T09:48:10Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.4/surreal-v1.0.0-beta.4.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72940444", + "id": 72940444, + "node_id": "RA_kwDOGgbgb84EWPuc", + "name": "surreal-v1.0.0-beta.4.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8136454, + "download_count": 9, + "created_at": "2022-07-28T09:48:10Z", + "updated_at": "2022-07-28T09:48:10Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.4/surreal-v1.0.0-beta.4.linux-arm64.tgz" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.4", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.4", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/73043648/reactions", + "total_count": 1, + "+1": 1, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72685231", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72685231/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/72685231/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.3", + "id": 72685231, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84EVRav", + "tag_name": "v1.0.0-beta.3", + "target_commitish": "main", + "name": "Release v1.0.0-beta.3", + "draft": false, + "prerelease": false, + "created_at": "2022-07-24T00:36:49Z", + "published_at": "2022-07-24T01:20:46Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72496321", + "id": 72496321, + "node_id": "RA_kwDOGgbgb84EUjTB", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 10, + "created_at": "2022-07-24T01:20:46Z", + "updated_at": "2022-07-24T01:20:46Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.3/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72496323", + "id": 72496323, + "node_id": "RA_kwDOGgbgb84EUjTD", + "name": "surreal-v1.0.0-beta.3.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 7555994, + "download_count": 9, + "created_at": "2022-07-24T01:20:46Z", + "updated_at": "2022-07-24T01:20:47Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.3/surreal-v1.0.0-beta.3.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72496322", + "id": 72496322, + "node_id": "RA_kwDOGgbgb84EUjTC", + "name": "surreal-v1.0.0-beta.3.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 6936544, + "download_count": 10, + "created_at": "2022-07-24T01:20:46Z", + "updated_at": "2022-07-24T01:20:47Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.3/surreal-v1.0.0-beta.3.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72496324", + "id": 72496324, + "node_id": "RA_kwDOGgbgb84EUjTE", + "name": "surreal-v1.0.0-beta.3.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8523114, + "download_count": 13, + "created_at": "2022-07-24T01:20:46Z", + "updated_at": "2022-07-24T01:20:47Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.3/surreal-v1.0.0-beta.3.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72496325", + "id": 72496325, + "node_id": "RA_kwDOGgbgb84EUjTF", + "name": "surreal-v1.0.0-beta.3.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8114921, + "download_count": 9, + "created_at": "2022-07-24T01:20:46Z", + "updated_at": "2022-07-24T01:20:47Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.3/surreal-v1.0.0-beta.3.linux-arm64.tgz" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.3", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.3", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72685231/reactions", + "total_count": 1, + "+1": 1, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72378167", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72378167/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/72378167/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.2", + "id": 72378167, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84EUGc3", + "tag_name": "v1.0.0-beta.2", + "target_commitish": "main", + "name": "Release v1.0.0-beta.2", + "draft": false, + "prerelease": false, + "created_at": "2022-07-19T22:29:21Z", + "published_at": "2022-07-19T23:18:48Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72078636", + "id": 72078636, + "node_id": "RA_kwDOGgbgb84ES9Us", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 11, + "created_at": "2022-07-19T23:18:48Z", + "updated_at": "2022-07-19T23:18:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.2/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72078640", + "id": 72078640, + "node_id": "RA_kwDOGgbgb84ES9Uw", + "name": "surreal-v1.0.0-beta.2.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 7549489, + "download_count": 10, + "created_at": "2022-07-19T23:18:48Z", + "updated_at": "2022-07-19T23:18:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.2/surreal-v1.0.0-beta.2.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72078639", + "id": 72078639, + "node_id": "RA_kwDOGgbgb84ES9Uv", + "name": "surreal-v1.0.0-beta.2.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 6930459, + "download_count": 11, + "created_at": "2022-07-19T23:18:48Z", + "updated_at": "2022-07-19T23:18:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.2/surreal-v1.0.0-beta.2.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72078638", + "id": 72078638, + "node_id": "RA_kwDOGgbgb84ES9Uu", + "name": "surreal-v1.0.0-beta.2.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8509745, + "download_count": 12, + "created_at": "2022-07-19T23:18:48Z", + "updated_at": "2022-07-19T23:18:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.2/surreal-v1.0.0-beta.2.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/72078637", + "id": 72078637, + "node_id": "RA_kwDOGgbgb84ES9Ut", + "name": "surreal-v1.0.0-beta.2.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8105060, + "download_count": 10, + "created_at": "2022-07-19T23:18:48Z", + "updated_at": "2022-07-19T23:18:49Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.2/surreal-v1.0.0-beta.2.linux-arm64.tgz" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.2", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.2", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72378167/reactions", + "total_count": 1, + "+1": 1, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72273848", + "assets_url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72273848/assets", + "upload_url": "https://uploads.github.com/repos/surrealdb/surrealdb/releases/72273848/assets{?name,label}", + "html_url": "https://github.com/surrealdb/surrealdb/releases/tag/v1.0.0-beta.1", + "id": 72273848, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "node_id": "RE_kwDOGgbgb84ETs-4", + "tag_name": "v1.0.0-beta.1", + "target_commitish": "main", + "name": "Release v1.0.0-beta.1", + "draft": false, + "prerelease": false, + "created_at": "2022-07-18T21:42:28Z", + "published_at": "2022-07-18T22:31:58Z", + "assets": [ + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/71968064", + "id": 71968064, + "node_id": "RA_kwDOGgbgb84ESiVA", + "name": "LICENSE", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 4639, + "download_count": 18, + "created_at": "2022-07-18T22:31:59Z", + "updated_at": "2022-07-18T22:31:59Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.1/LICENSE" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/71968068", + "id": 71968068, + "node_id": "RA_kwDOGgbgb84ESiVE", + "name": "surreal-v1.0.0-beta.1.darwin-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 7545020, + "download_count": 12, + "created_at": "2022-07-18T22:31:59Z", + "updated_at": "2022-07-18T22:32:00Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.1/surreal-v1.0.0-beta.1.darwin-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/71968066", + "id": 71968066, + "node_id": "RA_kwDOGgbgb84ESiVC", + "name": "surreal-v1.0.0-beta.1.darwin-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 6923695, + "download_count": 9, + "created_at": "2022-07-18T22:31:59Z", + "updated_at": "2022-07-18T22:32:00Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.1/surreal-v1.0.0-beta.1.darwin-arm64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/71968067", + "id": 71968067, + "node_id": "RA_kwDOGgbgb84ESiVD", + "name": "surreal-v1.0.0-beta.1.linux-amd64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8531114, + "download_count": 12, + "created_at": "2022-07-18T22:31:59Z", + "updated_at": "2022-07-18T22:32:00Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.1/surreal-v1.0.0-beta.1.linux-amd64.tgz" + }, + { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/assets/71968065", + "id": 71968065, + "node_id": "RA_kwDOGgbgb84ESiVB", + "name": "surreal-v1.0.0-beta.1.linux-arm64.tgz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "content_type": "application/octet-stream", + "state": "uploaded", + "size": 8121516, + "download_count": 11, + "created_at": "2022-07-18T22:31:59Z", + "updated_at": "2022-07-18T22:32:00Z", + "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.1/surreal-v1.0.0-beta.1.linux-arm64.tgz" + } + ], + "tarball_url": "https://api.github.com/repos/surrealdb/surrealdb/tarball/v1.0.0-beta.1", + "zipball_url": "https://api.github.com/repos/surrealdb/surrealdb/zipball/v1.0.0-beta.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/72273848/reactions", + "total_count": 1, + "+1": 1, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + } +] \ No newline at end of file From abd65137dab69e195e93bbf3ce88567c5eb84a2c Mon Sep 17 00:00:00 2001 From: haruki7049 <64677724+haruki7049@users.noreply.github.com> Date: Sun, 5 May 2024 16:33:29 +0900 Subject: [PATCH 02/17] chore: Init 1.4.2 (#1) * first commit * chore: hoge * fix: Add super * fix: Add super * chore: hoge * chore: Add hash * chore: hoge * chore: Add hash * chore: Add hash * chore: hoge * chore: hoge * chore: Merge main branch * chore: Change to binary install * chore: Change to mkDerivation * chore: Init hash * chore: hoge * chore: hoge --- default.nix | 34 +++++++++++++++++++++++ flake.lock | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ flake.nix | 26 ++++++++++++++++++ treefmt.nix | 4 +++ 4 files changed, 141 insertions(+) create mode 100644 default.nix create mode 100644 flake.lock create mode 100644 flake.nix create mode 100644 treefmt.nix diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..cfa057a --- /dev/null +++ b/default.nix @@ -0,0 +1,34 @@ +self: super: { + surrealdb = { + "1.4.2" = let + rpath = super.lib.makeLibraryPath [ + super.pkgs.gcc-unwrapped + ]; + in + super.stdenv.mkDerivation rec { + pname = "surrealdb"; + version = "1.4.2"; + + src = super.fetchurl { + url = "https://github.com/surrealdb/surrealdb/releases/download/v${version}/surreal-v${version}.linux-amd64.tgz"; + hash = "sha256-JaHfiAZFgKP5RS0GCQBakYKHPnIqOtds1J65yTznGoI="; + }; + + sourceRoot = "."; + + installPhase = '' + runHook preInstall + + mkdir -p $out/bin + cp surreal $out/bin/surreal + + runHook postInstall + ''; + + postFixup = '' + patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" "$out/bin/surreal" || true + patchelf --set-rpath ${rpath} "$out/bin/surreal" || true + ''; + }; + }; +} diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..e1c105c --- /dev/null +++ b/flake.lock @@ -0,0 +1,77 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1701282334, + "narHash": "sha256-MxCVrXY6v4QmfTwIysjjaX0XUhqBbxTWWB4HXtDYsdk=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "057f9aecfb71c4437d2b27d3323df7f93c010b7e", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "23.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1708475490, + "narHash": "sha256-g1v0TsWBQPX97ziznfJdWhgMyMGtoBFs102xSYO4syU=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "0e74ca98a74bc7270d28838369593635a5db3260", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "systems": "systems", + "treefmt-nix": "treefmt-nix" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "id": "systems", + "type": "indirect" + } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1711963903, + "narHash": "sha256-N3QDhoaX+paWXHbEXZapqd1r95mdshxToGowtjtYkGI=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "49dc4a92b02b8e68798abd99184f228243b6e3ac", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..9fbd7bf --- /dev/null +++ b/flake.nix @@ -0,0 +1,26 @@ +{ + description = "An overlay for Godot"; + + inputs = { + nixpkgs.url = "github:nixos/nixpkgs/23.11"; + treefmt-nix.url = "github:numtide/treefmt-nix"; + }; + + outputs = { self, systems, nixpkgs, treefmt-nix }: + let + eachSystem = f: + nixpkgs.lib.genAttrs (import systems) + (system: f nixpkgs.legacyPackages.${system}); + treefmtEval = + eachSystem (pkgs: treefmt-nix.lib.evalModule pkgs ./treefmt.nix); + in { + # Use `nix fmt` + formatter = + eachSystem (pkgs: treefmtEval.${pkgs.system}.config.build.wrapper); + + # Use `nix flake check` + checks = eachSystem (pkgs: { + formatting = treefmtEval.${pkgs.system}.config.build.check self; + }); + }; +} diff --git a/treefmt.nix b/treefmt.nix new file mode 100644 index 0000000..ca43ee8 --- /dev/null +++ b/treefmt.nix @@ -0,0 +1,4 @@ +{ + projectRootFile = "treefmt.nix"; + programs.nixfmt.enable = true; +} From 2b2a6a278db009bf391e72dcd464e19c53e68021 Mon Sep 17 00:00:00 2001 From: haruki7049 <64677724+haruki7049@users.noreply.github.com> Date: Sun, 5 May 2024 18:55:33 +0900 Subject: [PATCH 03/17] chore: Init an binary for aarch64-linux (#7) --- default.nix | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/default.nix b/default.nix index cfa057a..2a7adc7 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,7 @@ self: super: { surrealdb = { "1.4.2" = let + inherit (super.stdenv.hostPlatform) system; rpath = super.lib.makeLibraryPath [ super.pkgs.gcc-unwrapped ]; @@ -9,10 +10,16 @@ self: super: { pname = "surrealdb"; version = "1.4.2"; - src = super.fetchurl { - url = "https://github.com/surrealdb/surrealdb/releases/download/v${version}/surreal-v${version}.linux-amd64.tgz"; - hash = "sha256-JaHfiAZFgKP5RS0GCQBakYKHPnIqOtds1J65yTznGoI="; - }; + src = { + x86_64-linux = super.fetchurl { + url = "https://github.com/surrealdb/surrealdb/releases/download/v${version}/surreal-v${version}.linux-amd64.tgz"; + hash = "sha256-JaHfiAZFgKP5RS0GCQBakYKHPnIqOtds1J65yTznGoI="; + }; + aarch64-linux = super.fetchurl { + url = "https://github.com/surrealdb/surrealdb/releases/download/v${version}/surreal-v${version}.linux-arm64.tgz"; + hash = "sha256-hlMtgEaonW41TTd2Ilrx3oXY5mdnZjfccPmg4x/6qnU="; + }; + }.${system}; sourceRoot = "."; @@ -20,15 +27,22 @@ self: super: { runHook preInstall mkdir -p $out/bin - cp surreal $out/bin/surreal + cp surreal $out/bin/surrealdb runHook postInstall ''; postFixup = '' - patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" "$out/bin/surreal" || true - patchelf --set-rpath ${rpath} "$out/bin/surreal" || true + patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" "$out/bin/surrealdb" || true + patchelf --set-rpath ${rpath} "$out/bin/surrealdb" || true ''; + + meta = with super.lib; { + description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"; + homepage = "https://surrealdb.com/"; + mainProgram = "surrealdb"; + license = licenses.bsl11; + }; }; }; } From 37763fe8ba5551328a2683fc27a69329f7c3893f Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Sun, 5 May 2024 18:57:07 +0900 Subject: [PATCH 04/17] chore: nix fmt --- default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/default.nix b/default.nix index 2a7adc7..c0bd15b 100644 --- a/default.nix +++ b/default.nix @@ -2,21 +2,20 @@ self: super: { surrealdb = { "1.4.2" = let inherit (super.stdenv.hostPlatform) system; - rpath = super.lib.makeLibraryPath [ - super.pkgs.gcc-unwrapped - ]; - in - super.stdenv.mkDerivation rec { + rpath = super.lib.makeLibraryPath [ super.pkgs.gcc-unwrapped ]; + in super.stdenv.mkDerivation rec { pname = "surrealdb"; version = "1.4.2"; src = { x86_64-linux = super.fetchurl { - url = "https://github.com/surrealdb/surrealdb/releases/download/v${version}/surreal-v${version}.linux-amd64.tgz"; + url = + "https://github.com/surrealdb/surrealdb/releases/download/v${version}/surreal-v${version}.linux-amd64.tgz"; hash = "sha256-JaHfiAZFgKP5RS0GCQBakYKHPnIqOtds1J65yTznGoI="; }; aarch64-linux = super.fetchurl { - url = "https://github.com/surrealdb/surrealdb/releases/download/v${version}/surreal-v${version}.linux-arm64.tgz"; + url = + "https://github.com/surrealdb/surrealdb/releases/download/v${version}/surreal-v${version}.linux-arm64.tgz"; hash = "sha256-hlMtgEaonW41TTd2Ilrx3oXY5mdnZjfccPmg4x/6qnU="; }; }.${system}; @@ -38,7 +37,8 @@ self: super: { ''; meta = with super.lib; { - description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"; + description = + "A scalable, distributed, collaborative, document-graph database, for the realtime web"; homepage = "https://surrealdb.com/"; mainProgram = "surrealdb"; license = licenses.bsl11; From 432415d579efca4dc0dbdc9050669b1e6c914a91 Mon Sep 17 00:00:00 2001 From: haruki7049 <64677724+haruki7049@users.noreply.github.com> Date: Sun, 5 May 2024 20:10:46 +0900 Subject: [PATCH 05/17] ci: Init some CIs (#9) * ci: Init some CIs * chore: Add an option * chore: Remove runner in nix-flake-check.yml * chore: Update treefmt.nix --- .github/workflows/fetch-releases.yml | 17 +++++++++++++++++ .github/workflows/nix-flake-check.yml | 11 +++++++++++ treefmt.nix | 1 + 3 files changed, 29 insertions(+) create mode 100644 .github/workflows/fetch-releases.yml create mode 100644 .github/workflows/nix-flake-check.yml diff --git a/.github/workflows/fetch-releases.yml b/.github/workflows/fetch-releases.yml new file mode 100644 index 0000000..4af09d1 --- /dev/null +++ b/.github/workflows/fetch-releases.yml @@ -0,0 +1,17 @@ +name: fetching-releases +on: + schedule: + - cron: '0 */12 * * *' + workflow_dispatch: +jobs: + update-sources: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4.1.2 + - uses: cachix/install-nix-action@v26 + with: + nix_path: nixpkgs=channel:nixos-unstable + - run: ./fetch-releases.py + - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + with: + commit_message: "ci: Update sources.json" diff --git a/.github/workflows/nix-flake-check.yml b/.github/workflows/nix-flake-check.yml new file mode 100644 index 0000000..bd876d3 --- /dev/null +++ b/.github/workflows/nix-flake-check.yml @@ -0,0 +1,11 @@ +on: [push, pull_request] +name: nix-flake-check +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4.1.2 + - uses: cachix/install-nix-action@v26 + with: + nix_path: nixpkgs=channel:nixos-unstable + - run: nix flake check --all-systems diff --git a/treefmt.nix b/treefmt.nix index ca43ee8..69b7ccf 100644 --- a/treefmt.nix +++ b/treefmt.nix @@ -1,4 +1,5 @@ { projectRootFile = "treefmt.nix"; programs.nixfmt.enable = true; + programs.yamlfmt.enable = true; } From 44761a8071ad59c47b7fbaa46d6192f19c2db5b6 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Sun, 5 May 2024 20:35:49 +0900 Subject: [PATCH 06/17] chore(fetch-releases.yml): Use gpg --- .github/workflows/fetch-releases.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/fetch-releases.yml b/.github/workflows/fetch-releases.yml index 4af09d1..a0d79b1 100644 --- a/.github/workflows/fetch-releases.yml +++ b/.github/workflows/fetch-releases.yml @@ -12,6 +12,13 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable - run: ./fetch-releases.py + - name: Import GPG key + uses: crazy-max/ghaction-import-gpg@v6 + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.PASSPHRASE }} + git_user_signingkey: true + git_commit_gpgsign: true - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: "ci: Update sources.json" From 3df660e5c23ff6d48eb7a1a9cc0435cf53c21d68 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Sun, 5 May 2024 20:54:20 +0900 Subject: [PATCH 07/17] chore: Delete PASSPHRASE --- .github/workflows/fetch-releases.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/fetch-releases.yml b/.github/workflows/fetch-releases.yml index a0d79b1..6b9001e 100644 --- a/.github/workflows/fetch-releases.yml +++ b/.github/workflows/fetch-releases.yml @@ -16,7 +16,6 @@ jobs: uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} git_user_signingkey: true git_commit_gpgsign: true - uses: stefanzweifel/git-auto-commit-action@v5.0.1 From 601851f9050a96fc0771c53b8ca74022175a76b2 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Sun, 5 May 2024 20:57:23 +0900 Subject: [PATCH 08/17] chore: hoge --- .github/workflows/fetch-releases.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/fetch-releases.yml b/.github/workflows/fetch-releases.yml index 6b9001e..4af09d1 100644 --- a/.github/workflows/fetch-releases.yml +++ b/.github/workflows/fetch-releases.yml @@ -12,12 +12,6 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable - run: ./fetch-releases.py - - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 - with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - git_user_signingkey: true - git_commit_gpgsign: true - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: "ci: Update sources.json" From a6a09489d1c09cb4f39bcdd9f7da5d9f537f4692 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Sun, 5 May 2024 12:00:47 +0000 Subject: [PATCH 09/17] ci: Update sources.json --- sources.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sources.json b/sources.json index 6e878fc..ac3db8d 100644 --- a/sources.json +++ b/sources.json @@ -63,7 +63,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 64, + "download_count": 65, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:21Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/LICENSE" @@ -97,7 +97,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 15727354, - "download_count": 5, + "download_count": 6, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-amd64.tgz" @@ -165,7 +165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16843883, - "download_count": 220, + "download_count": 230, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" @@ -199,7 +199,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 15789537, - "download_count": 11, + "download_count": 16, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-arm64.tgz" @@ -244,11 +244,11 @@ "body": "", "reactions": { "url": "https://api.github.com/repos/surrealdb/surrealdb/releases/152009331/reactions", - "total_count": 29, + "total_count": 30, "+1": 12, "-1": 0, "laugh": 0, - "hooray": 3, + "hooray": 4, "confused": 0, "heart": 0, "rocket": 14, @@ -2213,7 +2213,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16630054, - "download_count": 1981, + "download_count": 1982, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:45Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz" @@ -2981,7 +2981,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 21729829, - "download_count": 225, + "download_count": 226, "created_at": "2024-01-16T16:11:55Z", "updated_at": "2024-01-16T16:11:57Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.1.1/surreal-v1.1.1.linux-amd64.tgz" From 2f91b0d92520e39b6926b4f1123fee3fd13dcc71 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Mon, 6 May 2024 09:38:59 +0900 Subject: [PATCH 10/17] chore: Change binary name --- default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default.nix b/default.nix index c0bd15b..06948ba 100644 --- a/default.nix +++ b/default.nix @@ -26,21 +26,21 @@ self: super: { runHook preInstall mkdir -p $out/bin - cp surreal $out/bin/surrealdb + cp surreal $out/bin/surreal runHook postInstall ''; postFixup = '' - patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" "$out/bin/surrealdb" || true - patchelf --set-rpath ${rpath} "$out/bin/surrealdb" || true + patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" "$out/bin/surreal" || true + patchelf --set-rpath ${rpath} "$out/bin/surreal" || true ''; meta = with super.lib; { description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"; homepage = "https://surrealdb.com/"; - mainProgram = "surrealdb"; + mainProgram = "surreal"; license = licenses.bsl11; }; }; From 32d28a9a24e80ac522b3bc68d93fb0decbe0987d Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Mon, 6 May 2024 00:53:21 +0000 Subject: [PATCH 11/17] ci: Update sources.json --- sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources.json b/sources.json index ac3db8d..dee8122 100644 --- a/sources.json +++ b/sources.json @@ -63,7 +63,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 65, + "download_count": 67, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:21Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/LICENSE" @@ -165,7 +165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16843883, - "download_count": 230, + "download_count": 238, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" @@ -2213,7 +2213,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16630054, - "download_count": 1982, + "download_count": 1983, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:45Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz" @@ -4671,7 +4671,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 335, + "download_count": 337, "created_at": "2023-09-13T08:18:19Z", "updated_at": "2023-09-13T08:18:19Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/LICENSE" From 37188f71faba3f1bc7645fe6cb5bba7012180b34 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Mon, 6 May 2024 12:21:16 +0000 Subject: [PATCH 12/17] ci: Update sources.json --- sources.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sources.json b/sources.json index dee8122..548d3e6 100644 --- a/sources.json +++ b/sources.json @@ -63,7 +63,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 67, + "download_count": 71, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:21Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/LICENSE" @@ -97,7 +97,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 15727354, - "download_count": 6, + "download_count": 8, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-amd64.tgz" @@ -131,7 +131,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 14191962, - "download_count": 8, + "download_count": 9, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-arm64.tgz" @@ -165,7 +165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16843883, - "download_count": 238, + "download_count": 249, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" @@ -199,7 +199,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 15789537, - "download_count": 16, + "download_count": 17, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-arm64.tgz" @@ -233,7 +233,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 35885568, - "download_count": 74, + "download_count": 77, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.windows-amd64.exe" @@ -2213,7 +2213,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16630054, - "download_count": 1983, + "download_count": 1988, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:45Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz" @@ -4671,7 +4671,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 337, + "download_count": 338, "created_at": "2023-09-13T08:18:19Z", "updated_at": "2023-09-13T08:18:19Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/LICENSE" @@ -6377,7 +6377,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 20956672, - "download_count": 32, + "download_count": 33, "created_at": "2023-04-01T02:00:21Z", "updated_at": "2023-04-01T02:00:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.9/surreal-v1.0.0-beta.9.windows-amd64.exe" From 4f0aae0b489457ad0d4a1e66b94fb05c05daae8a Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Tue, 7 May 2024 00:52:33 +0000 Subject: [PATCH 13/17] ci: Update sources.json --- sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources.json b/sources.json index 548d3e6..2e637b3 100644 --- a/sources.json +++ b/sources.json @@ -63,7 +63,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 71, + "download_count": 74, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:21Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/LICENSE" @@ -165,7 +165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16843883, - "download_count": 249, + "download_count": 253, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" @@ -2213,7 +2213,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16630054, - "download_count": 1988, + "download_count": 1989, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:45Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz" @@ -4671,7 +4671,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 338, + "download_count": 339, "created_at": "2023-09-13T08:18:19Z", "updated_at": "2023-09-13T08:18:19Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/LICENSE" From e26f12bcbd4dfa0768ed5e82bde355f87c49432c Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Tue, 7 May 2024 12:20:51 +0000 Subject: [PATCH 14/17] ci: Update sources.json --- sources.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sources.json b/sources.json index 2e637b3..31691d9 100644 --- a/sources.json +++ b/sources.json @@ -63,7 +63,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 74, + "download_count": 78, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:21Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/LICENSE" @@ -97,7 +97,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 15727354, - "download_count": 8, + "download_count": 9, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-amd64.tgz" @@ -131,7 +131,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 14191962, - "download_count": 9, + "download_count": 10, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-arm64.tgz" @@ -165,7 +165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16843883, - "download_count": 253, + "download_count": 258, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" @@ -199,7 +199,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 15789537, - "download_count": 17, + "download_count": 18, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-arm64.tgz" @@ -233,7 +233,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 35885568, - "download_count": 77, + "download_count": 80, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.windows-amd64.exe" @@ -2213,7 +2213,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16630054, - "download_count": 1989, + "download_count": 1994, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:45Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz" From 2f3b785ddadc42172a8515df31c1f679e1b58243 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Wed, 8 May 2024 00:42:45 +0000 Subject: [PATCH 15/17] ci: Update sources.json --- sources.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sources.json b/sources.json index 31691d9..788b938 100644 --- a/sources.json +++ b/sources.json @@ -63,7 +63,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 78, + "download_count": 81, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:21Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/LICENSE" @@ -165,7 +165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16843883, - "download_count": 258, + "download_count": 262, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" @@ -233,7 +233,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 35885568, - "download_count": 80, + "download_count": 81, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.windows-amd64.exe" @@ -1667,7 +1667,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 14094328, - "download_count": 3, + "download_count": 4, "created_at": "2024-03-07T12:01:25Z", "updated_at": "2024-03-07T12:01:26Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/surreal-v1.2.2.darwin-arm64.tgz" @@ -2179,7 +2179,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 14082841, - "download_count": 6, + "download_count": 7, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:44Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.darwin-arm64.tgz" @@ -2213,7 +2213,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16630054, - "download_count": 1994, + "download_count": 2011, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:45Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz" @@ -4671,7 +4671,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 4639, - "download_count": 339, + "download_count": 340, "created_at": "2023-09-13T08:18:19Z", "updated_at": "2023-09-13T08:18:19Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/LICENSE" From c16b74e922a168aa0d110fdb27844f7a7fc76a59 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Wed, 8 May 2024 12:21:55 +0000 Subject: [PATCH 16/17] ci: Update sources.json --- sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources.json b/sources.json index 788b938..1aecb12 100644 --- a/sources.json +++ b/sources.json @@ -131,7 +131,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 14191962, - "download_count": 10, + "download_count": 11, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-arm64.tgz" @@ -165,7 +165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16843883, - "download_count": 262, + "download_count": 263, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" @@ -2213,7 +2213,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16630054, - "download_count": 2011, + "download_count": 2027, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:45Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz" From d4cceceb3992e214c925f3e86b20470e28560ec3 Mon Sep 17 00:00:00 2001 From: haruki7049 Date: Thu, 9 May 2024 00:52:43 +0000 Subject: [PATCH 17/17] ci: Update sources.json --- sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources.json b/sources.json index 1aecb12..4619a28 100644 --- a/sources.json +++ b/sources.json @@ -131,7 +131,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 14191962, - "download_count": 11, + "download_count": 12, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.darwin-arm64.tgz" @@ -165,7 +165,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16843883, - "download_count": 263, + "download_count": 264, "created_at": "2024-04-19T20:47:21Z", "updated_at": "2024-04-19T20:47:22Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz" @@ -2213,7 +2213,7 @@ "content_type": "application/octet-stream", "state": "uploaded", "size": 16630054, - "download_count": 2027, + "download_count": 2055, "created_at": "2024-02-13T15:23:44Z", "updated_at": "2024-02-13T15:23:45Z", "browser_download_url": "https://github.com/surrealdb/surrealdb/releases/download/v1.2.0/surreal-v1.2.0.linux-amd64.tgz"