News
Memcached 1.6.38
- Details
Date: 2025-3-19
http://www.memcached.org/files/memcached-1.6.38.tar.gz
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.
- Release memory in function
restart_get_kv - Release memory in function
_evict_page - assoc.c: fix leak in
assoc_get_iterator - Free
subopts_origin function main - Free
temp_portnumber_filenamebefore exits - proxy: flag error res objects properly
- proxy: fix
wait_condwith subrctx errors - docs: move build instructions to README.md
- proxy:
rctx:best_resultfix for missed responses - extstore: multiple tunings for small values
- slabs: wait before adjusting memory watermark
None
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.
- Repo list: https://github.com/memcached/memcached/wiki/DevelopmentRepos
- Web View: http://github.com/memcached/memcached/commits/1.6.38
10 dormando
2 jinyaoguo
2 mugitya03
1 Kanak Kshetri
Python April Bundle
- Details
Python 3.13.2 & 3.12.9
Mysql April bundle
- Details
MySql 9.3.0, 8.4.5 & 8.0.42 Released
Composer 2.8.8 Released
- Details
Changelog
- Fixed json schema issues with version validation (#12367)
- Fixed issues running on 32bit machines (#12365)
Bruno 2.1.0 released
- Details
What's Changed
Features
- Feature: Random/Mock Variables support by @sanjaikumar-bruno @ramki-bruno in #4146
- Feat: @usebruno/converters package by @thim81 @lohxt1 in #4433
- Feat/ Set default names for folders and requests in Postman collection importer (fixes: #4277) by @Pragadesh-45 in #4278
- feat(scripting): allow multiple script context roots in response scripts by @carlosflorencio in #1397
- Added Playwright-codegen setup by @ramki-bruno in #4394
- feat: pass global env vars for fetch and refresh token oauth2 calls, and ui updates by @lohxt1 in #4362
Fixes
- Fix:
res.setBodyfails for Object in Developer-mode by @sanish-bruno in #3958 - fix: handle empty script.exec cases in postman collection importer by @Pragadesh-45 in #4399
- fix console error Invalid DOM property stroke-width (fixes #4371) by @tlaloc911 in #4372
- fix unsupport symbolic link folders by @taodawn in #4056
- Fix: Highlight matching brackets pair by @symtalha14 in #4440
- fix: Oauth2 toast typo by @dnnr1 in #4449
- fix: user agent header by @therealrinku in #4432
- improve network error handling, oauth2 logic cleanup, tls settings, and ui/test updates by @lohxt1 in #4444
- Oauth2 refresh token call fixes by @lohxt1 in #4460
- fixes for postman-to-bruno converter package by @lohxt1 in #4462
Others
- Update/link from collection overview by @ganesh-bruno in #4375
- Fix: Remove unwanted transitive
devDependenciesofelectron-storeby @ramki-bruno in #4400 - Update contributing.md with contribution guidelines and setup instructions by @ganesh-bruno in #4377
- updated bruno cli readme file by @ganesh-bruno in #4420
- Rename "custom" and "default" to "Custom" and "Default" (Case Sensitive) for Consistency by @ganesh-bruno in #4419
- Updating issue template for github to track regression bugs by @sreelakshmi-bruno in #4437
New Contributors
- @carlosflorencio made their first contribution in #1397
- @taodawn made their first contribution in #4056
- @symtalha14 made their first contribution in #4440
Full Changelog: v2.0.1...v2.1.0