Skip to content

Releases: OSWatcher/oswatcher-plugins

v0.14.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:09

What's Changed

  • fix: pin setuptools<81 so runner works on a fresh install by @Wenzel in #11

Full Changelog: v0.14.1...v0.14.2

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:58

Full Changelog: v0.14.0...v0.14.1

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:32
2e6d887

What's Changed

  • Open source: rename to oswatcher-plugins, add PyPI publish by @Wenzel in #10

Full Changelog: v0.13.2...v0.14.0

v0.12.7

Choose a tag to compare

@Wenzel Wenzel released this 19 Jan 23:38

What's Changed

  • Fix LIEF CodeView API usage by @Wenzel in #8

Full Changelog: v0.12.6...v0.12.7

v0.12.5

Choose a tag to compare

@Wenzel Wenzel released this 16 Dec 21:41

What's Changed

Full Changelog: v0.12.4...v0.12.5

v0.12.4

Choose a tag to compare

@Wenzel Wenzel released this 11 Dec 09:27

Full Changelog: v0.12.3...v0.12.4

Release v0.12.0

Choose a tag to compare

@Wenzel Wenzel released this 09 Dec 15:30

Changes

Dependencies ⬆️

  • Update neogit from v0.12 to v0.13
    • ✨ Timezone-aware datetime enforcement: All commit dates now use UTC with 'Z' suffix in Neo4j
    • 🔧 Neo4j 5.26 support: Test suite runs against Neo4j 5.26
    • 🐛 Rejects naive datetimes with clear error messages
    • See neogit v0.13 release notes for full details

Impact

This release ensures timezone-aware datetime handling when working with neogit commits. If you're programmatically creating commits with custom dates, make sure to use timezone-aware datetimes:

from datetime import datetime, timezone

# Correct: timezone-aware datetime
neogit.commit("name", path, date=datetime(2024, 1, 1, 12, 0, 0, tzinfo=timezone.utc))

🤖 Generated with Claude Code

v0.11

Choose a tag to compare

@Wenzel Wenzel released this 09 Dec 10:30

Full Changelog: v0.10...v0.11

v0.10

Choose a tag to compare

@Wenzel Wenzel released this 09 Dec 09:06

Full Changelog: v0.9...v0.10

v0.9

Choose a tag to compare

@Wenzel Wenzel released this 08 Dec 13:44

Full Changelog: v0.8...v0.9