Skip to content

Releases: hacdias/indielib

v0.3.0

12 Apr 14:48
v0.3.0
50d5d72
Compare
Choose a tag to compare

Changed

  • IndieAuth: added context.Context as argument to all functions that perform HTTP requests.
  • IndieAuth: added DiscoverApplicationMetadata to the Server, which implements the Application Information Discovery.

v0.2.3

20 Dec 16:04
v0.2.3
ceea274
Compare
Choose a tag to compare

Changed

  • Micropub: set text/plain content-type on Micropub create responses, allowing for compatibility with clients that expect it, such as Sparkles.

v0.2.2

22 Nov 12:40
v0.2.2
17c450d
Compare
Choose a tag to compare

Fixed

  • Micropub: fixes panic when WithGetVisibility was not provided.

v0.2.1

22 Nov 08:57
v0.2.1
170de07
Compare
Choose a tag to compare

Added

  • Micropub: new WithMaxMemory added for the media handler.

Fixed

  • Micropub: the WithMaxMediaSize option for the media handler is now properly honoured. Thanks @jlelse for reporting this.

v0.2.0

18 Nov 11:25
v0.2.0
2d8173f
Compare
Choose a tag to compare

Added

  • Micropub: add support for Visibility in the configuration.
  • Micropub: add support for Post Listing, which involves adding a new function to the Implementation interface.

Changed

  • Micropub: the keys of Request.Commands no longer start with mp-.

v0.1.0

11 Nov 13:02
v0.1.0
78e0c7d
Compare
Choose a tag to compare

Added

  • Migrated go.hacdias.com/indieauth into go.hacdias.com/indielib/indieauth.
  • Added Micropub related tooling.