Skip to content

Releases: OpenTTD/py-protocol

v1.7.1

27 Jan 10:14
7fc1da2

Choose a tag to compare

What's Changed

  • Fix 04b02a6: ticks_playing is game_date - start_date, not the other way around by @TrueBrain in #30

Full Changelog: v1.7.0...v1.7.1

v1.7.0

27 Jan 09:09
04b02a6

Choose a tag to compare

What's Changed

Dependencies

  • Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date by @TrueBrain in #28
  • Upgrade: Bump the actions group with 4 updates by @dependabot in #29

New Contributors

Full Changelog: 1.6.1...v1.7.0

1.6.1

18 Aug 19:52
ba09817

Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

29 Jul 14:05
6c14fa7

Choose a tag to compare

What's Changed

  • Add: return the length of the data for every send function by @TrueBrain in #25

Full Changelog: 1.5.0...1.6.0

1.5.0

15 Jul 11:11
77d52d3

Choose a tag to compare

What's Changed

  • Update: [CI] switch to reusing workflows and update actions the latest by @TrueBrain in #24
  • Remove: tracers (APM) for all protocols by @TrueBrain in #23

Full Changelog: 1.4.1...1.5.0

1.4.1

17 Oct 09:05
2842d7c

Choose a tag to compare

What's Changed

  • Fix: use add_trace_field() over add_context() for tracer by @TrueBrain in #21

Full Changelog: 1.4.0...1.4.1

1.4.0

16 Oct 13:10
b51fee5

Choose a tag to compare

What's Changed

  • Add: application performance monitoring via Honeycomb by @TrueBrain in #20

Full Changelog: 1.3.1...1.4.0

1.3.1

02 Oct 08:56
5c1a29c

Choose a tag to compare

Fix

  • #19 - Fix: better guard the process_queue() coroutine for exceptions (@TrueBrain)

1.3.0

05 Sep 14:43
d037715

Choose a tag to compare

Add

  • #18 - Add: support multiple branches for content listing (@TrueBrain)

1.2.1

05 Sep 11:11
b0c57a0

Choose a tag to compare

Fix

  • #17 - Fix: content protocol didn't close a file download correctly (@TrueBrain)