- Details
Numerous fixes and improvements to the proxy as usual. The proxy now embeds our routelib
lua library to make it even easier to use. To use the builtin routelib start the proxy with -o proxy_config=routelib
(note lack of .lua) and it will use the version shipped with the binary.
See https://docs.memcached.org/features/proxy/ for more information on using the proxy.
- proxy: fix mutator reserr err messages
- proxy: set result object status from mutator
- proxy: fix compilation issue on beta RHEL/GCC
- proxy: simplify lua GC logic
- proxy: add
mcp.luagc_ratio(float)
- proxy: improve various mutator copy steps
- proxy: don't allow mutating mutated objects
- proxy: fix for result value buffers
- proxy: internally track rctx:new objects
- proxy: fixes to request object
- proxy: embed routelib
- Details
3.9.4.4(2024-10-28)
Add an option "File contains users blocked from external authentication", one user per line in this file.
Fixed a bug in FTP OPTS.
- Details
Chore
- Display "To" details in mobile messages list
- Display "From" details in message sidebar (desktop) (#403)
- Stricter SMTP 'MAIL FROM' & 'RCPT TO' handling (#409)
- Move smtpd & pop3 modules to internal
- Bump Go version for automated testing
- Update Go dependencies
- Update node dependencies
Fix
- Prevent splitting multi-byte characters in message snippets (#404)
- Ignore unsupported optional SMTP 'MAIL FROM' parameters (#407)
Testing
- Add smtpd tests
- Details
- Merge JSON 2.7.2 for Ruby 3.3 by hsbt · Pull Request #11541
- Merge reline-0.5.10 by hsbt · Pull Request #11558
- Bug #20718: Objects created with Data_Make_Struct and the default free function are not freed
- Bug #20737: Accidentally changed warning target on Ruby 3.3
- Bug #20723:
IO#close
is broken on Ruby 3.3+ when using the Fiber scheduler. - Use
PRIuSIZE
instead of%zu
forsize_t
by nobu · Pull Request #9359 - Bump REXML to 3.3.9 for Ruby 3.3 by ajmyers01 · Pull Request #11972
- Bug #13831: error when try to install
- Bug #20777: 3.3:
RUBY_DESCRIPTION
is corrupt when--yjit
and--parser=prism
- Bug #20704: Windows:
-C
option does not work for multibyte path name - Bug #20719:
Float
converts ASCII-incompatible string - Bug #20752: IO::Buffer#slice creates mutable IO::Buffer instance that points to readonly memory (e.g. fronzen String)
- Bug #20755: IO::Buffer#transfer transfers mutable reference to String's memory but not lock ownership
- Bug #20716: Different instance_method behavior in Ruby 2.7 and Ruby 3.x
- Bug #20853: Hash key retrieval after Process.warmup
- Details
Features
- feat: displaying variable hints as secrets by @Pragadesh-45 in #3268
- feat: deleteEnvVar safe mode shim by @lohxt1 in #3515
- feat: cookie support to CLI requests by @matthewdickinson in #2820
- feat: add --client-cert-config option for secure connections in CLI run command by @Pragadesh-45 in #3504
- feat: add option to skip headers in CLI run command output by @Pragadesh-45 in #3467
Fixes
- fix: cli run-summary count fix for requests with ECONNREFUSED error by @lohxt1 in #3451
- fix: server_rendered logic for newer versions of nextjs by @lohxt1 in #3509
- fix: posthog api key - process env var by @lohxt1 in #3490
- fix: checkov CKV2_GHA_1 warning by @lohxt1 in #3488
- fix: checkov CKV_GHA_7 warning by @lohxt1 in #3489
- refactor/ bruno-testbench updates by @Pragadesh-45 in #3483
- fix: incorrect dispatch fn calls -- global env slice by @lohxt1 in #3452
- fix: exclude Meta, Alt, Home and End key press for autocomplete trigger by @lohxt1 in #3441
- fix: codemirror styling fixes, post library upgrade by @lohxt1 in #3439
- fix: import openapi -- baseUrl env value should not include trailing slash by @lohxt1 in #3440
- Now based on the request type appropriate views are shown. by @sanjai0py in #3340
- bugfix / Update video preview functionality by @sanjai0py in #3433
- Feat/import translation for deprecated pm import by @Pragadesh-45 in #3388
- fix: enhance path normalization for WSL compatibility in watcher (fix #1928) by @Pragadesh-45 in #3482
- fix: improve masking logic in MaskedEditor for large content handling (fixes #2842) by @Pragadesh-45 in #3472
- fix: add validation to prevent duplicate global environment names (fixes: #3449) by @Pragadesh-45 in #3450
- Fix/add missing translations by @Pragadesh-45 in #3352
- fix/ Script execution is prevented by line comments by @sanjai0py in #3462
- bugfix / remove error logging for missing global environment by @sanjai0py in #3447
- Fix: (#3383) openapi yaml req body not importing by @arshan1019 in #3459
- fix: server_rendered codemirror logic for newer versions of nextjs by @lohxt1 in #3516
- fix: video preview comp memo import by @lohxt1 in #3517
- fix: codemirror editors background styling fix by @lohxt1 in #3523
Others
- Add a proper example for using the usebruno query library in the READ… by @ganesh-bruno in #3464
- chore: node version bump -- v22.11.0 by @lohxt1 in #3508