Skip to content

Commit

Permalink
verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Nov 4, 2024
1 parent b8faa7d commit dc584bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vendored versions of ExifTool match the version that they vendor.

- 💔/🐞/📦 ExifTool sometimes returns `boolean` values for some tags, like `SemanticStylePreset`, but uses "Yes" or "No" values for other tags, like `GPSValid` (TIL!). If the tag name ends in `Valid` and is truthy (1, true, "Yes") or falsy (0, false, "No"), we'll convert it to a boolean for you. Note that this is arguably a breaking API change, but it should be what you were already expecting (so is it a bug fix?). See the diff to the Tags interface in this version to verify what types have changed.

- 📦 Reduced `streamFlushMillis` to `10`. This seems to be sufficient to still see stream coallescion (and no internal errors) on even GitHub Action's terribly slow virtual machines, but different systems may require larger values.
- 📦 Reduced `streamFlushMillis` to `10`. This reduced elapsed time for the full test suite by 2.5x on macOS and 3x on Windows, and drops the upper latency bound substantially. Note that this is at the risk of buffered stream collisions between tasks. The (extensive) test suite on Github Actions (whose virtual machines are notoriously slower than molasses) still runs solidly, but if you see internal errors, please open a Github issue and increase your `streamFlushMillis`.

#### GPS improvements

Expand Down

0 comments on commit dc584bd

Please sign in to comment.