Skip to content

Releases: aternosorg/php-model

v4.3.0

24 Jul 10:00
8ad2ae0
Compare
Choose a tag to compare

What's Changed

  • Add option to prevent saving results of select query in model registry by @JulianVennen in #19

Full Changelog: v4.2.0...v4.3.0

v4.2.0

09 Jul 16:21
3407033
Compare
Choose a tag to compare

What's Changed

  • Add some metadata from OpenSearch responses to SearchResult by @KurtThiemann in #18

Full Changelog: v4.1.1...v4.2.0

v4.1.1

09 Jul 12:55
59f7fc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

07 Jul 10:18
33a0679
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

23 May 14:57
b42441b
Compare
Choose a tag to compare

What's Changed

  • Raise minimum PHP version to 8.3
  • Replace ElasticSearch driver with OpenSearch by @KurtThiemann in #15

Full Changelog: v3.2.6...v4.0.0

v3.2.6

27 Jan 13:00
b4fba6e
Compare
Choose a tag to compare

What's Changed

  • Add tests for SQL codegen by @JulianVennen in #11
  • PHP 8.4 compatability: Make parameter types explicitly nullable by @pavog in #13

Full Changelog: v3.2.5...v3.2.6

v3.2.5

15 Jul 13:08
882e03c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.4...v3.2.5

v3.2.4

15 Jan 13:24
283f572
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.3...v3.2.4

v3.2.3

30 Jun 15:46
97adb4e
Compare
Choose a tag to compare
fix warning

v3.2.2

30 Jun 12:54
ea88b15
Compare
Choose a tag to compare
clear model registry when clearing test entries, add functions to tem…