Skip to content

Tags: fox-it/dissect.esedb

Tags

3.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump dissect.ctruct dependency to version 4 (#39)

3.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a pull request template (#34)

3.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move lru_cache definitions to __init__ (#30)

Using the lru_cache decorators on class methods, the ones that have a reference to `self`,
will also cache self. So we move it to the __init__ of the class

(DIS-2913)

3.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Optimize header check when reading records (#27)

3.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Raise an exception on invalid TAG data (#26)

3.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add method to serialise records to a dict (#24)

Co-authored-by: Erik Schamper <[email protected]>

3.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add publishing step (#23)

3.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (#21)

Add Requirements section with URL to the supported Python versions.

Update links to main documentation.

(DIS-1986)

3.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move to tox4 and pure pyproject packaging (#17)

(DIS-1750)

3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add isort to flake8 linting (#16)

(DIS-1789)