Skip to content

Latest commit

 

History

History
105 lines (81 loc) · 2.92 KB

File metadata and controls

105 lines (81 loc) · 2.92 KB

Changelog

v0.8.2

  • Use new packagist endpoint to collect composer versions (#198)
  • Propagate package version collection errors to caller (#199)

v0.8.1

  • Fix package versions for scoped npm packages (#194)
  • Publish to pypi using trusted publisher (#195)

v0.8.0

  • Do not create GH release as draft
  • Add a GitHub workflow to run unit tests
  • Refactor Pypi fetcher class for re-usability
  • Add support for Python 3.13 and 3.14

v0.7.1

  • Update artifact upload version.

v0.7.0

  • Add support to fetch PURLs.

v0.6.0

  • Add package metadata support for CocoaPods.
  • Report all PyPI package versions even if the corresponding distributions are unavailable
  • Support Python 3.11 and 3.12, drop 3.6 and 3.7 support
  • Upgrade vendored pip to 24.2 (This removes the support for pseudo vcs URLs like git://,
    hg://, svn:// and bzr:// see pypa/pip#9436)

v0.5.2

  • Update link references of ownership from nexB to aboutcode-org

v0.5.1

  • Use authenticated requests for GitHub REST API calls

v0.5.0

  • FetchCode now supports retrieving package info for following generic packages:
    • pkg:generic/linux
    • pkg:generic/mtd-utils
    • pkg:generic/barebox
    • pkg:generic/e2fsprogs
    • pkg:generic/udhcp
    • pkg:generic/miniupnpc
    • pkg:generic/miniupnpd
    • pkg:generic/minissdpd
    • pkg:generic/erofs-utils
    • pkg:openssl/openssl
  • FetchCode also supports retrieving package info for packages hosted on GitHub specifically.
    • pkg:github/avahi/avahi
    • pkg:github/bestouff/genext2fs
    • pkg:github/dosfstools/dosfstools
    • pkg:github/google/brotli
    • pkg:github/hewlettpackard/wireless-tools
    • pkg:github/inotify-tools/inotify-tools
    • pkg:github/libbpf/bpftool
    • pkg:github/llvm/llvm-project
    • pkg:github/nixos/nix
    • pkg:github/plougher/squashfs-tools
    • pkg:github/pupnp/pupnp
    • pkg:github/python/cpython
    • pkg:github/rpm-software-management/rpm
    • pkg:github/shadow-maint/shadow
    • pkg:github/sqlite/sqlite
    • pkg:github/u-boot/u-boot

v0.4.0

  • FetchCode now supports retrieving package info for following generic packages:
    busybox, bzip2, dnsmasq, dropbear, ebtables, hostapd, ipkg, iproute2, iptables, libnl, lighttpd, nftables, openssh, samba, syslinux, toybox, uclibc, uclibc-ng, util-linux and wpa_supplicant.
  • FetchCode also supports retrieving package info for GNU packages.

v0.3.0

  • Add package_versions for retrieving all released versions of a given package.

v0.2.0

  • Don't delete temp directory in fetch_via_vcs

v0.1.0

First, initial release.