releases
10 rows where repo = 312934001
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
33960564 | https://github.com/simonw/datasette-indieauth/releases/tag/0.1a0 | simonw 9599 | MDc6UmVsZWFzZTMzOTYwNTY0 | 0.1a0 | main | 0.1a0 | 0 | 1 | 2020-11-15T01:18:29Z | 2020-11-15T01:20:04Z | - Initial alpha release. | datasette-indieauth 312934001 | ||
33979936 | https://github.com/simonw/datasette-indieauth/releases/tag/0.2a0 | simonw 9599 | MDc6UmVsZWFzZTMzOTc5OTM2 | 0.2a0 | main | 0.2a0 | 0 | 1 | 2020-11-15T21:40:39Z | 2020-11-15T21:41:34Z | - `restrict_access` plugin configuration mechanism. #5 - Templated error messages. #3 | datasette-indieauth 312934001 | ||
34086312 | https://github.com/simonw/datasette-indieauth/releases/tag/0.3a0 | simonw 9599 | MDc6UmVsZWFzZTM0MDg2MzEy | 0.3a0 | main | 0.3a0 | 0 | 1 | 2020-11-17T21:52:49Z | 2020-11-17T21:53:33Z | - Now implements IndieAuth directly rather than only delegating to indieauth.com | datasette-indieauth 312934001 | ||
34093043 | https://github.com/simonw/datasette-indieauth/releases/tag/0.3 | simonw 9599 | MDc6UmVsZWFzZTM0MDkzMDQz | 0.3 | main | 0.3 | 0 | 0 | 2020-11-18T01:29:46Z | 2020-11-18T01:30:51Z | - First non-alpha release - Now implements the IndieAuth specification directly - only delegates to indieauth.com for RelMeAuth. #2 | datasette-indieauth 312934001 | ||
34094820 | https://github.com/simonw/datasette-indieauth/releases/tag/0.3.1 | simonw 9599 | MDc6UmVsZWFzZTM0MDk0ODIw | 0.3.1 | main | 0.3.1 | 0 | 0 | 2020-11-18T02:36:39Z | 2020-11-18T02:37:51Z | - Live demo at https://datasette-indieauth-demo.datasette.io/-/indieauth #15 - Fixed error when authenticating with accounts that provide extra `"profile"` information. #16 | datasette-indieauth 312934001 | ||
34096664 | https://github.com/simonw/datasette-indieauth/releases/tag/0.3.2 | simonw 9599 | MDc6UmVsZWFzZTM0MDk2NjY0 | 0.3.2 | main | 0.3.2 | 0 | 0 | 2020-11-18T03:46:08Z | 2020-11-18T03:58:24Z | - Fixed error authenticating against older providers that return form-encoded data rather than JSON. #18 - Better error handling on `/-/indieauth/done`. #17 | datasette-indieauth 312934001 | ||
34144661 | https://github.com/simonw/datasette-indieauth/releases/tag/1.0 | simonw 9599 | MDc6UmVsZWFzZTM0MTQ0NjYx | 1.0 | main | 1.0 | 0 | 0 | 2020-11-18T22:21:00Z | 2020-11-18T22:24:11Z | - Remove IndieAuth.com fallback. #14 - Increased test coverage to 100%. #19 - Better error handling for invalid IndieAuth IDs. #20 | datasette-indieauth 312934001 | ||
34197201 | https://github.com/simonw/datasette-indieauth/releases/tag/1.1 | simonw 9599 | MDc6UmVsZWFzZTM0MTk3MjAx | 1.1 | main | 1.1 | 0 | 0 | 2020-11-19T20:58:56Z | 2020-11-19T20:59:43Z | - Fix for critical security issue: [Implementation trusts the "me" field returned by the authorization server without verifying it](https://github.com/simonw/datasette-indieauth/security/advisories/GHSA-mjcr-rqjg-rhg3). | datasette-indieauth 312934001 | ||
34202004 | https://github.com/simonw/datasette-indieauth/releases/tag/1.2 | simonw 9599 | MDc6UmVsZWFzZTM0MjAyMDA0 | 1.2 | main | 1.2 | 0 | 0 | 2020-11-19T23:13:00Z | 2020-11-19T23:13:13Z | - Follow redirects to find the canonical version of the URL provided by the user. #23 - Verify `authorization_endpoint` at end of flow. #22 | datasette-indieauth 312934001 | ||
80863691 | https://github.com/simonw/datasette-indieauth/releases/tag/1.2.1 | simonw 9599 | RE_kwDOEqb-cc4E0eHL | 1.2.1 | main | 1.2.1 | 0 | 0 | 2022-10-25T01:33:36Z | 2022-10-25T01:34:47Z | - Upgraded for compatibility with latest Datasette. [#24](https://github.com/simonw/datasette-indieauth/issues/24), [#25](https://github.com/simonw/datasette-indieauth/issues/25) - Dropped support for Python 3.6. | datasette-indieauth 312934001 |
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]);