Skip to content

Releases: Neosperience/backpack

v0.3.2

30 Mar 23:11
Compare
Choose a tag to compare

AutoIdentity is more robust for missing fields in AWS service response

v0.3.1

30 Mar 22:24
Compare
Choose a tag to compare

This release fixes a retry error in AutoIdentity.

v0.3.0

30 Mar 17:11
5a2eddd
Compare
Choose a tag to compare

Auto identity refactor

This release contains a complete refactor of autoidentity module. The API has also changed as now you must explicitly fetch auto identity information from remote services. You also have the possibility to keep retrying fetching the auto identity information if the remote shadow of the application is not ready. This typically happens shortly after the first time you deploy your app. The data is provided you in a separate data class type object. See tests/test_idcard.py on how to use the new API.

v0.2.7

10 Feb 16:43
Compare
Choose a tag to compare

This release includes improvements of string list type config parameter parsing.

Full Changelog: v0.2.6...v0.2.7

v0.2.6

10 Feb 11:59
Compare
Choose a tag to compare

This release adds an improvement to the config cli template render engine.

v0.2.5

10 Feb 11:54
Compare
Choose a tag to compare

This release includes an improvement for the config.tool command line interface: now it can render Jinja2 templates, so you can automatize the updating of application resources based on the configuration structure in the source code.

Full Changelog: v0.2.4...v0.2.5

v0.2.4

06 Feb 14:45
Compare
Choose a tag to compare

Backward compatibility fixes

Full Changelog: v0.2.3...v0.2.4

v0.2.3

06 Feb 14:23
Compare
Choose a tag to compare

This release introduces Test Utility Support for AutoIdentity, as well as some convenience config SerDes.
Full Changelog: v0.2.2...v0.2.3

Line intersection

28 Jan 09:59
Compare
Choose a tag to compare

This release introduces the concept of intersection direction between line segments.

Timepiece subclassing

28 Nov 19:07
Compare
Choose a tag to compare

Better subclassing support in timepiece module