trailbase 0.10.1 copy "trailbase: ^0.10.1" to clipboard
trailbase: ^0.10.1 copied to clipboard

Official client library for TrailBase.

Changelog #

0.10.1 #

  • Log out if token refresh fails with an "unauthorized" error (401).

0.10.0 #

  • Update change Events to contain sequence numbers.
  • Update change ErrorEvent to contain programmatic status.

0.9.0 #

  • Add a Transport abstraction to allow for custom implementations. This can be used for testing or production use-cases like injecting headers such as X-Forwarded-For.

0.8.0 #

  • Add support for two-factor TOTP (e.g. authenticator app) login.
  • Add support for OTP code login via email.

0.7.2 #

  • Geospatial filtering.
  • Client now dual-licensed under permissive Apache-2.0.

0.7.1 #

  • Minor: fix changelog.

0.7.0 #

  • Make realtime Events pattern matchable.
  • Cache/share subscriptions using broadcast streams.

0.6.0 #

  • Overhaul and squash abstractions.
  • Typed exceptions.
  • Fix imageUrl.

0.5.0 #

  • Support realtime subscriptions with record-based filters. Requires TB ^0.18.1.
  • Switch from dio to http.

0.4.0 #

  • More powerful, nested list filters intrdocued with TrailBase v0.12.0.

0.3.0 #

  • Add count parameter to RecordApi.list to retrieve total_count at extra cost. Requires TB >= v0.6.0.
  • Add expand parameter for RecordApi.(list|get) to expand foreign records. Requires TB >= v0.6.0.

0.2.1 #

  • Fix heartbeat decoding issue with record subscriptions.

0.2.0 #

  • Return ListResponse from RecordApi::list.

0.1.2 #

  • Add support for "realtime" subscriptions to listen for record changes: insertions, updates, deletions.

0.1.0 #

Features #

  • Initial client release including support for authentication and record APIs.
8
likes
130
points
60
downloads

Documentation

API reference

Publisher

verified publishertrailbase.io

Weekly Downloads

Official client library for TrailBase.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

crypto, http, jwt_decoder, logging, meta

More

Packages that depend on trailbase