1. 58d9ff5 Include license and notice files in published crate [skip ci] by Andrew Kane · 7 weeks ago
  2. e26b4a8 THRIFT-5832 Drop net6 support and add net9 instead by Jens Geyer · 8 weeks ago
  3. 23e0e5c Don't use legacy ssl hostname validation for python >= 3.12 by Susanne Lindgren · 7 weeks ago
  4. 0f02753 THRIFT-5836 No rule to make target 'Thrift5272.thrift', needed by 'gen-cpp/Thrift5272_types.h' by Jens Geyer · 8 weeks ago
  5. c8cf304 THRIFT-5833: Add ProcessorError by Yuxuan 'fishy' Wang · 8 weeks ago
  6. 617c4e7 Fix update in TConstant.php for PHP 7 compatibility by Gehu Pierre · 9 weeks ago
  7. ff15960 Update TConstant.php to remove deprecated PHP code by Gehu Pierre · 2 months ago
  8. 5d0205d THRIFT-5775 Kotlin build failed for broken toolchain in docker (#3043) by thomasbruggink · 9 weeks ago
  9. 8f9fba8 remove dependency on Six by Alexandre Detiste · 4 months ago
  10. 6669ca2 Bump elliptic from 6.5.4 to 6.6.0 in /lib/ts by dependabot[bot] · 2 months ago
  11. 0b760d4 Bump jvm from 2.0.20 to 2.0.21 in /lib/kotlin by dependabot[bot] · 10 weeks ago
  12. b2a7064 Bump elliptic from 6.5.4 to 6.6.0 in /lib/js by dependabot[bot] · 2 months ago
  13. 56c4b15 THRIFT-5827 enums in typedefs are not resolved in all cases by Jens Geyer · 3 months ago
  14. 61080c6 THRIFT-5821: support building against AWS-LC by James E. King III · 3 months ago
  15. 7ec4177 Make ssl work with python 3.12 by Susanne Lindgren · 3 months ago
  16. 0f0243e THRIFT-5826 binary constants create uncompilable Delphi code by Jens Geyer · 3 months ago
  17. a5d84e5 THRIFT-5825 UUID constants lead to uncompileable Delphi code by Jens Geyer · 3 months ago
  18. 8b6d29d THRIFT-5823 Fix illegal uses of exceptions as normal struct type by Jens Geyer · 3 months ago
  19. a4d458f THRIFT-5824 Migrate, refactor and improve Delphi code generation test script by Jens Geyer · 3 months ago
  20. c368c3a THRIFT-5822 Remove deprecated AnsiString functions from the library by Jens Geyer · 3 months ago
  21. bf57082 Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin (#3046) by dependabot[bot] · 3 months ago
  22. b0a6ec7 Bump com.bmuschko:gradle-clover-plugin from 3.0.3 to 3.0.7 in /lib/java (#3048) by dependabot[bot] · 3 months ago
  23. 90af876 THRIFT-5818: Add AIX support Client: go by John Troy · 4 months ago
  24. de7e6ad Improved nuget package spec info by Jens Geyer · 4 months ago
  25. 30794d5 Merge branch '0.21.0' into master by Jens Geyer · 4 months ago
  26. 8922f17 Remove some gradle deprecation warnings (#3039) by Christopher Tubbs · 4 months ago
  27. 1a31d90 FIX: No rule to make target 'Tests/Thrift.Compile.Tests/Properties/AssemblyInfo.cs', needed by 'distdir-am'. by Jens Geyer · 4 months ago 0.21.0 v0.21.0
  28. be216b1 Bump com.ncorti.ktfmt.gradle from 0.19.0 to 0.20.1 in /lib/kotlin (#3031) by dependabot[bot] · 4 months ago
  29. 3867d68 THRIFT-5816 Fix UUID for boost 1.86.0 (change in {{data}} member usage) by Carel Combrink · 4 months ago
  30. ed5c5a4 THRIFT-5816 Fix UUID for boost 1.86.0 (change in {{data}} member usage) by Carel Combrink · 4 months ago
  31. ef199cc bump version number by Jens Geyer · 4 months ago
  32. 80e9c4f THRIFT-5815 veralign.sh broken and incomplete Patch: Jens Geyer by Jens Geyer · 4 months ago
  33. e9b1ef6 Bump jvm from 2.0.10 to 2.0.20 in /lib/kotlin by dependabot[bot] · 4 months ago
  34. d80bb57 cpp: update includes by Sven Roederer · 6 months ago
  35. 791f85c cpp: add fix for Thrift5272 by Sven Roederer · 6 months ago
  36. 4f5bfd8 Thrift5272: cpp: add test for handling i8 type in printTo() by Sven Roederer · 6 months ago
  37. efe5e02 THRIFT-5813: Close the socket in TSocket.isOpen() when peek() fails Client: py by Csaba Ringhofer · 5 months ago
  38. 3b67982 Bump com.bmuschko:gradle-clover-plugin in /lib/kotlin (#2793) by dependabot[bot] · 5 months ago
  39. 8a5fa60 Bump jvm from 1.9.23 to 2.0.10 in /lib/kotlin (#3023) by dependabot[bot] · 5 months ago
  40. 539c922 Bump com.ncorti.ktfmt.gradle from 0.12.0 to 0.19.0 in /lib/kotlin (#3015) by dependabot[bot] · 5 months ago
  41. a44c0c6 Fix failed java build (#3019) by Yuxuan 'fishy' Wang · 5 months ago
  42. 91565d4 Update supported go versions by Yuxuan 'fishy' Wang · 5 months ago
  43. a4ebb75 Merge pull request #2940 from thomasbruggink/fix-lib-cpp-security-tests by Mario Emmenlauer · 5 months ago
  44. d4503a1 THRIFT-4847: CancelledKeyException causes TThreadedSelectorServer to fail by Marc Jakobi · 6 months ago
  45. 0bc2cb9 Switch from `logger.warn` to `logger.warning` by Alexander Shadchin · 6 months ago
  46. 0f0e11f THRIFT-5798 Expand netstd compile tests to fully cover all current target environments by Jens Geyer · 6 months ago
  47. 4ea20aa THRIFT-5796 Indicate target environment via #if check by Jens Geyer · 6 months ago
  48. 3caf963 Testcase for THRIFT-5794 Client: netstd Patch: Sven Roederer & Jens Geyer by Sven Roederer · 6 months ago
  49. 5b9ae5e THRIFT-5795 namespace not properly escaped Client: netstd Patch: Jens Geyer by Jens Geyer · 6 months ago
  50. db37125 lib: cpp: mitigate warnings due to non-virtual destructors by Chris Friedt · 2 years ago
  51. 86b05bf THRIFT-5492: Add readEnd to TBufferedTransport client: cpp Patch: Steve Licking by Steve Licking · 3 years ago
  52. 1405831 Use pip install instead of deprecated python setup.py install command by Charles Coulombe · 9 months ago
  53. 0ed4a1d THRIFT-5777: python fix mismatched timeout exceptions by bwangelme · 9 months ago
  54. 98a1ba2 Bump ws from 6.2.2 to 6.2.3 in /lib/js by dependabot[bot] · 6 months ago
  55. 1252cf3 optimizing performance issues under large-scale connection by uv747 · 8 months ago
  56. 14185fc Bump ws from 6.2.2 to 6.2.3 in /lib/ts by dependabot[bot] · 7 months ago
  57. ba30b07 Bump braces from 3.0.2 to 3.0.3 in /lib/ts by dependabot[bot] · 7 months ago
  58. 4b90909 THRIFT-5773 Strong UUID wrapper for C++ by CJCombrink · 9 months ago
  59. 6944912 Bump braces from 3.0.2 to 3.0.3 in /lib/js by dependabot[bot] · 7 months ago
  60. aeae628 go: Improve efficiency with zlib in THeaderTransport by Yuxuan 'fishy' Wang · 7 months ago
  61. 5c58007 Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin by dependabot[bot] · 7 months ago
  62. 405fc72 fix: TProtocol::skip fix parameter type by Jens Geyer · 7 months ago
  63. 9c0bdcb THRIFT-5788 Refactor and streamline hash set implementation by Jens Geyer · 8 months ago
  64. 82fc93e THRIFT-5789 Refactor test suite client implementation by Jens Geyer · 8 months ago
  65. da5ef36 THRIFT-5788 Refactor and streamline hash set implementation by Jens Geyer · 8 months ago
  66. 55014ba THRIFT-5787 restoring binary compatibility of Factory constructor by Steven Mitcham · 8 months ago
  67. b429cc9 Remove deprecated has_rdoc from gemspec by Nicholas La Roux · 8 months ago
  68. b20f675 THRIFT-5784: Add THeaderTransforms to TConfiguration by Yuxuan 'fishy' Wang · 8 months ago
  69. fa9af0a go: Use errors.Is over == by Yuxuan 'fishy' Wang · 8 months ago
  70. 0341323 THRIFT-5783 drop net7 support Client: netstd Patch: Jens Geyer by Jens Geyer · 8 months ago
  71. 91d3702 Revert "go: Define a bytePool for TRichTransport" by Yuxuan 'fishy' Wang · 8 months ago
  72. 344498b go: Define a bytePool for TRichTransport by Yuxuan 'fishy' Wang · 8 months ago
  73. 3dfe0af THRIFT-5780 Prevent certain warnings related to net8 by Jens Geyer · 9 months ago
  74. 4a280d5 THRIFT-5766 Replace std::endl with "\n" Patch: Carel Combrink by CJCombrink · 10 months ago
  75. 68139d1 [THRIFT-5757] Unit tests for php lib Client: php Patch: Volodymyr Panivko by Volodymyr Panivko · 10 months ago
  76. 1d886ca THRIFT-5772: UUID support for c++ #2952 Client: cpp Patch: CJCombrink by CJCombrink · 10 months ago
  77. 381d86e Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin (#2941) by dependabot[bot] · 9 months ago
  78. 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
  79. f6972f1 Fix EXTRA_DIST in php make file by Thomas · 10 months ago
  80. 2adfd14 THRIFT-5750 Remove "ansistr_binary_" option Client: delphi Patch: Jens Geyer by Jens Geyer · 9 months ago
  81. fcddf08 Bump jvm from 1.9.22 to 1.9.23 in /lib/kotlin by dependabot[bot] · 9 months ago
  82. aa04bb9 [THRIFT-5757] Unit tests for php lib by Volodymyr Panivko · 10 months ago
  83. 9bd1f1b We have 2024 by Jens Geyer · 10 months ago
  84. f5396ed Merge branch '0.20.0' by Jens Geyer · 10 months ago
  85. 2826098 THRIFT-5762 Fix spotless errors by Thomas · 10 months ago
  86. a9b1463 THRIFT-5767: use string builder to parse strings with escaped quotes (#2946) by k-walton · 10 months ago
  87. b60b8fe THRIFT-5769: fix invalid size error on large messages by Tuomo Jokimies · 10 months ago
  88. 0d0ac75 Preparing 0.20.0 by Jens Geyer · 10 months ago v0.20.0
  89. 9913004 [THRIFT-5757] Unit tests for php lib by Volodymyr Panivko · 10 months ago
  90. b53fa8e THRIFT-5765 Extra override for WriteBinary() to avoid unnecessary memory allocations when using COM types by Jens Geyer · 10 months ago
  91. 1681926 THRIFT-5764 Extra CTOR for TThriftBytesImpl Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 months ago
  92. b6cf049 THRIFT-5762 Expose service result objects in Java by Thomas · 11 months ago
  93. 3ea763e Enable all tests on opensslv3 by Thomas · 10 months ago
  94. 8148f2f THRIFT-5706: lib/cpp Fix the Security tests on openssl 1.1 and 3.0 by Thomas · 11 months ago
  95. da2ef34 Update lib/php/test/Unit/Lib/ClassLoader/ThriftClassLoaderTest.php by Volodymyr Panivko · 11 months ago
  96. d1a4fee Update lib/php/test/Unit/Lib/StringFunc/CoreTest.php by Volodymyr Panivko · 11 months ago
  97. 3a6ee00 Update lib/php/test/Unit/Lib/StringFunc/MbStringTest.php by Volodymyr Panivko · 11 months ago
  98. 14fc2be [THRIFT-5757] Unit tests for php lib by Volodymyr Panivko · 11 months ago
  99. d0bd39c THRIFT-5761 Lib/json tests fail by Thomas · 11 months ago
  100. 58000cc Fix: fix readMessageBegin name type error Client: ["python"] by bwangelme · 1 year, 2 months ago