It's time for another Pinpointe release as we kick off the month of March. There is a nice spread of fixes here, so please read the release notes below for more details.
BUGS
- API (PINPOINTE-4216): Async API jobs worker fails when resource is deleted before processing
- DND Builder (PINPOINTE-4206): Empty multi-column Basic Blocks parent blocks don't match the icons in terms of divided column widths
- Forms (PINPOINTE-4179): Form Links with handlebars when editing issues
- Lists (PINPOINTE-4210): When importing a list, the option to add a tag fails sometimes
- Stats (PINPOINTE-4167): Deadlock while creating records in stats_links table
- Webhook (PINPOINTE-4114): When creating a webhook and choosing enabled, it does not actually enable webhook
DETAIL REVIEW
BUGS
- API (PINPOINTE-4216): Async API jobs worker fails when resource is deleted before processing
- Deleted a resource (tag, list, segment) that a job references before it is run no longer causes Async API jobs to fail
- DND Builder (PINPOINTE-4206): Empty multi-column Basic Blocks parent blocks don't match the icons in terms of divided column widths
- Widths now display correctly
- Forms (PINPOINTE-4179): Form Links with handlebars when editing issues
- Modify Preference Forms maintain links correctly when handlebars are included
- Lists (PINPOINTE-4210): When importing a list, the option to add a tag fails sometimes
- Tag should remain created regardless if there are no new imports or not
- Stats (PINPOINTE-4167): Deadlock while creating records in stats_links table
- Records process correctly
- Webhook (PINPOINTE-4114): When creating a webhook and choosing enabled, it does not actually enable webhook
- After creation, webhooks now stay enabled instead of having to be triggered manually