Skip to content

0.2.0

Compare
Choose a tag to compare
@fnesveda fnesveda released this 06 Mar 12:08
· 121 commits to master since this release

Breaking changes

  • fixed local MemoryStorageClient not handling the difference between storage id and name correctly

Added

  • Added the KeyValueStore.get_public_url() method to get public URLs of key-value store records

Fixed

  • fixed parsing messages from the platform events websocket when they have no event data
  • fixed EventManager not waiting for platform events websocket connection during initialization
  • fixed local RequestQueueClient not respecting the forefront argument
  • fixed local RequestQueueClient not counting the handledRequestCount property
  • fixed local storage operations possibly running in parallel
  • stopped calling sys.exit() in a nested asyncio loop
  • stopped purging storages by default

Internal changes

  • started running unit tests in CI on Windows runners in addition to Linux
  • added unit tests for environment variables handling
  • added unit tests for the Configuration class
  • added unit tests for the EventManager class
  • added more Flake8 plugins and fixed issues they reported