Codebase list sqlalchemy-utc / b7ce26f3-3bcf-47b5-a0d6-320b6fcb3efe/upstream CHANGES.rst
b7ce26f3-3bcf-47b5-a0d6-320b6fcb3efe/upstream

Tree @b7ce26f3-3bcf-47b5-a0d6-320b6fcb3efe/upstream (Download .tar.gz)

CHANGES.rst @b7ce26f3-3bcf-47b5-a0d6-320b6fcb3efe/upstreamview markup · raw · history · blame

Changelog

0.12.0

Released on May 7, 2021.

  • Add py.typed file to the package to be compatible with PEP-561. [#10 by Dima Boger]

0.11.0

Released on November 13, 2020.

  • Ensured always returning the datetime with UTC timezone. [#8 by Eduard Christian Dumitrescu]

0.10.0

Released on January 25, 2018.

  • Dropped support of older Python versions: 2.6, 3.2, and 3.3. [#2 by George Leslie-Waksman]
  • Added sqlalchemy_utc.utcnow() function as an alternative to sqlalchemy.sql.functions.now() for generating UtcDateTime values on the database server. [#4 by George Leslie-Waksman]

0.9.0

First version. Released on June 22, 2016.