Skip to content

Commit

Permalink
changelog: 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 21, 2024
1 parent 24bf730 commit f0d0db2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Various chores around the watcher-nodejs project:

Fixed (was missing) the `effect_time` field in the watcher-nodejs project's event type.

Made the Python project consistent with our other languages:
- The event object's field are in the same order as C/Rust/Js
- The output of the "example" CLI is the same JSON event format as the other languages (was previously a Python object dump)
- The effect time is represented as a number (nanosecond since epoch), not a datetime (which loses precision and is inconsistent with the other languages)
- The associated path name is an optional string, not a maybe empty string

## 0.12.2

Added CI for Github releases and Python/pip publishing.
Expand Down

0 comments on commit f0d0db2

Please sign in to comment.