Skip to content

v1.0.0 Beta 18

Compare
Choose a tag to compare
@paulrobertlloyd paulrobertlloyd released this 25 Aug 21:50
· 36 commits to main since this release
4b6395e

A tiny end-of-summer bug fix release that also provides support for the new IndieAuth method for getting information about a client.

💟 Indiekit is supported by its community. This release was sponsored by @abhas and @sentience.


Features

  • endpoint-auth: accept client metadata. fixes #754 (212684d)
  • indiekit: add debug logs to troubleshoot Indiekit/Express server configuration, thanks @jackdbd (d02b5b8)
  • indiekit: add debug logs to troubleshoot the connection to MongoDB, thanks @jackdbd (20bc5a3)
  • indiekit: client metadata endpoint. fixes #754 (7a36846)
  • store-github: improve error messages for CRUD operations, thanks @jackdbd (bbb9990)

Bug Fixes

  • endpoint-auth: exclude client_id from introspection response (53d6eae)
  • endpoint-auth: remove console debugging (14ef31f)
  • endpoint-auth: validate client_id against local client.id (4721836)
  • endpoint-micropub: ignore empty name property in PTD. fixes #756, thanks to @gerwitz for reporting (6bbb284)
  • frontend: allow detail summary to wrap. fixes #753 (c8cdb89)