Select your language

23 Apr 2025

Ruby 3.4.3 Released

What's Changed

Note: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.

Full Changelog

v3_4_2...v3_4_3


23 Apr 2025

Memcached 1.6.38

Memcached 1.6.38 Release Notes

Date: 2025-3-19

Download

http://www.memcached.org/files/memcached-1.6.38.tar.gz

Overview

Significant bug fixes in this release. Most notably:

  • A few kilobytes of memory was leaked every time extstore evicted a disk page.
  • Extstore may evict memory when very small objects (a few hundred bytes) are being written to disk. This should no longer happen.
  • Proxy configurations with chained route handlers may hang if all of their children errored via a wait timeout.

A number of other "Fixes" were made to docs or code, but none that affect users. The fixes pertain more to code correctness and only address impossible or useless conditions.

Fixes

  • Release memory in function restart_get_kv
  • Release memory in function _evict_page
  • assoc.c: fix leak in assoc_get_iterator
  • Free subopts_orig in function main
  • Free temp_portnumber_filename before exits
  • proxy: flag error res objects properly
  • proxy: fix wait_cond with subrctx errors
  • docs: move build instructions to README.md
  • proxy: rctx:best_result fix for missed responses
  • extstore: multiple tunings for small values
  • slabs: wait before adjusting memory watermark

New Features

None

Contributors

The following people contributed to this release since 1.6.37.

Note that this is based on who contributed changes, not how they were done. In many cases, a code snippet on the mailing list or a bug report ended up as a commit with your name on it.

Note that this is just a summary of how many changes each person made which doesn't necessarily reflect how significant each change was. For details on what led up into a branch, either grab the git repo and look at the output of git log 1.6.37..1.6.38 or use a web view.

 10 dormando 2 jinyaoguo 2 mugitya03 1 Kanak Kshetri 
22 Apr 2025

Composer 2.8.8 Released

Changelog

  • Fixed json schema issues with version validation (#12367)
  • Fixed issues running on 32bit machines (#12365)
22 Apr 2025

Bruno 2.1.0 released

What's Changed

Features

Fixes

Others

New Contributors

Full Changelog: v2.0.1...v2.1.0

10 Apr 2025

PHP 8.4.5, 8.3.19, 8.2.28 & 8.1.32

Security release!

See PHP Changelog

See PHP Changelog

05 Mar 2025

Composer 2.8.6 Released

Added COMPOSER_WITH_DEPENDENCIES and COMPOSER_WITH_ALL_DEPENDENCIES env vars to enable the --with[-all]-dependencies flags (composer/composer#12289)
Added COMPOSER_SKIP_SCRIPTS env var to tell Composer to skip certain script handlers by script names (comma separated) (composer/composer#12290)
Added error hint when Avast is detected together with curl certificate errors (composer/composer#9894)
Fixed handling of backslash in folder names when creating archives (composer/composer#12327)
Fixed detection of containerd for containers to avoid warning about root usage (composer/composer#12299)

05 Mar 2025

Mailpit 1.23.0

This release emphasizes improvements in database performance and RAM utilization, offering several configurable options for message compression to either decrease CPU and RAM usage or enhance compression levels. The default message compression has been slightly adjusted to reduce memory usage by half, particularly when dealing with large messages and attachments.

Feature

Chore

  • Minor speed & memory code improvements when storing messages
  • Optimize default ZSTD encoder for fastest compression of messages (#447)
  • Handle BLOB storage for default database differently to rqlite to reduce memory overhead (#447)
  • Avoid shell in Docker health check (#444)
  • Update Go dependencies
  • Update node dependencies

Fix

  • Display the correct STARTTLS or TLS runtime option on startup (#446)

Testing

  • Add tests for message compression levels

Our Supporters

Sorry, this website uses features that your browser doesn't support. Upgrade to a newer version of Firefox, Chrome, Safari, or Edge and you'll be all set.