Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 1.37 KB

Change Log

Fixed

  • closeSession handling

Added

  • Exchange class for simplified thread communication.

Changed

  • Added Postgres as a supported backing store (doing so required adding an async initialize() to the storage interface and making the interface's shutdown() 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).

Changed

  • AtlasClient.authenticate[...] classmethods now return an instance.

Added

  • AtlasClient.resolveTagsBulk([...]) method for doing multple tag resolutions in one call.

Changed

  • Refactored atlas authentication

Added

  • Changelog file