·
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_urlin the HTTP source to use the correct netgroup endpoint. - Handle LDAP entries without
modifyTimestampby falling back to0during update processing. - Refresh GitHub Actions and release automation dependencies.
- Update
pycurlfrom7.45.2to7.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
pycurlvia Dependabot
New Contributors
- @arunsathiya made their first contribution in #211
- @DifanZhang made their first contribution in #224
- @Nepomuk5665 made their first contribution in #242
Full Changelog: version/0.49...version/0.50