- SQL highlighting configuration was moved to the dashboard component. This is required if you are disabling SQL highlighting.
- Auto-incrementing IDs were added to Pulse's tables. This is recommended if you are using a configuration that requires tables to have a unique key on every table, e.g., PlanetScale.
- The TEXT columns were made MEDIUMTEXT columns in the
pulse_
tables. This is recommend to support longer content values, such as long SQL queries. - Pulse's migrations are now published to the application. This is recommend so you can have complete control over the migrations as needed.
pulse:check
now dispatches events roughly every second. It is recommended to use the newthrottle
function when performing work on specific intervals.