Skip to content

Releases: makise-co/orm-bundle

Allow PHP 8

26 Nov 01:46
c641575
Compare
Choose a tag to compare
Merge pull request #13 from makise-co/feature/php-8

Allow PHP 8

v2.0.0-beta4: Merge pull request #11 from makise-co/feature/v2

08 Oct 18:15
8d29056
Compare
Choose a tag to compare
Add ability to disable proxy factory by `database.orm.enableProxy` option

v1.0.8

08 Oct 18:17
Compare
Choose a tag to compare
Add ability to disable proxy factory by `database.orm.enableProxy` op…

Makise-Co V2 support #3

07 Dec 22:12
0bb82f4
Compare
Choose a tag to compare
Pre-release

Fix make:migration command

Makise-Co V2 support #2

07 Dec 22:06
8883fe8
Compare
Choose a tag to compare
Pre-release

Fix make:migration command

Makise-Co V2 support

07 Dec 20:47
cab10d5
Compare
Choose a tag to compare
Makise-Co V2 support Pre-release
Pre-release
Merge pull request #8 from makise-co/feature/v2

Makise-Co V2 support

Coroutine safe ORM Heap

02 Dec 02:36
9f0276b
Compare
Choose a tag to compare

Added new parameter to the config orm.enableCoroutineHeap that enables coroutine-safe heap management (each coroutine will work with own heap)

v1.0.6: Merge pull request #6 from makise-co/feature/fixes

22 Nov 16:58
76094c6
Compare
Choose a tag to compare
  • Migrator configuration was ignored by make:migration command
  • Migrations table will be created automatically

Initial release [fix]

19 Nov 14:27
0f59dce
Compare
Choose a tag to compare

Removed forgotten debug_print_backtrace statement

Initial release

19 Nov 14:22
cd5701d
Compare
Choose a tag to compare
  • Added: ORM auto start when HTTP service start
  • Added: сonnection pools are automatically closed when the worker stops
  • Removed: "LazyORM" instance