Releases: woganmay/domo-php
Releases · woganmay/domo-php
v0.3: DataSet API
v0.2.2: Guzzle 7.0
Releasing this ahead of starting work on v0.3.0. The only relevant changes:
- guzzle/guzzlehttp version changed from
6.3.0
to^7.0
No other changes yet!
2018 API update 2
This is an incremental release to add the Streams endpoints + related documentation. Nothing in this release breaks backwards compatibility.
The domo-php library is now at feature parity with the Domo.com API. Future releases will track changes in the official API.
2018 API update 1
This is a breaking release - the structure of the library itself was re-done to account for multiple API endpoints in a consistent format. The structure established in v0.2.0 will be maintained for the foreseeable future.
This release adds a whole bunch:
- New library structure (API and Helpers)
- New endpoints for Activity Logs, Groups, Pages and User management
- New helpers for building PDP filters and DataSet schemas
- Full documentation hosted on Read The Docs
The goal is to reach parity with Domo's API as of Q2 2018. There will be another release (v0.2.1) to add support for the Streams API.