Skip to content

Releases: wunderio/drupal-updates-log

Site and Env to Notifications

16 Jun 11:31
d750d80
Compare
Choose a tag to compare

Now Site and Env names are included in the notification log entries.
It makes it easier to create alerts on systems that collect logs from multiple sites.

README update

09 May 13:40
0d45491
Compare
Choose a tag to compare

Updated README to include info about Drupal core patching.

Fix a fetch failure

27 Apr 10:45
81363e1
Compare
Choose a tag to compare

There was a nagging error due to a Drupal core update module bug, so refreshing caused broken module data.

V 2.3.0

21 Apr 06:01
c732729
Compare
Choose a tag to compare

A minor feature:

Now the UPDATES_LOG_TEST env variable will be used before the $settings['updates_log_disabled'] to test if we Should run updates_log.

This allows for testing in envs where updates_log is disabled in settings.php.

Bugfix

31 Mar 09:26
851d7ce
Compare
Choose a tag to compare

Occasionally some notifications could go missing.
This is related to the Drupal core problem.
It has a workaround now by delaying the notification until the next cron run.

V 2.2.1

16 Mar 14:17
f73151b
Compare
Choose a tag to compare

New Feature

  • Updates log reporting can be now disabled with $settings['updates_log_disabled'] = TRUE; in settings.php

Fix

  • Namespaces in the tests folder

Micro-improvements

09 Mar 13:45
b945c89
Compare
Choose a tag to compare
  • Adjust the module name to match the machine name
  • Add co-owner

New features

07 Mar 10:03
9d13959
Compare
Choose a tag to compare

There are 3 new minor features:

  • Site name can be specified in the settings.php by $settings['updates_log_site'];
  • Env name can be specified in the settings.php by $settings['updates_log_env'];
  • Drupal version is explicitly set in the statistics which allows it to display on the dashboard.

JSON termination improvement

27 Feb 15:38
78299d1
Compare
Choose a tag to compare

In some environments, logs are embedded into another JSON which makes it difficult to extract Updates Log part.
Now, there is a termination at the end of the JSON: var={json}==.

Fix "Unable to fetch" case

27 Feb 08:01
c4bd352
Compare
Choose a tag to compare

Fixed a nagging problem where Drupal sometimes cannot fetch the updates.
This is a core bug.
https://www.drupal.org/project/drupal/issues/2920285
The update module can get 'stuck' with 'no releases available.