- closeSession handling
- Exchange class for simplified thread communication.
- Added Postgres as a supported backing store
(doing so required adding an async
initialize()to the storage interface and making the interface'sshutdown()routine async). - Note: THIS IS A BREAKING CHANGE because
storage.initialize()now needs to be called to ensure your backing store is up and running (well, if your code needs to work properly across all possible backing stores).
- AtlasClient.authenticate[...] classmethods now return an instance.
- AtlasClient.resolveTagsBulk([...]) method for doing multple tag resolutions in one call.
- Refactored atlas authentication
- Changelog file