summaryrefslogtreecommitdiff
path: root/LANGUAGES.md
Commit message (Collapse)AuthorAgeFilesLines
* Update supported go versionsYuxuan 'fishy' Wang2023-02-021-1/+1
| | | | | Following our policy regarding supported go releases, change the supported go versions to 1.19.* and 1.20.* with the release of go 1.20.
* [docs] Add missing slash to avoid empty cellTriton2022-11-201-2/+2
| | | | | | | | A missing slash in the end `</td>` tag of field cell for Delphi and .NET Standard was generating an additional empty cell, breaking the table (and generating misleading info). [skip ci]
* THRIFT-5657: Use Swift 5.7 in travis build (#2719)Kino Roy2022-11-201-1/+1
|
* THRIFT-5650: Implement UUID in Go libraryYuxuan 'fishy' Wang2022-10-211-1/+1
| | | | | | | | | | | | | | Client: go This is only the library part of THRIFT-5650. I still have some open questions for the compiler part so that will be done later. While I'm here, also made some changes to go CI process: * Update ubuntu-bionic to use go 1.18 for travis * Update ubuntu-jammy to use the latest go 1.19.x for travis * Run both go 1.18 and 1.19 for github actions * Also run test/go tests for github actions
* java to use jdk 17 (#2686)Jiayu Liu2022-10-141-7/+7
|
* Bump go version to 1.9.2 and update hashes (#2701)Hamza Anis2022-10-111-1/+1
|
* Updated certain language levels in feature matrixJens Geyer2022-09-211-3/+3
|
* fix picture path error on https://thrift.apache.org/docs/Languages.htmlicepro2022-09-211-144/+144
|
* THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021Tdxdxoz2022-09-011-1/+1
| | | | | | | | THRIFT-5606: Wrong indent for const double Client: rs Patch: Ommy Zhang <tdxdxoz@gmail.com> This closes #2634
* Update supported go version to 1.18.* and 1.19.*Yuxuan 'fishy' Wang2022-08-021-1/+1
| | | | | | Client: go Also provide generic version of Pointer helper function.
* THRIFT-5592 Add uuid type documentationTriton Circonflexe2022-06-081-3/+32
| | | | | | | | Patch: Triton Circonflexe <triton@kumal.info> Also includes followup-patch for THRIFT-5588 Remove references to slist and senum from docs This closes #2618
* Update Go versions used in travis and LANGUAGES.mdYuxuan 'fishy' Wang2022-04-251-1/+1
| | | | | | | Per our support policy, drop support of go 1.16 and add support of go 1.18. Also enable go vet in make check, and fix issues reported by go vet.
* Bump the versions of Go used in TravisYuxuan 'fishy' Wang2022-01-111-2/+2
| | | | | | | | | | | Bump the versions of Go used in Travis to the latest point releases in preparing for the upcoming v0.16.0 release. Also switch the go download URL to the new go.dev domain. Also update LANGUAGES.md accordingly, and mark that we support THeader in Go now (we added the support in v0.13.0, just forgot to update LANGUAGES.md accordingly).
* THRIFT-5447: Update supported Go versionsYuxuan 'fishy' Wang2021-08-191-1/+1
| | | | | | | | | Client: go Update go versions used in travis to 1.16.7 and 1.17, update LANGUAGES.md, and update go's README to clarify on support policy. This change will be cherry-picked into 0.15.0 branch after merged.
* THRIFT-4303 Update ubuntu-xenial to use D 2.087.0James Lacey2021-03-271-1/+1
| | | | | | | Client: d Patch: James Lacey This closes #2363
* Updated languages matrix [skip ci]Jens Geyer2021-03-271-3/+3
|
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-221-11/+0
| | | | | | | Client: hs Patch: Jens Geyer This closes #2352
* THRIFT-5229 remove AS3 supportJens Geyer2021-02-141-12/+3
| | | | | | | Client: AS3 Patch: Jens Geyer This closes #2329
* THRIFT-5338: Raise minimal supported go version to 1.14.14Yuxuan 'fishy' Wang2021-01-201-1/+1
| | | | | | | | | Client: go - Update Dockerfiles used by travis - Add go.mod file - Modify error handling code to take advantage of errors package updates in go1.13
* THRIFT-5306: Rust code and generated code no longer has clippy warnings ↵Allen George2020-11-121-1/+1
| | | | | | | | (Rust 1.40) Client: rs NOTE: Also properly update the min/max supported Rust versions
* Update NodeJS to oldest supported version on Ubuntu XenialMario Emmenlauer2020-05-111-2/+2
|
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-22/+0
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* THRIFT-4974: Add cross test for Python's Unix domain socket transportKengo Seki2019-12-121-1/+1
| | | | | Client: Python This closes #1896.
* Update to Go 1.13.1 for CID. Can Celasun2019-10-091-1/+1
|
* Update language levels, fix erlang and rust in CIJames E. King III2019-07-071-11/+11
| | | | | | | | | | | | | | | | - Include rebar3 in docker image so erlang builds in CI - Include the correct path in docker image so rust builds in CI - Updated common lisp (sbcl) to 1.5.3 in docker image - Updated dlang to 2.087.0 in docker image - Updated dart to 2.0.0 in xenial docker image - Updated dart to 2.4.0 in bionic docker image - Updated erlang to 22.0 in docker image - Updated openjdk to 11.0.3 in docker image - Updated node.js to 10.16 in docker image - Updated rust to 1.34.0 in xenial docker image - Updated rust to 1.35.0 in bionic docker image THRIFT-4905: Disable hanging experimental dlang async ssl test
* Change docker builds to include specific version of Rust (1.35.0)Allen George2019-07-011-1/+1
|
* THRIFT-4878: Document c_glib domain transport change in matrix [skip ci]James E. King III2019-06-231-1/+1
|
* Minor update to LANGUAGES.md [ci skip]James E. King III2019-02-221-2/+2
|
* Minor fix to LANGUAGES.md [ci skip]James E. King III2019-02-221-1/+1
|
* THRIFT-4808: Update LANGUAGES.md [ci skip]James E. King III2019-02-221-53/+77
|
* THRIFT-4037: get as3 builds working in cmake for windows tooJames E. King III2019-02-091-1/+1
|
* THRIFT-4750: as3 changes to build and publish to maven centralJames E. King III2019-01-241-1/+1
|
* Fix languages file left column readme links. [ci skip]James E. King III2019-01-141-28/+28
|
* THRIFT-4597: fix swift language info in languages.md [ci skip]James E. King III2019-01-111-3/+4
|
* THRIFT-4597: update Jira links on right side of languages.md [ci skip]James E. King III2019-01-111-28/+39
|
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-1/+1
|
* update language levels in docker build image (bionic) and readmesJames E. King III2019-01-041-12/+12
|
* Add node.ts to the languages markdownJames E. King III2018-12-171-2/+13
|
* Minor updates for cl, dlang, go versions in Bionic CI buildsJames E. King III2018-07-301-5/+7
|
* THRIFT-4582: Fix Xenial CI build issues (#1563)James E. King III2018-06-091-1/+1
| | | | | | | | | * THRIFT-4582: fix xenial build issues * THRIFT-2913: fix Thrift::ThreadPoolServer should serve inside a thread on xenial * THRIFT-4478: Move Xenial up to dmd 2.075.1 as that is the new minimum version that works since the changes for 2.080.0 went in.
* THRIFT-4478: Thrift will not build with dlang 2.078 or later (#1559)Aki Sukegawa2018-06-071-1/+1
| | | | | | | | | | | | * THRIFT-4478 Thrift will not build with dlang 2.078 or later This fixes build errors and deprecation warnings on dmd v2.080.0. * THRIFT-4478: Update ubuntu-artful docker build image to use DMD 2.080.0 * THRIFT-4478 Fix build failure for nonblocking * THRIFT-4478: update readme files
* THRIFT-4489: Add unix domain socket support for nodejsDaniel Shih2018-03-211-1/+1
| | | | | | Client: nodejs This closes #1491
* THRIFT-82: move to SBCL 1.4.5 (hopefully will address 1.4.4 sporadic build ↵James E. King III2018-03-191-1/+1
| | | | errors)
* THRIFT-4516: Fix "go vet" warnings for Go 1.10D. Can Celasun2018-03-151-1/+1
| | | | Client: go
* THRIFT-4517: disable ocaml in xenial because it is brokenJames E. King III2018-03-121-1/+1
|
* THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 ↵John Boiles2018-03-121-1/+1
| | | | | | | | compatibility. Client: go This closes #1459
* THRIFT-4508: end trusty CI builds; handle nodejs 4.x LTS EOL; update docsJames E. King III2018-03-061-19/+19
|
* THRIFT-4508: Fix node.js to be the desired version in docker ubuntu-artful imageJames E. King III2018-03-061-1/+1
|
* Minor tweaks to the language matrix markdown documentation.James E. King III2018-03-051-5/+5
|
* Updated the languages matrix markdown documentation.James E. King III2018-03-051-3/+30
|