-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Migration Guide 2.9
Guillaume Smet edited this page May 11, 2022
·
6 revisions
H2 has been upgraded from 1.4.197 to 2.1.210.
The new version adds several reserved keywords such as user
, value
or timestamp
so you might have to adjust your model if you use any of these in your table or column names.
HTTP compression settings have been made build time configuration so they cannot be overridden at runtime anymore. This allows for more optimizations.