Skip to content

Releases: JJ11teen/cloud-mappings

v2.1.0

02 Jun 01:13
97afee4

Choose a tag to compare

  • Add a storage_provider property to CloudMapping to make it easier to access underlying storage directly and/or create different cloudmappings with different prefixes/serialisers.

v2.0.1

17 May 14:43
67f4ba1

Choose a tag to compare

  • Default Azure credential to None, fixes #20
  • Fix __contains__ logic when read_blindly=True, fixes #21
  • Overhaul tests such that each test overlaps less

Version two!

12 May 04:25
06f9e82

Choose a tag to compare

Version 2 overhauls the cloudmappings API:

  • Simpler interface that better highlights the internal docs, allowing IDEs to pick up doc_strings!
  • Ability to create multiple mappings based on one storage resource
    • Each mapping can have a different prefix in the resource and be isolated at the key level
  • Serialisation easier to extend and customise

Version 2 (alpha)

12 May 03:31
38375a7

Choose a tag to compare

Version 2 (alpha) Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.2...v2.0.0-alpha

v1.2.2

29 Aug 13:42
1f0e407

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

29 Aug 13:02
27d0e3a

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Aug 11:09
ea53eb6

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0!

19 Aug 05:26
3c2c9ea

Choose a tag to compare

  1. Upgrade dependency versions
  2. Python support: drop 3.6, add 3.10
  3. Fix: #12

Add new params to wrapper interfaces

05 Jul 05:28
c05e54f

Choose a tag to compare

Patch release since v1 API updates, and version bumped for an actual release

Add new params to wrapper interfaces

05 Jul 05:20
a79bb96

Choose a tag to compare

Patch release since v1 API updates
EDIT: this release failed due to version number not being bumped, functionality released as v1.0.2