Skip to content

Lunr.Gravity 0.11.0

Latest

Choose a tag to compare

@pprkut pprkut released this 22 Sep 07:34
· 14 commits to master since this release

General

  • Added dependency on Lunr.Ticks (0.12.0)
  • Added dependency on Mockery (1.6.12)
  • Updated to Lunr.Config 0.12.0
  • Updated to Lunr.Halo 0.11.0
  • Database configuration overhaul

CI

  • Update to Lunr Coding Standard 0.11.0
  • Fix phpstan level 4 and 5 issues
  • Prepare tests for PHPUnit 10

MariaDB

  • Revert back to generic return type for get_new_dml_query_builder_object()

MySQL

  • Use constructor for test mocks of connection class
  • Create correct canonical queries for insert/replace/upsert queries
  • Remove terminating semicolon when computing canonical queries
  • Avoid a potential name conflict for host in query analytics
  • Improve canonical query computation
  • Add query profiling
  • Change insertID property capitalization to match the names of other IDs
  • Modernise connection for PHP 8.4
  • Revert back to generic return type for get_new_dml_query_builder_object()