- Added a
pulse.recorders.SlowQueries.highlight
configuration option. You should update your configuration to match. pulse.ingest.trim_lottery
configuration key was renamed topulse.ingest.trim.lottery
. You should update your configuration to match.- Added a
pulse.ingest.trim.keep
configuration option. You should update your configuration to match.
- 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. Recommend to support longer content values, such as long SQL queries. - Pulse's migrations are now published to the application. Recommend so you can have complete control over the migrations as needed.