Skip to content

Releases: Algatux/influxdb-bundle

3.0.0 beta version 1

05 Apr 13:54
0da1a2d

Choose a tag to compare

3.0.0 beta version 1 Pre-release
Pre-release

Minimum PHP version allowed is now 7.2
Support for Symfony 2.8 was dropped and introduced version 5.0 support

This a beta version, tests need to be fixed and the whole library needs to be tested.

I want to thank @Kocal for all his work here

DO NOT USE THIS VERSION IN PRODUCTION ENVIRONMENT

Custom Listener support

28 Mar 11:34
0945dbf

Choose a tag to compare

adds the possibility to use a custom listener, thanks to @smatyas

Timeout and SSL support

27 Nov 10:21
2.3.0
98e8b25

Choose a tag to compare

2.3.0

Timeout and SSL support

Enabling lazy loading for connection services

25 Sep 09:11
9391013

Choose a tag to compare

Fix broken field keys query in FieldKeyType

27 Feb 14:14
2.1.4

Choose a tag to compare

Symfony 4

04 Jan 10:38

Choose a tag to compare

Support for Symfony 4

Deferred events from console

19 Sep 09:21

Choose a tag to compare

Deferred events can now be dispatched from console commands

Removed upper conflict range with symfony/form

24 Mar 09:17

Choose a tag to compare

Remove upper conflict range with symfony/form @curry684

New connection registry and form types

11 Aug 13:34

Choose a tag to compare

  • Connections registry
  • MeasurementType
  • TagKeyType
  • TagValueType
  • FieldKeyType

2.0.2

11 Jun 07:16

Choose a tag to compare

  • removed unused dependency from 1.0
  • added new ci files to export-ignore for a cleaner installation
  • some improvements