pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/go-thrift devel/go-thrift: update to 0.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22847cbdc7f8
branches:  trunk
changeset: 449126:22847cbdc7f8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 21 12:42:35 2021 +0000

description:
devel/go-thrift: update to 0.14.0

0.14.0 (2021-03-08)

Go

* THRIFT-4914 - Compiler generated service clients now provide a new
  function, LastResponseMeta_(), to get the response metadata (e.g. headers
  from THeader) from the last client call.
* THRIFT-4984 - Scary and spammy "error processing request: EOF" logs from
  TSimpleServer
* THRIFT-4985 - Clean up logging in go library
* THRIFT-5002 - remote client fails to compile when extending services
* THRIFT-5019 - Multiple import same namespace for go included files
* THRIFT-5046 - Custom tags remove db and json tags
* THRIFT-5069 - Add TSerializerPool and TDeserializerPool, which are
  thread-safe versions of TSerializer and TDeserializer.
* THRIFT-5092 - Panic on nil buffer writes
* THRIFT-5152 - Separate timeout in TSocket
* THRIFT-5164 - Go middleware support
* THRIFT-5214 - go: Implement connection check in TSocket
* THRIFT-5233 - I/O timeout handling in go library
* THRIFT-5240 - The context passed into server handler implementations will
  be canceled when we detected that the client closed the connection.
* THRIFT-5257 - Go THeader implementation doesn't handle endOfFrame correctly
* THRIFT-5270 - Go library unit test is broken in go 1.15
* THRIFT-5278 - Expose API to use THeader+TCompactProtocol in go library
  client code
* THRIFT-5279 - Cleanups/small optimizations for go's
  serializer/deserializer code
* THRIFT-5294 - Go: TSimpleJSONProtocol could panic on WriteMessageEnd
  without matching WriteMessageBegin
* THRIFT-5322 - Add support to TConfiguration, and also fix a bug that could
  cause excessive memory usage when reading malformed messages from
  TCompactProtocol.
* THRIFT-5338 - Proposal: Raise minimal supported Go version with upcoming
  0.14.0 release

diffstat:

 devel/go-thrift/Makefile |   3 +--
 devel/go-thrift/distinfo |  10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 80d1761295ea -r 22847cbdc7f8 devel/go-thrift/Makefile
--- a/devel/go-thrift/Makefile  Sun Mar 21 12:41:56 2021 +0000
+++ b/devel/go-thrift/Makefile  Sun Mar 21 12:42:35 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.18 2021/03/19 17:36:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2021/03/21 12:42:35 taca Exp $
 
-PKGREVISION= 14
 .include "../../devel/thrift/Makefile.version"
 
 PKGNAME=       go-${DISTNAME}
diff -r 80d1761295ea -r 22847cbdc7f8 devel/go-thrift/distinfo
--- a/devel/go-thrift/distinfo  Sun Mar 21 12:41:56 2021 +0000
+++ b/devel/go-thrift/distinfo  Sun Mar 21 12:42:35 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/11/10 18:05:32 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/03/21 12:42:35 taca Exp $
 
-SHA1 (thrift-0.13.0.tar.gz) = 0cbb06d047a8212c6ac1240492bc569609fecd33
-RMD160 (thrift-0.13.0.tar.gz) = 04cd735494a9d8558c2d22d1b99315ca859749c8
-SHA512 (thrift-0.13.0.tar.gz) = 5f7426d1e429ead20dd366f63a6d619071eccc17dc0395738307eef507b703733d029147fb596c4d392d31dc822777ea2a0be709f1f677b1221c9335cfcb09b7
-Size (thrift-0.13.0.tar.gz) = 4154357 bytes
+SHA1 (thrift-0.14.0.tar.gz) = ced3c99bede66e27daff7bd097adc329ff3682b9
+RMD160 (thrift-0.14.0.tar.gz) = a532ed4d425a308be0e780ad3ba717ee3c4e4186
+SHA512 (thrift-0.14.0.tar.gz) = 4bf1c9f8f7eeb75c5d70f14657d530a574002846266668c56c1153c6820e6ba199bb462893505cb8cfb7a4cc481b11a4fe84d0d26a3279424c5948f45fa8ce3f
+Size (thrift-0.14.0.tar.gz) = 4180456 bytes



Home | Main Index | Thread Index | Old Index