NOTICE: This package has been removed from pkgsrc

./devel/go-thrift, Go bindings for the Apache Thrift RPC system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.14.1nb3, Package name: go-thrift-0.14.1nb3, Maintainer: pkgsrc-users

The Apache Thrift software framework, for scalable cross-language services
development, combines a software stack with a code generation engine to build
services that work efficiently and seamlessly between C++, Java, Python, PHP,
Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml
and Delphi and other languages.

This package provides Go bindings for the Apache Thrift RPC system.


Required to build:
[pkgtools/cwrappers] [lang/go114]

Master sites: (Expand)

SHA1: 7b322742610ef6c9f15e22101862163b72a7efe7
RMD160: 40b91e0b042f09921ad3898506199582187e52d0
Filesize: 4210.408 KB

Version history: (Expand)


CVS history: (Expand)


   2021-07-17 09:03:51 by Nia Alarie | Files touched by this commit (4) | Package removed
Log message:
go-thrift: remove

deprecated go-package; no users in pkgsrc
   2021-07-13 13:36:45 by Benny Siegert | Files touched by this commit (132) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-06-06 14:19:04 by Benny Siegert | Files touched by this commit (203) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-04-12 21:23:27 by Adam Ciarcinski | Files touched by this commit (7) | Package updated
Log message:
thrift: updated to 0.14.1

0.14.1

Known Open Issues (Blocker or Critical)

THRIFT-3877 - C++: library don't work with HTTP (csharp server, cpp client; need \ 
cross test enhancement)
THRIFT-5098 - Deprecated: "The high level Network interface is no longer \ 
supported. Please use Network.Socket." and other Haskell issues
THRIFT-5245 - NPE when the value of map's key is null

Deprecated Languages

THRIFT-5347 - Deprecate Haskell bindings

Build Process

THRIFT-5334 - version of thrift-maven-plugin is not sync with the main project

Delphi

THRIFT-5350 - 0.14.0 fails to build on non-x86

Go

THRIFT-5353 - Namespace from type is ignored in generated code

Python

THRIFT-5352 - Python: IDL exceptions with no fields can't be instantiated

Rust

THRIFT-5299 - rs implementation compact protocol seq_id should not use zigzag \ 
encoding.
   2021-03-28 05:11:29 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(devel/go-thrift) regen PLIST
   2021-03-21 13:42:35 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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
   2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | Package updated
Log message:
Revbump all Go packages after go115 update