Skip to content

Releases: iwpnd/pyle38

[0.3.0]: added INFO command

27 Jun 11:58

Choose a tag to compare

v0.3.0 (2021-06-27)

Feature

Fix

  • 🐛 incompatible return types on subclass follower (600e59f)

[0.2.0]: new command, stricter validation

12 Jun 10:50

Choose a tag to compare

New Features

  • ✨ add HEALTHZ command to Leader and Follower

HEALTHZ allows you to check your Tile38 ready state in e.g. a /health endpoint - Read more.

Refactorings

  • ♻️ bind TypeVar T to dict specifically

A features properties can now only be of type dict

Docs

  • 📚️ update readme with HEALTHZ
  • 📚️ update readme with PING
  • 📚️ add docstrings to commands/nearby
  • 📚️ add docstrings to commands/intersects
  • 📚️ add docstrings to commands/within

[0.1.0]: Initial release 🎉

08 Apr 06:47

Choose a tag to compare

First version of an asynchronous Tile38 client for Python 3.8+