Skip to content

0.12.0

Latest
Compare
Choose a tag to compare
@jparise jparise released this 12 Apr 15:28
· 9 commits to main since this release

Added

  • All clients now support a user-provided httpx.Client.
  • Added support for the VBML absolutePosition style.
  • Added support for the VBML rawCharacters component field.
  • SubscriptionClient provides a client interface to Vestaboard's Subscription API.

Changed

  • The encode_*() functions now consistently specify keyword-only arguments.
  • Vestaboard has deprecated the Platform API, so our Client interface is also
    considered deprecated. Switch to SubscriptionClient, which offers nearly
    identical functionality.