home / content

releases

6 rows where repo = 236867027

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target_commitish, prerelease, 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
23208312 https://github.com/simonw/datasette-sentry/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTIzMjA4MzEy 0.1 master 0.1 0 0 2020-01-28T23:40:46Z 2020-01-29T05:53:36Z Initial release. datasette-sentry 236867027    
23208319 https://github.com/simonw/datasette-sentry/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTIzMjA4MzE5 0.1.1 master 0.1.1 0 0 2020-01-29T05:53:16Z 2020-01-29T05:53:58Z Improved README. datasette-sentry 236867027    
72267137 https://github.com/simonw/datasette-sentry/releases/tag/0.2a0 simonw 9599 RE_kwDODh5N084ETrWB 0.2a0 main 0.2a0 0 1 2022-07-18T20:29:03Z 2022-07-18T20:30:04Z - Use new `handle_exception()` hook added in Datasette 0.61a1. [#1](https://github.com/simonw/datasette-sentry/issues/1) datasette-sentry 236867027    
74388636 https://github.com/simonw/datasette-sentry/releases/tag/0.2a1 simonw 9599 RE_kwDODh5N084EbxSc 0.2a1 main 0.2a1 0 1 2022-08-14T20:53:23Z 2022-08-14T20:55:21Z - Preview of 0.2 for final testing. [#3](https://github.com/simonw/datasette-sentry/issues/3) datasette-sentry 236867027    
74390846 https://github.com/simonw/datasette-sentry/releases/tag/0.2 simonw 9599 RE_kwDODh5N084Ebx0- 0.2 main 0.2 0 0 2022-08-14T22:58:44Z 2022-08-14T23:00:36Z - Now uses the new [handle_exception()](https://docs.datasette.io/en/stable/plugin_hooks.html#handle-exception-datasette-request-exception) plugin hook introduced in [Datasette 0.62](https://docs.datasette.io/en/stable/changelog.html#v0-62). [#3](https://github.com/simonw/datasette-sentry/issues/3) datasette-sentry 236867027    
79216226 https://github.com/simonw/datasette-sentry/releases/tag/0.3 simonw 9599 RE_kwDODh5N084EuL5i 0.3 main 0.3 0 0 2022-10-06T22:29:42Z 2022-10-06T22:31:29Z - Sentry errors now include information about the HTTP request again. [#4](https://github.com/simonw/datasette-sentry/issues/4) - New `sample_rate` plugin configuration option for setting the [Sentry sample rate](https://docs.sentry.io/platforms/python/configuration/sampling/) - accepts a floating point number between 0.0 and 1.0. [#2](https://github.com/simonw/datasette-sentry/issues/2) datasette-sentry 236867027    

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 18.869ms