Skip to content

Releases: webmeshproj/webmesh

v0.15.12

04 Nov 16:00
e57587f
Compare
Choose a tag to compare

Changelog

  • e57587f deps: update deps, make private endpoint detection in daemon configurable

v0.15.11

04 Nov 15:41
aaa35a7
Compare
Choose a tag to compare

Changelog

  • 4f54769 feat: allow to enable CORS on grpc-web servers
  • aaa35a7 tidy: add more logging

v0.15.10

03 Nov 19:41
d8ad532
Compare
Choose a tag to compare

Changelog

  • 56dc891 ci: bump lint version
  • d8ad532 daemon: update status method to be able to retrieve one, many, or all connections
  • f270112 fix: allow regular grpc requests when grpc-web is also enabled

v0.15.9

02 Nov 20:06
59b4575
Compare
Choose a tag to compare

Changelog

  • 89f017c daemon: check that node is started before querying interface for details
  • 59b4575 fix: netsh rules were malformatted for ipforwarding on windows
  • 20e9e1e fix: remove inefassign on windiws
  • 6ea5e41 fix: remove inefassign on windows
  • 6167c2e fix: remove inefassign on windows
  • 645b3a0 fix: update netsh syntax on windows for setting interface address
  • f40dd51 tidy: use exclusive lock for entire NewConn method in daemon

v0.15.8

02 Nov 15:24
47e45b4
Compare
Choose a tag to compare

Changelog

  • 47e45b4 daemon: implement endpoint specifying and detection for managed connections
  • 3a442a1 daemon: move connection management and port assignments to dedicated structure
  • ca3e49d feat: convert remaining dialers to RPCClientConn interface
  • de0e6e3 feat: make underyling webrtc signaling transport configurable
  • 93e8777 feat: refactor RPCTransport to return a ClientConn interface
  • 8f87fae logging: change some log levels
  • 9e4cce0 tidy: cleanup database rpc interfaces
  • 498c178 tidy: remove unneeded fields from daemon server

v0.15.7

01 Nov 16:08
e237ca0
Compare
Choose a tag to compare

Changelog

v0.15.6

31 Oct 23:06
086979a
Compare
Choose a tag to compare

Changelog

  • 086979a deps: pin to API version
  • 96a83d2 deps: pull in latest API validations
  • 537823c feat: expose services from daemon

v0.15.5

31 Oct 20:02
603ead6
Compare
Choose a tag to compare

Changelog

  • d8ec48e feat: implement deletes over query RPCs, add parsers for put queries
  • 6ccb547 feat: implement puts over Query RPCs
  • 603ead6 tidy: cleanup RPC database packages
  • 9a84dad tidy: reorganize plugindb and pull in API support for writes

v0.15.4

31 Oct 15:04
697179c
Compare
Choose a tag to compare

Changelog

  • d32b3e6 ci: always use cgo for tests
  • 549db1b ci: consolidate binary and container build steps
  • 7939b7c ci: enable cgo for unit tests on windows
  • 697179c ci: move more configs to repository variables
  • e9de8dd ci: revert makefile changes
  • 2fb7371 ci: test self hosted windows runner
  • 8ba7a77 config: assume accept-all acl when not given a proper config
  • b916e54 feat: allow persistent storage of mesh data in app daemon connections
  • a56ac6c fix: ensure unique interface names for connections made by app daemon

v0.15.3

30 Oct 12:34
c80f8b8
Compare
Choose a tag to compare

Changelog

  • c80f8b8 deps: pull in latest API and cleanup some field names
  • 8f4b696 tests: use implemented server for libp2p transport tests
  • 14f7431 tidy: update ldflags to match version structure