home / github

Menu
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

5 rows where target_commitish = "0.64.x"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), published_at (date)

id ▼ html_url node_id tag_name target_commitish name draft author prerelease created_at published_at body repo reactions
88623648 https://github.com/simonw/datasette/releases/tag/0.64.1 RE_kwDOBm6k_c4FSEog 0.64.1 0.64.x 0.64.1 0 simonw 9599 0 2023-01-11T18:21:37Z 2023-01-11T18:27:56Z - Documentation now links to a current source of information for installing Python 3. ([#1987](https://github.com/simonw/datasette/issues/1987)) - Incorrectly calling the Datasette constructor using `Datasette("path/to/data.db")` instead of `Datasette(["path/to/data.db"])` now returns a useful error message. ([#1985](https://github.com/simonw/datasette/issues/1985)) datasette 107914493  
94985654 https://github.com/simonw/datasette/releases/tag/0.64.2 RE_kwDOBm6k_c4FqV22 0.64.2 0.64.x 0.64.2 0 simonw 9599 0 2023-03-08T20:41:13Z 2023-03-08T20:46:27Z - Fixed a bug with `datasette publish cloudrun` where deploys all used the same Docker image tag. This was mostly inconsequential as the service is deployed as soon as the image has been pushed to the registry, but could result in the incorrect image being deployed if two different deploys for two separate services ran at exactly the same time. [#2036](https://github.com/simonw/datasette/issues/2036) datasette 107914493 {"url": "https://api.github.com/repos/simonw/datasette/releases/94985654/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
101136455 https://github.com/simonw/datasette/releases/tag/0.64.3 RE_kwDOBm6k_c4GBzhH 0.64.3 0.64.x 0.64.3 0 simonw 9599 0 2023-04-27T14:55:25Z 2023-04-27T15:00:27Z - Added `pip` and `setuptools` as explicit dependencies. This fixes a bug where Datasette could not be installed using [Rye](https://github.com/mitsuhiko/rye). ([#2065](https://github.com/simonw/datasette/issues/2065)) datasette 107914493 {"url": "https://api.github.com/repos/simonw/datasette/releases/101136455/reactions", "total_count": 3, "+1": 1, "-1": 0, "laugh": 0, "hooray": 2, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
122109244 https://github.com/simonw/datasette/releases/tag/0.64.4 RE_kwDOBm6k_c4HRz08 0.64.4 0.64.x 0.64.4 0 simonw 9599 0 2023-09-21T19:28:45Z 2023-09-21T19:43:54Z - Fix for a crashing bug caused by viewing the table page for a named in-memory database. [#2189](https://github.com/simonw/datasette/issues/2189) datasette 107914493  
124182616 https://github.com/simonw/datasette/releases/tag/0.64.5 RE_kwDOBm6k_c4HZuBY 0.64.5 0.64.x 0.64.5 0 simonw 9599 0 2023-10-08T16:03:37Z 2023-10-08T16:05:20Z - Dropped dependency on `click-default-group-wheel`, which could cause a dependency conflict. ([#2197](https://github.com/simonw/datasette/issues/2197)) datasette 107914493 {"url": "https://api.github.com/repos/simonw/datasette/releases/124182616/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT);
CREATE INDEX [idx_releases_repo]
                ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
                ON [releases] ([author]);
Powered by Datasette · Queries took 25.524ms · About: simonw/datasette-graphql