Skip to content

Releases: packaged/dal

1.18.3

28 Aug 10:26
7868c0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.18.2...1.18.3

1.18.2

19 Mar 17:43
d93e0ab
Compare
Choose a tag to compare

What's Changed

  • The docblock above \Packaged\Dal\Ql\QlDao::loadOneWhere is incorrect … by @callyall in #88

New Contributors

Full Changelog: 1.18.1...1.18.2

1.18.1

10 Jul 08:58
afcf618
Compare
Choose a tag to compare
Fix return type issue (#86)

1.18.0: gh actions (#83)

02 Jun 15:03
45de2b7
Compare
Choose a tag to compare
* gh actions

* Update branch

* Update branch

* Test new workflow using services

* Try a cassandra action

* revert to service
different debug command
increase health retries

* update exposed port
prevent running twice

* Add username and remove password

* revert cassandra port

* increase interval

* Add missing database

* add missing host

* Try get a db created

* Try with a custom action

* remove cassandra service

* remove random apostrophes

* Revert to old dockerfile setup

* remove pecl cassandra

* Revert back to services
Pass through cassandra-setup.cql

* Remove old action call

* Pass valid sql

* Use sql file

* Remove apt get for cqlsh

* update to checkout v3

* install pip and cqlsh

* limit cqlsh version

* add missing deps for crypto

* limit version of crypto

* add pyOpenSSl upgrade

* update connection port

* update required extensions

* update required extensions

* downgrade to cassandra 3

* add memcached

* increase memcached retries

* expose correct ports

* make sure we start rpc

* update memcached use 127.0.0.1

* expose the port

* Use alpine memcached

* remove memcached health check

* add quotes to column

* wrap in quotes

* correct column name

* use quotes of table names

* make sure apcu is enabled

* add to ini values

---------

Co-authored-by: Kyle Essex <[email protected]>

1.17.0

23 May 15:22
0d3da61
Compare
Choose a tag to compare
Fix type hint (#81)

1.16.1

17 Mar 12:23
41d10ce
Compare
Choose a tag to compare
Fix doctype (#80)

PHP 8.0

23 Sep 12:22
4f4b42b
Compare
Choose a tag to compare
1.16.0

bump minimum php version (#78)

1.15.4: Set serialised properties (#76)

23 Jun 11:46
0f13faa
Compare
Choose a tag to compare
* Set serialised properties

* Correct expected order

1.15.3

23 Jun 11:08
da833c5
Compare
Choose a tag to compare
Fix false defaults (#75)

1.15.2

23 Jun 10:43
eec8400
Compare
Choose a tag to compare
Apply CQL default values if we do not have the dao marked as loaded (…