Skip to content

Releases: owasp-amass/asset-db

v0.3.3

17 Aug 20:44
Compare
Choose a tag to compare

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

28 Jul 22:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

20 Jul 12:43
Compare
Choose a tag to compare

What's Changed

  • fix(migrations): alter pg timestamp fields to be without timezone by @rynmrtn in #17

Full Changelog: v0.3.0...v0.3.1

v0.3.0

18 Jul 20:54
df3a71a
Compare
Choose a tag to compare

What's Changed

  • fix(migrations/sqlite)!: add default for sqlite asset/relation created_at by @rynmrtn in #16

Full Changelog: v0.2.1...v0.3.0

v0.2.1

18 Jul 17:19
901045b
Compare
Choose a tag to compare

What's Changed

  • fix(go.mod): change sqlite driver to enhance platform portability by @rynmrtn in #15

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Jul 21:42
f9aed06
Compare
Choose a tag to compare

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

13 Jun 15:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Jun 18:36
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/owasp-amass/asset-db/commits/v0.1.0