Skip to content

Releases: cesbit/aiogcd

v1.0.1

25 Nov 15:39

Choose a tag to compare

  • More typing

v1.0.0

21 Nov 15:03

Choose a tag to compare

  • Drop support for Python 3.9
  • More typing

0.12.1

01 Oct 13:33

Choose a tag to compare

  • Implement Typing for large part of the codebase.

0.12.0

03 Apr 09:43

Choose a tag to compare

  • Change behavior of get_entities_by_keys() method. Now return an empty list instead of None when no entity is found.

0.11.16

13 Nov 14:25

Choose a tag to compare

  • Add bytesValue to ORM, #35.
  • Fixed offset bug with NOT_FINISHED, #34.
  • Fixes large string blobValues unpack, #33.

0.11.15

11 Nov 14:23

Choose a tag to compare

  • Fixed uploading bytes values (blob Values).
  • Fixed handling NOT_FINISHED when using a limit.

0.11.14

09 Sep 11:03

Choose a tag to compare

  • limit and offset support to get_entities_by_kind().

0.11.13

03 Jun 12:38

Choose a tag to compare

  • Fix using filter with ArrayValue property, issue #29

0.11.12

03 May 11:15
e113865

Choose a tag to compare

  • Added del_property() method on Entity and GcdModel class.

0.11.11

31 Mar 07:44
11c918f

Choose a tag to compare

  • Added option to include None values in serializable_dict method, issue #27