Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ToolJet/ToolJet

Tags

v3.20.63-lts

Toggle v3.20.63-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix: Query operation becomes empty in TJDB operation (#14881)

* fix for query operation becomes empty in TJDB operation

* bump version to 3.20.63-lts across all components

---------

Co-authored-by: gsmithun4 <[email protected]>

v3.20.62-lts

Toggle v3.20.62-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix on mobile option list scroll, dropdown option list getting closed (

…#14869)

* Removed `onTouchEnd` handlers from custom options and added dynamic width calculation with `ResizeObserver` for the multiselect value container.

* Upgrade version

v3.20.61-lts

Toggle v3.20.61-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add LOCKBOX_MASTER_KEY rotation script with interactive key inp…

…ut (#14662)

* feat: add key rotation scripts and dual key encryption service

* update lockbox key rotation script to correct environment variable usage

* implement dual key encryption service for lockbox key rotation

- Refactor lockbox key rotation script to use a new DualKeyEncryptionService.
- Remove dependency on old environment variable for old master key.
- Add prompts for user input to enhance usability during key rotation.
- Implement automatic transaction management using dbTransactionWrap.
- Improve validation and error handling for key formats.
- Update documentation within the script for clarity on usage and steps.

* Delete frontend/package-lock.json

* Implement feature X to enhance user experience and fix bug Y in module Z

* revert lock file

* chore: revert unrelated frontend/package-lock.json changes

* fix: update rotate keys scripts to ensure proper argument handling and improve dry-run functionality

* chore: update version to 3.20.61-lts

---------

Co-authored-by: gsmithun4 <[email protected]>

v3.20.60-lts

Toggle v3.20.60-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14843 from ToolJet/release/appbuilder-s20

Release: Appbuilder Sprint 20

v3.20.59-lts

Toggle v3.20.59-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14815)

Co-authored-by: johnsoncherian <[email protected]>

v3.20.58-lts

Toggle v3.20.58-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for CE Migration - added environments (#14811)

* refactor: comment out edition check in migration scripts for flexibility

* fix for draft version creation issue

---------

Co-authored-by: rohanlahori <[email protected]>
Co-authored-by: Adish M <[email protected]>

v3.20.57-lts

Toggle v3.20.57-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 3.20.57-lts across all components and update s…

…ubmodule references (#14790)

v3.20.56-lts

Toggle v3.20.56-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14773)

Co-authored-by: gsmithun4 <[email protected]>

v3.20.55-lts

Toggle v3.20.55-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14761 from ToolJet/fix/app-history-issue

Fix: Remove queue injection for app history

v3.20.54-lts

Toggle v3.20.54-lts's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Revert app history feature (#14759)

* Fix: Commented out app history backend logic

* Fix: Remove app history menu from frontend

* Version bump

* Fix: Added comments for maintainability