home / content

releases

4 rows where repo = 506026919

✎ View and edit SQL

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
69990729 https://github.com/simonw/datasette-scale-to-zero/releases/tag/0.1 simonw 9599 RE_kwDOHilbp84EK_lJ 0.1 main 0.1 0 0 2022-06-21T22:50:33Z 2022-06-21T22:51:59Z - Initial release. Can be configured to cause Datasette to exit if it has not received traffic in a specified time period. [#1](https://github.com/simonw/datasette-scale-to-zero/issues/1) datasette-scale-to-zero 506026919    
69993720 https://github.com/simonw/datasette-scale-to-zero/releases/tag/0.1.1 simonw 9599 RE_kwDOHilbp84ELAT4 0.1.1 main 0.1.1 0 0 2022-06-22T00:06:18Z 2022-06-22T00:07:40Z - Reduced log output when server exits. [#2](https://github.com/simonw/datasette-scale-to-zero/issues/2) datasette-scale-to-zero 506026919    
70264872 https://github.com/simonw/datasette-scale-to-zero/releases/tag/0.1.2 simonw 9599 RE_kwDOHilbp84EMCgo 0.1.2 main 0.1.2 0 0 2022-06-23T00:05:34Z 2022-06-23T00:06:21Z - No longer logs a traceback on server exit. [#2](https://github.com/simonw/datasette-scale-to-zero/issues/2) datasette-scale-to-zero 506026919    
73793022 https://github.com/simonw/datasette-scale-to-zero/releases/tag/0.2 simonw 9599 RE_kwDOHilbp84EZf3- 0.2 main 0.2 0 0 2022-08-05T22:28:12Z 2022-08-05T22:29:17Z - New `"max-age": "10h"` configuration setting, which causes the server to exit after the specified amount of time whether or not it has received any traffic. [#3](https://github.com/simonw/datasette-scale-to-zero/issues/3) datasette-scale-to-zero 506026919    

Advanced export

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

CSV options:

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]);
Powered by Datasette · Queries took 21.633ms