golang-connectrpc-connect 1.14.0-1 source package in Ubuntu

Changelog

golang-connectrpc-connect (1.14.0-1) unstable; urgency=medium

  * New upstream version 1.14.0
  * Update my maintenance email
  * Only run unit tests using -short (Closes: #1099186)
  * Bump Standards-Version to 4.7.2 (no changes)

 -- Maytham Alsudany <email address hidden>  Mon, 10 Mar 2025 15:34:20 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
golang-connectrpc-connect_1.14.0-1.dsc 2.3 KiB 7cdbca0ddb7259bebca2f4c1ff0140deff56bbd94ca51ed36a5f3a12706ad034
golang-connectrpc-connect_1.14.0.orig.tar.gz 138.4 KiB 47db4ef5619cbce4682658a5f9e165009071ada94ab6381ab31d6e39ecc0fc18
golang-connectrpc-connect_1.14.0-1.debian.tar.xz 2.7 KiB b4043b5e40e9358d52d1240f8d2898233b294dc1bcd2305b068c01b1fa7545d9

Available diffs

No changes file available.

Binary packages built by this source

golang-connectrpc-connect-dev: Go implementation of Connect (library)

 Connect is a slim library for building browser and gRPC-compatible HTTP APIs.
 You write a short Protocol Buffer schema and implement your application logic,
 and Connect generates code to handle marshaling, routing, compression, and
 content type negotiation. It also generates an idiomatic, type-safe client.
 Handlers and clients support three protocols: gRPC, gRPC-Web, and Connect's own
 protocol.
 .
 The Connect protocol is a simple protocol that works over HTTP/1.1 or HTTP/2.
 It takes the best portions of gRPC and gRPC-Web, including streaming, and
 packages them into a protocol that works equally well in browsers, monoliths,
 and microservices. Calling a Connect API is as easy as using curl.

protoc-gen-connect-go: Go implementation of Connect (protobuf plugin)

 Connect is a slim library for building browser and gRPC-compatible HTTP APIs.
 You write a short Protocol Buffer schema and implement your application logic,
 and Connect generates code to handle marshaling, routing, compression, and
 content type negotiation. It also generates an idiomatic, type-safe client.
 Handlers and clients support three protocols: gRPC, gRPC-Web, and Connect's own
 protocol.
 .
 The Connect protocol is a simple protocol that works over HTTP/1.1 or HTTP/2.
 It takes the best portions of gRPC and gRPC-Web, including streaming, and
 packages them into a protocol that works equally well in browsers, monoliths,
 and microservices. Calling a Connect API is as easy as using curl.
 .
 protoc-gen-connect-go is a plugin for the Protobuf compiler that generates Go
 code for Connect.

protoc-gen-connect-go-dbgsym: debug symbols for protoc-gen-connect-go