ipld / frisbii

An experimental minimal IPLD data provider for the IPFS network
Other
17 stars 2 forks source link

v0.4.0 bump #62

Closed rvagg closed 1 year ago

github-actions[bot] commented 1 year ago

Suggested version: v0.4.0

Comparing to: v0.3.0 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

# github.com/ipld/frisbii
## incompatible changes
(*LoggingResponseWriter).Log: changed from func(int, time.Duration, int, string, string) to func(int, time.Time, int, string, string)
LogMiddleware: old is comparable, new is not
LoggingResponseWriter: old is comparable, new is not
NewFrisbiiServer: changed from func(context.Context, io.Writer, github.com/ipld/go-ipld-prime/linking.LinkSystem, string, ...HttpOption) (*FrisbiiServer, error) to func(context.Context, github.com/ipld/go-ipld-prime/linking.LinkSystem, string, ...HttpOption) (*FrisbiiServer, error)
NewLogMiddleware: changed from func(net/http.Handler, io.Writer) *LogMiddleware to func(net/http.Handler, ...HttpOption) *LogMiddleware
NewLoggingResponseWriter: changed from func(net/http.ResponseWriter, *net/http.Request, io.Writer) *LoggingResponseWriter to func(net/http.ResponseWriter, *net/http.Request, io.Writer, LogHandler) *LoggingResponseWriter
httpOptions: old is comparable, new is not
## compatible changes
(*LoggingResponseWriter).WroteBytes: added
LogHandler: added
WithLogHandler: added
WithLogWriter: added
httpOptions.LogHandler: added
httpOptions.LogWriter: added

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.4.0

gocompat says:

Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created. It is going to be published when this PR is merged. You can modify its' body to include any release notes you wish to include with the release.