Releases: vulsio/go-cpe-dictionary
Releases · vulsio/go-cpe-dictionary
v0.7.0
Changelog
- 6920f82 refactor: use std slices, maps package (#193)
- cea6de5 build: update go to 1.23 (#192)
- 246cb89 feat(db) no progress when --log-json option (#188)
- 92597e2 feat(db/redis): cache CPE#Titles (#186)
- 19a510c chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#185)
- ee802c8 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.32.1 to 2.33.0 (#182)
- eeff0ef chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#181)
- ea3c02e --- (#180)
- a75a380 chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#178)
- f8e019d chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#177)
- 71b7c13 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.31.1 to 2.32.1 (#171)
- 1101d79 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#170)
- e8c5c64 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#169)
- 3818587 chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#172)
- 43e11ff chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#173)
- 367c0d7 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.31.0 to 2.31.1 (#161)
- 713e334 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#163)
- 037ffd6 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#159)
- 45c3cce chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#160)
- 778fe6a chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#158)
- f35f242 chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 (#153)
- 2e2dbd8 chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#157)
- fc26d0d chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 (#155)
- 9528030 chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 (#152)
- d2af5cf chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#154)
v0.6.0
Changelog
- 69719c5 feat(fetch/nvd): use NVD API feed (#156)
- 7ca74d9 chore(deps): bump github.com/elazarl/goproxy (#151)
- 40d04df chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 (#150)
- abf5243 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.30.5 to 2.31.0 (#147)
- 9d840af chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#146)
- d19661b chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#144)
- 833098d chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#143)
v0.5.3
What's Changed
- feat: fuzzy search CPEs by Title by @MaineK00n in #133
- chore(deps): bump requests from 2.25.1 to 2.31.0 in /integration by @dependabot in #130
- feat(fetcher/vuls): merge identical titles by @MaineK00n in #134
- chore(deps): bump gorm.io/gorm from 1.25.0 to 1.25.2 by @dependabot in #136
- chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #132
- chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #138
- chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #137
- chore(deps): bump github.com/alicebob/miniredis/v2 from 2.30.2 to 2.30.4 by @dependabot in #135
- feat(ci): add darwin by @MaineK00n in #139
- chore(deps): bump github.com/alicebob/miniredis/v2 from 2.30.4 to 2.30.5 by @dependabot in #141
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- refactor(fetch/nvd): reduced memory by reading in stream by @MaineK00n in #81
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.7 to 1.14.16 by @dependabot in #95
- chore(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.9 by @dependabot in #92
- chore(deps): bump golang.org/x/sys from 0.0.0-20211103235746-7861aae1554b to 0.1.0 by @dependabot in #110
- chore(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #109
- chore(deps): bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0 by @dependabot in #112
- chore(deps): bump golang.org/x/net from 0.0.0-20210805182204-aaa1db679c0d to 0.7.0 by @dependabot in #113
- chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.7.0 by @dependabot in #117
- chore(deps): bump gorm.io/gorm from 1.21.11 to 1.25.0 by @dependabot in #115
- chore(deps): bump github.com/spf13/viper from 1.8.1 to 1.15.0 by @dependabot in #119
- chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20201112154412-8562bdadbbac to 3.0.0-testing.5+incompatible by @dependabot in #123
- chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.8 to 3.1.2 by @dependabot in #122
- chore(deps): bump github.com/alicebob/miniredis/v2 from 2.14.1 to 2.30.2 by @dependabot in #121
- chore(deps): bump github.com/go-redis/redis/v8 from 8.10.0 to 8.11.5 by @dependabot in #120
- chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #124
- refactor: use pure go sqlite driver by @MaineK00n in #125
New Contributors
- @dependabot made their first contribution in #95
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- add redis timeout option by @sadayuki-matsuno in #47
- chore(linter): change linter from golint to revive by @MaineK00n in #40
- chore(GHActions): replace with dependabot by @MaineK00n in #49
- fix(redis): update Redis key relationship successfully by @MaineK00n in #48
- feat(db): add LastFetchedAt in fetchmeta by @MaineK00n in #50
- feat(fetch/rdb): show progress bar when deleting old CPE by @MaineK00n in #56
- fix(redis) delete deprecated vendor product by @sadayuki-matsuno in #69
- chore: print to stderr by @MaineK00n in #72
- feat(ci): add vuls/go-cpe-dictionary image by @MaineK00n in #90
- feat(ci): add windows by @MaineK00n in #108
- feat(ci): test fetch periodically by @MaineK00n in #105
Full Changelog: v0.5.0...v0.5.1