v0.7.382
usememos/memosv0.7.382Mar 2, 2026by ArtyomSavchenko
AI Summary
This release addresses critical bug fixes and process improvements for the hcengineering platform. Key updates include fixing PostgreSQL IN () syntax errors, resolving process middleware issues, and adding field locking and document update reversion capabilities.
Key Highlights
- Fix for PostgreSQL IN () syntax error when handling empty arrays
- Implementation of field locking and unlocking functionality
- Ability to revert document updates in processes
- Automation now processes specific events only
- New time service implementation
New Features
- Field locking and unlocking functionality
- Revert document updates in processes
- Automation only processes specific events
- Time service
- Configure invitation link permissions
- Sort projects and hide archived
- Fix embed html display
- Fix missing enum on export
- Fix last messages button
- Hide other people's social identities
- Action types for approval requests
- Fix process middleware
- Fix process user input
Full Release Notes
## What's Changed ### Card and processes - Automation only processes by @BykhovDenis in https://github.com/hcengineering/platform/pull/10548 - Time service by @BykhovDenis in https://github.com/hcengineering/platform/pull/10546 - Implement field locking and unlocking functionality by @BykhovDenis in https://github.com/hcengineering/platform/pull/10573 - Add ability to revert document updates in processes by @BykhovDenis in https://github.com/hcengineering/platform/pull/10572 ### Invite settings - Configure who should be able to send invitation link by @ArtyomSavchenko in https://github.com/hcengineering/platform/pull/10555 ### Bug fixes * fix: embed html instead of showing in iframe by @aonnikov in https://github.com/hcengineering/platform/pull/10549 * Fix fieldChangesCheck by @BykhovDenis in https://github.com/hcengineering/platform/pull/10550 * Fix missing enum when export type by @BykhovDenis in https://github.com/hcengineering/platform/pull/10551 * fix(account): handle empty $in array to prevent PostgreSQL IN () syntax error by @spatialy in https://github.com/hcengineering/platform/pull/10554 * Add ability to sort projects and hide archived by @ArtyomSavchenko in https://github.com/hcengineering/platform/pull/10552 * Fix last messages button by @ArtyomSavchenko in https://github.com/hcengineering/platform/pull/10558 * Worker fixes by @BykhovDenis in https://github.com/hcengineering/platform/pull/10562 * Add tag process fixes by @BykhovDenis in https://github.com/hcengineering/platform/pull/10561 * Add tags to markdown table by @ArtyomSavchenko in https://github.com/hcengineering/platform/pull/10560 * Do not allow kick last owner by @ArtyomSavchenko in https://github.com/hcengineering/platform/pull/10559 * Action types for approval requests, enable field synchronization for … by @BykhovDenis in https://github.com/hcengineering/platform/pull/10565 * Hide other people's social identities by @ArtyomSavchenko in https://github.com/hcengineering/platform/pull/10566 * Fix process middleware by @BykhovDenis in https://github.com/hcengineering/platform/pull/10568 * Fix prrocess user input by @BykhovDenis in https://github.com/hcengineering/platform/pull/10570 * Fix process by @BykhovDenis in https://github.com/hcengineering/platform/pull/10571 **Full Changelog**: https://github.com/hcengineering/platform/compare/v0.7.375...v0.7.382