Releases: payloadcms/payload
v3.85.1
v3.85.1 (2026-06-09)
🐛 Bug Fixes
- fix draft save and duplicate behaviour on upload-enabled collections (#16853) (fad992c)
- bin scripts cannot import dependencies without explicit "type": "module" (backport) (#16848) (6707e85)
- add type declarations for css export (TypeScript 6 compat) (#16348) (6c81355)
- follow redirects when fetching uploaded files for MIME type detection (#16708) (ac46214)
- plugin-import-export: fix CSV import of arrays and richText nest… (#16923) (ccbdcc2)
- ui: use explicit relative paths for internal SCSS imports v3.x (#16827) (c039e55)
- ui: hide entire tabs field when admin.condition is false (#16809) (79b4e4c)
⚡ Performance
📚 Documentation
- fixes 404 link to monaco editor options (#16877) (5f40868)
- restructure getting started and concepts pages (#16846) (0f384f4)
⚙️ CI
🤝 Contributors
- Paul (@paulpopus)
- Habeeb (@haxllo)
- Sean Zubrickas (@zubricks)
- Alessio Gravili (@AlessioGr)
- Jake Fletcher (@jacobsfletch)
- Anders Semb Hermansen (@andershermansen)
- Elliot DeNolf (@denolfe)
v3.85.0
v3.85.0 (2026-05-26)
🚀 Features
- plugin-import-export: out of beta and added support for collection-level and field-level hooks (#16556) (cf9252d)
🐛 Bug Fixes
- bump uuid package to 13.0.2 (#16545) (274af06)
- stop workflows retrying forever when no retries are configured (#16465) (caf9150)
- db-mongodb: bump mongoose to 8.22.1 for GHSA-wpg9-53fq-2r8h (#16688) (4baba91)
- plugin-cloud-storage: propagate custom hook errors during upload (#16632) (055c508)
- plugin-cloud-storage: preserve user-defined prefix.defaultValue (#16529) (8d14915)
- plugin-cloud-storage: dedupe filename in clientUploads signed URL (#16510) (64b2860)
- plugin-multi-tenant: tenant field unselectable in bulk upload "Edit all" (#16466) (695df3c)
- richtext-lexical: cursor kicked out of nested richtext while typing in a block (#16490) (931a349)
- richtext-lexical: drag/drop image into rich text fails when a field name matches the collection slug (#16409) (d6f7b47)
- ui: bulk upload silently counts failed files as saved (#16532) (c31f4ef)
- ui: respect formatDocURL returning null in ListDrawer (#16464) (0facc44)
- ui: show all listSearchableFields in ListDrawer search placeholder (#16467) (3cd4a64)
📚 Documentation
📝 Templates
⚙️ CI
🏡 Chores
🤝 Contributors
- Sean Zubrickas (@zubricks)
- German Jablonski (@GermanJablo)
- Jake Fletcher (@jacobsfletch)
- Paul (@paulpopus)
- Alessio Gravili (@AlessioGr)
v3.84.1
v3.84.0
v3.84.0 (2026-04-22)
🚀 Features
- allow client components to also be used as custom collection views (#16312) (8fe5f04)
- email-nodemailer: add email recipient override config (#16311) (1c1ed97)
- plugin-ecommerce: add locale-aware currency formatting and symbol positioning (#15139) (6731036)
- plugin-form-builder: add support for multi part uploads (#15268) (aa01a45)
- plugin-mcp: add support for server instructions (#15858) (c852d85)
🐛 Bug Fixes
- unique value errors are not displayed properly for localized fields (#16069) (f6e9073)
- correct slugifyTitle hook example in documentation (#16306) (48db8c1)
- handle multipart uploads without content-length (#16301) (c150ef8)
- plugin-ecommerce: verify PaymentIntent succeeded before creating… (#15902) (500e39d)
- richtext-lexical: internal links export as text in markdown transformer (#16302) (3dc6041)
- storage-*: simplify key handling for signed urls and composite prefixes (#16291) (6139508)
- templates: remove tilde SCSS imports and add Sass loadPaths for Windows (#16295) (7ca8b05)
- ui: json and richText fields expose unsupported operators in WhereBuilder (#16353) (a507fcc)
- ui: bulk edit ignores fields in named tabs and shows incorrect labels for unlabeled containers (#16340) (e5bc6be)
📚 Documentation
🧪 Tests
- add tests for autosave creating new versions and losing draft status on reload (#16335) (60d8678)
- add more integration tests to CI (#15419) (8a470c1)
📝 Templates
⚙️ CI
- disable audit-dependencies slack notification (#16329) (eeee018)
- use SLACK_CHANNEL env var for activity notifications (#16323) (a7cc58b)
- use artifacts for e2e prep so job retries don't fail on cache eviction (#16310) (bc590bd)
🏡 Chores
- change other instances of port 3000 being hardcoded in tests (#16290) (7f0b069)
- templates: fix link to one-click deployment (#16337) (5a39afc)
- templates: strengthen types in preview url gen (#14947) (fcbc987)
- templates: remove unused image-3 from website templates (#16155) (f0735b1)
🤝 Contributors
- Patrik (@PatrikKozak)
- Sasha (@r1tsuu)
- Jake Fletcher (@jacobsfletch)
- Elliot DeNolf (@denolfe)
- German Jablonski (@GermanJablo)
- Marcin Gierada (@teastudiopl)
- Anton Ambarov (@AntonAmbarov)
- Paul (@paulpopus)
- Jens Becker (@jhb-dev)
- Neha Prasad (@nehaaprasad)
- Jarrod Flesch (@JarrodMFlesch)
v3.83.0
v3.83.0 (2026-04-15)
🚀 Features
- expand plugin API (#16247) (54189e1)
- add profiling utilities for performance analysis (#16198) (9391c20)
- add internal plugin priority and slug api for cross-plugin discovery (#16244) (5f5694f)
- hide slug field buttons when field is read-only (#14824) (67c2c47)
- cpa: add --agent flag for coding agent skill installation (#16278) (9f9f343)
- drizzle: add uuidv7 support (#16113) (ac01e82)
- email-resend: add Custom headers for the Resend adapter (#15645) (a7dd17c)
- next: add support for custom collection views (#16243) (835a0ad)
- plugin-form-builder: change checkbox label from 'Default Value' to 'Checked by default' (#15229) (b3d2054)
- plugin-mcp: allow external plugins to extend mcp plugin (#16245) (ac4fc31)
- richtext-lexical: add view override system for custom node rendering (#14244) (1ef43eb)
- storage-*: add useCompositePrefixes option and fix client upload prefix handling (#16230) (74aa825)
Expanded Plugin API — New definePlugin helper introduces opt-in execution ordering, cross-plugin discovery via a slug-keyed plugins map, and module augmentation for type-safe plugin options. The existing (config) => config contract remains unchanged. #16247
import { definePlugin } from 'payload'
export const seoPlugin = definePlugin<SEOPluginOptions>({
slug: 'plugin-seo',
order: 10,
plugin: ({ config, plugins, collections, generateTitle }) => ({
...config,
// collections and generateTitle come from SEOPluginOptions
}),
})Profiling Utilities — Lightweight timeSync and timeAsync wrappers for measuring function execution time during development. Wrap any function to capture its duration, then call printProfileResults for a formatted timing table. Not intended for production use. #16198
Internal Plugin Priority & Slug API — Plugins can now attach priority, slug, and options properties for execution ordering and cross-plugin discovery. Lower priority runs first; other plugins can find each other by slug via config.plugins without imports. Marked @internal for now. #16244
Hidden Slug Field Buttons on Read-Only — The Generate and Lock/Unlock buttons on slug fields are now automatically hidden when the field is read-only, removing controls that serve no purpose in that state. #14824
Agent Flag for CPA (cpa) — create-payload-app now supports a --agent / -a flag (claude, codex, cursor) that downloads the Payload coding skill from GitHub and installs it in the correct directory for your agent. A root-level CLAUDE.md or AGENTS.md is written for discoverability. Use --no-agent to skip. #16278
UUIDv7 Support (drizzle) — New idType: 'uuidv7' option for Postgres and SQLite adapters generates time-ordered UUIDs that are friendlier for B-tree indexes than random v4 UUIDs, while using the same storage column type. IDs are generated in application code so older Postgres versions are supported. #16113
Custom Email Headers (email-resend) — The Resend adapter now passes custom headers from sendEmail options to the Resend API, enabling features like List-Unsubscribe headers that were previously silently dropped. #15645
await payload.sendEmail({
from: "Test <test@domain.com>",
to: "jimmybillbob@example.com",
subject: "Email with custom headers",
html: html,
headers: {
"List-Unsubscribe": "<https://domain.com/unsubscribe>",
"List-Unsubscribe-Post": "List-Unsubscribe=One-Click",
},
});Custom Collection Views (next) — Register custom views at the collection level via admin.components.views[key] with a Component and path. Folders take routing precedence over custom views on upload collections. #16243
{
slug: 'products',
admin: {
components: {
views: {
grid: {
Component: '/components/GridView',
path: '/grid',
exact: true,
},
},
},
},
}Checkbox Label Clarity (plugin-form-builder) — The form builder checkbox field label was changed from "Default Value" to "Checked by default" to eliminate confusion about whether the checkbox toggles a default value or sets the initial checked state. #15229
Extensible MCP Plugin (plugin-mcp) — External plugins can now extend plugin-mcp by finding it via slug in config.plugins and injecting custom MCP tools into its options. Also exports the MCPPluginConfig type for type-safe tool injection. #16245
View Override System for Custom Node Rendering (richtext-lexical) —
export const myViews: LexicalEditorViewMap = {
default: {
heading: {
createDOM() {
const h2 = document.createElement('h2')
h2.textContent = 'Custom Heading'
return h2
},
},
horizontalRule: {
Component: () => <div className="custom-hr">---</div>,
},
link: {
html: '<a href="#">Custom Link</a>',
},
},
}{
fields: [
{
name: 'content',
type: 'richText',
editor: lexicalEditor({
views: '/path/to/views.tsx#myViews',
}),
},
]
}Composite Prefixes for Storage Adapters (storage-*) — New useCompositePrefixes option combines collection and document prefixes instead of one overriding the other. Also fixes a bug where client uploads ignored document prefix entirely. Applies to S3, Azure, GCS, R2, and Vercel Blob. #16230
| Mode | Collection Prefix | Doc Prefix | Result |
|---|---|---|---|
false (default) |
media-folder |
user-123 |
user-123/file.jpg |
true |
media-folder |
user-123 |
media-folder/user-123/file.jpg |
🐛 Bug Fixes
- restore falling back to current document values for
undefinedfields (#16272) (4b4d61c) - enforce mimeTypes restriction when useTempFiles is enabled (#16255) (bb749a5)
- prevent cron from permanently dying after handler errors (#16219) (c5e0e02)
- use safe property assignment in deepMergeSimple (#16271) (2b23010)
- handle concurrent autosave write conflicts gracefully (#16216) (e8502fa)
- use instanceof instead of constructor name in formatErrors (#16089) (216d162)
- parse JSON string where query param (#15745) (2a26b5a)
- expose type for field's
position(#14390) (d9b3c07) - default virtual fields to readOnly in admin UI (#16016) (72396f6)
- localized array,group,blocks fields duplicate with empty values ([#15849](https://github....
v3.82.1
v3.82.1 (2026-04-09)
🐛 Bug Fixes
- next: use correct config key for disabling turbo server fast refresh (#16215) (11adc9d)
- plugin-nested-docs: await populateBreadcrumbs in resaveChildren (#15582) (0554b50)
⚡ Performance
📚 Documentation
📝 Templates
🤝 Contributors
- William Ding (@wingding12)
- Syazwan (@syazwanz)
- Alessio Gravili (@AlessioGr)
- Anders Semb Hermansen (@andershermansen)
v3.82.0
v3.82.0 (2026-04-08)
🚀 Features
- disambiguate media files by prefix via query parameter (#15844) (05ddec1)
- add missing disableErrors to globals findOne operation (#14913) (c8332e7)
- improve default slugify utility by triming whitespace first (#14421) (fdaa051)
- add typescript.postProcess hook for type generation (#16103) (67b5dc3)
- plugin-redirects: add Portuguese translation (#15269) (122f4c1)
- plugin-search: pass collection slug to
beforeSynchook (#11581) (ebbd6ad) - ui: export drag-and-drop components (#12626) (23b0f1b)
🐛 Bug Fixes
- incorrect 24 hour format comment example (#15649) (f42b767)
- resolve 404/500 error when downloading files containing hash in filename (#15799) (3a09387)
- JSDoc string for focalPoint option in uploads so it correctly mentions defaults to true (#13070) (84090ac)
- skip validation for unpublish operations with localized required fields (#16120) (24b9e13)
- skip default validation for virtual fields (#16015) (e09c619)
- db-mongodb: update mongoose-paginate-v2 to fix collation pagination (#16049) (78a27ab)
- drizzle: convert equals/not_equals to in/not_in for hasMany relationship array values (#15766) (59af156)
- next: fix hmr, bump minimum required next.js 16 version to 16.2.2 (#16202) (7f83571)
- next: admin.meta.title object form renders [object Object] in browser tab (#16117) (0981cdc)
- plugin-mcp: add error handling to convertCollectionSchemaToZod (#16114) (6184b0c)
- plugin-multi-tenant: infinite api calling loop on user switch (#16065) (3da805f)
- storage-*: redundant re-uploads when file was already uploaded by the client and add comprehensive E2E tests for
s3andvercel-blob(#16115) (a6735f3) - storage-azure: fix azure storage mime type handling for streaming uploads (#15949) (cd7fcea)
- templates: tailwind file extension is wrong in website template components.json file (#9342) (2011f28)
- templates: fixed forgot password link (#15037) (b505e36)
- templates: add generated files to ESLint ignores (#15716) (941a41f)
- templates: typo in with-cloudflare-d1 template (#14243) (14b708f)
- translations: fix Swedish unpublish translations and capitalization (#15353) (4e48706)
- translations: correct French translation for 'move' action (#14771) (750d29f)
- translations: update passive voice and newLabel wording in zh-TW translations (#13761) (e284ab5)
- translations: update Japanese translations related to localizeStatus (#15358) (7ab2881)
- ui: relationship filter duplicate options when switching operators (#16204) (3a1f31a)
- ui: unpublish button missing for globals and version count incorrectly incrementing after unpublish (#16203) (1ddeb60)
- ui: exclude unnamed tab labels from filter and groupBy field options (#9965) (b13c5c9)
- ui: update node to v20 (#15717) (b2593d6)
- ui: radio fields do not reliably trigger admin.condition re-evaluation on sibling fields (#16056) (7e2a126)
⚡ Performance
🛠 Refactors
- plugin-seo: rename non-JSX files from .tsx to .ts (#14418) (b67882c)
- translations: improve German translations for consistency and accuracy (#14439) (f3c0bc8)
📚 Documentation
- fix typo in Collection Config docs (collection → collections) (#16183) (ac085cd)
- remove JSX comment from content in dashboard (#16156) (05447b7)
- add warning about Cosmos dB incompatibility (#13350) (c4375bd)
- add info about custom errors via
APIErrorto hooks overview (#13047) (d03054e) - fix typo in storage-adapters documentation (#13648) (911f059)
- rename incorrect usage of the cloud storage plugin to align with the imported module in storage-adapters.mdx (#11475) (d491f29)
- add dev note about auth strategy hot-reload requirement (#14122) (c4da453)
- fix anchor link reference for settingsMenu (#14391) (8c748d6)
- nested plugin (#15230) (2e653ae)
- add getDataByPath to useForm table (#12098) (69a49e7)
- add missing comma to seo plugin doc (#11516) (df03ed0)
- fix typo in ecommerce template link in seo plugin docs (#15641) (e2cd07c)
- corrects Local API example in import export docs (#16128) (13a726a)
- update link to Custom Components Performance docs (#15723) (9141e34)
- update folders documentation with the right property ([#14060](https://github.com/...
v3.81.0
v3.81.0 (2026-04-01)
🚀 Features
- add LLM eval suite for Payload conventions and code generation (#15710) (db4b00e)
- next: prevent admin panel errors when cacheComponents is enabled (#16020) (1ecd7dd)
🐛 Bug Fixes
- update file-type, ajv and jose packages (#16118) (d09ed54)
- add field-level access control to internal auth fields (#16119) (4ae5577)
- where querying by a join field with relationship nested to an array (#16101) (0f79eed)
- trashed documents still show as IDs in relationship responses (#16102) (aa143e6)
- db-mongodb: virtual fields within blocks (#16107) (77cdb17)
- db-postgres: stabilize read replicas support (#16083) (46ddf8d)
- db-postgres: handle blockType filters for versions (#16071) (727d74e)
- deps: resolve high severity audit vulnerabilities (#16104) (c5a3767)
- next: respect canAccessAdmin when a custom dashboard view is configured (#16105) (329090c)
- next: forgot password
basePathwas not respected (#16084) (3c40241) - plugin-multi-tenant: forbidden error when logging in as a user with no tenant and no access to all tenants (#16047) (9c58e7c)
- richtext-lexical: prevent invalid h0 heading nodes when all heading sizes are disabled (#16090) (185548a)
- sdk: pass trash to request (#16092) (e0b3e81)
- storage-gcs: bump @google-cloud/storage (#16046) (5c06266)
- storage-vercel-blob: properly handle
alwaysInsertFieldsand add comprehensive integration test suite with a vercel blob emulator (#16080) (8530b45) - templates: add --no-server-fast-refresh to all dev scripts for Next.js 16.2+ compatibility (#16074) (8045887)
- ui: prevent data loss in copy-to-locale with drafts (#16073) (43b8de6)
- ui:
tokenInMemorynot set after refreshing cookie (#15928) (17266ab) - ui: respect
admin.dateFormatfor list view filters (#16040) (d5fe0ce)
🛠 Refactors
📚 Documentation
- clarify unique field index behavior and add warnings for array/blocks nesting (#15969) (38c1d4d)
- document ListViewServerProps/ClientProps and custom list view component patterns (#15970) (eb3b227)
- adds code examples for how to fully implement textStateFeature (#16053) (80ae745)
🧪 Tests
📝 Templates
- fix broken images on Next.js 16 by using relative paths for local media (#16058) (1a0f4d0)
- bump to Next.js 16.2.1 (#16032) (5c3244f)
⚙️ CI
🏡 Chores
- claude: update audit-dependencies skill with lockfile strategy and override rules (#16106) (974870a)
- deps: bump qs-esm from 7.0.2 to 8.0.1 (#16110) (d6862fe)
🤝 Contributors
- Dan Ribbens (@DanRibbens)
- Jarrod Flesch (@JarrodMFlesch)
- angus-msquared (@angus-msquared)
- Sean Zubrickas (@zubricks)
- Alessio Gravili (@AlessioGr)
- Patrik (@PatrikKozak)
- Jake Fletcher (@jacobsfletch)
- Mahmoud Hamdy (@mahmoodhamdi)
- Elliot DeNolf (@denolfe)
- Sasha (@r1tsuu)
- Nathan Bo Wang (@nathanbowang)
- Jon Bockhorst (@jmbockhorst)
- Daniel Giljam (@DanielGiljam)
- Kendell (@kendelljoseph)
v3.80.0
v3.80.0 (2026-03-20)
🚀 Features
- add
disableUniqueproperty to the slug field for better multi tenant plugin support (#15963) (395e1ed)
🐛 Bug Fixes
- unpublish updates existing version instead of creating a new one (#15985) (67063ab)
- use latest draft version data when trashing unpublished documents (#15981) (57a0edc)
- db-mongodb: fix pagination with collation in transactions (#15990) (5c935aa)
- db-postgres:
nearquery can give incorrect results (#15907) (843306c) - db-sqlite: scheduled publish does not show upcoming events because of wrong nested json querying (#15911) (3fa834a)
- deps: resolve high severity audit vulnerabilities (#15961) (da212fd)
- drizzle: pagination applied incorrectly when sorting by a field inside an array field (#15908) (0f67215)
- drizzle: groups inside localized tabs are not working correctly (#15936) (57bde77)
- graphql: force nullable for relationships to avoid errors when the related document is related (#15915) (560cabe)
- plugin-mcp: plugin can break next.js request handler because underlying Hono library modifies the global Request object (#15938) (4cfa495)
- plugin-multi-tenant: modal container blocks clicks on create-first-user page (#15973) (8157f4c)
- richtext-lexical: richtext fields don't respect RTL direction for Arabic and other RTL locales (#15964) (944a889)
- ui: defer live preview iframe rendering (#15999) (9999083)
- ui: stale data modal shown when onChange starts while save is in-flight (#15960) (dc98f0f)
📚 Documentation
- add custom admin location docs (#15581) (04a4b0a)
- updating lexical richtext fields (#15968) (8e5d56d)
- add copy and paste documentation for blocks (#15987) (747be91)
- warning for numeric field names (#15966) (99dcac1)
- storage adapters improvements (#15946) (9815d83)
📝 Templates
⚙️ CI
🏡 Chores
- add docker:clean script and fix docker:start reliability (#16000) (2646018)
- bump monorepo Next.js version to 16.2.0 (#15992) (a188556)
- consolidate docker scripts into single docker-compose with profiles (#15974) (f89e736)
- examples: update astro package.json name (#15118) (4e1c04e)
🤝 Contributors
- Alessio Gravili (@AlessioGr)
- Jarrod Flesch (@JarrodMFlesch)
- German Jablonski (@GermanJablo)
- Jake Fletcher (@jacobsfletch)
- Sasha (@r1tsuu)
- Patrik (@PatrikKozak)
- Sean Zubrickas (@zubricks)
- Riley Langbein (@rilrom)
- Elliot DeNolf (@denolfe)
v3.79.1
v3.79.1 (2026-03-16)
🐛 Bug Fixes
- text field validation rejecting localized object values (#15932) (fac59c8)
- use Sec-Fetch-Site header for cookie authentication validation (#15751) (ef507a6)
- improved request origin retrieval (#15919) (f30d34f)
- generate:types inlines all blocks, add
forceInlineBlocksproperty to use in plugin mcp (#15892) (6a9e367) - update broken custom components docs link in config types jsdoc (#15794) (17aa1b5)
- run
sanitizeWhereQueryfor join query access result (#15891) (dc049fe) - early return out of me access (#15883) (c6054c5)
- scope orderable join reordering by parent relation (#15842) (17a0d19)
- stricter input validation (#15868) (e474205)
- drizzle: avoid ts errors for
payload generate:db-schemawith circular references (#15895) (66a2efa) - drizzle: error when using contains operator on hasMany select fields (#15865) (fba2438)
- drizzle: correctly apply query limit on polymorphic joins (#15652) (fe36dde)
- plugin-import-export: add space in zh translation for exportDocu… (#15833) (43d5596)
- plugin-mcp: bump @modelcontextprotocol/sdk from 1.25.2 to 1.27.1 (#15942) (94d2249)
- storage-azure: add stream aborts for error handling and connection closure (#15768) (b2a03c9)
- ui: stale data modal incorrectly shown when user saves their own document (#15933) (a5d9388)
- ui: copy & pasting block content duplicates array items in editor UI (#15941) (9bcedc8)
- ui: deleted array item reappears after reorder with autosave (#15906) (752c15a)
- ui: use consistent empty state styling in relationship table (#15914) (93b90da)
- ui: clicking filtered Combobox entries fails to trigger selection (#15788) (de3e5ae)
- ui: document status shows changed after publishing specific locale (#15765) (b95df0b)
- ui: split only on first colon in toast error messages (#15894) (fd64504)
- ui: block clipboard paste causes duplicate ID errors in Postgres (#15863) (e7d6331)
- ui: monomorphic relationship fields don't support multi-select with in/not_in operators (#15886) (f71ef61)
- ui: equal column widths for block-drawer blocks (#15867) (07f7802)
- ui: isolate join table column preferences from list view (#15846) (649f117)
- ui: falling back to UTC timezones in timezone picker (#15841) (70099b7)
⚡ Performance
📚 Documentation
- correct type name in editMenuItems client component example (#15904) (03b20d0)
- adds req to available args and wraps examples with proper String type conversions in nested-docs (#15931) (d2a0740)
- adds docs for logger config (#15927) (46e43fc)
- fix links to virtual relationship documentation in both Blocks and Array field documentation (#15888) (fff60c8)
- broken anchor link in blocks field table (#15887) (36c051a)
- examples: clarify MongoDB prerequisites in Mongo-backed examples (#15860) (2aa973f)
- plugin-mcp: updates MCP plugin documentation (#15729) (b97b4e7)
🧪 Tests
- adjust total test count to exclude todo tests in summary output (#15943) (e46daec)
- fixes pagination and sorting list-view tests due to hydration timing issues (#15925) (b0f00c4)
- flaky timeout when clicking Create New button in versions test suite (#15850) (3fb10e1)
🏡 Chores
🤝 Contributors
- Jessica Rynkar (@JessRynkar)
- Patrik (@PatrikKozak)
- German Jablonski (@GermanJablo)
- Copilot (@Copilot)
- Leon Gattermayer (@LeonGatt)
- Omar Yusuf Abdi (@omar-y-abdi)
- Sean Zubrickas (@zubricks)
- Eduardo Costa (@ed-cscosta)
- Jarrod Flesch (@JarrodMFlesch)
- Sasha (@r1tsuu)
- Alessio Gravili (@AlessioGr)
- Seiya (@silmin)
- Maxim Seshuk (@maximseshuk)
- Kendell (@kendelljoseph)
- Divyam gupta (@divyamdotfoo)
- deepshekhardas (@deepshekhardas)
- Paul (@paulpopus)
- zzz1220 (@zzz1220)
- Mikko Vänskä (@vanska)