Skip to content

Releases: PlaceOS/driver

v7.3.3

16 Jan 04:41
Compare
Choose a tag to compare

fixes the interface zone_access_security with required functions

v7.3.2

15 Jan 03:51
Compare
Choose a tag to compare

fixes zone access security interface

v7.3.1

15 Jan 03:47
ae03236
Compare
Choose a tag to compare

adds zone access security interface

v7.3.0: feat(driver_manager): implicitly call on_update

03 Dec 22:03
Compare
Choose a tag to compare

implicitly call on_update if on_load is not defined

v7.2.18: fix(driver_manager): ensure connected state

13 Nov 20:17
Compare
Choose a tag to compare

ensure connection state is eventually consistent if redis is unavailable when the connection state changes

v7.2.17

07 Nov 19:15
Compare
Choose a tag to compare

use JSON logging by default on STDOUT

v7.2.16

29 Oct 01:48
f0ef26b
Compare
Choose a tag to compare

What's Changed

  • feat(MailerTemplates): new interface for mailer template fields by @chillfox in #167

New Contributors

Full Changelog: v7.2.15...v7.2.16

v7.2.15

24 Oct 05:32
82b91c2
Compare
Choose a tag to compare

adds reply_to to mailer template

v7.2.14: fix(proxy/driver): make __send__ a reserved word

23 Sep 11:27
Compare
Choose a tag to compare

make send a reserved function name in drivers

v7.2.13

23 Sep 11:12
Compare
Choose a tag to compare

revert previous change to driver proxy.send method for dynamic invocation