Releases: vulsio/go-msfdb
Releases · vulsio/go-msfdb
v0.3.0
Changelog
- 38cb012 refactor: use std slices package (#151)
- a8fd0cc build: update go to 1.23 (#150)
- 0c8a289 feat(db) no progress when --log-json option (#147)
- 04189c0 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#145)
- 6f9045a chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#143)
- 7c30666 --- (#142)
- 7aceabf chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#140)
- 44779a1 chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#139)
- 8bfc812 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#133)
- b6e2d68 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#132)
- 22712dc chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#134)
- 4ec8377 chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#135)
- ccc4931 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#127)
- 5e36a17 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#124)
- d08d2a3 chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#125)
- 0cf2f64 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#123)
- 7a377d6 chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 (#119)
- 0433528 chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#122)
- 19cab55 chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 (#121)
- 2ec325c chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 (#118)
- 1f58840 chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#120)
- b705e69 chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 (#114)
- b2b9283 chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#113)
- 8c07009 chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#112)
v0.2.3
What's Changed
- chore(deps): bump requests from 2.25.1 to 2.31.0 in /integration by @dependabot in #103
- chore(deps): bump gorm.io/gorm from 1.25.0 to 1.25.2 by @dependabot in #105
- chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #104
- chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #107
- chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #108
- feat(ci): add darwin by @MaineK00n in #109
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat(ci): test fetch periodically by @MaineK00n in #84
- chore(deps): bump github.com/spf13/viper from 1.8.1 to 1.15.0 by @dependabot in #81
- chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.7.0 by @dependabot in #92
- chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.5 to 3.1.2 by @dependabot in #88
- chore(deps): bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 by @dependabot in #90
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.9 to 1.14.16 by @dependabot in #94
- chore(deps): bump gorm.io/gorm from 1.21.11 to 1.25.0 by @dependabot in #93
- chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20200109203555-b30bc20e4fd1 to 3.0.0-testing.5+incompatible by @dependabot in #96
- chore(deps): bump github.com/go-redis/redis/v8 from 8.4.0 to 8.11.5 by @dependabot in #97
- chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #98
- refactor: use pure go sqlite driver by @MaineK00n in #99
New Contributors
- @dependabot made their first contribution in #81
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- fix(db): change fetchmeta insert order by @MaineK00n in #31
- feat(redis) add multi get by @sadayuki-matsuno in #32
- fix(rdb) add get multi by @sadayuki-matsuno in #33
- fix(cmd): restore log-to-file option by @MaineK00n in #29
- refactor(db): change GetModuleMultiByCveID, GetModuleMultiByEdbID by @MaineK00n in #34
- refactor: use xerrors and not logging at edge-if by @kotakanbe in #35
- refactor: remove redundant logging by @kotakanbe in #36
- breaking-change(redis): deprecated expire option by @MaineK00n in #37
- fix: go-sqlite3 deps by @kotakanbe in #38
- add redis timeout option by @sadayuki-matsuno in #39
- chore(GHActions): replace with dependabot by @MaineK00n in #42
- chore(linter): change linter from golint to revive by @MaineK00n in #30
- fix(redis): update Redis key relationship successfully by @MaineK00n in #40
- feat(db): add LastFetchedAt in fetchmeta by @MaineK00n in #43
- chore: print to stderr by @MaineK00n in #58
- fix(ci): add context in docker image build by @MaineK00n in #74
- feat(ci): add windows by @MaineK00n in #83
Full Changelog: v0.2.0...v0.2.1
v0.2.0
NOTE
In this PR, we are changing the architecture of Redis.
// delete all old key
$ redis-cli keys "METASPLOIT#*" | xargs redis-cli del
Changelog
ede312a chore: add workflows with github actions (#28)
a7c6822 move github.com/takuzoo3868 to github.com/vulsio (#27)
0f4ed0a breaking-change(redis): add Redis Architecture (#26)
e88e564 feat(redis): add expire option (#25)