Skip to content

v1.1.0 - Max concurrency

Compare
Choose a tag to compare
@rfdonnelly rfdonnelly released this 13 Jan 00:28
· 225 commits to main since this release

Previously in v1.0.0, only fetching of event details was concurrent. We'd wait for all fetching to complete before updating Google Calendar. Google Calendar updates were not concurrent. This release maximizes concurrency. Everything that could be made concurrent was.

  • Authentication with the two sites (SCMA and GCal) was made concurrent
  • Updating GCal was made concurrent (multiple GCal events are updated concurrently)
  • SCMA event fetching was made concurrent with GCal event updating