May 2026

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.

PR #21199

May 2026

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.

PR #14821

May 2026

Swytch

Fixed a bug by clearing watchedKeys in Context.Abort() on session disconnect, preventing stale transactional state.

PR #28

May 2026

Swytch

Fixed a memory leak by replacing an unbounded map for voidedBinds with a capacity-bounded LRU cache.

PR #30

Apr 2026

Pinia

Clarified stubActions limitations for Setup stores in the documentation.

PR #3121

Mar 2026

Vuetify

Replaced deprecated Vue Router v5 next() callback pattern in the useBackButton composable.

PR #22643

Aug 2025

FastAPI

Removed broken links to the defunct callbackhell.com in the async documentation.

PR #14006

Oct 2024

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.

PR #3701

Oct 2024

DjangoGirls Tutorial

Major maintenance update: bumped Bootstrap, Python and Django version references, and replaced outdated screenshots.

PR #1820

Oct 2024

DjangoGirls Tutorial

Renamed "OS X" to "macOS" across the tutorial and its translations.

PR #1852

Feb 2024

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.

PR #3939

Oct 2023

Vue Test Utils

Fixed a typo in the slots documentation code example. Included in v2.4.2.

PR #2212

Aug 2023

Zappa

Added Python 3.11 runtime support.

PR #1261

May 2023

Zappa

Added Python 3.10 runtime support with manylinux wheel suffix and regex updates.

PR #1231

May 2023

Zappa

Fixed Django 4.2 compatibility by using proper BytesIO for wsgi.input in create_wsgi_request.

PR #1237

May 2023

Zappa

Applied Black code formatter across the entire codebase.

PR #1238

May 2023

Zappa

Migrated the test suite from nose to pytest.

PR #1239

May 2023

Zappa

Updated GitHub Actions CI (checkout v3, setup-python v4, cache v3).

PR #1243

Apr 2023

pip-licenses

Added a --no-version CLI flag to omit package version numbers from output. Shipped in v4.3.0.

PR #158

Nov 2022

Django REST Framework

Fixed a bug where _ignore_model_permissions=True could bypass authentication checks in DjangoModelPermissions.

PR #8772

Oct 2022

Design React Kit (Italia)

Added alt attribute support to Icon and HeaderBrand components for accessibility, inserting SVG <title> elements via svgr.

PR #864

Mar 2022

reveal.js

Fixed the Gulp package task so the generated ZIP file contains the correct working directory structure.

PR #3156

Oct 2021

Fiber JWT

Fixed README example where the token variable was used before being created.

PR #67

May 2021

AWS Amplify

Fixed formFields customization not working in the amplify-confirm-sign-in component.

PR #8255

Feb 2018

Vue.js 2 Documentation

Documented how to pass optional parameters with $emit(eventName, payload) in the Components guide.

PR #1444

Oct 2017

Apache Superset

Removed yarn install warnings by replacing the deprecated babel-preset-es2015 with babel-preset-env.

PR #3567

Apr 2017

Apache Superset

Fixed React and PropTypes console warnings across the test suite.

PR #2697

Mar 2017

DjangoGirls Tutorial

Fixed incorrect view name in redirect() calls across multiple language translations of the tutorial.

PR #914