Commit Graph

  • f30a5a5545 refactor: remove obsolete // +build tag (#560) master cuoguojida 2026-05-19 19:47:53 +08:00
  • 5725f04a83 Try to add Windows Arm64 releases by removing the ignore entry for that combination. (#542) Konstantin Preißer 2026-05-11 23:03:53 +02:00
  • c54eac28fd Bump github.com/jhump/protoreflect from 1.17.0 to 1.18.0 (#545) dependabot[bot] 2026-01-27 12:58:19 -05:00
  • 6caf0e77fa update lead version to Go 1.25 (#543) Scott Blum 2026-01-22 16:01:15 -05:00
  • 1ad1dc15dd refactor: use strings.Builder to improve performance (#537) rifeplight 2025-10-29 20:07:46 +08:00
  • f575e91b2c refactor: use slices.Contains to simplify code (#536) vastonus 2025-10-16 19:57:01 +08:00
  • ed672b2bc9 Bump google.golang.org/protobuf from 1.36.8 to 1.36.10 (#535) dependabot[bot] 2025-10-06 15:17:34 -04:00
  • eab6c910a6 add arm build for snap (#534) PietroPasotti 2025-09-29 15:41:10 +02:00
  • 60e53f304f Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 (#527) dependabot[bot] 2025-08-25 19:09:35 -04:00
  • f093930c85 Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (#525) dependabot[bot] 2025-08-13 12:09:18 -04:00
  • 7ad93a42d9 test: Update TLS error checks for Go 1.25 compatibility (#522) Mikel Olasagasti Uranga 2025-07-25 00:11:12 +02:00
  • 7155fb6211 Bump golang.org/x/oauth2 from 0.14.0 to 0.27.0 in the go_modules group (#520) dependabot[bot] 2025-07-18 14:47:35 -04:00
  • f28d506cea Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group (#517) dependabot[bot] 2025-04-16 20:05:23 -04:00
  • 58ccc6321e Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#515) dependabot[bot] 2025-04-09 11:11:29 -04:00
  • b519ffc959 Bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group (#511) dependabot[bot] 2025-04-09 11:01:11 -04:00
  • 3a8fa31879 Snap: strict confinement, stable grade and docs (#514) PietroPasotti 2025-03-19 04:01:48 +01:00
  • 614b1687cf Restore Unix socket support (#498) zhyuri 2025-03-18 08:47:55 -04:00
  • 30f87c1323 Set GOWORK=off and GOPATHS=-trimpath when building (#513) Gustavo Passini 2025-03-17 16:42:39 -04:00
  • 78655b4786 snap init (#512) PietroPasotti 2025-03-13 15:13:48 +01:00
  • d00c28104b avoid overflow in various timeouts (#505) v1.9.3 Joshua Humphries 2025-02-19 11:36:35 -05:00
  • 9e3e083f29 Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#509) dependabot[bot] 2025-02-10 18:03:32 -05:00
  • c32936d71e Bump golang.org/x/net from 0.25.0 to 0.33.0 (#508) dependabot[bot] 2025-01-28 18:44:47 +00:00
  • f3c8ec2564 Bump google.golang.org/protobuf from 1.34.2 to 1.36.4 (#506) dependabot[bot] 2025-01-28 18:39:59 +00:00
  • 7e1a6c9068 Update to v1.17.0 of jhump/protoreflect (#502) Joshua Humphries 2025-01-13 10:33:18 -05:00
  • b9a11e9fea update core Go version in go.mod to 1.21 (#495) v1.9.2 Edward Newman 2024-11-28 11:13:36 -05:00
  • bc5cf811a0 chore: update to Golang 1.23 (#485) Or Shachar 2024-10-25 09:22:52 -04:00
  • fb49f049e6 Update README.md (#353) ironhide0396 2024-10-11 20:10:52 +05:30
  • cdb43b08fa Remove custom dialer in order to use the default grpc-go dialer, which supports proxies. (#480) Nathan Mische 2024-10-03 11:43:25 -04:00
  • 56181ba330 makefile updates (#484) Scott Blum 2024-09-09 09:53:40 -04:00
  • 46c38b351a feat: Add functionality to export proto files (#475) Hector Oliveros 2024-07-12 12:47:32 -04:00
  • a05d48d6dd Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#470) dependabot[bot] 2024-06-17 14:39:52 -04:00
  • fc63514da1 add 32bit arm build targets (#461) Philipp Glaser 2024-06-17 17:00:36 +02:00
  • e14d9f769a Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#465) dependabot[bot] 2024-05-13 12:43:39 -04:00
  • 239dde4a62 feat: introduce transparent client side health check (#463) Violin 2024-05-08 22:47:02 +08:00
  • 80e833a557 Bump google.golang.org/protobuf (#460) dependabot[bot] 2024-05-07 08:37:54 -04:00
  • 6fccd7757e Bump golang.org/x/net from 0.22.0 to 0.23.0 (#458) dependabot[bot] 2024-04-19 09:38:45 -04:00
  • 400fa5f2d3 Update Dockerfile to use Go v1.21 (#455) v1.9.1 Gustavo Passini 2024-04-10 11:33:24 -04:00
  • 0e13e85e65 chore: fix some typos in comments (#454) goodfirm 2024-04-10 21:51:09 +08:00
  • 07361b21ea Use latest protoreflect to fix some bugs (#453) v1.9.0 Joshua Humphries 2024-04-09 17:50:10 -04:00
  • 8e76884d21 Brand name update (#452) Gustavo Passini 2024-04-09 16:19:28 -04:00
  • 805ce40c63 Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#448) dependabot[bot] 2024-03-11 08:31:42 -04:00
  • 93ea011b36 goreleaser: bump version & add nfmp support (#440) Albin Parou 2024-02-26 15:09:32 +01:00
  • 5592211a41 Enable xDS credentials (#424) Paul Chesnais 2024-02-12 13:49:16 -05:00
  • 184c8f70b5 Bump github.com/jhump/protoreflect from 1.15.5 to 1.15.6 (#446) dependabot[bot] 2024-02-07 12:30:33 -05:00
  • 149a93e0ec Use localhost for default unix domain socket authority (#445) Kristopher Wuollett 2024-01-30 10:38:15 -06:00
  • 252b57fd45 Bump github.com/jhump/protoreflect from 1.15.4 to 1.15.5 (#443) dependabot[bot] 2024-01-29 13:38:20 -05:00
  • 24b80dfed8 Added initial support for -t flag to show timings (#428) KaibutsuX 2024-01-23 19:04:51 -05:00
  • 334e3f56de Expand the documentation of -max-time to clarify this sets the RPC timeout (#435) Michael Diamond 2024-01-09 08:39:10 -08:00
  • f4157743ed Bump github.com/jhump/protoreflect from 1.15.3 to 1.15.4 (#436) dependabot[bot] 2024-01-08 16:59:50 -05:00
  • 79fb35f680 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#437) dependabot[bot] 2023-12-26 09:20:30 -05:00
  • 7ccaf0a21f indent: rip out old go 1.9 support Scott Blum 2023-11-22 08:54:31 -05:00
  • 6093b09afa Bump golang.google.org/grpc to v1.57.1 (#427) ns-yuhanl 2023-10-27 00:39:52 +08:00
  • 70c215f7e2 Update Tarball URL used by Homebrew (#421) Gustavo Passini 2023-10-24 15:33:15 -04:00
  • 28c0ee28f0 Disable CGO for improved compatibility across distros (#420) v1.8.9 Gustavo Passini 2023-10-24 11:53:47 -04:00
  • bc2944de97 Bump golang.org/x/net from 0.9.0 to 0.17.0 (#419) dependabot[bot] 2023-10-12 14:45:27 +00:00
  • 7a845ca5e9 SIGSEGV: panic: runtime error: invalid memory address or nil pointer dereference in protoreflect (#416) Michael Primeaux 2023-10-03 15:42:07 -05:00
  • c17f0782f7 Added alts credential option (#341) Jonathan Beaulieu 2023-09-25 10:57:49 -07:00
  • 42f63028d4 Update go.mod, goreleaser for v1.8.8 (#413) v1.8.8 Scott Blum 2023-09-22 16:21:54 -04:00
  • 743e60a4c9 Run tests on Go 1.21 (#408) Valters Jansons 2023-08-31 19:14:34 +03:00
  • b7a5d3bba8 Update protoreflect v1.15.2 and grpc v1.57.0 (#406) Valters Jansons 2023-08-31 19:14:03 +03:00
  • 2a29c1e64b Use grpc.reflection.v1.ServerReflection (#407) Valters Jansons 2023-08-31 19:13:33 +03:00
  • 9a59bed1d2 Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#401) dependabot[bot] 2023-06-26 12:05:13 -04:00
  • ae7dadff19 Bump google.golang.org/grpc from 1.55.0 to 1.56.1 (#400) dependabot[bot] 2023-06-26 11:38:28 -04:00
  • 3961a33e7f Fix issues with error details (#379) Sophy Cao 2023-06-22 18:58:51 +02:00
  • d5b8e4d4ce fix nil-dereference panic (#395) Joshua Humphries 2023-05-12 12:50:32 -04:00
  • 0efcfa65f2 Bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#390) dependabot[bot] 2023-05-09 20:08:41 -04:00
  • fae58803d9 Add "checkgenerate" make target to CI (#385) Joshua Humphries 2023-04-18 12:09:16 -04:00
  • 1fda47eb90 Bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#383) dependabot[bot] 2023-03-27 10:01:15 -04:00
  • 031cd3d1e7 Bump google.golang.org/protobuf from 1.29.1 to 1.30.0 (#378) dependabot[bot] 2023-03-20 09:58:32 -04:00
  • a5037bdf4a Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#376) dependabot[bot] 2023-03-14 23:11:32 +00:00
  • 4775fb574b Bump google.golang.org/protobuf from 1.28.1 to 1.29.0 (#375) dependabot[bot] 2023-03-13 09:12:47 -04:00
  • b96cb4ddd0 Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#374) dependabot[bot] 2023-03-13 09:11:31 -04:00
  • 006918123d Bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#370) dependabot[bot] 2023-02-13 17:08:49 -05:00
  • 66a2405833 Install the CodeSee workflow. Learn more at https://docs.codesee.io (#368) codesee-maps[bot] 2023-02-07 15:24:26 -05:00
  • dfd889a44b Bump google.golang.org/grpc from 1.51.0 to 1.52.3 (#365) dependabot[bot] 2023-01-30 20:35:03 -05:00
  • a3a5bcd8ab Bump github.com/jhump/protoreflect from 1.14.0 to 1.14.1 (#361) dependabot[bot] 2023-01-16 09:15:25 -05:00
  • 61a9c00d87 Bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#348) dependabot[bot] 2022-11-22 11:01:49 -05:00
  • 85f1cbf7ad fix funcname in comment (#346) cui fliter 2022-11-09 20:59:56 +08:00
  • dd2f60135c Bump github.com/jhump/protoreflect from 1.13.0 to 1.14.0 (#343) dependabot[bot] 2022-11-01 10:26:55 -04:00
  • 81c624c41f Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#338) dependabot[bot] 2022-10-17 12:49:30 -04:00
  • 3826617999 Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#336) dependabot[bot] 2022-10-10 12:31:11 -04:00
  • 8d60b618ac Bump github.com/jhump/protoreflect from 1.12.0 to 1.13.0 (#335) dependabot[bot] 2022-09-19 11:26:42 -04:00
  • 47b842a805 Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#330) dependabot[bot] 2022-08-29 09:36:26 -04:00
  • 898bdad041 fixup release process (#328) Scott Blum 2022-08-10 14:25:13 -04:00
  • 25c896aa59 Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#327) v1.8.7 dependabot[bot] 2022-08-08 12:26:59 -04:00
  • 0d0992e6a2 Add go 1.18 support; set Dockerfile to go 1.18 (#325) Scott Blum 2022-07-25 11:54:27 -04:00
  • 8093376ece build alpine base image (#311) Ben Redmond-Benham 2022-07-20 19:58:00 +01:00
  • fec466efa6 fix some typos (#314) cui fliter 2022-07-21 02:57:53 +08:00
  • 7f919e6459 Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#324) dependabot[bot] 2022-07-18 13:22:36 -04:00
  • 0df5c93e8d Adding power(ppc64le) arch support (#296) ghatwala 2022-06-27 20:40:08 +05:30
  • 353e0953cb Enable support for Unix sockets for Windows by enabling -unix flag for Windows builds. (#317) Lyubomir Gardev 2022-06-20 16:37:33 +03:00
  • c9ac3da95f Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#315) dependabot[bot] 2022-06-06 08:08:43 -04:00
  • ea24a77215 Bump github.com/jhump/protoreflect from 1.10.3 to 1.12.0 (#294) dependabot[bot] 2022-06-02 16:18:22 -04:00
  • c3fbeaff64 Bump google.golang.org/grpc from 1.44.0 to 1.46.2 (#310) dependabot[bot] 2022-06-02 16:10:40 -04:00
  • 7860209a53 Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#298) dependabot[bot] 2022-06-02 15:56:21 -04:00
  • b953ea196a use newer goreleaser (#293) Joshua Humphries 2022-02-15 20:31:31 -05:00
  • 683a7fb09c Restore support for linux/s390x for the next release. (#292) Joshua Humphries 2022-02-15 19:03:59 -05:00
  • 8bb6eeb0d0 Bump google.golang.org/protobuf from 1.26.0 to 1.27.1 (#288) dependabot[bot] 2022-02-09 14:27:46 -05:00
  • 805e231182 bump protoreflect again, to 1.10.3 (#290) v1.8.6 Joshua Humphries 2022-02-08 16:49:23 -05:00
  • aa5998a119 no longer supporting go 1.14 (#289) Joshua Humphries 2022-02-07 12:03:53 -05:00