dsietz / daas-sdk

Software Development Kit for building out systems that follow the DaaS pattern
1 stars 0 forks source link

Version 0.2.0 #42

Closed dsietz closed 3 years ago

dsietz commented 3 years ago

Here's whats new in 0.2.0:

  1. We've upgraded to more current versions of our crate's dependencies:
    • actix-web = "3.0"
  2. Added the ability to configure the path of local storage used by the DaaSListener by setting the environment variable DAAS_LOCAL_STORAGE. If the environment variable is not set, it uses the system's default temporary path.