Skip to content

Releases: Zylatis/turnstiles

0.4.2

20 Aug 05:50
e073b18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

Release 0.4.1

17 Aug 02:26
1446b5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

Release 0.4.0

10 Aug 05:11
Compare
Choose a tag to compare

What's Changed

  • Use 'active file' rotation method, add prune options by @Zylatis in #6
  • Hotfix/fix backwards compat panic by @Zylatis in #7
  • Feature/easier wildcards by @Zylatis in #9
  • Add test 87fbfba
  • Readme/docs changes

Full Changelog: 0.2.0...0.4.0

Release 0.2.0

23 Dec 11:38
Compare
Choose a tag to compare

This release basically makes the damn thing work

  • Revert to rotated log files being 1-indexed instead of 0-indexed, which in turn makes the Duration rotation option actually behave
  • Fixed bug which made SizeMB rotation option completely broken
  • Fix handling of root filename case
  • Remove parent from main struct as now redundant
  • Add more extensive and realistic tests so hopefully this embarrassment never happens again.

Release 0.1.3

22 Dec 11:14
Compare
Choose a tag to compare
  • Move self.index += 1 to after file is successfully opened in rotate_current_file
  • Fix README and docs to reflect zero indexing properly, add some discussion
  • Add tests

Release 0.1.2

22 Dec 07:21
Compare
Choose a tag to compare

Fixes confusing sentences in docs and README which might hinder initial use.

Initial release

22 Dec 05:43
3f8b602
Compare
Choose a tag to compare