Skip to content

Releases: DiamondLightSource/aioca

2.1

Choose a tag to compare

@coretl coretl released this 06 May 16:22
abb0cb7

What's Changed

New Contributors

Full Changelog: 2.0...2.1

2.0

2.0

Choose a tag to compare

@coretl coretl released this 21 Nov 17:53
0a90172

Breaking changes

  • Now uses asyncio.get_running_loop() to get its event loop rather than asyncio.get_event_loop(). If you are using aioca from within an asyncio event loop (the common use case) then this will not make any difference. If you are using aioca from a thread without an asyncio event loop (unlikely) then this will now raise an exception rather than silently creating an event loop for that thread.

What's Changed

New Contributors

Full Changelog: 1.8.1...2.0

2.0a4

2.0a4 Pre-release
Pre-release

Choose a tag to compare

@coretl coretl released this 30 Jul 15:52
2fc78a1

What's Changed

  • Fix an issue with dropped sync callbacks by @coretl in #69

Full Changelog: 2.0a3...2.0a4

2.0a3

2.0a3 Pre-release
Pre-release

Choose a tag to compare

@AlexanderWells-diamond AlexanderWells-diamond released this 29 Jul 08:35
d5532fc

What's Changed

Full Changelog: 2.0a1...2.0a3

2.0a2

2.0a2 Pre-release
Pre-release

Choose a tag to compare

@AlexanderWells-diamond AlexanderWells-diamond released this 28 Jul 12:13
1455088

What's Changed

New Contributors

Full Changelog: 1.8.1...2.0a2

2.0a1

2.0a1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:15
f694479

What's Changed

  • Convert to use asyncio.get_running_loop by @coretl in #61
  • chore: Update supported Python versions through copier template update by @DiamondJoseph in #59

New Contributors

Full Changelog: 1.8.1...2.0a1

1.8.1

Choose a tag to compare

@AlexanderWells-diamond AlexanderWells-diamond released this 01 Nov 15:57

What's Changed

Full Changelog: 1.8...1.8.1

1.8

1.8

Choose a tag to compare

@AlexanderWells-diamond AlexanderWells-diamond released this 11 Oct 09:22

What's Changed

New Contributors

Full Changelog: 1.7...1.8

1.7

1.7

Choose a tag to compare

@github-actions github-actions released this 05 May 09:49

See Changelog for more details

1.6

1.6

Choose a tag to compare

@github-actions github-actions released this 06 Apr 14:32

See Changelog for more details