Skip to content

Releases: hjpotter92/sonyflake-py

1.3.0

24 Jun 13:22
Compare
Choose a tag to compare
  • Fix timezone usage inconsistencies.
  • Make a package PEP-561 compliant.
  • Add test case for initialisation using SONYFLAKE_EPOCH constant.

1.2.1

20 Mar 10:25
Compare
Choose a tag to compare
  • Use newer links for hosted documentation.
  • Update classifiers for project release.
  • Update email address for communication.

1.2.0

18 Mar 12:18
Compare
Choose a tag to compare
  • Use class property for immutable values.
  • Fix typos in the docstrings.

Use `threading.Lock` over `multiprocessing.Lock`

24 Feb 06:19
Compare
Choose a tag to compare
Minor version bump.

 - Use `threading.Lock` over `multiprocessing.Lock`.
 - Add tests for thread-safety.

1.0.0: Remove discontinued classifier from setup.py.

08 Jan 12:07
Compare
Choose a tag to compare
Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>