Releases: hacdias/indielib
Releases · hacdias/indielib
v0.4.0
Changed
- Upgraded dependencies to latest versions.
- Upgrades build to use Go 1.23.
v0.3.1
Changed
- Upgraded dependencies to newest versions.
v0.3.0
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
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
Fixed
- Micropub: fixes panic when
WithGetVisibility
was not provided.
v0.2.1
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
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
Added
- Migrated
go.hacdias.com/indieauth
into go.hacdias.com/indielib/indieauth
.
- Added Micropub related tooling.