Releases: maxgio92/krawler
Releases · maxgio92/krawler
v0.5.0
v0.4.2
Changelog
- 22a8610 Update CNAME
- b222e30 chore(.github/workflows/publish.yaml): set correct checkout depth
- 6322226 chore(cmd/list_archlinux.go): document archive retention
- f1fe353 chore(pkg/distro/archlinux): add constant additional kernel headers packages
- dff6a7a chore(pkg/kernelrelease): ignore empty release name tokens
- 606e714 chore(readme.md): add database update status badge
- c128768 chore: exclude alpm related from build by default
- 2eaeaad chore: update krawler tld from .io to .dev
- 0d97fc6 ci(.github/workflows/publish.yaml): refactor stable version pinning
- 3c8059e ci(.github/workflows/publish.yaml): use go version from go.mod
- 2ca7d27 ci: add jobs to publish arch linux data
- a97a30c docs: update for arch linux
- 2d83ae9 feat(config): add support for arch linux
- 1a46729 feat: introduce support for arch linux
- 41f1d0e feat: introduce support for arch linux archives
- 5e590a4 fix(.github/workflows/publish.yaml): add missing repo checkout
- aebe165 fix(pkg/distro/archlinux): add missing paths in archive urls
- 498e074 fix(pkg/packages/alpm): manage empty databases
- 7b7ec2e refactor(pkg/packages/alpm): implement async pkg search
- 392b6b6 revert(.github/workflows/publish.yaml): remove archlinux publish job
v0.4.1
v0.4.0
v0.3.0
Changelog
- Add static docs website generator by @maxgio92 in #24
- Introduce support for Amazon Linux by @maxgio92 in #28
- Update database url to db.krawler.io by @maxgio92 in #31
- Allow digits in template variable names by @maxgio92 in #32
- Introduce support for Debian by @maxgio92 in #34
- Provide uniform searching output between distro by @maxgio92 in #36
- Introduce support for Ubuntu by @maxgio92 in #38
- Select all supported architectures by default by @maxgio92 in #40
- Add initial support for publishing artifacts by @maxgio92 in #41
- ci(publish): setup go 1.19 min by @maxgio92 in #43
- Add package URL to releases of deb-based distro by @maxgio92 in #47
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changelog
- 421f241 fix(pkg/packages/rpm): synchronize packages consuming
- 656259b perf(pkg/packages/rpm): introduce rpm xml db streaming parser
- 9a86ce4 perf(pkg/packages/rpm): improve memory and cpu consumption
- 3ede732 perf(pkg/packages/rpm): introduce parallel workers
- 7255338 fix(pkg/packages/rpm): skip errors with database parsing
- c08f2e2 feat: add support for packages content and kernel compiler version
- b567f7d feat(distro/centos): get packages with rpm parser
- 8edad07 feat(packages/rpm): add rpm repository parsing to select packages
v0.1.0
deps: upgrade golang go 1.19 Signed-off-by: Massimiliano Giovagnoli <[email protected]>