Skip to content

Releases: lyft/pynamodb-attributes

Adds `UUIDAttribute`

16 Jul 23:53
446b922
Compare
Choose a tag to compare

pynamodb-attributes now has the UUIDAttribute that can persist Python UUID types to DynamoDB.

add FloatAttribute

08 Jul 22:35
Compare
Choose a tag to compare
v0.2.4

adding float attributes (#11)

Add Timestamp(Ms,Us)Attribute

27 Jun 19:58
b9a1fd9
Compare
Choose a tag to compare

Adding TimestampAttribute, TimestampMsAttribute and TimestampUsAttribute which serialize (timezone-aware) datetimes as Unix timestamps (in seconds, milliseconds and microseconds respectively).

Add missing top-level module import for IntegerEnumAttribute

12 Jun 20:57
Compare
Choose a tag to compare

Move to .pyi and fix accessing attributes through class

17 Jan 00:22
ba322c1
Compare
Choose a tag to compare
v0.2.0

Move to .pyi and fix accessing attributes through class (#3)

Add unknown value support to UnicodeEnum

20 Dec 06:59
Compare
Choose a tag to compare
v0.1.0

Merge branch 'master' of https://github.com/lyft/pynamodb-attributes

Alpha release

19 Dec 20:27
Compare
Choose a tag to compare
v0.0.1

Encrypt credentials for travis-ci.com