Releases: owasp-amass/asset-db
Releases · owasp-amass/asset-db
v0.3.3
What's Changed
- fix: actions to run on pull requests to develop by @rynmrtn in #23
- feat: add indexes to assets and relations tables by @rynmrtn in #24
- chore: move README/CONTRIBUTING to docs/ folder by @rynmrtn in #24
- docs: add user guide by @rynmrtn in #24
- ci: restructure workflow by @rynmrtn in #24
- fix: switch actions/checkout back to v3 by @rynmrtn in #24
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
What's Changed
- added delete methods for assets and relations by @caffix in #11
- feat!: add last_seen to assets by @rynmrtn in #12
- feat: add last_seen timestamp to relation model by @rynmrtn in #13
- added the since parameter to public methods by @caffix in #14
New Contributors
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
Initial release of asset-db, a client library that abstracts the process of storing and querying assets and their relations for SQLite and Postgres databases.
What's Changed
- chore: Add support for Github Actions & Update README (#1) by @rodrigopv in #3
- feat: add migrations for Postgres and SQLite3 by @fnmendez
- feat: implement asset-db by @fruizrob
- chore: upgrade dependencies by @rynmrtn
- chore: add timeout to golangci-lint github action by @rynmrtn
- feat: add incoming and outgoing relations to repository by @rynmrtn
- chore(doc): update contributing & readme by @rynmrtn
Full Changelog: https://github.com/owasp-amass/asset-db/commits/v0.1.0