Skip to content

version/0.50

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Mar 08:41
· 21 commits to main since this release

nsscache 0.50

This release includes two functional fixes plus routine CI and dependency maintenance.

Highlights

  • Fix the default netgroup_url in the HTTP source to use the correct netgroup endpoint.
  • Handle LDAP entries without modifyTimestamp by falling back to 0 during update processing.
  • Refresh GitHub Actions and release automation dependencies.
  • Update pycurl from 7.45.2 to 7.45.7.

What's Changed

  • fix: use correct default URL constant for netgroup_url by @Nepomuk5665 in #242
  • Set fallback timestamp to 0 if LDAP object lacks modifyTimestamp by @DifanZhang in #224
  • ci: Use GITHUB_OUTPUT envvar instead of set-output command by @arunsathiya in #211
  • CI and dependency updates across GitHub Actions and pycurl via Dependabot

New Contributors

Full Changelog: version/0.49...version/0.50