Django
Deprecated the SHA-1 default for salted_hmac() and base64_hmac(),
paving the way for SHA-256 as the default in Django 7.0.
Vue.js
Performance optimisation for the server renderer: replaced eager Array.from()
materialisation with lazy for...of iteration in ssrRenderList,
reducing memory usage from O(n) to O(1) for large iterables.
Swytch
Fixed a bug by clearing watchedKeys in Context.Abort()
on session disconnect, preventing stale transactional state.
Swytch
Fixed a memory leak by replacing an unbounded map for voidedBinds
with a capacity-bounded LRU cache.
Vuetify
Replaced deprecated Vue Router v5 next() callback pattern
in the useBackButton composable.
FastAPI
Removed broken links to the defunct callbackhell.com in the async documentation.
reveal.js
Fixed encoding corruption of binary assets (images, fonts) when piping to zip after the Gulp 5 upgrade. Included in reveal.js v5.2.0.
DjangoGirls Tutorial
Major maintenance update: bumped Bootstrap, Python and Django version references, and replaced outdated screenshots.
DjangoGirls Tutorial
Renamed "OS X" to "macOS" across the tutorial and its translations.
Diesel (Rust ORM)
CLI setup improvements: recursive directory creation, custom migrations directory
written to diesel.toml, and proper Windows path escaping.
Featured in the Diesel 2.2.0 release notes.
Vue Test Utils
Fixed a typo in the slots documentation code example. Included in v2.4.2.
Zappa
Added Python 3.10 runtime support with manylinux wheel suffix and regex updates.
Zappa
Fixed Django 4.2 compatibility by using proper BytesIO for
wsgi.input in create_wsgi_request.
pip-licenses
Added a --no-version CLI flag to omit package version numbers
from output. Shipped in v4.3.0.
Django REST Framework
Fixed a bug where _ignore_model_permissions=True could bypass
authentication checks in DjangoModelPermissions.
Design React Kit (Italia)
Added alt attribute support to Icon and HeaderBrand components for
accessibility, inserting SVG <title> elements via svgr.
reveal.js
Fixed the Gulp package task so the generated ZIP file contains
the correct working directory structure.
Fiber JWT
Fixed README example where the token variable was used before being created.
AWS Amplify
Fixed formFields customization not working in the
amplify-confirm-sign-in component.
Vue.js 2 Documentation
Documented how to pass optional parameters with $emit(eventName, payload)
in the Components guide.
Apache Superset
Removed yarn install warnings by replacing the deprecated babel-preset-es2015
with babel-preset-env.
DjangoGirls Tutorial
Fixed incorrect view name in redirect() calls across multiple
language translations of the tutorial.