Skip to content

Releases: madwings/InsaneDB

v1.4.0

27 Apr 20:19

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

04 Nov 23:51
5ab2e0f

Choose a tag to compare

What's Changed

  • Adjust error reporting for standalone init
  • Drop support for PHP<8.0

Full Changelog: v1.3.0...v1.3.1

v1.3.0

07 Sep 15:19
3f46ff7

Choose a tag to compare

What's Changed

  • Upstream changes PHP 8.2 compatibility by @madwings in #28

Full Changelog: v1.2.0...v1.3.0

v1.2.0

19 Apr 13:31
4fb864d

Choose a tag to compare

  • Upstream sync with the latest code (lots of PHP8x compatibility changes)
  • Updated docs and README
  • Changed library bootstrapping

v1.1.3

30 Oct 16:53
f4e1182

Choose a tag to compare

  • Retry queries failed due to deadlock (only for MySQL driver)
  • Add config item for number of query retries
  • Additional logging on query error

v1.1.2

21 Sep 15:10
910dd82

Choose a tag to compare

  • Sync with upstream

v1.1.1

20 Jul 10:44
950e1f6

Choose a tag to compare

  • Sync with upstream for a few bugfixes
  • Composer configs now in lowercase

v1.1.0

09 Feb 12:12

Choose a tag to compare

  • Drop support for PHP 5.6 and PHP 7.0
  • Add ENV variables check for setting the environment
  • Pass config file to the init function

v1.0.2

18 Jan 15:47
036837e

Choose a tag to compare

  • Fix issues with SSL connections
  • Various improvements from upstream

v1.0.1

28 Dec 13:20

Choose a tag to compare

  • Confirmed PHP 7.3 support