1. 98034d1 Regression test for THRIFT-4002: Immutable exception deserialization by Jens Geyer · 3 days ago
  2. 3b0ab4d Enforce consistent whitespaces around blocks, equal signs, and in parameters in Ruby code by Dmytro Shteflyuk · 11 days ago
  3. dfeab8d THRIFT-5924: UUID support for NodeTS by CJCombrink · 2 weeks ago
  4. 4fc4c46 Added section about AI generated content to CONTRIBUTING.md by Jens Geyer · 5 days ago
  5. 5bd98f4 fix: flake8 errors by JensG via OpenCode · 6 days ago
  6. 1091fe6 THRIFT-5927 Cannot use reserved language keyword "None" with target language Python by Jens Geyer · 6 days ago
  7. 5b5fd3c Fix crashes caused by unchecked memory allocation in Ruby library by Dmytro Shteflyuk · 11 days ago
  8. 0564434 THRIFT-5587: Add UUID support for PHP Client: py Patch: Volodymyr Panivko by Volodymyr Panivko · 2 weeks ago
  9. 6041798 Implemented Ruby fuzzing (#3339) by Dmytro Shteflyuk · 9 days ago
  10. a715bdf THRIFT-5923: UUID python Client: py Patch: CJCombrink by Carel Combrink · 5 months ago
  11. 6f18285 THRIFT-5927: fix i16 overflow in compact protocol read_field_begin by Santiago Medina Rolong · 12 days ago
  12. c701dd4 THRIFT-5926: fix Rust union deserializer panic on unknown field ID by Santiago Medina Rolong · 12 days ago
  13. f5c80a4 Enforce consistent emtpy lines and trailing whitespaces in Ruby code by Dmytro Shteflyuk · 2 weeks ago
  14. df22bb1 Added Rubocop harness to enforce Ruby code style by Dmytro Shteflyuk · 3 months ago
  15. 45b6935 THRIFT-5925: Java UUID fix Client: Java Patch: CJCombrink by CJCombrink · 13 days ago
  16. 96b7f21 THRIFT-5922: made http header lookup case insensitive by nighmared · 3 weeks ago
  17. 3346c01 Run static code analysis on GitHub by Dmytro Shteflyuk · 5 weeks ago
  18. 7e06eb8 fix: replace 4 bare except clauses with except Exception by haosenwang1018 · 4 weeks ago
  19. 85bf853 Bump jvm from 2.3.0 to 2.3.10 in /lib/kotlin by dependabot[bot] · 3 weeks ago
  20. 2ee7d11 Bump actions/download-artifact from 6 to 8 by dependabot[bot] · 3 weeks ago
  21. 99e0f6f Bump actions/upload-artifact from 5 to 7 by dependabot[bot] · 3 weeks ago
  22. e51271f Bump minimatch from 3.1.2 to 3.1.5 by dependabot[bot] · 3 weeks ago
  23. b1ed079 Bump underscore from 1.13.6 to 1.13.8 in /lib/ts by dependabot[bot] · 3 weeks ago
  24. 8a358b8 Use read_nonblock instead of readpartial to account for SSL socket buffer by Dmytro Shteflyuk · 4 weeks ago
  25. 5cc1022 Constants demo by Dmytro Shteflyuk · 4 months ago
  26. d7c06f6 THRIFT-5921 Ubuntu focal fail to run composer install by Volodymyr Panivko · 4 weeks ago
  27. 3adaf0d Refresh msvc docker build by Shaoyu Zhang · 4 weeks ago
  28. b48ba36 python: add more precise typehints for immutable structs by Mark Molinaro · 4 weeks ago
  29. 32776c0 Make sure we always throw ProtocolException(INVALID_DATA) in Ruby by Dmytro Shteflyuk · 6 weeks ago
  30. ca0740a go: Modernize codebase with go fix by Yuxuan 'fishy' Wang · 4 weeks ago
  31. 1c989cd Fixed PHP phpcs offenses by Dmytro Shteflyuk · 5 weeks ago
  32. e4666f2 THRIFT-5917: Rust currently broken and no maintainers around by Jens Geyer · 4 weeks ago
  33. d135ac5 Bump rack from 2.2.21 to 2.2.22 in /test/rb by dependabot[bot] · 4 weeks ago
  34. 93b1b44 Bump rack from 2.2.21 to 2.2.22 in /lib/rb by dependabot[bot] · 4 weeks ago
  35. acbcf10 Fixed Python flake8 offenses by Dmytro Shteflyuk · 5 weeks ago
  36. 96d62dd Added --server-type argument to Ruby cross-tests integration server by Dmytro Shteflyuk · 5 weeks ago
  37. fe43dec Fixed C++ cppcheck offenses by Dmytro Shteflyuk · 5 weeks ago
  38. 6721241 Update the `ProcessFunction::getResult` method to return the _result type instead of a general TBase by shang · 6 weeks ago
  39. c3cdacf cpp: add template_streamop generation with runtime/compiler test coverage by copilot-swe-agent[bot] · 6 weeks ago
  40. 0b68228 Wire TLS keys in Python for cross-tests by Dmytro Shteflyuk · 7 weeks ago
  41. 697910f Fixed en error preventing Thrift::NonblockingServer from working with SSL by Dmytro Shteflyuk · 5 weeks ago
  42. d24b8a0 Cleaned up code supporting Ruby < 2.0 by Dmytro Shteflyuk · 4 months ago
  43. ded241d Remove threadsafe warnings in thrift-maven-plugin by HTHou · 5 weeks ago
  44. fd9756c Update supported go versions to 1.25+1.26 by Yuxuan 'fishy' Wang · 6 weeks ago
  45. 1e09a04 Add moveable_types=forward_setter option for perfect forwarding setters by Copilot · 7 weeks ago
  46. 67bfb29 Implemented header protocol for Ruby client library by Dmytro Shteflyuk · 8 weeks ago
  47. 84554fa Enable cross tests for Ruby library by Dmytro Shteflyuk · 4 months ago
  48. d66874c Do not shutdown() an external server socket by Federico Giovanardi · 8 weeks ago
  49. 4966d07 Bump com.diffplug.spotless from 8.1.0 to 8.2.1 in /lib/kotlin by dependabot[bot] · 7 weeks ago
  50. 4b69d1f Bump actions/download-artifact from 6 to 7 by dependabot[bot] · 7 weeks ago
  51. e01b1b0 Bump actions/upload-artifact from 4 to 6 by dependabot[bot] · 7 weeks ago
  52. d4cbd78 Bump actions/checkout from 5 to 6 by dependabot[bot] · 7 weeks ago
  53. c99d09a THRIFT-5564: Add Python to GitHub Actions cross-test matrix by Gregg Donovan · 7 weeks ago
  54. 62ec929 Fix Python 3.12 build issues in thrift Python (#3276) by Gregg Donovan · 7 weeks ago
  55. dbdb429 deprecation message by Jens Geyer · 8 weeks ago
  56. 75a2877 Added a special no-extension build to test the code paths without native extensions by Dmytro Shteflyuk · 3 months ago
  57. e9ac8e3 Added UUID support in Ruby library by Dmytro Shteflyuk · 4 months ago
  58. ab178fb Support C++ 11 enum class generation via pure_enums=enum_class by Copilot · 8 weeks ago
  59. 55e86e3 Bump lodash from 4.17.21 to 4.17.23 by dependabot[bot] · 8 weeks ago
  60. bec0234 Bump lodash from 4.17.21 to 4.17.23 in /lib/ts by dependabot[bot] · 8 weeks ago
  61. 10d9272 THRIFT-5916: Enforce recursion depth limit in Java for C++ parity (#3287) by Hasnain Lakhani · 8 weeks ago
  62. 6f76573 [c_glib] Fix code generation for sets with typedef element types (#3285) by Hasnain Lakhani · 8 weeks ago
  63. 4f76c33 Bump lodash from 4.17.21 to 4.17.23 in /lib/js by dependabot[bot] · 9 weeks ago
  64. 6e5e181 Added Ruby library tests to the GitHub workflow by Dmytro Shteflyuk · 4 months ago
  65. c3ced62 ## cpp: add `private_optional` support (and wire up tests/CI) by copilot-swe-agent[bot] · 4 months ago
  66. 4413220 Fixed make check for Ruby library by Dmytro Shteflyuk · 3 months ago
  67. 7eeb1c1 deprecate swift bindings for THRIFT-5864 by Jens Geyer · 10 weeks ago
  68. 0d18fb2 Only export Init_thrift_native function from the Ruby binary extension by Dmytro Shteflyuk · 3 months ago
  69. 098c827 fix cross test error by HTHou · 3 months ago
  70. d9b4d95 try to fix kotlin cross tests by HTHou · 3 months ago
  71. b5919dd Add async nonblocking ssl support in java client by HTHou · 3 months ago
  72. dfa0979 Bump jvm from 2.2.21 to 2.3.0 in /lib/kotlin by dependabot[bot] · 3 months ago
  73. 22ffdc7 Bump actions/download-artifact from 6 to 7 by dependabot[bot] · 3 months ago
  74. e0d99c9 Bump actions/checkout from 4 to 6 by dependabot[bot] · 3 months ago
  75. b8f2407 Bump actions/upload-artifact from 4 to 6 by dependabot[bot] · 3 months ago
  76. 2097ed7 Added auto-labeling configuration to .github/mergeable.yml by Dmytro Shteflyuk · 3 months ago
  77. 0947594 Add TLS support to the benchmark script by Dmytro Shteflyuk · 4 months ago
  78. bfeb7df Addressed discrepancy between accelerated and non-accelerated union implementation by Dmytro Shteflyuk · 4 months ago
  79. b8f7e5b Fixed '#to_io gives NilClass' error by Dmytro Shteflyuk · 4 months ago
  80. f06db1b Remove Fixnum references to support modern Ruby versions by Dmytro Shteflyuk · 4 months ago
  81. c77cbd2 Raise an error when nil is sent to binary protocol write operations by Dmytro Shteflyuk · 4 months ago
  82. 312cef9 Updated Java keys for cross-platform tests by Dmytro Shteflyuk · 4 months ago
  83. 6e105bf TransportException should be raised when Socket is not open instead of IOError by Dmytro Shteflyuk · 4 months ago
  84. a635e68 Removed base64 and added logger as an explicit add_dependency by Dmytro Shteflyuk · 4 months ago
  85. eb6eb85 Fixed Thrift::TypeError exception in specs by Dmytro Shteflyuk · 4 months ago
  86. 497c1dd THRIFT-3268: Suppress gnu-zero-variadic-macro-arguments warnings by Sutou Kouhei · 8 months ago
  87. b940d12 THRIFT-5863: Make TServerTransport able to customize the max message size by dengzh · 10 months ago
  88. 230d0a9 Refresh windows docker setup by Shaoyu Zhang · 4 months ago
  89. 56f9772 Inconsistent UUID constants compilation for aliased types by Dmytro Shteflyuk · 4 months ago
  90. 1eaa9a4 - THRIFT-5712 - Added Dart 3 Compatibility by Martin Haimberger · 4 months ago
  91. dee782f THRIFT-5885 Fix enum generation Client: py Patch: Carel Combrink by Carel Combrink · 4 months ago
  92. c630d8f Updated gemspec to include metadata (repository, changelog), and cleaned deprecated properties by Dmytro Shteflyuk · 4 months ago
  93. 5cb828f Rack response needs to be finished when returned from the Rack application by Dmytro Shteflyuk · 4 months ago
  94. 5c2183d Make generated C++ code compilable with C++/CLI in MSVC by Shaoyu Zhang · 4 months ago
  95. 9aa75fb Commit Gemfile.lock for reproducible tests by Dmytro Shteflyuk · 4 months ago
  96. d92b1ae Fix: Error: thrift/simple_server.go:27:2: "net" imported and not used by Jens Geyer · 4 months ago
  97. 4c5a7b0 Fix Dependabot alert #132 by Jens Geyer · 4 months ago
  98. 3aab902 Fix Dependabot alert #140 by Jens Geyer · 4 months ago
  99. cadf511 Fix Dependabot alert #132 by Jens Geyer · 4 months ago
  100. 010027b Fix for Dependabot alerts #151 and #152 by Jens Geyer · 4 months ago