Skip to content

Releases: moznion/wiregarden

v0.5.3

04 Jan 05:00
2b24e8a
Compare
Choose a tag to compare

Changelog

v0.5.2

25 Aug 05:22
590ea6e
Compare
Choose a tag to compare

Changelog

590ea6e releng: v0.5.2
fa397c8 Fix panic error on listening
ac6901b Merge pull request #58 from moznion/renovate/io.grpc-grpc-protobuf-1.x
99636e2 Merge branch 'main' into renovate/io.grpc-grpc-protobuf-1.x
cc701a6 Merge pull request #59 from moznion/renovate/io.grpc-grpc-stub-1.x
ff482a9 Enable unix-socket listening
556f549 Fix go runtime version
ffca874 Update dependency io.grpc:grpc-stub to v1.40.1
c8b0de6 Update dependency io.grpc:grpc-protobuf to v1.40.1

v0.5.0

25 Aug 01:26
7700601
Compare
Choose a tag to compare

Changelog

7700601 Merge pull request #57 from moznion/goreleaser
be30fdb Use goreleaser instead of release-drafter
135cb71 Add version attribute
d88b903 vnd
085ba43 Merge pull request #56 from moznion/upgrade_go_1.17
bc9e101 Merge pull request #55 from moznion/support_unix_socket
97e93bc Upgrade using go runtime to 1.17
aea34d2 Support UNIX domain socket for API listening
e31a082 Merge pull request #54 from moznion/renovate/io.grpc-grpc-stub-1.x
bdda32e Update dependency io.grpc:grpc-stub to v1.40.0
b6f7e04 Merge pull request #53 from moznion/renovate/io.grpc-grpc-protobuf-1.x
ac1031e Update dependency io.grpc:grpc-protobuf to v1.40.0
d8612f6 Merge pull request #51 from moznion/renovate/google.golang.org-grpc-1.x
6b92a18 Merge pull request #52 from moznion/renovate/gradle-7.x
afbf798 Update dependency gradle to v7.2
3d14e0b Update module google.golang.org/grpc to v1.40.0
fd59656 Merge pull request #50 from moznion/renovate/google.golang.org-grpc-1.x
de8ccb4 Update module google.golang.org/grpc to v1.39.1
2d2c760 Create codeql-analysis.yml
65cb228 Merge pull request #49 from moznion/renovate/github.com-google-uuid-1.x
1d902bd Update module github.com/google/uuid to v1.3.0
95e1df2 Merge pull request #48 from moznion/renovate/gradle-7.x
0611119 Update dependency gradle to v7.1.1
e666a00 Merge pull request #46 from moznion/renovate/io.grpc-grpc-protobuf-1.x
82e79ef Merge pull request #45 from moznion/renovate/google.golang.org-grpc-1.x
c74a967 Update dependency io.grpc:grpc-protobuf to v1.39.0
6c32d02 Update module google.golang.org/grpc to v1.39.0
33668ab Merge pull request #47 from moznion/renovate/io.grpc-grpc-stub-1.x
233db32 Merge pull request #44 from moznion/renovate/google.golang.org-protobuf-1.x
b5ff057 Update dependency io.grpc:grpc-stub to v1.39.0
759b48b Update module google.golang.org/protobuf to v1.27.1

v0.4.2

28 Jun 14:19
806d99f
Compare
Choose a tag to compare

What's Changed

Features

Maintenance

  • Update module google.golang.org/protobuf to v1.27.0 #42 (@renovate)
  • Update dependency io.grpc:grpc-stub to v1.38.1 #41 (@renovate)
  • Update dependency io.grpc:grpc-protobuf to v1.38.1 #40 (@renovate)

v0.4.1

17 Jun 07:06
775231f
Compare
Choose a tag to compare

What's Changed

Features

  • Include the revision info in each log line #39 (@moznion)

Maintenance

  • Update dependency gradle to v7.1 #38 (@renovate)
  • Update module github.com/rs/zerolog to v1.23.0 #37 (@renovate)
  • Update dependency com.google.protobuf:protobuf-java to v3.17.3 #36 (@renovate)
  • Update module github.com/prometheus/client_golang to v1.11.0 #35 (@renovate)

v0.4.0

06 Jun 07:45
4d6942e
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Change the time unit for persistent keepalive interval: ms -> sec #30 (@moznion)

Features

  • Support setting & getting the PSK and keepalive interval for peers #32 (@moznion)
  • Adjust grpc server #31 (@moznion)

Bug Fixes

  • Fix a compilation error that is in example code #29 (@moznion)

Maintenance

v0.3.0

06 Jun 07:35
7e5146a
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • Change the type of UpdatePrivateKeyRequest.private_key to string #28 (@moznion)

v0.2.3

03 Jun 03:46
04e1f71
Compare
Choose a tag to compare

What's Changed

  • generate grpc library code for Java and JavaScript #27 (@moznion)
  • Update dependency com.google.protobuf:protobuf-java to v3.17.2 #26 (@renovate-bot)

v0.2.2

03 Jun 02:56
70beb84
Compare
Choose a tag to compare

What's Changed

v0.2.1

28 May 13:04
16113c3
Compare
Choose a tag to compare

What's Changed

New Features

  • Support the wiregarden gRPC library for Java #23 (@moznion)