Releases: spacemeshos/api
Releases · spacemeshos/api
v1.5.8
What's Changed
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.0 to 2.15.1 in /release/go by @dependabot in #213
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.1 to 2.15.2 in /release/go by @dependabot in #214
- Bump google.golang.org/protobuf from 1.28.1 to 1.29.0 in /release/go by @dependabot in #215
- Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 in /release/go by @dependabot in #216
- Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 in /release/go by @dependabot in #217
- Bump actions/setup-go from 3 to 4 by @dependabot in #218
- Bump google.golang.org/protobuf from 1.29.1 to 1.30.0 in /release/go by @dependabot in #219
- Bump google.golang.org/grpc from 1.53.0 to 1.54.0 in /release/go by @dependabot in #221
- add api support for epoch atx stream by @countvonzero in #220
Full Changelog: v1.5.7...v1.5.8
v1.5.7
What's Changed
- Bump google.golang.org/grpc from 1.51.0 to 1.52.0 in /release/go by @dependabot in #206
- Bump google.golang.org/grpc from 1.52.0 to 1.52.1 in /release/go by @dependabot in #207
- Bump google.golang.org/grpc from 1.52.1 to 1.52.3 in /release/go by @dependabot in #208
- Bump google.golang.org/grpc from 1.52.3 to 1.53.0 in /release/go by @dependabot in #209
- Bump golang.org/x/net from 0.5.0 to 0.7.0 in /release/go by @dependabot in #211
- Update dependencies by @fasmat in #212
Full Changelog: v1.5.6...v1.5.7
v1.5.6
What's Changed
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.14.0 to 2.15.0 in /release/go by @dependabot in #204
- Removed BroadcastPoet RPC method from GatewayService by @poszu in #199
Full Changelog: v1.5.5...v1.5.6
Release v1.5.5
What's Changed
- Re-enable linter and checker for breaking changes by @fasmat in #201
- Fix missing entry in go.sum by @fasmat in #203
Full Changelog: v1.5.4...v1.5.5
Release v1.5.4
What's Changed
- Replace
opts.NumFiles
withopts.MaxFileSize
by @moshababo in #202
Full Changelog: v1.5.3...v1.5.4
Release v1.5.3
Release v1.5.2
- added
ActivationService
for fetching ATXes - extended
SmesherService::PostConfig
rpc response to includeK1
andK2
parameters - added
VerifyChallenge
method toGatewayService
rpc service for verifying poet challenges in trusted gateways
Release v1.5.1
Fixed an issue with go get
complaining that the module cannot be found
Release v1.5.0
This release includes various under the hood improvements to ensuring future backward compatibility. Additionally the following was added since the last version:
- Services to query activation transactions were added
- Endpoint to UpdatePoetServer now allows to update multiple servers
Release v1.4.1
Release Notes
- Update API endpoints working with addresses for using string instead []bytes. Necessary changes for support
bech32
address format.