releases
2 rows where repo = 486080358
This data as json, CSV (advanced)
Suggested facets: created_at (date), published_at (date)
id ▼ | html_url | author | node_id | tag_name | target_commitish | name | draft | prerelease | created_at | published_at | body | repo | reactions | mentions_count |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
65495635 | https://github.com/simonw/datasette-gzip/releases/tag/0.1 | simonw 9599 | RE_kwDOHPj_Zs4D52JT | 0.1 | main | 0.1 | 0 | 0 | 2022-04-27T17:25:10Z | 2022-04-27T17:27:49Z | - Initial release. Adds gzip support to Datasette, respecting the `Accept-Encoding` HTTP header. A thin wrapper around the [GZipMiddleware](https://www.starlette.io/middleware/#gzipmiddleware) from Starlette. | datasette-gzip 486080358 | ||
65599528 | https://github.com/simonw/datasette-gzip/releases/tag/0.2 | simonw 9599 | RE_kwDOHPj_Zs4D6Pgo | 0.2 | main | 0.2 | 0 | 0 | 2022-04-28T16:05:18Z | 2022-04-28T16:06:51Z | - No longer includes [Starlette](https://www.starlette.io/) as a dependency. Now uses [asgi-gzip](https://github.com/simonw/asgi-gzip), a smaller package which extracts the `GZipMiddleware` class from Starlette. [#2](https://github.com/simonw/datasette-gzip/issues/2) | datasette-gzip 486080358 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [releases] ( [html_url] TEXT, [id] INTEGER PRIMARY KEY, [author] INTEGER REFERENCES [users]([id]), [node_id] TEXT, [tag_name] TEXT, [target_commitish] TEXT, [name] TEXT, [draft] INTEGER, [prerelease] INTEGER, [created_at] TEXT, [published_at] TEXT, [body] TEXT, [repo] INTEGER REFERENCES [repos]([id]) , [reactions] TEXT, [mentions_count] INTEGER); CREATE INDEX [idx_releases_repo] ON [releases] ([repo]); CREATE INDEX [idx_releases_author] ON [releases] ([author]);